/********************************************************************/
/*                                                                  */
/* APPLIERS LOCAL VARIATION TO THE STANDARD CSS                     */
/*                                                                  */
/********************************************************************/

body{
    margin-top:10px;
}
div, span, ul, li, fieldset, label, a:link, a:visited, a:hover, img, h1, h2, h3, legend, p, input, select{
	border:0px;
	font-family:Arial,Helvetica,sans-serif;
 	padding:0px;
 	margin:0px;
 	background:transparent;
}
div.pagebanner{
    margin-bottom:10px;
} 
img.zone2{
    margin:15px 0px 0px 30px;
    width:294px;
    height:53px;
}
div.zone10{
    padding-top:5px;
}
div.pageverticalspacer{
    height:450px;
}
div#cmsparentreturn{
	width:200px;
	padding:5px 0px 10px 0px;
	background-color:#00AABA;
	margin-bottom:0px;
}
div#cmsparentreturn div{
	width:200px;
}
div.zone3-block-wrrpr{
	margin-bottom:3px;
}
div#cmsparentreturn{
	margin-bottom:0px;
}
ul.zone3-block{
	padding-bottom:3px;
}
a:link.menuitemnested, a:visited.menuitemnested, a:hover.menuitemnested{
	text-decoration:none;
	display:block;
	float:left;
	margin:0px;
	padding:5px 0px 5px 20px;
	width:180px;
}
span.menuitemnested{
	width:150px;
	float:left;
	background:transparent;
	margin:0px 0px 0px 5px;
}
ul.login{
	float:left;
	margin:20px 0px 10px 5px;
	padding:5px;
	width:180px; 

}
a:link.loginregister,a:visited.loginregister{
	float:left;
	text-decoration:none;
	padding:10px;
	background-color:#4D5F53;
	color:#ffffff;
	width:160px;
	margin:0px 0px 10px 0px;
}
a:hover.loginregister{
	float:left;
	text-decoration:underline;
	padding:10px;
	background-color:#819F8B;
	color:#000000;
	width:160px;
	margin:0px 0px 10px 0px;
}
a:link.mailtofooter,a:visited.mailtofooter{ 
	margin:0px;
	padding:0px;
	color:#ffffff;
	text-decoration:none;
}
a:hover.mailtofooter{
	margin:0px;
	padding:0px;
	color:#ffffff;
	text-decoration:underline;
}
div#stdpage a:link.cmsembedtrggr,div#stdpage a:visited.cmsembedtrggr{
	margin:0px;
	padding:10px 20px 10px 20px;
	color:#ffffff;
	text-decoration:none;
	background-color:#777777;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #000033;
	border-right:1px solid #000033;
	float:left;
}
div#stdpage a:hover.cmsembedtrggr{
	margin:0px;
	padding:10px 20px 10px 20px;
	color:#ffffff;
	text-decoration:underline;
	background-color:#555555;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #000033;
	border-right:1px solid #000033;
	float:left;
}

/****************************************************/
/*              date picker classes					*/
/****************************************************/
div.dpwrppr{
	float:left;
	width:230px;
	border:1px solid #003366;
	background-color:#eeeeee;
}
select.dpyearselect{
	font-size:80%;
	border:1px solid #003366;
	background-color:#eeeeee;
	float:left;
	margin:0px 0px 0px 0px;
}
div.dptitlewrrp{
	float:left;
	width:220px;
	border-bottom:1px solid #003366;
	background-color:#bbbbbb;
	padding:5px;
}
img.dptitleiconprev{
	cursor:pointer;
	margin:1px 0px 0px 0px;
	width:15px;
	height:15px;
	float:left;
}
img.dptitleiconnext{
	cursor:pointer;
	margin:1px 0px 0px 0px;
	width:15px;
	height:15px;
	float:right;
}
img.dptitleiconclose{
	cursor:pointer;
	margin:1px 5px 0px 0px;
	width:15px;
	height:15px;
	float:right;
}
div.dptitletext{
	float:left;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	width:110px;
}
table.dpdayswrppr{
	 float:left;
}
td.dpdayscellinmonth{
	text-align:center;
	width:32px;
	height:30px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
td.dpdayscellnotinmonth{
	text-align:center;
	width:32px;
	height:30px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#DFD7C3;
}
a:link.dpdayinmonth,a:visited.dpdayinmonth{
	float:left;
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	color:gray;
}
a:hover.dpdayinmonth{
	float:left;
	display:block;
	width:100%;
	text-align:center;
	text-decoration:underline;
	color:#336699;
}
div.dpdaynotinmonth{
	float:left;
	display:block;
	width:100%;
	text-align:center;
	color:#AF9F78;
}
