iframe.gdropdown
{
	border: solid 1px black; 
	width: 160px; height: 200px;
	z-index: 1; position: absolute;
}
input.ginputbuttondropdown
{
	border-top: solid 1px white; border-left: solid 1px white; 
	border-bottom: solid 1px black; border-right: solid 1px black;
	background: url(../images/dropdown.gif) no-repeat center center;
	padding-left: 4px; padding-right: 4px; width: 15px; height: 19px;
}

input.ginputbuttonrefresh
{
	border-top: solid 1px white; border-left: solid 1px white; 
	border-bottom: solid 1px black; border-right: solid 1px black;
	background: url(../images/refresh.gif) no-repeat center center;
	padding-left: 4px; padding-right: 4px; width: 15px; height: 19px;
}

td.gselectedrow
{
	background-color: #00008b;
	color: white;
	padding-left: 4px;
}

td.gunselectedrow
{
	background-color: white;
	color: blue;
	padding-left: 4px;
}

td.sunday { 
	background-color: red;
	color: white;
}
td.weekday { 
	background-color: #87CEFA;
	color: black;
}
td.saturday { 
	background-color: #87CEFA;
	color: black;
}
td.today {
	background-color: yellow;
	color: red;
}
td.mouseOver
{
	background-color: #8A2BE2;
	color: white;
	cursor: hand;
}

td.mouseOut
{
	cursor: default;
}

tr.listeven{}

tr.listodd{
	background :#F0EFEF;
}

