
div#smallcalendar {
	position:absolute;
	margin:60px 0 0 812px;
}

table.scalendar {
	color: #333333;
	border:0;
	width:142px;
}

table.scalendar th, table.scalendar td {
	font-size:10px;
	font-family: Verdana, lucida, arial, helvetica, sans-serif;
	line-height:16px;
}

table.scalendar td {
	text-align:right;
	background-color: whitesmoke;
	background:#EFEFEF;
	color:#aaa;
	padding:0 2px 0 2px;
}

table.scalendar tr.year td {
	text-align:center;
	background:#a1b5d6;
	background:#969696;
	padding: 2px 0 2px 0;
}

table.scalendar th {
	background-color: #CCCCCC;
	color:#333;
	font-weight: bold;
}

table.scalendar td a {
   display:block;
   color:#002985;
   text-decoration:none;
}

table.scalendar td a:hover {
	background-color:#B12623;
	color:white;
	background:none;
}

table.scalendar tr.year td a {
	font-size:10px;
	text-align:center;
	font-weight:bold;
	color:white;
	display:block;
}

table.scalendar tr.year td a:hover {
	/*background-color:white;*/
	background:#B12623;
	color:#fff;
	background:none;
}

table.scalendar td.current {
   background: #ccc;
   color: whitesmoke;
}

