




/*
	Calendar specific styles
*/

table.caltable {	
	border: 3px solid #000000;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	padding: 0px;
}

a.datelink {
	text-decoration: none;
	color: #330000;
}

a:hover.datelink {
	color: #BCA201;
}

a.arrowset {
	color: #BCA201;
	text-decoration: none;
}


th.dowhead {
	font-style: italic;
	font-weight: normal;
	border-bottom: 3px double #BCA201;
	text-align: center;
	background-image: url(../photos/calendar/translucent.gif);
}

td.monthcell {
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	color: #000000;
	background-image: url(../photos/calendar/translucent.gif);
}

td.oneday {
	border: 1px solid #DDDDDD;
	margin: 2px;
	width: 120px;
	height: 80px;
	vertical-align: top;
	background-image: url(../photos/calendar/translucent.gif);

}

td.selcell {
	background-color: #FFFFFF;
	height: 4px;
	vertical-align: middle;
	text-align: center;
}

td.today {
	border: 2px solid #BCA201;
	margin: 2px;
	width: 120px;
	height: 80px;
	vertical-align: top;
	background-image: url(../photos/calendar/translucent.gif);

}

