/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for each website design and content */

/* ANY HACKS REQUIRED BY FCK EDITOR --- DO NOT DELETE --- */
.none {/*an empty style always required for sites using FCK editor*/}

/* ----- comment styles well for better reference later! ----- */

/* LEGACY TABLE-RELATED STUFF */
/* set to mainContent width minus any padding!! */
#autoTable {border:none; width: 100%;}
#autoTable th {background: #7f0000;}
#autoTable td {padding:3px;}
th, .tableHeader {font: "Times New Roman", Times, serif; color:#FFF; padding:4px; font-weight:bold;}
#autoTable #citable .show_title a {font: 14px "Times New Roman", Times, serif; color:#7f0000; margin:0; padding:0; font-weight:bold; text-decoration:none;}

/* REPLACEMENT FOR SKYSCRAPER AD IN CASE THEY UPLOAD A SWF/FLASH FILE */
/* this div floats over the flash and has the link applied to it */
#flash_link { 
	border: 0px solid #ffffff; background: transparent url(i/blank.gif);
	position: absolute; width:728px; height:90px; top:0; left:0; cursor: hand;
}

/* BUTTONS ACROSS THE SITE FOR BOTH AUTOFORMS AND STANDARD .button CLASS */
.autoFormInputs .button { 
	background: #7f0000; cursor:hand;
	font: 13px "Times New Roman", Times, serif; color: #fff;
	height: 20px; margin: 10px 0px 0px 0px;
}
#content .button { background:#7f0000; padding:0px 5px 2px 5px; margin:10px 0 0 0; text-decoration:none; line-height:15px; font: 13px "Times New Roman", Times, serif; height:22px; color:#FFF;}
#content .button a {color:#FFF; padding:5px 2px 5px 2px; margin:10px 0 0 0; text-decoration:none;}

/* THIS STYLE FOR THE WEATHER THREAT MAGNET BADGE IN THE RIGHT COLUMN */
/* may need to add styles for inside content page */
#weather_threat {width:118px; height:95px; border:none; padding:0; margin:0 0 15px 21px;}


/* FORMATTING THE GARAGE SALE TABLES */
#inset .body font {font:14px/17px "Times New Roman", Times, serif; color:#000;}
#inset .body font strong {font:14px/17px "Times New Roman", Times, serif; color:#000; font-weight:bold;}
#inset .body td {padding:2px;}
#inset .body font a {color:#7f0000;text-decoration:none;}
#inset .body font a:link, #inset .body font a:visited {color:#7f0000; text-decoration:underline;}
#inset .body font a:hover, #inset .body font a:active {color:#7f0000; text-decoration:none;}

/* THESE STYLES ARE FOR MOHANNAD'S METHOD OF RSS-XML SCRAPING INTO A UL-LI STRUCTURE */
#news_block h3 {font-size:14px; margin:0 0 5px 0; padding:0 0 5px 0;}
#news_block ul {margin:0; padding:0;}
#news_block p { display: none; }
#news_block ul li {list-style-type:none; margin:0; background-color:none; padding:7px 10px; border-bottom:1px solid #cbbe9f;}
#news_block ul li .rss_title {font-weight:bold; font-size:13px; color:#000;}
#news_block ul li a {text-decoration:none; color:#7f0000;}
#news_block ul li a:hover {text-decoration:underline; color:#7f0000;}