﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #464b58;
}

.Header
{
	top: 0px;
	left: 0px;
	
	position: absolute;
	/*background-image: url(../../Images/header_bg.gif);
	background-repeat: repeat-y;*/
	/*background-color: #262b38; */
	background-color: #363b48;
	
	/* background-color: #FFCC66;*/
	height: 140px;
	width: 900px;
	
	
}

.HeaderLabel
{
	text-align: center;
	font-size:xx-large;
	color: White;
	vertical-align: middle;
	line-height: 144px;
	height: 144px;
	top: 0px;
	
}

.EventsHeaderLabel
{
	width: 600px;
	text-align: center;
	font-size:xx-large;
	color: White;
}

.EventsPreambleLabel
{
	margin-top: 10px;
	color: White;	
}

.Menu
{
	top: 155px;
	left: 10px;
	width: 145px;
	position: absolute;
	color: White;
	
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	
}

.Menu.Item
{
	text-align: center;
}


.Menu table a, .Menu table, .Menu tbody, .Menu tfoot, .Menu tr, t.Menu h, .Menu td, 
.Menu table caption {
	font-family: Verdana, arial, helvetica, sans-serif;
	background:#262b38;
	color:#fff;
	text-align:center;
	font-size:12px;
}


.Content
{
	top: 155px;
	left: 160px;
	width: 600px;
	position: absolute;
		
	/*background-image: url(../../Images/sumtextb.gif);
	background-repeat: repeat;*/
	/* background-color: #FFCC66;*/
	background-color: #464b58;
	height: 500px;
	margin-left: 10px;
	color: White;
}

.KccLink
{
	
	font-family: Verdana, arial, helvetica, sans-serif;
	color: White;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}

.Poster
{
	font-family: Times New Roman;
	font-size: 30px;
	text-align:center;
	
}

/*
Theme: Dark Night
Author: Michael Schmieding
Web site: http://www.slifer.de/
*/

table a, table, tbody, tfoot, tr, th, td, 
table caption {
	font-family: Verdana, arial, helvetica, sans-serif;
	background:#262b38;
	color:#fff;
	text-align:left;
	font-size:12px;
}
table, table caption {
	border-left:3px solid #567;
	border-right:3px solid #000;
}
table {
	border-top:1px solid #567;
	border-bottom:3px solid #000;
}
table a {
	text-decoration:underline;
	font-weight:bold;
}
table a:visited {
	background:#262b38;
	color:#fff;   /*abc;*/
}
table a:hover {
	text-decoration:none;
	position:relative;
	top:1px;
	left:1px;
}
table caption {
	border-top:3px solid #567;
	border-bottom:1px solid #000;
	font-size:20px;
	font-weight:bold;
}
table, td, th {
	margin:0px;
	padding:0px;
}
tbody td, tbody th, tbody tr.odd th, tbody tr.odd td {
	border:1px solid;
	border-color:#567 #000 #000 #567;
}
td, th, table caption {
	padding:5px;
	vertical-align:middle;
}
tfoot td, tfoot th, thead th {
	border:1px solid;
	border-color:#000 #567 #567 #000;
	font-weight:bold;
	white-space:nowrap;
	font-size:14px;
}
