/* ############ */
/* # CALENDAR # */
/* ############ */
	
	/* .calendar determines the overall formatting style of the calendar,  
	   acting as the default unless later overruled. */

	.calendar {
		font-family:'Trebuchet MS', Trebuchet, Verdana, Sans-serif; 
		font-size:11px; 
		color: white;
		background-color: #c0c0c0;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
	}

	/* caption determines the style of
	   the month/year banner above the calendar. */

	caption {
		font-family:'Trebuchet MS', Trebuchet, Verdana, Sans-serif; 
		font-size:11px; 
		color: blue;
		background-color: #ffe0c7;
		font-weight: bold;
		border: 1px solid black;
		border-bottom: 0px;
		padding: 2px;
	}

	caption a{
		font-family:'Trebuchet MS', Trebuchet, Verdana, Sans-serif; 
		font-size:11px; 
		color: black;
		font-weight: bold;
		text-decoration: none;
	}

	/* .header determines the formatting of the weekday headers at the top
	   of the calendar. */

	.header {
		color: #000;
		background-color: #ffe0c7;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
	}

	/* .calendarlink determines the formatting of those days linked to
	   content. */

	.calendarlink {
		color: white;
	}

	/* .day determines the formatting of each day displayed in the
	   calendar. */

	.day {
		background-color: #808080;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}

	/* .linkedday determines the formatting of a date to which content is
	   available. */

	.linkedday {
		background-color: #8080ff;
		border-color: #000000;
		border-style: solid;
		border-width: 1px;
		text-align: center
	}


/* ######## */
/* # MAIN # */
/* ######## */

body {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Sans-serif; font-size: 12px;
	background-color:#1e1e1e;
	background-image: url('images/linesbg.gif');
	background-repeat: repeat-x;
}
td {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Sans-serif; font-size: 12px;
}
form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
input,textarea,select {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
	font-size: 11px;
}
textarea {
	overflow: auto;
}
.heading {
	font-weight: bold;
	text-decoration: underline;
	font-size: large;
}
.sub-heading {
	font-weight: bold;
	text-decoration: underline;
	font-size: medium;
}
.but {
	color: #000000;
	font-weight: bold;
	background-color: #e5e5e5;
	border: 2px solid #000000;
	width: 120px;
}

.disabled {
	color: #050505;
	font-weight: normal;
	text-decoration: line-through;
}

.red {
	color: #ff0000;
}

.vlHighlight {
	color:#ff9900;
}
body {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Sans-serif; font-size: 12px;
}
td {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Sans-serif; font-size: 12px;
}
form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
input,textarea,select {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
	font-size: 11px;
}
textarea {
	overflow: auto;
}
html>img {
	width: 0;
	height: 25px;
	padding-left: 25px;
	background: url(images/autoscroll.png);
}
/* domTTstyle */
div.domTTOverlib {
	border: 1px solid #000;
	background-color: #0060ff;
}
div.domTTOverlibCaption {
	color: #ffffff;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
	font-size: 10px;
	font-weight: bold;
}
div.domTTOverlibContent {
	background-color: #ffe0c7;
	width: 446px;
	font-size: 10px;
	font-family: Verdana, Helvetica;
	padding: 2px;
}
.show_item {
	display: inline;
}
	
.hide_item {
	display: none;
}


a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Added by Andy */
#main {
margin: 0px auto;
width: 900px;
height: auto;
background-color:#FFFFFF;
position: relative;
left: 50%;
margin-left: -450px;
}

#header {
margin: 0px 0px;
height: 100px;
background-image:url(images/header900.gif);
backgorund-repeat: no-repeat;
}

table.menu {
background: #000000;
color: #ffffff;
}

table.news {
background:#f0f0f0;
}

.arctitle {
		font-size:14px; 
	}