body {
	background-color: #ffcc33;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #414141;
}
.style1 {color: #ffffff;}
.style2 {color: #005083;}
.style3 {color: #B7B7B7;}
.style4 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
a {
  text-decoration: none; color: #ffffff;
}
a:hover {
  text-decoration: underline;
}
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


.glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}
.curlycontainer{
	border: 1px solid #FFF75E;
	margin-bottom: 1em;
	width: 400px;
	}
.curlycontainer .innerdiv
{
	background: transparent url(images/brcorner.gif) bottom right no-repeat;
	position: relative;
	left: 2px;
	top: 2px;
	padding: 1px 4px 15px 5px;
}
.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 400px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: #FFF75E;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}
.myscroller {
position:relative; // mandatory
width:200px; height:150px; // set as required
background-color:#ffffcc; // set as required
overflow:hidden; // mandatory
border:solid 1px; margin:5px; // optional
} 
.shiftscontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowscontainer{
width: 400px; /* container width*/
background-color: #d1cfd0;
}

.shadowscontainer .innersdiv{
/* Add container height here if desired */
background-color: #FFF311;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}
.commentbox{
background-color: #ececec;
width: 385px;
padding: 5px;
}

.commentfooter{
background: url(images/story_arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}
.commentboxi{
background-color: #f7f7f7;
width: 385px;
padding: 5px;
}

.commentfooteri{
background: url(images/story_arrow_02.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

.shiftcontainerww{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainerww{
width: 800px; /* container width*/
}

.shadowcontainerww .innerdiv{
/* Add container height here if desired */
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}
.shiftcontainerwww{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 0px; /*Number should match -top shadow depth below*/
}

.shadowcontainerwww{
width: 700px; /* container width*/

}

.shadowcontainerwww .innerdiv{
/* Add container height here if desired */
border: 1px solid gray;
padding: 6px;
position: relative;
left: 7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}
.pointermenu2{
margin: 0;
padding: 0;
}

.pointermenu2 ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background: #003D83 url(leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

.pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

.pointermenu2 ul li{
display: inline;
}


.pointermenu2 ul li a{
float: left;
color: white;
font-weight: bold;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

.pointermenu2 ul li a:visited{
color: white;
}


.pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
background: transparent url(images/pointer.gif) bottom center no-repeat;
}

.pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleopacity2 img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity2:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.toggleopacity2 img{
border: 1px solid #333333;
}
.title1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15;
}
.title1black {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #000000;
}
.title1white {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #FFFFFF;
}
.title1grey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #666666;
  font-weight: bold;
}
.title1lightgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #999999;
}
.title1extralightgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #AAAAAA;
}
.title1darkgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #2F373F;
}
.title1green {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #009900;
}
.title1navy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #000066;
}
.titlebignavy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20pt; line-height: 1.15; color: #000066;
  font-weight: bold;
}
.title1skyblue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #0066CC;
}
.title1orange {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #EE6600;
}
.titlesmallorange {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #EE6600;
  font-weight: bold;
}
.title1red {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #EE0000;
}
.title1pink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt; line-height: 1.15; color: #F50077;
}



.title2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15;
}
.title2black {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #000000;
}
.title2white {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #FFFFFF;
}
.title2grey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #666666;
}
.title2lightgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #999999;
}
.title2extralightgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #AAAAAA;
}
.title2darkgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #2F373F;
}
.title2green {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #009900;
}
.title2navy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #000066;
}
.title2skyblue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #0066CC;
}
.title2orange {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #EE6600;
}
.title2red {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #EE0000;
}
.title2pink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #F50077;
}



.title2x {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15;
}
.title2xblack {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #000000; font-weight: bold;
}
.title2xwhite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #FFFFFF; font-weight: bold;
}
.title2xgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #666666; font-weight: bold;
}
.title2xlightgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #999999; font-weight: bold;
}
.title2xextralightgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #AAAAAA; font-weight: bold;
}
.title2xdarkgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #2F373F; font-weight: bold;
}
.title2xgreen {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #009900; font-weight: bold;
}
.title2xnavy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #000066; font-weight: bold;
}
.title2xskyblue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; line-height: 1.15; color: #0066CC; font-weight: bold;
}
.title2xorange {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #EE6600; font-weight: bold;
}
.title2xred {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #EE0000; font-weight: bold;
}
.title2xpink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt; line-height: 1.15; color: #F50077; font-weight: bold;
}



.bt {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15;
}
.newshort {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #2F373F;
}
.news1 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #666666;
}
.btblack {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #000000;
}
.btwhite {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #FFFFFF;
  text-decoration: none;
}
.btgrey {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #666666;
}
.btlightgrey {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #999999;
}
.btextralightgrey {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #AAAAAA;
}
.btdarkgrey {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #2F373F;
}
.btgreen {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #009900;
}
.btnavy {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #000066;
}
.btskyblue {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #0066CC;
}
.tskyblue {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #0066CC;
}
.btorange {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #EE6600;
}
.btred {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #EE0000;
}
.btpink {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #F50077;
}



.btx {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; font-weight: bold
}
.btxblack {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #000000; font-weight: bold;
}
.btxwhite {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #FFFFFF; font-weight: bold;
}
.btxgrey {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #666666; font-weight: bold;
}
.btxlightgrey {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #999999; font-weight: bold;
}
.btxextralightgrey {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #AAAAAA; font-weight: bold;
}
.btxdarkgrey {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #2F373F; font-weight: bold;
}
.btxgreen {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #009900; font-weight: bold;
}
.btxnavy {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #000099; font-weight: bold;
}
.btxskyblue {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #0066CC; font-weight: bold;
}
.btskyblue {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #0066CC;
}
.btxorange {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #EE6600; font-weight: bold;
}
.btxred {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #EE0000; font-weight: bold;
}
.btxpink {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 7.5pt; line-height: 1.15; color: #F50077; font-weight: bold;
}



.st {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15;
}
.stblack {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #000000;
}
.stwhite {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #FFFFFF;
}
.stgrey {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #666666;
}
.stlightgrey {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #999999;
}
.stextralightgrey {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #AAAAAA;
}
.stdarkgrey {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #2F373F;
}
.stgreen {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #009900;
}
.stnavy {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #000066;
}
.stskyblue {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #0066CC;
}
.storange {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #EE6600;
}
.stred {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #EE0000;
}
.stpink {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #F50077;
}



.stx {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15;
}
.stxblack {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #000000; font-weight: bold;
}
.stxwhite {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #FFFFFF; font-weight: bold;
}
.stxgrey {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #666666; font-weight: bold;
}
.stxlightgrey {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #999999; font-weight: bold;
}
.stxextralightgrey {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #AAAAAA; font-weight: bold;
}
.stxdarkgrey {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #2F373F; font-weight: bold;
}
.stxgreen {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #009900; font-weight: bold;
}
.stxnavy {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #000066; font-weight: bold;
}
.stxskyblue {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #0066CC; font-weight: bold;
}
.stxorange {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #EE6600; font-weight: bold;
}
.stxred {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #EE0000; font-weight: bold;
}
.stxpink {
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 8.5pt; line-height: 1.15; color: #F50077; font-weight: bold;
}

	.pickerImg {
		position: absolute;
		margin-left: -16px;
		margin-top: 5px;
		cursor: pointer;
	}
	.infobox {
		background-color: #fefdec;
		border: 1px solid #edebcd;
		padding: 6px;
		margin-bottom: 20px;
		}
.searchresults {
	float:left;
	width:700px;
	border: 2px dashed #edebcd;
	padding: 6px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.resultholder {
	float:left;
	width:660px;
	padding: 2px 6px 6px 25px;
	background:url(../images/sicon.png) no-repeat top left;
}
.gho{
float:left;
width:360px;
padding:5px;
}
.ghi{
float:left;
}
.ghi a{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #0066CC;
  float:left;
  width:350px;
  padding:5px;
  border: 1px solid #CCCCCC;
  text-decoration:none;
}
.ghi a:hover{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt; line-height: 1.15; color: #0066CC;
  float:left;
  width:350px;
  padding:5px;
  border: 1px solid #666666;
  text-decoration:none;
}
Img.floatL{
float:left;
margin-right:4px;
}
  /***************/
 /* vlaCalendar */
/***************/

/* Picker */

.vlaCalendarPicker {
	position: absolute;
	z-index: 999;
	
	margin-top: -5px;
	margin-left: -2px;
	
	display: none;
}

.vlaCalendarPicker .pickerBackground {
	background: transparent url('../images/dp/calendar_background.png') no-repeat top center;
	padding: 16px;
	height: 130px;
	width: 166px;
	overflow: hidden;
}

/* Background for IE6 - code does not validate as it is a hack */
*html .vlaCalendarPicker .pickerBackground {
	background-image: url('../images/dp/calendar_background.gif');
}

/* Main calendar */

.vlaCalendar, .vlaCalendar table {
	font-family: calibri, arial !important;
	color: black;
	font-size: 12px !important;
}

.vlaCalendar {
	display: block;
	width: 164px;
}
.vlaCalendar .container, .vlaCalendar .container div {
	width: 164px;
	height: 130px;
	text-align: left;
	position: absolute;
	overflow: hidden;
}

.vlaCalendar span.indication {
	display: block;
	text-align: center;
}

.vlaCalendar table {
	margin-top: 8px;
	text-align: right;
	border-collapse: collapse;
	background-color: white; /* <- IE ugly text in transition fix  */
}

.vlaCalendar .picker td {
	cursor: pointer;
}

/* Label & arrows */

.vlaCalendar .label:hover {
	color: #0066cc;
	cursor: pointer;
}
.vlaCalendar .noHover:hover {
	color: black;
	cursor: default;
}

.vlaCalendar .arrowLeft, .vlaCalendar .arrowRight {
	background: transparent url('../images/dp/arrowleft.gif') no-repeat center;
	height: 12px;
	width: 10px;
	cursor: pointer;
}
.vlaCalendar .arrowLeft {
	margin-left: 5px;
	float: left;
}
.vlaCalendar .arrowLeft:hover {
	background-image: url('../images/dp/arrowleft_hover.gif');
}
.vlaCalendar .arrowRight {
	margin-right: 5px;
	float: right;
	background-image: url('../images/dp/arrowright.gif');
}
.vlaCalendar .arrowRight:hover {
	background-image: url('../images/dp/arrowright_hover.gif');
}

/* Month */

.vlaCalendar .month th {
	text-align: center;
	font-weight: normal;
	width: 24px;
	padding-bottom: 1px;
	border-bottom: 1px solid #f5f5f5;
}

.vlaCalendar .month td {
	padding-right: 3px;
	height: 15px;
}

.vlaCalendar .month tr.firstRow td {
	padding-top: 2px;
}

.vlaCalendar .month td:hover {
	background: url('../images/dp/day_hover.gif') bottom no-repeat;
	color: #0066cc;
}

.vlaCalendar .month td.selected {
	background: url('../images/dp/day_selected.gif') bottom no-repeat;
	color: #0066cc;
}
.vlaCalendar .month td.selected:hover {
	background-image: url('../images/dp/day_selected_hover.gif');
}

.vlaCalendar .month td.outsideDay {
	color: #a8a8a8;
}
.vlaCalendar .month td.outsideDay:hover {
	color: #b1c5fc;
}

/* Year & decade */

.vlaCalendar .year {
	margin-left: 2px;
}

.vlaCalendar .year td {
	width: 40px;
	height: 35px;
	text-align: center;
	cursor: pointer;
}
.vlaCalendar .year td:hover {
	background: url('../images/dp/month_hover.gif') center no-repeat;
	color: #0066cc;
}

.vlaCalendar .year td.selected {
	background: url('../images/dp/month_selected.gif') center no-repeat;
}
.vlaCalendar .year td.selected:hover {
	background-image: url('../images/dp/month_selected_hover.gif');
}

.vlaCalendar .year td.current {
	background: url('../images/dp/month_current.gif') center no-repeat;
	color: #0066cc;
}
.vlaCalendar .year td.current:hover {
	background-image: url('../images/dp/month_current_hover.gif');
}

.vlaCalendar .year td.selectedcurrent {
	background: url('../images/dp/month_selectedcurrent.gif') center no-repeat;
}
.vlaCalendar .year td.selectedcurrent:hover {
	background-image: url('../images/dp/month_selectedcurrent_hover.gif');
}

.vlaCalendar .year td.outsideYear {
	color: #a8a8a8;
}
.vlaCalendar .year td.outsideYear:hover {
	color: #b1c5fc;
}

