body {
	background: #222 url(/img/body.gif) center top repeat-x;
	margin: 0px;
	padding: 0px;
}

body, pre {
	font-family: Tahoma, Arial;
	font-size: 11px; 
}

form {
	margin: 0px;
	padding: 0px;
}

pre {
	color: #ff3300;
}

a {
	color: #e31f27;
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border: none;
	background: #cccccc;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

#container {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#header {
	background: url(/img/header.png) no-repeat top right;
	height: 190px;
}

#logo {
	float: left;
	margin-top: -10px;
	width: 415px;
	height: 190px;
}

#logo2 {
	color: #5b5c50;
	float: left;
	margin-top: 20px;
}

#logo3 {
	margin-left: 45px;
}

#footer {
	color: #5b5c50;
	text-align: justify !important;
	padding: 20px;
}

#menu {
	float: left;
	position: absolute;
	left: 0px;
	top: 110px;
	margin-left: 175px;
}

#menu li {
	display: inline-block;
	color: #5b5c50;
	float: left;
	margin-right: 3px;
	padding: 3px 5px;
	padding-top: 15px;
}

#menu li a {
	color: #5b5c50;
}

#menu li.selected {
	background: url(/img/menustar.png) top center no-repeat;
	color: #eee;
}

#menu li.selected a {
	color: #eee;
}

#menu li:hover {
	color: #eee;
}

#menu li:hover a {
	color: #eee;
}

#submenu {
	padding: 8px 10px;
	margin-top: 15px;
	height: 20px;
	background: url(/img/submenu.gif) left top no-repeat;
}

#submenu li {
	display: inline-block;
	float: left;
	margin-right: 3px;
	color: #808170;
	padding: 3px 12px;
}

#submenu li div.item {
	height: 20px;
}

#submenu li a {
	color: #808170;
}

#submenu li.selected {
	color: #eee;
}

#submenu li:hover {
	color: #eee;
}

#submenu li:hover a {
	color: #eee;
}

#submenu li.selected a {
	color: #eee;
}

#content {
	min-height: 400px;
	padding: 0px 20px 20px 20px;
}

#contentheader, #contentbody {
	margin-right: 290px;
}

#contentheader h2 {
	font-size: 13px;
	color: #999;
	margin-bottom: 0px;
	margin-top: 10px;
}

#contentheader {
	color: #eee;
	height: 80px;
}

#contentbody {
	color: #5b5c50;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-left: 10px;
}

#contentbody h3 {
	color: #eee;
 	font-size: 12px;
}

#contentbody div.bd {
	text-align: justify;
}

#content #vertical {
	position: absolute;
	margin-left: 700px;
	top: 205px;
	width: 1px;
	height: 485px;
	background: url(/img/verticalbar.png) top center no-repeat;
}

#calendar {
	position: absolute;
	margin-left: 720px;
	top: 130px;
	background: url(/img/nextevents.png) top center no-repeat;
	z-index: 10;
	width: 230px;
}

#calendar h4 {
	color: #eee;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-top: 14px;
	padding: none;
}

#calendar .logo {
	text-align: center;
	height: 22px;
}

#events {
	width: 230px;
	padding: 5px;
}

#events #months {
	margin-top: 5px;
	color: #5b5c50;
	text-align: center;
}

#events #days {
	text-align: center;
	margin-top: 14px;
}

#events #days table {
	color: #5b5c50;
	width: 220px;
	border-collapse: collapse;
}

#calendar #days td.satelite {
	background: url(/img/cal_satelite.png) center center no-repeat;
	color: #eee;
	cursor: default;
}

#calendar #days td .curday {
	font-weight: normal;
	color: #eee;
	text-decoration: underline;
}

#contentbody a .cal_info, #calendar #days td .cal_info {
	color: #5b5c50;
	text-align: left;
	padding: 10px;
	width: 250px;
	position: absolute;
	margin: 2px 0px 0px -271px;
	display: none;
	border: #dddddd solid 1px;
	background: url(/img/cal_pop.png);
	font-size: 10px;
}

#calendar #days td .cal_info span {
	font-size: 11px;
}

#calendar #days td .cal_info table {
	border-collapse: collapse;
	margin-left: 31px;
	width: 100%;
}

#calendar #days td .cal_info table td {
	color: #333333;
	padding: 0px;
	margin: 0px;
}

#calendar #days td .cal_info table td strong {
	
}

#contentbody a:hover .cal_info, #calendar #days td:hover .cal_info {
	display: block;
}

#calendar #days td .cal_date {
	font-size: 11px;
/**	color: #669900;*/
	margin-bottom: 10px;
}

#events #days th, #events #days td {
	font-weight: normal;
	padding: 3.5px 3px;
}

#events #days tr.hdr {
	color: #ffffff;
	background: url(/img/cal_days.png) top center no-repeat;
	height: 36px;
	padding-bottom: 14px;
}

#buttons {
	margin-top: 50px;
	float: right;
	margin-right: 100px;
}

#buttons a.input {
	margin: none;
	border: 1px solid #393933;
	background: #191b1b;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #eee;
	padding: 5px 8px;
	display: block;
	margin-bottom: 2px;
	text-align:left;
}