@charset "utf-8";
/* CSS Document */

html {
	background: url(bg/main_02.gif) center;
}

body {
	margin: 0px;
	background: url(bg/main_01.jpg) top center no-repeat;
	height: 990px;
	font: 80% Arial, Helvetica, sans-serif;
	line-height: 160%;
}

img {
	border: 0px;
}

h1 {
	font-size: 140%;
	margin: 0px;
}

h2 {
	font-size: 120%;
	margin: 0px;	
}

a, a:visited {
	color: #225d8f;
	text-decoration: none;
}

a:hover {
	color: #ee3124;
	text-decoration: underline;
}

table.results_table a, table.results_table a:visited {
	color: #ffffff;
	text-decoration: none;
}

table.results_table a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.cleaner {
	clear: both;
}

#container {
	width: 760px;
	margin: auto;
}

.content {
	padding: 10px 12px 10px 12px;
}

#col_left {
	float: left;
	margin-right: 10px;
}

#col_right {
	float: left;
}

#logo {
	padding: 15px 10px 0px 5px;
	height: 40px;
	text-align: right;
}

/* Main Navigation */
#navigation {
	font-size: 120%;
	font-weight: bold;
	color: #999999;
	margin: 7px 0px 8px 0px;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	letter-spacing: 1px;
}

#navigation ul li {
	display: block;
	float: left;
	margin-right: 20px;
}

#navigation ul li a, #navigation ul li a:visited, #navigation ul li a:active  {
	color: #ffffff;
	text-decoration: none;
}

#navigation ul li a:hover  {
	color: #000000;
	text-decoration: none;
}

/* Sub Navigation */
.navigation_sub {
	width: 180px;
	float: left;
}

.navigation_sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	letter-spacing: 1px;
}

.navigation_sub ul li {
	display: block;
	float: left;
	margin-right: 20px;
}

.navigation_sub ul li a, .navigation_sub ul li a:visited, .navigation_sub ul li a:active  {
	color: #ffffff;
	text-decoration: none;
}

.navigation_sub ul li a:hover  {
	color: #000000;
	text-decoration: none;
}

/* Page Elements */
#results_board {
	background: url(images/results_board.gif) no-repeat;
	width: 230px;
	height: 242px;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 2px;
}

#results_board h1 {
	text-align: center;
}

.results_more {
	padding-top: 22px;
	text-align: center;
}

.results_more a, .results_more a:visited, .results_more a:active, .results_more a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}

.results_table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.results_table th {
	color: #91f200;
	font-size: 140%;
	font-weight: bold;
	padding: 5px;
}

.results_table td {
}

.main_image {
	width: 490px;
	height: 368px;
	border: 1px solid #000000;
}

.main_image_overlay {
	position: relative;
	top: 284px;
	width: 490px;
	height: 84px;
	background: url(images/image_main_overlay.png) no-repeat;
	padding: 17px;
	color: #cccccc;
}

.main_image_overlay h1, .main_image_overlay a, .main_image_overlay a:visited, .main_image_overlay a:active  {
	color: #ffffff;
	text-decoration: none;
}

.main_image_overlay a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* Buttons */
ul.but {
	display: block;
	height: 90px;
	list-style: none;
	padding: 5px 5px 0px 5px;
	margin: 5px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}

ul.but li {
	float:left;
}	
ul.but li a, ul.but li a:visited {
	display: block;
	height: 90px;
	width: 64px;
	background-position: 0% 0%;
	text-decoration: none;
}
ul.but li a:hover {
	background-position: 0% -100%;
	text-decoration: none;
}

/* Modules */
.module-content {
	padding: 5px;
}

.module-block {
	border: 1px solid #d9d9d9;
	padding: 5px;
	float: left;
	margin: 5px;
}

.mod_title {
	font-weight:bold;
	color: #000;
	line-height:25px;
	height:25px;
	padding-left: 25px;
	border: 1px solid #ccc;
	background-color: #e5e5e5;
}

.ModuleContent {
	padding: 5px;
}

.ModuleErrorTitle {
	font-weight:bold;
	color: #e75e1b;
	line-height:25px;
	height:25px;
	padding-left: 25px;
	border: 1px solid #e5d9ca;
	background-image: url(images/icon_alert.gif);
	background-color: #fbefe2;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}	
.ModuleErrorContent {
	padding: 5px;
	border-top: none;
	border-bottom: 1px dashed #f2e7da;
	margin-bottom: 5px;
}	
.ModuleAlertTitle {
	line-height:25px;
	height:25px;
	padding-left: 25px;
	border: 1px solid #d9c157;
	background-image: url(images/icon_alert.gif);
	background-color: #f2e591;
	color: #000;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}	
.ModuleAlertContent {
	background:#fffad9;
	padding: 5px;
	border-top: none;
	border-left: 1px solid #d9c157;
	border-right: 1px solid #d9c157;
	border-bottom: 1px solid #d9c157;
	margin-bottom: 5px;
}

/* Tables & Misc. */
.event_title {

}

.event_date {
	font-size: 50%;
}

.imgtxt {
	vertical-align: middle;
}

.imgborder {
	border: 1px solid #333333;
}

.article {
	padding: 0px 15px 0px 15px;
}

table.table-main {
	border: #d9d9d9 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	padding:0;
	margin: auto;
	width: 100%;
}
table.table-main td {
	padding: 3px;
	border: #e5e5e5 1px solid;
}
table.table-main td.divider {
	border-top: 1px solid #e5e5e5;
}
th.header-top {
	background: #c92014;
	border: 1px solid #b31d12;
	color: #fff;
	text-align:left;
	font-weight:bold;
	padding: 3px;
}
th.header-sub {
	background: #e5e5e5;
	text-align: left;
	font-weight:bold;
	padding: 3px;
	color: #000000;
}

td.table-cell-0, td.table-cell-1 { 
	border: #e5e5e5 1px solid;
	padding: 2px;
}

.comment_info{
	width: 120px;
	text-align:center;
	padding:5px;
	border-bottom: 1px solid #ccc;
}

.comment_contents{
	border-bottom: 1px solid #ccc;
	padding:5px;
}


