@charset "utf-8";
/* CSS Document */

.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:normal;
	font-weight: bold;
	color: #00A1DD;
	}
.heading A:link{
	font-family:Verdana, Geneva;
	color:#006699;
	line-height:15px;
	text-decoration:underline;
	font-size:11px;
		}		
.heading A:visited{
	font-family:Verdana, Geneva;
	font-size:11px;color:#006699;
	line-height:15px;
	text-decoration:underline;
	}
.heading A:hover{
	font-family:Verdana, Geneva;
	font-size:11px;
	color:#99CC33;
	text-decoration:none;
	line-height:15px;
	}
.heading A:active{
	font-family:Verdana, Geneva;
	font-size:11px;
	color:#99CC33;
	text-decoration:underline;
	line-height:15px;
}

.whitetext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight: bold;
	color: #ffffff;
	}

.greytext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight: normal;
	color: #333333;
	}
.greytext A:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#013675;
	line-height:15px;
	text-decoration:underline;
	font-size:11px;
	
		}		
.greytext A:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006699;
	line-height:15px;
	text-decoration:underline;
	}
.greytext A:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	background: #82CFEE;
	text-decoration:none;
	line-height:15px;
	}
.greytext A:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#013675;
	text-decoration:underline;
	line-height:15px;
}

.bluetext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight: normal;
	color: #013675;
	}

.blueheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight: bold;
	color: #013675;
	}
	
	
	.greytext_mini{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	font-weight: normal;
	color: #333333;
	}
	
.highlight_formdata{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	font-weight: normal;
	color: #3399CC;
	}
	
.panel{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	font-weight: normal;
	color:  #333333;
	}
	

.date-pick{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight: normal;
	color:  #333333;
	text-indent: 2px;
	}
	
.date-pick.dp-disabled {
	color:#969696 /*grey*/;
	background: #ffffff;
}