/*
***********  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: 12px; 
  	color: #333333;
	padding:0px; margin:0px;
}


.textinput, .textinputhover {
	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 *************/

#loginForm .textinput, #loginForm .textinputhover {
	border:1px solid #fff;
	background:#2BABD2;
	color:#ffffff;
	padding:4px 5px;
	font-size:11px;
	height:24px;
	width:162px;
	margin:0 0 2px 0;
}

.sitemap { color:#E7E7E7; line-height:14px; font-size:10px; }

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

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

.footerwhite { color:#FFFFFF; font-size:9px; line-height:14px;}

.selectionheading { color:#6C5975; font-weight:bold; }

.required { color:#1E4262; line-height:normal; }

.category { color:#FFFFFF; font-weight:bold; }
