﻿/* Javascript Calendar */

div.evtcal {
	background: url(../images/bg_eventcal.gif) repeat-x 0 0;
	padding: 0 0 0 0;
	
}

div.evtcal table td.bkshadow 
{
	float:left;
	background: url(../images/calendar_bk.gif)no-repeat;
	}


div.evtcal table tr td table {
	background-color: #fff;
	font-size: 1.1em;
	border-bottom: 0px solid #fff;
}

div.evtcal table tr td table tr td {
	background: url(../images/bg_eventcal_date.gif) repeat-x 0 0;
	color: #454b4b;
	padding: 2px 5px 2px 6px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

div.evtcal table tr td table tr.month td {
	background: url(../images/bg_eventcal_month.gif) repeat-x 0 0;
	color: #fff;
	font-weight: bold;
	border: none;
}

div.evtcal table tr td table tr.days td {
	background: #fff;
	color: #034788;
	font-weight: bold;
	padding: 4px 5px 4px 6px;
}

div.evtcal table tr td table tr td.highlighted {
	background: url(../images/bg_eventcal_highlighted.gif) repeat-x 0 0;
}


