


/*
 COMMON TEXT ATTRIBUTES
*/
#content {
height: 502px; /* for IE5/Win */
voice-family: "\"}\"";
voice-family: inherit;
height: 462px;
}

html>body #content { /* be nice to Opera */
height: 462px;
} 

BODY {
	font-Family: Verdana,arial,sans;
	font-size:62.5%; 
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none; 
	font-weight: normal;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;

}

A:LINK,
A:VISITED
 {
    color:#40a7d2;
}


A:HOVER,
A:ACTIVE
 {
    color:#888888;
}
h1{
	font-size:1.4em;
	color:#8c060d;
}

h2{
	font-size:1.2em;
}

h3{
	font-size:1em;
    color:#40a7d2;
	font-weight:bold;
	text-align:center;
	margin-bottom:3px;
}

P {
	font-Family: Verdana,arial,sans;
	text-decoration: none;
	font-weight: normal;
	margin:5px 0px 5px 0px;
}

P.cellText {
	font-weight: bold;
	color:#666666;
	padding-right:5px;
}

a.redText, a:visited.redText {
	color:#a90303;	
}

a.href_rowColor1:hover {
	color: #999999 !IMPORTANT;
}

.href_rowColor1_disabled {
	color: #999999 !IMPORTANT;
}
 th h2 {
	vertical-align: middle;
	margin: 5px 0;
	padding: 0;
 }

.centered {
	text-align: center;
}

.bodyText{
	font-size:0.9em;
	color:#666666;
}

.callout {
	color: #ffffff;
	padding:0px 10px 10px 10px;
}

.callout a, .callout_blue a {
    color: #c2e591 !important;
}

table {
	font-Family: Verdana,arial,sans;
	font-size: 1.0em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

table.form {
	font-Family: Verdana,arial,sans;
	font-size: 1.0em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 5px 10px 10px;
}

th {
	padding:0px 0px 0px 10px;
	text-align:left;
	color:#FFFFFF;
	font-size:1.1em;
}


td.left {
	border-left: solid 1px #40a7d2;
	padding-left:3px;
}

td.right {
	border-right: solid 1px #40a7d2;
}

td.right a {
	color: #b36f53;
	}

tr{
	font-size:1.0em;
	border-left: solid 1px #40a7d2;
	border-right: solid 1px #40a7d2;

}

tr.narrowBlue {
	background-color:#40a7d2;
	background-image:url(../images/th_466_bg.gif);
	background-repeat:no-repeat;
	background-position:top;	
}

tr.blueRow{
	background-color:#40a7d2;
	height:1px;
}

tr.redRow {
	background-color: #a90303;
	height: 1px;
}

tr.bordered, td.bordered {
	border-left: solid 1px #40a7d2;
	padding-left: 3px;
	border-right: solid 1px #40a7d2;
}

tr.bordered_red, td.bordered_red {
	border-left: solid 1px #a90303;
	padding-left: 3px;
	border-right: solid 1px #a90303;
}

td.bordered_red, td.bordered_red a, td.bordered_red p {
	font-weight: bold !important;
	}
td.bordered_red a {
	color: #a90303;
	}

td.padded {
	padding-left: 3px;
}

tr.bordered_nopad, td.bordered_nopad {
	border-left: solid 1px #40a7d2;
	border-right: solid 1px #40a7d2;
}


/*
 Summary Class
*/

.summaryTable{
	background-color:#e3f2f8;
	margin:0px 10px 10px 0px;
	font-size:.9em;
	color:#000000;
}



/*
 Results Table Classes
*/
.tableHead{
	background-color:#40a7d2;
	height:30px;
}

.tableHead a {
	color: #ffffff;
}

.printHead{
	background-color:#40a7d2;
	height:20px;
}

.printHeadText, a.printHeadText
{
	color:#ffffff !important;
	font-weight:bold;
	padding:0px 10px 0px 10px;
}

.dashedBorder {
	border-bottom: 1px dashed #000000;
}

.tableHeadText
{
	color:#ffffff;
	font-weight:bold;
	padding:10px 10px 10px 10px;
}

.colHead{
	background-color:#ffffff;
	font-weight:bold;
	font-size:.9em;
	text-align:center;
	padding:5px 5px 5px 5px;
	height:30px;
}


.rowColor1, .rowColor1_padded {
	background-color:#ffffff;
	height:30px;
}

.padded {
  padding-left: 3px;	
}

.rowColor2 {
	background-color:#cccccc;
	height:30px;
}

.rowSpecial{
	background-color:#ffffee;
	height:25px;
}

.header {
    font-family: verdana, arial, sans;
	font-size: 1.6em;
	color: #000000;
	font-weight: bold;
}

.bluetext {
	color:			#40A7D2;
	font-weight: 	bold;
}

.subheader {
    font-family: verdana, arial, sans;
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
}

.errorText {
	color : #a90303;
	font-size: 1.3em;
}

.redText {
	color : #a90303;
}

.popupText {
    font-size: 1.1em;
}

/**
 *Form classes
 */
 input{
 	font-size:1.1em;
	color: #666666;
 }
 
 select{
 	font-size:1.1em;
	color: #666666;
	background-color: #ffffff;
 }
 textarea{
 	font-size:1.1em;
	color: #666666;
	background-color: #ffffff;
	margin:3px 0px 3px 0px;
 }
 
/**
 * navigation link classes
 */

TD.navigation_level_1 {

}


A.navigation_level_1{
	color:#666666;
	text-decoration:none;
}

OL.alpha {list-style-type: upper-alpha;}
OL.decimal {list-style-type: decimal;}
OL {list-style-type: decimal;}



/** 
default header style for smartmail -
leave this in for scms editor compatibility,
may be changed in tpxplates **/


.SmartMailHeader {
    margin-top:1px;
    margin-bottom:1px;
    font-size:1.2em;
    font-family:verdana, arial, helvetica, sans-serif;
    font-weight:bold;
}


/**DIVS**/

#logoHeader{
	background-image:url(../images/top_bar.gif);
	background-repeat:repeat-x;
}


.callout_yellow {
	background-image: url(../images/yellowcall_bg.gif);
	color: #666666;
	}
.callout_yellow h2 {
	color: #8c060d;
	border-bottom: 1px dashed #8c060d;
	}
.callout_blue {
	background-image: url(../images/bluecall_bg.gif);
	color: #ffffff;
    }
.callout_blue h2, .callout_green h2, .callout_red h2 {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
	}
.callout_red a, .callout_red a:visited {
	color: #990000;
	}
.callout_green {
	background-image: url(../images/greencall_bg.gif);
	color: #ffffff;
    }
.callout_green a, .callout_green a:visited {
	color: white !important;
	}
	
.callout_green a:hover {	
	color: white !important;
	font-style: italic;
	}
	
.callout_red {
	background-image: url(../images/redcall_bg.gif);
	color: #ffffff;
    }

.callout_yellow, .callout_green, .callout_red, .callout_blue {
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-right: 10px;
	padding-left: 10px;
	}


	
.callout_yellow h2, .callout_red h2, .callout_blue h2, .callout_green h2 {
	font-size: 1.6em;
	font-family: MetaPlusBook-Roman1, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	}
.callout_yellow p, .callout_blue p, .callout_red p, .callout_green p {
    margin-top: 5px;
    margin-bottom: 5px;
    }


