@charset "utf-8";
/* CSS Document */

table.normal
{
width: 485px;
height: 37px;
	border-width: 0px;
	border-spacing: 0px;
	

	background-color: white;
margin: 0px;
padding: 0px;


}

table.tabs
{
background-color:#6fcee4;
}



td
{
 border-width: 0px;
	padding: 0px;
	border-style: hidden;
}

td.active
{

	border-style: hidden;
	background:url(../images/tab_highlight.jpg) repeat-x;

}

td.inactive
{
background:url(../images/tab_inactive.jpg) repeat-x;
}


td.link
{
width:50px;


}

td.overview
{
width: 121px;
padding-top:16px;
}


td.gradient
{
height: 29px;
background:url(../images/tab_gradient.jpg) repeat-x;
}



td.dateTitle
{
height: 23px;
width: 80px;
}

td.eventTitle
{
height: 23px;
}

tr td
{
height: 27px;

}

table.schedule tr td
{
padding: 5px 8px;
}

tr.event td
{

	background-color: #f2f2f2;

}

tr.event td.AM, tr td.PM
{
width:10px;
background-color: white;
border: 1px solid #cccccc;
}

div.dateTitle
{
background-color:#F4F4F4;

width: 485px;
height: auto;
text-align:center;
font-size: 18px;
}

