﻿/* Date picker area */
.ms-quickLaunch {
	border:none;
	font-family:Verdana;
	font-size:8pt;
	color:#640FBD;
}
/* date picker footer */
table.ms-picker-table td.ms-picker-footer {
	/*ckground-color:#bea4d9;*/
	background-color:#B380DD;
	font-family:Verdana;
	font-size:8pt;
	color:#640FBD;
	border-top:solid 1px #BEA4D9;
}
.ms-picker-footer a {
	color:#640FBD;
}
.ms-picker-footer a:hover{
	color:#640FBD;
	text-decoration:underline !important;
}

/* date picker header */
.ms-picker-header {
	background-color: #a458f3;
	background-image:url('../images/MTScalnumBttn.gif');
	background-repeat:repeat-x;
}
.ms-picker-month {
	color:#FFFFFF;		
}

/* date picker table month pick */
.ms-quicklaunch table.ms-picker-table td.ms-picker-monthcenter {
	padding-bottom:3px;
	text-align:center;
	background-color:#E8D3FF;
	border:solid 1px #E8D3FF;
	color:#640FBD;
	
}

/* Date picker month pick links */
.ms-picker-monthcenter a, .ms-picker-monthcenter a:active, .ms-picker-monthcenter a:link, .ms-picker-monthcenter a:visited, .ms-picker-monthcenter a:hover {
	color:#640FBD;	
	font-family:Verdana;
	font-size:8pt;
}

/* Selected month */
.ms-quicklaunch table.ms-picker-table td.ms-picker-monthselected {
	/*background-color:#CBBADD;*/
	/*ckground-color:#bea4d9;*/
	background-color:#B380DD;	
	background-image:none;
	background-repeat:repeat-x;
	border:solid 1px #640FBD;
}
/* selected month link */
.ms-picker-monthselected a, .ms-picker-monthselected a:active, .ms-picker-monthselected a:link, .ms-picker-monthselected a:hover, .ms-picker-monthselected a:visited {
	color:#640FBD;
	font-family:Verdana;
	font-size:8pt;
}
/* mouse over on a month - link */
.ms-picker-monthcenterOn a,.ms-picker-monthcenterOn a:active,.ms-picker-monthcenterOn a:link,.ms-picker-monthcenterOn a:hover,.ms-picker-monthcenterOn a:visited{
	color:#640FBD;
	font-family:Verdana;
	font-size:8pt;
	text-decoration:none;
	cursor:pointer;
}
/* mouse over on a month */
.ms-quicklaunch table.ms-picker-table td.ms-picker-monthcenterOn {
	/*background-color:#CBBADD;*/
	background-color:#B380DD;
	background-image:url('../images/MTSCalHeader.jpg');
	background-repeat:repeat-x;
	border:solid 1px #640FBD;
}



