/* CSS Document */
.cal{
float: left;
margin: 0 3px 3px 0;
width: 250px;
text-align: center;
border-collapse: collapse;
height: 170px;
}
.nrm { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #000000; text-decoration: none}
.nrm_link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #000000;}
a:hover.nrm {color:#B61A1A; text-decoration: underline;}
a:hover.nrm_link {color:#B61A1A; text-decoration: underline;}
.days_in_past
{
	font-size: smallpx;
	font-family: arial,helvetica;
	background-color: #CCCCCC;
	color: #999999;
}

.current_day
{
	font-size: smallpx;
	font-family: arial,helvetica;
	background-color: #990033;
	color: #FFFFFF;
}

th
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #FFFFFF;
	color: Black;
	font-weight: normal;
}

.w_days
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #FFFF99;
	color: Black;
}

.cal caption
{
	font-size: small;
	font-family: arial bold,helvetica bold;
	background-color: #990033;
  color: #FFFFFF;
  line-height: 150%;
}

td
{
	background-color: #FFFFCC;
	color: #FFFFCC;
}


.event0
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #FFFF99;
    color: Black;
}

.active
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #FFFF99;
    color: Black;
}

.booked
{
	font-size: small;
	font-family: arial,helvetica;
	background-color: #339966;
  color: Yellow;
}
#calendar{
clear: left;
width: 506px;
}