BODY {
	padding:0;
	margin:0;
    background-color: #1D1D1D;
    background-image: url("/images/bg.gif");
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
	line-height: 17px;
    color: #1E3874;
}

.headermenu {
background-color: #2485CB;
text-align: center;
}
.headermenu table {
padding-left: 10px;
padding-right: 10px;
}

.headermenu td {
text-align: center;
background-color: #2485CB;
}

.headermenu a {
display: block;
padding-left: 5px;
padding-right: 5px;
}

.headermenu .last_one{
border: none;
}

.headermenu a:link, .headermenu a:active, .headermenu a:visited {
text-decoration: none;
font-family: Arial;
font-size: 11px;
*font-size: 11px;
*padding: 0px;
text-transform: uppercase;
font-weight: bold;
color: #FFFFFF;
}

.headermenu a:hover {
color: #88C8FF;
}

.headermenu .active {
background-color: #88C8FF;

}

.headermenu .active a {
color: #204064;
border: none;

}

.headermenu .active a:hover{
color: #204064;

}



.bodyText,TD,TH {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
	line-height: 17px;
    color: #1E3874;
}

A:link,A:visited,A:active { color: #1E3874; }
A:hover { text-decoration: none; }

H1 {
	padding:0;
	margin:0;
	padding-bottom:5px;
	font-size: 15px;
	font-weight:bold;
}

H2 {
	padding:0;
	margin:0;
	color: #444444;
	font-size: 15px;
	font-weight:bold;
}

H3 {
	padding:0;
	margin:0;
	color: #444444;
	font-size: 12px;
	font-weight:bold;
}

DIV.homepage_sub A,DIV.homepage_sub A:active,DIV.homepage_sub A:link,DIV.homepage_sub A:visited { color: #444; }
DIV.header A,DIV.header A:active,DIV.header A:link,DIV.header A:visited { color:#FFF; }

.error { color: #900; }

/* Calendar */

TABLE.daytable, TABLE.daytable TD {
	font-family: Arial, Helvetiva, sans-serif;
}

TABLE.daytable {
	width: 350px;
	border:1px solid #CCC;
	border-right:0;
}

TABLE.daytable TH.days {
	background-color: #EEE;
	font-size: 12px;
	color: #1E3874;
	font-weight: bold;
	border-right:1px solid #CCC;
	padding:5px;
}

TABLE.daytable TH.heading {
    font-weight: bold;
	color: #1E3874;
	background-color:#CCC;
	padding:5px;
}

TABLE.daytable TD {
	width: 50px;
	height: 30px;
	color: #1E3874;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	vertical-align: middle;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
}

TABLE.daytable TD A, TABLE.daytable TD A:active, TABLE.daytable TD A:visited {
	text-decoration: none;
}

TABLE.daytable TD A:hover {
	text-decoration: underline;
}

TABLE.daytable TD.blank {
    background-color: #FAFAFA;
}

TABLE.daytable TD.unavailable {
    background-color: pink;
}

TABLE.daytable TD.available {
    background-color: white;
}

TABLE.daytable TD.hover {
    background-color: lightblue;
}

TABLE.daytable TD.active {
    background-color: lightgreen;
}

/* Frontpage banner */
table tr.banner {
  height: 38px;
  width: 100%;
  color: #fff;
  background-color: #334b69; 
}

table tr.banner td { }
table tr.banner div.title {
  font-family:helvetica,sans-serif;
  height: 10px;
  width: 142px;
  float: left;
  font-size: 16px;
  padding: 20px 0pt 15px 15px;
  color: #fff;
}
table tr.banner div.info {
  font-family:helvetica,sans-serif;
  height: 100%;
  float: left;
  padding: 12px 12px 12px 0pt;
  width: 640px;
  color: #fff;
}
table tr.banner div.info a,
table tr.banner div.info a:hover,
table tr.banner div.info a:link,
table tr.banner div.info a:visited,
table tr.banner div.info a:active {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
