body, form {
    margin: 0;
}
body {
    font-family: verdana, arial, helvetica, sans-serif; 
    background: white;
    color: black;
}
.ms-picker-table {
	border-collapse: collapse;
	background-color: #FFFFFF;
	border: 1px solid #8FA4C9;
}
.ms-picker-daycenter {
	color: #FFFFFF; 
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	border:solid 1px #FFFFFF;
	width:  22px;
}
.ms-picker-daycenter a, .ms-picker-daycenter a:active, .ms-picker-daycenter a:link,.ms-picker-daycenter a:visited, .ms-picker-daycenter a:hover { 
	color: #000000; 
	font-family: Verdana; 
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration: none;
}
.ms-picker-daycenterOn { 
	color: #FFFFFF; 
	text-align: center;
	background-color: #FEC605;
	padding-bottom: 3px;
	border:solid 1px #778AA8;
	width: 22px;
	cursor: pointer; 
}
.ms-picker-daycenterOn a, .ms-picker-daycenterOn a:active, .ms-picker-daycenterOn a:link,.ms-picker-daycenterOn a:hover, .ms-picker-daycenterOn a:visited { 
	color: #000000; 
	font-family: Verdana; 
	font-size: 7pt; 
	font-weight: bold; 
 	text-decoration: none;
	cursor: pointer; 
}
.ms-picker-dayother {
	color: #FFFFFF; 
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	border:solid 1px #FFFFFF;
	width: 22px;
}
.ms-picker-dayother a, .ms-picker-dayother a:active, .ms-picker-dayother a:link,.ms-picker-dayother a:visited, .ms-picker-dayother a:hover { 
	color: #999999; 
	font-family: Verdana; 
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration: none;
}
.ms-picker-today {
	color: #FFFFFF; 
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	border:solid 1px #FD1301;
	width: 22px;
}
.ms-picker-today a, .ms-picker-today a:active, .ms-picker-today a:link,.ms-picker-today a:visited, .ms-picker-today a:hover { 
	color: #FD1301; 
	font-family: Verdana; 
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration: none;
}
.ms-picker-weekselected { 
	border:0px solid #F8F8FA; 
	height:22;
	width:10; 
	background-repeat:no-repeat;
      	padding: 1px; 
      	background-image:url("/_layouts/images/pickweeknavselected.gif"); 
	align:center;
}
.ms-picker-weekselected a,.ms-picker-weekselected a:active, .ms-picker-weekselected a:link,.ms-picker-weekselected a:visited, .ms-picker-weekselected a:hover{
	font-family:Verdana; 
	font-size:7pt; 
	color:#FFFFFF; 
	text-align:center; 
	text-indent:2;
	text-decoration: none;
}        
.ms-picker-week {
	border:0px solid #F8F8FA; 
	height:22;
	width:10; 
	background-repeat:no-repeat; 
      	padding: 1px; 
      	background-image:url("/_layouts/images/pickweeknav.gif"); 
	align:center;
}
.ms-picker-week a,.ms-picker-week a:active, .ms-picker-week a:link,.ms-picker-week a:visited, .ms-picker-week a:hover{
	font-family:Verdana; 
	font-size:7pt; 
	color:#FFFFFF; 
	text-align:center; 
	text-indent:2;
	text-decoration: none;
}        
.ms-picker-dayselected {
	text-align: center;
	background-color: #8FA4C9;
	padding-bottom: 3px;
	border:solid 1px #778AA8;
	width:  22px;
}
.ms-picker-dayselected a, .ms-picker-dayselected a:active, .ms-picker-dayselected a:link, .ms-picker-dayselected a:hover,.ms-picker-dayselected a:visited {
	color: #000000; 
	font-family: Verdana; 
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration: none;
}
.ms-picker-dayselectedtoday {
	text-align: center;
	background-color: #8FA4C9;
	padding-bottom: 3px;
	border:solid 1px #FD1301;
	width:  22px;
}
.ms-picker-dayselectedtoday a, .ms-picker-dayselectedtoday a:active, .ms-picker-dayselectedtoday a:link, .ms-picker-dayselectedtoday a:hover,.ms-picker-dayselectedtoday a:visited {
	color: #000000; 
	font-family: Verdana; 
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration: none;
}
.ms-picker-dayheader { 
	border-top: 2px solid #8FA4C9; 
	border-bottom: 1px solid #8FA4C9; 
	font-family: Verdana; 
	font-size: 8pt; 
	color: #333333; 
	font-weight: bold; 
		text-align: center;
        border-left: 1px solid #8FA4C9; 
        border-right: 1px solid #8FA4C9; 
        border-bottom: 1px solid #8FA4C9;
}
.ms-picker-month {
	color: #000000;
	font-family: Verdana; 
	font-size:10pt; 
	font-weight: bold;
	background-color: #8FA4C9;
}
.ms-picker-footer{
	font-family: Verdana; 
	font-size: 8pt;
	color: #666666;
	border-bottom: 1px solid #8FA4C9; 
	border-left: 1px solid #8FA4C9; 
	border-right: 1px solid #8FA4C9; 
}
.ms-picker-footer a, .ms-picker-footer a:active, .ms-picker-footer a:link, .ms-picker-footer a:hover,.ms-picker-footer a:visited {
	color: #8FA4C9; 
	font-family: Verdana; 
	font-size: 8pt;
	cursor: pointer; 
}
