@charset "utf-8";
/* CSS Document */

#container {
	padding:10px;
}
body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	line-height:20px;
	text-align:left;
}

img {
	border:none;
}

#top_bar {
	width:780px;
	margin:auto;
}

.cat_box {
	background-image:url(images/bar.jpg);
	width:180px; 
	height:21px; 
	padding:5px; 
	border-top:3px #000000 solid;
	text-align:center;
	font-size:12px;
}
.cat_box a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
}
.cat_box a:hover{
	text-decoration:none;
	color:#FF0000;
	font-size:12px;
}

.bordtable {
	border:1px #999999 solid;
	border-right:none; 
	border-bottom:none;
	text-align:center;
}

.head_title {	
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}
hr {
	border:0; 
	border-top:1px solid #000000; 
	border-bottom:1px solid #cccccc;
}
.schedtab td{
	border:1px solid #cccccc;
	text-align:center;
	vertical-align:top;
}
.bgtab {
	background-color:#FF0000;
}

.bgtab td {
	color:#FFFFFF;
	font-weight:bold;
}
.capsched{
	font-size:10px;
}
.sched_nav {
	background-color:#000000;
	color:#FFFFFF;
	padding:5px;
	text-align:left;
}
.sched_nav a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
.sched_nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
}