body
{
    background-color: #DAFEFD;
}
h1
{
    color: #000080;
}
h2
{
    color: green;
}
h3
{
    color: blue;
}
p
{
    color: #333;
    font-size: .9em;
    line-height: 1.4em;
    font-family: Tahoma, Verdana, Trebuchet MS, sans-serif;
    letter-spacing: .02em;
}
td
{
    color: #333;
    font-size: .9em;
    font-family: Tahoma, Verdana, Trebuchet MS, sans-serif;
}
td img
{
    vertical-align: bottom;
    border: 0;
}
td.Main
{
    color: #0033cc;
    font-size: 1em;
    font-family: 'Segoe UI' , Tahoma, Verdana, sans-serif;
}

div.Schedule
{
    margin-left: 8px;
}

ul.Schedule
{
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
}

.ContentDiv
{
    margin-left: 5px;
}

table.ScheduleNav
{
    width: 675px;
}

.PageTitle
{
    background-color: #eee;
    font-size: 14pt;
}

/* this is used in the master pages */
.PageFooter
{
    color: #000080;
    font-size: 8pt;
    line-height: 1.3em;
    font-family: 'Segoe UI' , Tahoma;
}

.Tracks
{
    font-size: 12pt;
    vertical-align: bottom;
}

.Block
{
    background-color: rgb(237, 239, 224);
}

.PageTable
{
    width: 660px;
}

TD.Cls
{
    font-family: Segoe UI, Verdana, Arial, sans-serif;
    color: #000080;
}

/* ListView */
.ListView TH
{
    font-family: Segoe UI, Verdana, Arial, sans-serif;
    color: #000080;
    font-size: medium;
    font-weight: bold;
}
.ListView Table
{
    background-color: #99CCFF;
}
.hidden
{
	display: none;
}
div#header
{
	margin: -2px 0px 4px -4px;
}
div.content
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	min-width: 640px;
	max-width: 820px;
	padding: 0 5px 4px 5px;
	border: solid 1px #cccccc;
	_width: expression(document.body.clientWidth < 658 ? "648px" : document.body.clientWidth > 852 ? "850px" : "auto");
}


