body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #cccccc;
	margin: 0;
	padding: 0;
}
body.blank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*Floating Elements*/
TD {
	vertical-align: top;
}

img {
  border: 0px;
}
.menuD {
	padding: 5px;
}
.clear {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
}
.form_error {
	color: #990000;
	font-weight: bold;
}
.left {
	float: left;
}

.right {
	float: right;
	color: #000000
}
/*Header*/
A.help {
	color: #0066ff;
	text-decoration: none;
	border-bottom: 1px dashed #0066ff;
}
A.help:HOVER {
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px dashed #ff0000;
}
#header_wrapper {
	
	width: 100%;
	
}


#header {
	background:  url(../images/layouts/sial.jpg) no-repeat;
	background-position: center;
	
	position:relative;
	width: 100%;
	height: 150px;
	margin: 0 auto;
}
#header #current_event {
	width: 331px;
	color: #fff;
	text-align: right;
	margin: 10px 0px 0 0;
}

#header #current_event a, #header #current_event a:visited	 {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

#header #current_event #selected_event {
	border: 1px solid #a285b1;
	padding: 5px 0 5px 15px;
	background-color: #d2c6d8;
	text-align: left;
	margin-top: 15px;
	color: #000;
}

#header #current_event #selected_event span.event_title {
	font-weight: bold;
}

#header #current_event a:hover {
	color: #fff;
	text-decoration: underline;
}

/*Wrapper*/

#wrapper {
	width: 1109px;
	margin: 5px auto;
	
	
}

/*Vertical Nav*/

#vertical_nav {
	width: 187px;
	background-color: #6e4c80;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 25px;
	position: relative;
	left: 9px;
}

#vertical_nav ul {
	list-style: none;
	width: 188px;
	margin: 25px 0;
	padding: 0;
}

#vertical_nav ul li {
	padding: 9px 0 9px 25px;
	width: 162px;
}

#vertical_nav ul li:hover {
	background-color: #8d719d;
}

#vertical_nav ul li a, #vertical_nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}

#vertical_nav ul li a:hover {
	text-decoration: none;
}

#edit_event_page #vertical_nav ul li.edit_nav {
	background-color: #fff;
}

#edit_event_page #vertical_nav ul li.edit_nav a{
	color: #000;
}

/*Content*/

#content_wrapper {
	width: 921px;
}

#main_content {
	background: url(../images/layouts/main_content_bg.png) repeat-y;
	min-height: 500px;
	overflow: hidden;
	padding: 0 30px;
}

#bottom_content {
		background: url(../images/layouts/bottom_content_bg.png) no-repeat;
		width: 921px;
		height: 19px;
		overflow: hidden;
}

/*Horizontal Nav*/

#horizontal_nav {
	width: 921px;
	background: url(../images/layouts/horizontal_bg.png) no-repeat;
	overflow: hidden;
	height: 80px;
}

#horizontal_nav ul {
	width: 842px;
	margin: 25px auto;
	border: 1px solid #a285b1;
	padding: 4px 15px 4px 0px;
	background-color: #d2c6d8;
}

#horizontal_nav ul li {
	display: inline;
	font-size: 13px;
}

#horizontal_nav ul li a {
	padding: 5px 20px;
}


#horizontal_nav ul li a:hover, #horizontal_nav ul li:hover a:hover {
	text-decoration: none;
	background-color: #785c87;
	color: #fff;
}

#horizontal_nav ul li a, #horizontal_nav ul li a:visited {
	color: #613d74;
	text-decoration: none;
}

ul#menu li ul {
  display: none;
}


/*Main Content*/

#main_content h1, #main_content h2, #main_content h3, #main_content h4, #main_content h5 {
	color: #be5406;
}

#main_content h1 {
	font-size: 22px;
	margin-left: 39px;
}

#main_content p {
	margin: 15px 39px;
	line-height:180%;
}

/*Footer*/

#footer_wrapper {
	width: 100%;
	background:transparent url(../images/layouts/footersial.jpg) repeat-x scroll 0 100%;
	color: #fff;
	padding: 15px 0 3px 0px;
	position:relative;
}


#footer {
	width: 921px;
	margin: 10px auto;
	min-height: 60px;
}

#footer p {
	margin: 15px 0 15px 15px;
	font-size: 11px;
	line-height:150%;
	
}
#footer p a, #footer p a:visited {
	color: #c8bcd0;
	text-decoration: none;
}

#footer p a:hover {
	color:#f1caa6;
	text-decoration: none;
}
.list_header {
	font-size: 16px;
	font-weight: bold;
	color: #be5406;
	border-bottom: 1px solid #be5406;
}
.bigReg {
	font-size: 14px;
}
HR {
	color: #a285b1;
}
.tools {
	background: #f1f1f1;
	border: 1px dashed black;
	padding: 5px 5px 5px 5px;
}
.side_bar {
	background: #c7c753;
	width: 152px;
	vertical-align: top;
	padding: 0px;
}
.grid_head, .result_header {
	background: #656565;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
.grid_total, .result_total {
	background: #f1f1f1;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #656565;
}
.tabBody {
	border-bottom: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	background: #ffffff;
	height: 400px;
}
.grid_row, .result_item {
	background: #f1f1f1;
	font-size: 12px;
}
.grid_row_alt, .result_item_alt {
	background: #ffffff;
	font-size: 12px;
}
.grid_high {
	background: #ffe9d3;
	cursor: pointer;
	font-size: 12px;
}
.content {
	background: #ffffff;
	height: 100%;
	padding: 10px;
}
A, A:VISITED {
	color: #4b75db;
}
A:HOVER {
	color: #cd4d5f;
}
.small {
	font-size: 10px;
}
A.noline, A.noline:VISITED {
	font-weight: bold;
	color: #4b75db;
	text-decoration: none;
}
A.noline:HOVER {
	font-weight: bold;
	color: #4b75db;
	text-decoration: none;
}
A.small, A.small:VISITED {
	font-size: 10px;
	font-weight: bold;
	color: #cd4d5f;
	text-decoration: none;
}
A.small:HOVER {
	font-size: 10px;
	font-weight: bold;
	color: #cd4d5f;
	text-decoration: none;
}
.spacer {
	background: #c7c753;
	border-right: 2px solid #cccccc;
	height: 4px;
}
div.scrollTableContainer table {
  width: 972px;
}
html* body div.scrollTableContainer table {
  width: 990px;

}
html > body div.scrollTableContainer table > tbody {
  height: 555px;
  overflow-x:hidden;
  overflow-y:auto;

}
html > body div.scrollTableContainer table > tbody tr {
  height: auto;
}
div.scrollTableContainer thead tr {
  position:relative;
}
div.scrollTableContainer td:last-child {
  padding-right:20px;
}
div.scrollTableContainer thead tr  {
  top: expression(offsetParent.scrollTop);
  left: expression(typeof(myvar)=='undefined'?0+"px"+(myvar='true'):-1+"px");
}
.scrollTableContainer a, .scrollTableContainer a:link, .scrollTableContainer a:visited {
  text-decoration: underline;
  color: #CD6E17;
}
.scrollTableContainer a:hover, .scrollTableContainer a:focus, .scrollTableContainer a:active {
  text-decoration: none;
}

table.dataTable {
  border-bottom:1px solid #cccccc;
  border-left:1px solid #cccccc;
  margin:0pt;
  padding:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
}
table.dataTable th {
  background:#656565 none repeat scroll 0%;
  border-right:1px solid #cccccc;
  border-top:1px solid #cccccc;
  color:#ffffff;
  font-weight:bold;
  margin:0pt;
  padding:5px;
  white-space: nowrap;
}
table.dataTable td {
  border-right:1px solid #cccccc;
  border-top:1px solid #cccccc;
  margin:0pt;
  padding:5px;
  text-align: left;
  white-space: nowrap;
}
div.keeper {
  width: 990px;

}