BODY
{
	font-size: 8pt;
	color: gray;
	font-family: Verdana;
	background-color: #f5f5f5;
}

.text
{
	font-weight: bold;
	font-size: 10pt;
	color: #006699;
	font-family: verdana;
}


.btn
{
	border-left-color: #006699;
	border-bottom-color: #006699;
	border-top-style: solid;
	border-top-color: #006699;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-bottom-style: solid;
	border-bottom-width :1;
	border-top-width : 1;
	border-left-width: 1;
	border-right-width:1;
	border-width:1;
	cursor:hand;
	
	color: #006699;
	font-size: 8pt;
	font-family: Verdana;
	background-color: #f5f5f5;
}


.textarea
{
	border-left-color: #006699;
	border-bottom-color: #006699;
	border-top-style: solid;
	border-top-color: #006699;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-bottom-style: solid;
	border-bottom-width :1;
	border-top-width : 1;
	border-left-width: 1;
	border-right-width:1;
	border-width:1;
	
}

.dgheader
{
	background-color:#006699;
	font-weight: bold;
	font-size: 10pt;
	color: yellow;
	font-family: verdana;
}

.dgitem
{
	font-size: 10pt;
	color: #006699;
	font-family: verdana;
}

.calendar
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 8pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: Tahoma;
	position: absolute;
	background-color: steelblue;
}
.calheader
{
	border-right: 1px outset;
	border-top: 1px outset;
	border-left: 1px outset;
	color: white;
	border-bottom: 1px outset;
}
.calday
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	cursor: hand;
	color: steelblue;
	border-bottom: 1px inset;
	background-color: whitesmoke;
}
.notcalday
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	cursor: hand;
	color: #c0c0c0;
	border-bottom: #336699 1px solid;
	background-color: gainsboro;
}
.clicker
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 7pt;
	border-left: 2px outset;
	cursor: hand;
	color: #000000;
	border-bottom: 2px outset;
	background-color: #c0c0c0;
}

