<!--

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* Date Picker Style */

.datefld {
	color:#000000;
	background:#F7F7F7;
	font-family: Arial;
	font-size: 8pt; 
    border: 1px solid navy;
	padding-left: 3px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

div.calcontainer {
	width: 160px;
	height: 160px;
}


div.calbody {
	background: #EEEEEE;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}


.caltitle {
	background: navy;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 8pt; 
}

.calweekdays {
	background: #AAAAAA;
	font-weight: bold;
	text-align: center;
	font-family: Arial;
	font-size: 8pt; 
	border-right: 1px solid #CCCCCC;
}

.dayno {
	background: #DDDDDD;
	text-align: center;
	cursor: crosshair;
	font-family: Arial;
	font-size: 8pt;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.dayyes {
	background: navy;
	text-align: center;
	color: white;
	cursor: crosshair;
	font-family: Arial;
	font-size: 8pt; 
}

.calselected {
	background: yellow;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
	font-size: 8pt; 
}






/* NumField Style */

.numfld {
	color:#000000;
	background:#F7F7F7;
	font-family: Arial;
	font-size: 8pt; 
    border: 1px solid navy;
	padding-left: 3px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}





/* CheckboxGroup Style */

.cbcontainer {
	background: #EEEEEE;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

.cbokbut {
	color: #FFFFFF;
	background: navy;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
    border: 1px solid navy;
}


-->
