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

/* overwrite padding in  editor_style */

img{ border:0px; }

.errorText{ color: #F00101; }

.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: #999999;
	padding:0px; margin:0px;
}

.button { color: #FFFFFF; background-color: #C31F41; border-bottom: 1px solid #CB3C5A; border-top: 1px solid #D6647C; border-right: 1px solid #CB3C5A; border-left: 1px solid #D6647C; height: 20px; font-weight: bold; }

.textinput {
	border:1px solid #D4D4D4; 
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	background-image:url(/images/backgrounds/text_input.gif);
	background-repeat: repeat-x;
	background-position:bottom;
}

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

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

.subfooter { font-size:11px; }

.sidetext { color:#BDB8A8; line-height:16px; }

.footer { color:#969595; font-size:10px; line-height:14px; }

.footer:hover { color:#DC183C; text-decoration:none; }

.footerblue { color:#63889B; font-size:10px; line-height:14px; }

.footerblue:hover { color:#DC183C; text-decoration:none; }

.sitemap { 
	color:#42484E; 
	font-size:10px; 
	vertical-align:top; 
	text-align:right; 
	font-family: Arial, Helvetica, sans-serif;
	line-height:14px;
}

.enlarge { color:#969595; font-size:9px; }

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

.blue { color:#577F92; }