/*************************************************************** CSS Document */
html,body{
	margin:0;
	padding:0;
	height:100%
	}
html {overflow-y: scroll;}
body { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	text-align:center;
	background-color:#B1C6D6
	}
p {margin:0 0 1em 0;padding:0}
div#container {
	text-align:left;
	background-color:#003366; 
	position:relative;
	width:800px;
	margin:0 auto;
	border:1px solid white;
	}
div#header {
	background-color:#841C21;
	display:block;
	height:110px
	}
div#extra{background:#FF8539}
div#container{
	}
div#navigation{
	float:left;
	margin:0;
	width:180px;
	}
div#extra{float:left;clear:left;width:180px}
div#contentbox{
	float:right;
	width:618px;
	margin:auto;
	padding-bottom:12px;
	background:#F2FFFF;
	min-height:400px; 
	height:auto !important; 
	height:400px;
	}
div#contents {
	position:relative;
	top:6px;
	left:6px;
	width:606px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.Header {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	}
.Headline {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #003366;
	}

/************************************************************** Inside Contents */
div#contents h1,h2,h3,h4 {font-weight:bold; color:#000066}
div#contents h1{font-size:20px }
div#contents h2{font-size:16px }
div#contents h3{font-size:12px }
div#contents h4{font-size:24px }

a:link, a:visited, a:active {
	text-decoration:underline;
	color: #0000FF; 
	}
a:hover {
	text-decoration: underline;
	color: #990000;
	}
.titlebar1 {
	background-color:#000066;
	font-size:14px;
	font-weight:bold; 
	color:#FFFFFF; 
	padding:3px 0 3px 6px;
	}
.titlebar2 {
	background-color:#003399;
	font-size:14px; font-weight:bold; color:#FFFFFF; padding:3px 0 3px 6px
	}
.titlebar3 {
	background-color:#3333cc;
	font-size:14px; font-weight:bold; color:#FFFFFF; padding:3px 0 3px 6px
	}
.titlenews {
	background-color:#841C21;
	font-size:14px; font-weight:bold; color:#FFFFFF; padding:3px 0 3px 6px
	}	
.tiny {font-size:10px; color:#333333}
.accesstype {color:#006600; font-style:italic}
ul.listspace li {padding-bottom:4px; }	
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
	}
/**************************************************************   Searchbox */
div#searchbox {
	width:150px;
	position:absolute;
	top:26px;
	left:640px;
	text-align:center
	}
div#searchbox a {color:#FFFFFF; font-weight:bold}
div#searchbox a:hover { background-color:#000080}

/**************************************************************   Horizontal Menu / Red Bar */
div#redbar {	
	background-color:#841C21;
	height:24px;
	border-top:2px solid white;
	border-bottom:1px solid white;
	}
ul#redbar{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	font-weight:bold;
	background:transparent;
	}
ul#redbar li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
ul#redbar li a{
	display:block;
	float:left;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	padding:5px 27px 5px 26px;
	}
ul#redbar li a:hover {background-color:#000000;	}

/**************************************************************   Vertical Navigation Bar */
#vmenu a, #vmenu a:visited {
	text-decoration:none; 
	color:#ffffff; 
	text-align:center;
	display:block;
	border-bottom:1px solid white;
	padding:6px 0 6px 0;
		} 
#vmenu a:hover { 
	background-color:#94ACCD; 
	}

/**************************************************************   Page Footer */
div#footer{
	clear:both;
	width:800px;
	height:60px;
	background:#CCCCCC;
	font-size:9px;
	color:#333333;
	border-bottom:1px solid white;
	border-top:2px solid white;
	}
div#footer h1{
	font-size:9px;
	font-weight:bold;
	margin:0;
	}
div#footer h2{
	font-size:10px;
	font-weight:bold;
	margin:0;
	color:#990000
	}
div#footleft {
	position:relative;
	top:5px;
	padding-left:5px;
	width:250px;
	float:left
	}
div#footmid {
	text-align:center;
	position:relative;
	top:7px;
	width:300px;
	float:left
	}
div#footright {
	position:relative;
	top:5px;
	float:right;
	width:225px;
	}

/************************************************************** Very Tiny Calendar */
.eventstinycal {	
	/*overflow:auto;*/
	font-size:8;
	width:248px;	
	padding:1px;
	margin:0px;
/*	border:1px solid black; */
}
.eventstinycal #tinycal_date {	/*Defines the display of the month/year */
	text-align:center;
	font-size:12px;
	color:blue;
}
.eventstinycal #tinycal {		/*Defines the display of the event/RR calendar*/
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	background-color:transparent;
	border-collapse:collapse;
	width:100%;
}
.eventstinycal #tinycal_nav {	/*Defines the display of the month navigation box*/
	color:#800040;
	background-color:#F0F0F0;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.eventstinycal #tinycal_weekday {	/*Defines the display of weekday cells*/
	color:#FFFFFF;
	background-color:#003366;
	border:1px solid #000000;
	padding:1px 0 1px 0;
	font-weight:bold;
	font-size:10px;
}
.eventstinycal #tinycal_day {	/*Defines the display of standard day cells.*/
	color:#000000;
	background-color:#F0F0F0;
	padding:1px;
	vertical-align:top;
	border:1px solid #000000;
	text-align:center;
	font-size:9px;
}
.eventstinycal #tinycal_current_day {	/*Defines the display of current day cells.*/
	color:#800040;
	background-color:#00FFFF;
	border:1px solid #000000;
	border-color:#000000;
	vertical-align:top;
	text-align:center;
	font-size:9px;
}
.eventstinycal #tinycal_blank {	/*Defines the display of blank day cells.*/
	background-color:#0099ff;
	border:1px solid #000000;
}


/**************************************************************   Listing of today's events */
.eventsinfo {
	/*overflow:auto;*/
	font-size:8pt;
	height:100%;
	padding:1px 4px 1px 3px;
	margin:0px;
}
.eventsinfo #eventtitle {
	font-size:11px;
	top:0px;
	width:90%;
	float:left;
}
.eventsinfo #eventdescription {
	line-height: 0;
	visibility: hidden;
	clear: left;
}
.eventsinfo #eventlocation {clear: left;}
.eventsinfo #eventlibrary {
	font-weight:bold;
	font-size:9px;
	margin-bottom:5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

