.adHeadline {
	text-decoration: none; 
	color: navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.adText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 
	color: black;
}

.bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color: white;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
	color: #3F5363;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F5363;
	font-weight: bold;
	
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F5363;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5F7383;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: underline;
}

.baselink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sidelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #E30000;
}

.sidelinks2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E30000;
	text-decoration: none;
}





.sidelinksBlue{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5F7383;
}
.dropdown{
	font-family: Tahoma;
	font-size: 11px;	
	color: #000000;
}

textarea{
	background-color:#FFFFFF;
	border:1px solid #5F7383;
	font-family:Tahoma;
	font-size:11px;
	padding-left:3px;
	height:50px;
	width:160;
}

.textbox{
	background-color:#FFFFFF;
	border:1px solid #5F7383;
	font-family:Tahoma;
	font-size:11px;
	padding-left:3px;
	height:18px;
	width:160;
}

.smalltextbox{
	background-color:#FFFFFF;
	border:1px solid #5F7383;
	font-family:Tahoma;
	font-size:11px;
	padding-left:3px;
	height:18px;
	width:25;
}

.calendarTextbox{

	background-color:#FFFFFF;
	border:1px solid #5F7383;
	font-family:Tahoma;
	font-size:11px;
	padding-left:3px;
	height:18px;
	width:70;
}

.button{
	border:2px solid #CCCCCC;
	background-color:#f5f5f5;	
	font-family:Verdana;
	font-weight: bold;
	font-size:10px;
	color:#000000;
	height:20px;
	width:70px;
	text-align:center;
	margin-left: 5px;
	margin-right: 5px;
}

.validationlabel{
	color:#FF0000;
	font-size:xx-small;
	display:none;
}

.dropdown{
	background-color:#FFFFFF;
	border:1px solid #5F7383;
	font-family:Tahoma;
	font-size:11px;	
	height:18px;
	width:160px;	
}

.row{
	background-color:#ffffcc;
}

.rowAlt{
	background-color:#ddefff;
}

.rowHeader{
	background-color:#f5f5f5;
}


/* Calendar Style */
.CALcpYearNavigation,
.CALcpMonthNavigation {
	background-color:#6677DD;
	text-align:center;
	vertical-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}

.CALcpDayColumnHeader,
.CALcpYearNavigation,
.CALcpMonthNavigation,
.CALcpCurrentMonthDate,
.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDate,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDate,
.CALcpCurrentDateDisabled,
.CALcpTodayText,
.CALcpTodayTextDisabled,
.CALcpText {
	font-family:arial;
	font-size:8pt; 
}

TD.CALcpDayColumnHeader {
	text-align:right;
	border:solid thin #6677DD;
	border-width:0 0 1 0;
}

.CALcpCurrentMonthDate,
.CALcpOtherMonthDate,
.CALcpCurrentDate {
	text-align:right;
	text-decoration:none;
}

.CALcpCurrentMonthDateDisabled,
.CALcpOtherMonthDateDisabled,
.CALcpCurrentDateDisabled {
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}

.CALcpCurrentMonthDate {
	color:#6677DD;
	font-weight:bold;
}

.CALcpCurrentDate {
	color: #FFFFFF;
	font-weight:bold;
}

.CALcpOtherMonthDate {
	color:#808080;
}

TD.CALcpCurrentDate {
	color:#FFFFFF;
	background-color: #6677DD;
	border-width:1;
	border:solid thin #000000;
}

TD.CALcpCurrentDateDisabled {
	border-width:1;
	border:solid thin #FFAAAA;
}

TD.CALcpTodayText,
TD.CALcpTodayTextDisabled {
	border:solid thin #6677DD;
	border-width:1 0 0 0;
}

A.CALcpTodayText,
SPAN.CALcpTodayTextDisabled {
	height:20px;
}

A.CALcpTodayText {
	color:#6677DD;
	font-weight:bold;
}
		
SPAN.CALcpTodayTextDisabled {
	color:#D0D0D0;
}
		
.CALcpBorder {
	border:solid thin #6677DD;
}