.hint {
background-color:#000000;
line-height:10px;
color:white;
font-family:verdana;
font-size:12px;
width:auto;
border-top:1px solid #000000;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-left:2px solid gold;
margin:0px;
padding:8px;
position:absolute;
visibility:hidden;
}


#calBox{
	width:707px;
	text-align:center;
	border:0px solid black;
	margin:auto;
	
}
#contentBox{
	width:707px;
	border-right:1px solid black;
	border-bottom:1px solid black;

}
#calForm{
	border:0px solid black;
	padding:5px;
}

.dayofweek{
	font-family:tahoma,verdana;
	font-size:11px;
	color:white;
	background:#000 url(/images/cellpic.gif) repeat-x;
	width:100px;
	height:20px;
	float:left;
	border-top:1px solid black;
	border-left:1px solid black;
}
.ColoredDayBox {
	font-family:tahoma,verdana;
	font-size:9px;
	overflow-x:hidden;
	
	background:#333333;
	float:left;
	width:100px;
	height:135px;
	border-top:1px solid black;
	border-left:1px solid black;
	color:white;
	text-align:right;
}
#Today{
	font-family:tahoma,verdana;
	font-size:9px;
	overflow-x:hidden;
	background:#504E4E;
	float:left;
	width:100px;
	height:135px;
	border-top:1px solid black;
	border-left:1px solid black;
	color:white;
	text-align:right;
}

.NormalDayBox{
	float:left;
	width:100px;
	height:135px;
	float:left;
	background:#404040;
	border-top:1px solid black;
	border-left:1px solid black;
}


a.daynum{
	color:gold;
	font-weight:bold;
}
a.daynum:hover{
	color:#00FD00;
	font-weight:bold;
}
.daynumnormal{
	color:gold;
	font-weight:bold;
}
.day{
float:right;
text-align:center;
	width:19px;
	height:15px;
	border-bottom:1px solid black;
	border-left:1px solid black;
	background:#404040;
	

}
select{
	margin:2px;
	padding:2px;
}
fieldset{display: none; padding: 10px;border:0px solid black;}




.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}
