@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color:#000;
	background-color:#369fcb;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:link {
	color:#666666;
	text-decoration:none;
	}
a:visited {
	color:#666666;
	}
a:hover {
	color:#FF6600;
	text-decoration:underline;
	}
#times {
	background-image:url(../images/sched/times.gif);
	background-repeat:repeat-x;
	background-position:0 50%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding:3px;
	font-weight:bold;
	background-color:#c0e6f1;
	color:#000;
	width:150px;
	border: 1px #9fbfc8;
	border-style:none solid solid solid;

}
.bum {
background-image:url(../images/sched-bum.jpg);
background-repeat:repeat-y;
width:755px;
background-position: 0px 263px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
.bum .links {
	padding: 0 0 0 55px;
	float:left;
	w
	}
.bum .pdfs {
	padding: 0 55px 0 0;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	float:right;
	width:200px;
	}
#wrap {
	background-image:url(../images/sched-bod.gif);
	background-repeat:repeat-y;
	width:649px;
	}	
.tableBorder {
	border:1px solid #006699;
}	
.sched {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	padding:3px;

}
.sched a:link, .sched a:visited, .sched a:hover{
	text-decoration:none;
	color:#000000;
	}
.grey {
	background-color:#FFFFFF;
		border: 1px #9fbfc8;
	border-style:none solid solid none;
}
.darkGrey {
	background-color:#333333;
	color:#fff;
	border: 1px #9fbfc8;
	border-style:none solid solid none;
}
.medGrey {
	/*background-image:url(../images/sched/grey.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
	background-color:#E4E4E4;
	border: 1px #9fbfc8;
	border-style:none solid solid none;
	}
.purple {
/*background-image:url(../images/sched/purple.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
background-color:#9999FF;
border: 1px #9fbfc8;
	border-style:none solid solid none;
}
.brown {
/*background-image:url(../images/sched/brown.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
background-color:#d7b461;
border: 1px #9fbfc8;
	border-style:none solid solid none;
}
.lightBlue {
/*background-image:url(../images/sched/lightBlue.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
background-color:#99CCFF;
border: 1px #9fbfc8;
	border-style:none solid solid none;
}
.deepBlue {
/*background-image:url(../images/sched/deepBlue.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
background-color:#0099CC;
border: 1px #9fbfc8;
	border-style:none solid solid none;
}
.pink {
/*background-image:url(../images/sched/pink.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
background-color:#FFCCCC;
border: 1px #9fbfc8;
	border-style:none solid solid none;
}
.lightGreen {
/*background-image:url(../images/sched/lightGreen.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
background-color:#CCFF99;
border: 1px #9fbfc8;
	border-style:none solid solid none;
}
.deepGreen{
/*background-image:url(../images/sched/deepGreen.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
background-color:#669933;
border: 1px #9fbfc8;
	border-style:none solid solid none;
}
.peach {
/*background-image:url(../images/sched/peach.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
background-color:#FF9966;
border: 1px #9fbfc8;
	border-style:none solid solid none;
}	
.orange {
/*background-image:url(../images/sched/orange.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
background-color:#FF6600;
border: 1px #9fbfc8;
	border-style:none solid solid none;
}	
.tang {
/*background-image:url(../images/sched/orange.gif);
background-repeat:repeat-x;
background-position:0 50%;*/
background-color:#FFCC00;
border: 1px #9fbfc8;
	border-style:none solid solid none;
}
.HTMLPanelLoadingContent, .HTMLPanelErrorContent {
vertical-align:middle;

}


.HTMLPanelLoading {
}


.HTMLPanelError {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

