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

/* overwrite padding in  editor_style */
img{
	border:0px;
}

.submenu {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	
}
.submenu:hover {
	/* font-weight:bold; */
	color:#F1A827;
	text-decoration:none;
}
.submenuselected{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight: bold;
}

.errorText{
    color: #FF0000;
}

.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; 
}

.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;
}

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


.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; }

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

.sitemap {
	font-family:Verdana;
	font-size:9px;
	color: #CCCCCC;
}

.headerright {
	background-image:url(/images/backgrounds/header_right_bg.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-top:13px;
	padding-right:70px;
	color:#F0C5D5;
	text-align:right
}

.headerright a{
	color:#F0C5D5;
}

.headerright a:hover{
	color:#ffffff;
}

.titlecell {
	background-image:url(/images/backgrounds/title_bg.gif);
	background-repeat:repeat-x;
}

.footer a{
	color: #666666;
}

.footer a:hover{
	color: #E18BAC;
}

.nbm a{
	color: #999999;
}

.featuredpic {
	height:140px;
	border:1px solid #E0E0E0; 
	text-align:center; 
	vertical-align:middle;
}

.featureddesc {
	background-image:url(../images/backgrounds/featured_bg.gif); 
	background-repeat:repeat-x;
	padding:12px;
	padding-top:8px;
}

.confidenceheading {
	color:#E18BAC; 
	font-size:11px; 
	line-height:17px; 
	font-weight:bold
}