

/* =Basic HTML
----------------------------------------------------------------------*/

a
{
	cursor: pointer;
	text-decoration: none;
}


caption
{
/*	background: url(../img/logo.gif) no-repeat;*/
	border-top: 5px solid #CC9900;
	margin: 0 auto;
	text-align: left;
	font: 20px/30px Georgia, serif;
}


strong
{
	text-transform: uppercase;
}




/*td a
{
	background: url(../img/arrow.gif) no-repeat center left;
	color: #33f;
	padding: 0 0 0 10px;
}

td a:hover
{
	text-decoration: underline;
}

/* =Classes
----------------------------------------------------------------------*/

col.Sat,
col.Sun
{
	background: #eeffee;
}

/*div.buttons
{
	font: 10px Verdana, sans-serif;
	padding: 10px 0 20px;
	text-align: center;
}

div.buttons a
{
	background: #336699;
	border: 1px solid #bba;
	color: #000;
	padding: 3px 5px;
}

div.buttons a:hover
{
	background-color: #efe;
	color: #693;
}

tr.day
{
	color: #0099FF;
	font-size: 9px;
	height: 90px;
}
*/

.event1
{
	color: #0099FF;
	font-size: 9px;
}

.event2
{
	color: #666666;
	font-size: 9px;
}

.event3
{
	color: #CC9900;
	font-size: 9px;
}

.event4
{
	color: #000000;
	font-size: 11px;
}

.event5
{
	color: #006600	;
	font-size: 11px;
}

tr.number
{
	background: #eee;
	color: #998;
	font-size: 10px;
	height: 15px;
	text-align: right;
	vertical-align: middle;
}

th
{
	background: #4B8E66;
	color: #fff;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: normal;
	height: 15px;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
}

th.cal,td.cal
{
	border-left: 1px solid #ccb;
	border-top: 1px solid #ccb;
	font-family: Verdana, sans-serif;
	padding: 2px;
	vertical-align: top;
/* 	width: 75px; */
	height: inherit;
}