body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Century Gothic', 'Calibri', 'Lucida Grande', Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
}

a, a:visited {
	color: #D5FD03;
	text-decoration: none;
}
a:active {
	color: #EDFF8F;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#centered {
	margin: auto;
	width: 990px;
	background-image: url("img/content_bg.jpg");
	background-position: top center;
	background-repeat: repeat-y;
}
#header {
	height: 340px;
	background-image: url("img/header_bg.jpg");
	background-position: top center;
	background-repeat: repeat-y;
}
#header_events {
	height: 440px;
	background-image: url("img/header_events_bg.jpg");
	background-position: top center;
	background-repeat: repeat-y;
}
#logoClick {
	position: absolute;
}
#logoClick img {
	border: 0;
}

#menu {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
}
#menu table {
	border: 0;
	border-collapse: collapse;
}
#menu td {
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 145px;
	padding-bottom: 35px;
	font-size: 19px;
}
#menu a, #menu a:active, #menu a:visited, #menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a.hover {
	color: #D5FD03;
}
#menu .selected {
	background-repeat: repeat-x;
	background-position: bottom left;
	font-weight: bold;
}
html>body #menu .selected {
	background-image: url("img/header_hv.png");
	font-weight: normal;
}
.small {
	font-size: 0.7em;
}

.event {
	position: absolute;
	top: 200px;
	width: 990px;
	height:220px;
	border-top: 5px solid #000000;
	font-size: 19px;
}
html>body .event {
	border-bottom: 5px solid #000000;
}
.event a, .event a:hover, .event a:visited, .event a:active {
	text-decoration: none;
	color: inherit;
}
.event .eventImg {
	border: 0;
}
.firstEvent {
	z-index: 100;
}
.event .eventInfo {
	background-image: url("img/event_bg.png");
	border-collapse: collapse;
	width: 990px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -40px;
	height: 40px;
	vertical-align: middle;
	border-bottom: 5px solid #000000;
}
html>body .event .eventInfo {
	border-bottom: 0;
}
.event .firstBall {
	width: 30px;
}
.event .noeventBall {
	width: 50px;
	height: 30px;
	text-align: center;
}
.event .eventBall {
	width: 50px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}
html>body .event .eventBall {
	background-image: url("img/event_unsel.png");
	background-position: center;
	background-repeat: no-repeat;
}
.event .eventBallSelected {
	width: 50px;
	height: 30px;
	text-align: center;
	color: #D5FD03;
	font-weight: bold;
	cursor: pointer;
}
html>body .event .eventBallSelected {
	background-image: url("img/event_sel.png");
	background-position: center;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: normal;
}
.event .eventText {
	text-align: right;
	width: 760px;
}
.event .eventTitle {
	color: #D5FD03;
}
.event .eventSubTitle {
	color: #FFFFFF;
	margin-right: 40px;
}


.imageMenu {
	position: absolute;
	top: 200px;
	width: 990px;
	height: 120px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 120px;
	width: 1100px;
	padding: 0;
}
.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}
.imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	border-right: 1px solid #000000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 330px; /* 990 / nbr of submenu */
	height: 200px;
}
.imageMenu ul li a {
	background-repeat: repeat;
	background-attachment: scroll;
}

#main {
	margin-top: 15px;
}

#content {
	float: left;
	margin-right: -250px;
	width: 100%;
}

#contentNoRight {
	float: left;
	width: 100%;
}

#contentInner {
	position: static;
	margin-right: 260px;
	float: none;
	width: auto;
	padding-bottom: 30px;
}
#contentInnerNoRight {
	position: static;
	float: none;
	width: auto;
	padding-bottom: 30px;
}
#contentInner h1, #contentInnerNoRight h1 {
	font-size: 18px;
	font-weight: bold;
	height: 28px;
	padding-top: 4px;
	padding-left: 20px;
	width: 500px;
	margin-left: -1px;
	margin-top: 0px;
	overflow: visible;
	border: 1px solid #000000;
}
html>body #contentInner h1, html>body #contentInnerNoRight h1 {
	font-weight: normal;
	background-image: url("img/title_bg.png");
	background-position: top left;
	background-repeat: repeat-x;
}
#contentInner h2, #contentInnerNoRight h2 {
	font-size: 15px;
	font-weight: bold;
}
#contentInner h3, #contentInnerNoRight h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}


#right {
	float: right;
	width: 250px;
}
.rightTable {
	width: 250px;
	border: 1px solid #000000;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.rightTable .rightTitle {
	font-weight: bold;
	padding-top: 2px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}
.rightTable .rightTitle a, .rightTable .rightTitle a:hover, .rightTable .rightTitle a:visited, .rightTable .rightTitle a:active {
	color: #FFFFFF;
	text-decoration: none;
}
html>body .rightTable .rightTitle {
	font-weight: normal;
	background-image: url("img/title_bg.png");
	background-position: top left;
	background-repeat: repeat-x;
}
html>body .rightTable .rightContent {
	background-image: url("img/right_bg.png");
}

.agendaMonth {
	width: 100%;
}
.agendaMonth .day {
	width: 14%;
	text-align: center;
	vertical-align: middle;
}
.agendaMonth .previousMonth{
	color: #888888;
}
.agendaMonth .nextMonth {
	color: #888888;
}
.agendaMonth .months {
	text-align: center;
	vertical-align: middle;
}
.agendaMonth .currentMonth {
	font-weight: bold;
}
.agendaDetail {
	background-image: url("img/day_bg.png");
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	width: 200px;
	text-align: right;
	border: 1px solid #000000;
	font-size: 12px;
	padding: 3px;
}

.post .postTitle {
	margin: 3px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
}
.post .postInfo {
	margin: 0px;
	margin-bottom: 12px;
	text-align: right;
	font-style: italic;
	font-size: 11px;
}

#footer {
	height: 200px;
	background-image: url("img/footer_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #888888;
}
#sponsors {
	width: 500px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 40px;
}
#sponsors td {
	vertical-align: middle;
	text-align: center;
	width: 50%;
}
#sponsors img {
	border: 0;
}

#main:after
	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main {
	zoom: 1;
}

.agendaTable {
	width: 100%;
	font-size: 16px;
}
html>body .agendaTable {
	background-image: url("img/right_bg.png");
	border: 1px solid #000000;
}
.agendaTable .currentMonth {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}
.agendaTable .nextMonth, .agendaTable .previousMonth {
	text-align: center;
	vertical-align: middle;
	color: #888888;
	padding: 5px;
}
.agendaTable .currentMonthDesc {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.agendaTable .currentMonthDesc a {
	font-weight: normal;
}
.agendaDayDesc {
	margin-bottom: 50px;
}
.agendaDayDetails {
	visibility: hidden;
	margin-top: 10px;
}

.errors {
	margin-top: 10px;
	color: #880000;
	border: 1px solid #880000;
	background-color: #DDAAAA;
	padding: 10px;
}
.success {
	margin-top: 10px;
	color: #269F00;
	border: 1px solid #269F00;
	background-color: #CEFFBF;
	padding: 10px;
}
.button {
	border: 1px solid #000000;
	background-color: #efefef;
	padding: 3px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url("img/button_bg.gif");
	background-repeat: repeat-x;
}
.input {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: 'Century Gothic', 'Calibri', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
.inputLong {
	width: 250px;
}
.inputError {
	border: 1px solid #880000;
	background-color: #DDAAAA;
}
.textarea {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 2px;
	width: 500px;
	height: 100px;
	font-family: 'Century Gothic', 'Calibri', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
.textareaContact {
	width: 640px;
	height: 250px;
}
.textareaError {
	border: 1px solid #880000;
	background-color: #DDAAAA;
}

.mediaTable {
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
}
.mediaTable .mediaCell {
	text-align: center;
	vertical-align: top;
	padding-bottom: 15px;
	width: 25%;
}
.mediaTable .albumCell {
	text-align: center;
	vertical-align: top;
	padding-bottom: 15px;
	width: 25%;
}
.mediaTable .mediaImg {
	padding: 4px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.agendaTable {
	border: 1px solid #000000;
}
html>body .back {
	background-image: url("img/back.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}