body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: black;
	background: #eeeeee;
}

#container {
	border: 1px solid silver;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background: #ffffff url(images/ctrwreath1.gif) no-repeat center;
}

#title_container {
	border: 3px ridge silver;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	width: 585px;
	height: 100px;
	background: #eeeeee;
}

#title {
	width: 585px;
	background: #a5b2ba url(images/unionJack4.gif) repeat-x;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	height: 90px;
	color: white;
	padding-top: 29px;
	margin-bottom: 8px;
}

.small {
	text-transform: uppercase;
	font-size: 14px;
	color: #3B7E00;
	position: bottom;
	bottom: 29px;
}

.pic {
	/* background: url(images/banner1.png) no-repeat right top; */
	background: #a5b2ba url(images/scRegionLogoSmall.jpg) no-repeat;
	height: 200px;
	background-position:right;
	float: right;
	width: 140px;
	border: 3px double silver;
}

#navigation {
	
}

#navigation h2 {
	
}

#navigation ul {
	list-style: none;
	margin: 0;
	font-size: 16px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding: 4px;
}

#navigation li {
	display: inline;
	padding: 8px;
}

a {
	color: #339933;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: gray;
}

#content {
	padding: 8px;
	font-size: 12px;
}

h1 {
	/* color: #575f6e; */
	color: #3B7E00;
	border-bottom: 1px solid gray;
	padding-bottom: 4px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 16px;
}

#footer {
	border-top: 1px solid silver;
	text-align: center;
	font-size: 12px;
	color: gray;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding: 10px;
}
.datatable
{
	border:none;
	
}
.datatable th
{
	background-color:#3B7E00;
	color:white;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.vtrSchedTime
{
	width:30%;
	text-align:justify;
}