﻿body
{
  background: #212121 url(../Images/Background.png) repeat-x top;
  color:#ddd;
  font-family: Tahoma, Arial;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
}

td.header
{
  padding: 5px 0px 0px 50px;
  height: 50px;
  vertical-align: top;
  text-align:left;
  width:1000px;
  border-bottom: solid 2px #fff
}

td.footer
{
	text-align:right;
	padding: 2px 5px 5px 5px;
}
td.leftsidebar
{
  padding: 0px 5px 5px 5px;
  width:200px;
  vertical-align:top;
  text-align:left;
  padding-top:5px;
}

td.maincontent
{
  padding: 0px 5px 5px 5px;
  vertical-align:top;
  padding-top:5px;
}

td.menubar
{
  height:30px;
  background: #1702A3 url(../Images/MenuBG.png) repeat-x top;
  width:100%;
}

td.calendarday
{
  background: #000 url(../Images/CalendarDayBG.gif);
  text-align: center;
  vertical-align: middle;
  height: 100px;
  width: 100px; 
}

td.calendardaytoday
{
  color: Black;
  background: #000 url(../Images/CalendarDayTodayBG.gif);
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  height: 100px;
  width: 100px;
}
div.calendardaytodayimg
{
  position:relative;
  top:15px;
}

td.calendarheading
{
  font-weight: bold;
  text-align: center;
  height:30px;
}

td div.calendardate
{
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 46px;
  height: 15px;
  position: relative;
  top: -66px;
  left: 28px;
}


td.headingleft
{
  height:40px;
  background: #000 url(../Images/HeadingBG_Left.gif);
  width:11px;
}
td.headingcentre
{
  height:40px;
  background: #000 url(../Images/HeadingBG_Centre.gif);
}
td.headingright
{
  height:40px;
  background: #000 url(../Images/HeadingBG_Right.gif);
  width:11px;
}

input.wide
{
  width:450px;
}
input.medium
{
  width:250px;
}
input.short
{
  width:100px;
}

hr
{
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}

.warning
{
  color: Red;
  font-weight: bold;
}

label, legend
{ 
	font-weight: bold;
}

a, a:visited
{ 
	color: #ffffff;
	text-decoration: none;
}

a:hover
{ 
	color: #ffffff;
	text-decoration: underline;
}

a.banner, .banner
{
  color:White; 
}

a.newslink
{
  color: #ddd;
}

div.submenu
{
  padding-top:5px;
  height: 25px;
  width: 100%;
  float: right;
  font-weight: bold;
  text-align: right;
}

div.submenu a
{
  font-weight:bold;
  font-size:14px;
  color: #ffffff;
}

div.spacer
{
	height:7px;
}

div.newsdate
{
  color:#555555;
}

/***********  Tables  ******************/
table.listtable td
{
	padding: 3px;
	vertical-align: middle;

}

table.listtable thead, table.listtable th, table.listtable tr.tableheader td
{
	color: #fff;
	padding: 3px;
	background: #333;
	white-space: nowrap;
}

table.listtable tr.tableheader td a
{color: #fff;}

table.listtable tr.altrow td
{
	background: #333;
}

.contentcontainer
{
	margin-top: 0px;
	padding: 0px 10px 10px 10px;
	background-color: black;
	-moz-border-radius: 0 0 10px 10px; 
	-webkit-border-radius: 0 0 10px 10px;
	border:solid 1px #888;
}
