div.day:hover
{
		border:1px solid red;
        background: ghostwhite;

}
div.dow 
{
		text-align: center; 
		font-size:13;
		margin: 0px; 
		border:1px solid black;
		width: 77px
}
div.day 
{
		cursor:pointer;
		_cursor:hand;
		margin: 0px; 
		border:1px solid black;
		height: 80px; 
		width: 77px;
		background: white;
}
div.sch_day 
{
		margin: 0px; 
		border:1px solid black;
		height: 80px; 
		width: 77px;
		background: white;
}
td.next
{		
		cursor:pointer;
		_cursor:hand;
		border:2px solid #006515;
		font-size: 18px;
		width: 100px; 
		text-align: center;
		position: relative;
		top: 10%;
}
td.next:hover
{
		border:2px solid #006515;
		font-size: 18px;
		background: #7BAF89;
		color: white;
}
td.prev:hover
{
		border:2px solid #006515;
		font-size: 18px;
		background: #7BAF89;
		color: white;
}
td.prev
{
		cursor:pointer;
		_cursor:hand;
		border:2px solid #006515;
		font-size: 18px;
		width: 100px; 
		text-align: center;
		position: relative;
		top: 10%;
}
td.date
{
		font-size: 36; 
		width: 388px;
		height: 50px;
		text-align: center;
}
td.date2
{
		font-size: 36; 
		width: 388px;
		height: 50px;
		text-align: center;
}

div.yearm
{
		border: 1px solid black;
		text-align: center;
		background: white;
}
div.yearm:hover
{
		border: 1px solid #006515;
		background: Gainsboro;
}

div.yeard
{
		border: 1px solid black; 
		width: 18px; 
		height: 18px;
		font-size: 12;
		background: white;
}
div.yeard:hover
{
		border: 1px solid #006515;
		background: Gainsboro;
}
#cal_time{
	font-size: 9px;
	
}
#cal_time:hover{
	color:#AA55FF;
	text-decoration:underline;
}
/* cal.php */
.unsigned{
	color:#555;
	font-size: 10px;
}
.signed{
	color:green;
	font-weight:bold;
	font-size: 10px;
}
.past{
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
	font-size:10px;
}
.more{
	font-size: 10px;
	color: green;
}
/* schedule.php */
.nousers{
	color: red;
	font-weight:bold;
	font-size: 10px;
}
.unfilled{
	color: orange; 
	font-weight:bold;
	font-size: 10px;
}
.filled{
	color:green;
	text-decoration:line-through;
	font-weight:bold;
	font-size: 10px;
}

/* labels tool-tip thing */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #7597FF;
	padding: 8px 8px 4px;
	background-color: #1B6301;
}
 
.tool-text {
	font-size: 11px;
	color: #E2E2E2;
	padding: 4px 8px 8px;
	background-color: #1B6301;
}
