/***************************************
// File: client_custom.css
//
// Description: Client specific Site wide styles
//
// Version: v2.0
//
// History:
// - 2007-03-20 v1.0 RM
//		- TODO clean out whats not being used in site, check public, & Admin
// Note: 
//		- Unverified styles are at the bottom of this document	
***************************************/

/***************************************
// HTML Elements
***************************************/

/*============================================
// A - Anchor TAGS for Navigation menues
============================================*/
/* verified */ /* WC Navigation */
a.MainSectionLink {text-decoration:none; color: #003366; font-size: 9pt; }
a.MainSectionLink:visited {text-decoration:none; color:#003366;}
a.MainSectionLink:hover   {text-decoration:underline;  color:#003366;}

a.MainSectionLink_on {text-decoration:none; color: #CC0033; font-size: 9pt; }
a.MainSectionLink_on:visited {text-decoration:none; color:#CC0033;}
a.MainSectionLink_on:hover   {text-decoration:underline; color:#CC0033;}

/* 	a.mainnavlinkBlue  - in client.css added by Trent */

a.subnavlink {color: #666666; text-decoration:none; font-size: 9pt;}
a.subnavlink:visited {color:#666666; text-decoration:none; font-size: 9pt;}
a.subnavlink:hover {color:#ff3333; text-decoration:underline;  font-size: 9pt;}

a.subnavlink_on {color: #ff3333; text-decoration:none; font-size: 9pt;}
a.subnavlink_on:visited {color:#ff3333; text-decoration:none; font-size: 9pt;}
a.subnavlink_on:hover {color:#ff3333; text-decoration:underline;  font-size: 9pt;}

/*TODO conflict, nav is used in our _admin naviagaiotn and WC top nav bar*/
.nav:hover {color: #FFFFFF; text-decoration: none;}
.nav:link {color: #FFFFFF; text-decoration: none;}
.nav:visited {color: #FFFFFF; text-decoration: none;}

/***************************************
// A - Anchor TAGS for content links
***************************************/
/* none */

/***************************************
// Table Tags
***************************************/
/* none */

/***************************************
// Table Tags (not locked to tables, but named that way)
***************************************/
/* none */

/***************************************
// Div Tags
***************************************/
/* none */

/***************************************
// Span Tags
***************************************/
/* none */

/***************************************
// Custom Classes
// - For Navigation menues
***************************************/
/* none */

/***************************************
// Custom Classes
// - Screen Text
***************************************/
.redBold {font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; color: #CC0000;}/* FCstyle*/
.blueBold {font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; color: #003399;}/* FCstyle*/
.greyBoldTextMed {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666; padding-right: 3px; padding-left: 0px;}
.BoldHeadings {  font-family: Verdana, Arial, Helvetica, sans-serif;  font-weight: bold; color: #666666; padding-right: 3px; padding-left: 0px}
.countDown {
	/*http://andrewu.co.uk/clj/countdown/*/
	font-size: 14px; 
	font-family: sans-serif; 
/*	font-weight:bold; */
	color: #ffffff; 
	background: #85A4BC; 
	border: 2px outset #85A4BC; 
	/*solid, dotted, dashed, double, groove, ridge, inset and outset. */
	padding: 2px 4px; 
	margin: 0; 
	text-align: center; 
	white-space: nowrap;
	/*good site for CSS http://htmldog.com/ */
}
.newsHeaderTextBlue {color: #6689B4; font-size: 10pt;}  /* this emulates the mainNaveLinkBlue class that Trent created ... for when the text is not a link */
.BoldTextSmall {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;  font-weight: bold; color: #000000; padding-right: 3px; padding-left: 0px;} /*  used in nomination form */


/***************************************
// Custom Classes
// - Screen Elements (non text)
***************************************/
/* none */

/***************************************
// Custom Classes
// - Printing
***************************************/
/* none */

/***************************************
// BEGIN UNVERIFIED STYLES
***************************************/
td.spacerRow {font-size: 3px;}

.redExclaim {color: #CC0000;font-weight: bold;font-size: 24px;}
.greySmall {font-family: "Trebuchet MS"; font-size: 10px; font-weight: normal; color: #E4E4E4}
.whiteSmall {font-family: "Trebuchet MS"; font-size: 10px; font-weight: normal; color: #FFFFFF}
.blackSmall {font-family: "Trebuchet MS"; font-size: 10px; color: #000000}
.blackBold {font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; color: #000}
.smblueBold {font-family: "Trebuchet MS"; font-size: 12px; font-weight: bold; color: #003399}

.btt:hover {  font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #C00; text-decoration: none}
.btt:link {  font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #C00; text-decoration: underline}
.btt:visited {  font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #C00; text-decoration: none}

.tabledata {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;color: #333333; }
.tabledatared {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;color: #CC0000; }
.tabledatabold {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;color: #333333; font-weight: bold;}
.formbox {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666;}
.tableborder {  background-color: #666666}
.cellWhite {  background-color: #FFFFFF}
.cellMed {  background-color: #CCCCCC}
.cellLight {  background-color: #F0F0F0}
.cellWCBack {  background-color: #EEF1F9}
.cellDark {  background-color: #666666}


.box {  font-family: "Century Gothic"; font-size: 12px; font-weight: bolder; color: #FF0000}
.largeRed {
	font-family: "Eras Bd BT";
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #990000;
}
/***************************************
// END UNVERIFIED STYLES
***************************************/
