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

html{
margin:0px;
padding:0px;
}

html, body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#whole{
margin:0px auto;
width:800px;
overflow:hidden;
display:block;
}

#banner{
width:800px;
clear:both;
display:block;
background-image:url(../images/banner.jpg);
background-repeat:no-repeat;
height:100px;
}

#bannerFluff{
height:70px;
display:block;
}

#buttonDiv{
height:30px;
text-align:right;
display:block;
color:#FFFFFF;
}

#content{
width:790px;
clear:both;
padding:5px;
display:block;
background-color:#FFFFFF;
border:1px solid #ECECEC;
}

#footer{
width:800px;
height:50px;
clear:both;
display:block;
}
#navbar{
padding:5px;
width:120px;
float:left;
position:relative;
overflow:hidden;
}

a:link{
font-size:12px;
color:#CB1B12;
}

a:visited{
font-size:12px;
color:#CB1B12;
}

a:hover{
font-size:12px;
color:#CB1B12;
text-decoration:none;
}
/*calendar classes*/
.tablebottomborder {
	border-bottom: 1px solid #ebebeb;
}
.tableborder{
	border: 1px solid #666666;
}
.tablebg {
	background-color:#f7f7f7;
}
.calendarheader {
	background-color:#ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.weekview {
	border-bottom: 1px solid #ebebeb;
	background-color:#f7f7f7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
td img {display: block;}.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.newstable {
	border: 1px solid #cccccc;
	background-color: #ebebeb;
}

td.off {
	background-color:#343434;
}

td.on {
	background-color:#cccccc;
}
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

a:link{
font-size:12px;
color:#000099;
text-decoration:none;
}

a:visited{
font-size:12px;
color:#000099;
text-decoration:none;
}

a:hover{
font-size:12px;
color:#333333;
text-decoration:underline;
}

.bdy a:link{
font-size:12px;
color:#333333;
text-decoration:none;
}

.bdy a:visited{
font-size:12px;
color:#333333;
text-decoration:none;
}

.bdy a:hover{
font-size:12px;
color:#333333;
text-decoration:none;
}

a.bottom:link {color: #990000; font-size:10px; text-decoration: underline; font-weight: normal;}
a.bottom:visited {color: #990000; font-size:10px; text-decoration: underline; font-weight: normal;}
a.bottom:hover {color: #cccccc; font-size:10px; text-decoration: none; font-weight: normal;}
a.bottom:active {color: #cccccc; font-size:10px; text-decoration: none; font-weight: normal;} 