/* 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: none; border-bottom:1px solid #FFFF00;}
#autoTable td {padding:3px;}
th, .tableHeader {font:12px/16px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#FFFF00; font-weight:bold; padding: 3px;}
#autoTable #citable .show_title a {font: 14px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#FFFF00; 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, .autoTable .button, .atTopBar .button { 
	font:12px/13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#FFF; padding:2px 2px 4px 2px; border:none;
	cursor:hand; height: 16px; margin: 5px 0px 0px 0px; background-color:#FF9900;
}
#cart .button { 
	font:12px/13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#FFF; padding:2px 2px 4px 2px; border:none;
	cursor:hand; height: 21px; margin: 5px 5px 0px 0px; background-color:#FF9900;
}
.frame .button { /* for personal settings page tabs at top */
	font:12px/13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#FFF; padding:2px 2px 3px 2px; border:none;
	cursor:hand; height: 18px; margin: 5px 1px 5px 0px; background-color:#FF9900;
}
.button {font:12px/13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#FFF; padding:2px;}

/* COMMENT OUT BLOG SEARCH */
.blog_search {display:none;}

/* STYLES FOR NEWS AND FEEDS ON HOME PAGE */
#news {width:550px; margin:0 0 16px 0; padding:31px 0 0 0; background:url(/theme/KOOQ/i/news-header.jpg) top left no-repeat;}
#news ul {margin:0; padding:0; width:550px; list-style-type:none;}
#news li {margin:0; padding:10px 0 11px 0; list-style-type:none; width:550px; border-bottom:1px solid #69737c; color:#FFF;}
#news li .headline {font: 12px/16px "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif; color:#FF9900; margin:0; padding:0; font-weight:bold;}
#news li .date {font: 12px/16px "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif; color:#69737c; margin:0; padding:0; font-weight:bold;}

/* 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; border:none; padding:0; margin:0 0 15px 44px;}
