/*
***********  Custom css ************
*/

/* overwrite padding in  editor_style */

img{ border:0px; }

.errorText{ color: #F00101; }

.errorTextSide { color: #F00101; font-size:10px; } 

.errortextwhite { color:#FFFFFF; font-size:11px; }

.nextprevdisabled{ color: #cccccc; }

.nextprevlink{ color: #33597e; text-decoration: none; }

.nextprevlink:hover{ color: orange;	text-decoration: none; }

.nextprevcurrentpage{ color: #33597e; text-decoration: underline; }

/** used in send to a freind **/
.input {
	font-family: verdana;
  	font-size: 11px; 
  	color: #333333;
	padding:0px; margin:0px;
	border:1px solid #C7C7C7;
	padding-left:3px;
	padding-right:3px; 
}

.dropdown {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6E6E6E;
}

.textinput {
	border:1px solid #C7C7C7; 
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	background-image:url(/images/spacers/input_bg.gif);
	background-repeat:repeat-x;
}

.noborder {	border:0px; padding:0px; margin:0px; }

/************  Custom - Site specific *************/

.sitemap { color:#E2EAD5; line-height:14px; font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; }

.sitemap:hover { text-decoration:none; }

.footer { font-size:9px; line-height:16px; color:#306898; }

.footer:hover { text-decoration:none; line-height:16px; }

.footergrey { font-size:9px; line-height:16px; color:#787878; }

.footergrey:hover { text-decoration:none; line-height:16px; }

.print { font-size:9px; vertical-align:top; color:#94A7D7; line-height:normal; }

.blue { color:#035981; }

.earningsguideleftcoltop {
	border-bottom:1px solid #D9D9D9; border-left:1px solid #D9D9D9; border-top:1px solid #D9D9D9;
}

.earningsguideleftcol {
	border-bottom:1px solid #D9D9D9; border-left: 1px solid #D9D9D9; 
}

.earningsguiderightcoltop {
	border-bottom:1px solid #D9D9D9; border-left: 1px solid #D9D9D9; border-right: 1px solid #D9D9D9; border-top:1px solid #D9D9D9;
}

.earningsguiderightcol {
	border-bottom:1px solid #D9D9D9; border-left: 1px solid #D9D9D9; border-right: 1px solid #D9D9D9; 
}

.blueleftcol { 
	color:#1C598E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.blueleftcol:hover {
	text-decoration:underline;
} 

.greenleftcol { 
	color:#6D883F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.greenleftcol:hover {
	text-decoration:underline;
} 

