/************************************************************************************************************/
/* General */
/************************************************************************************************************/

*
{
	margin: 0;
	padding: 0;
	border-width:0;
	border-style:solid;
}

body
{
	background: url('../img/splash/splash_tilebg.jpg') #000 repeat;
	color: #000;
	font: 13px Helvetica;
	margin: 0 auto;
	background-repeat: repeat;
}

a
{
	outline: none;
	cursor: pointer;
	text-decoration:none;
	/*color: lightgray;*/
	color: #000;
}

a:active {outline: none;}
a:hover {text-decoration: underline;}
a img {border: none; display: block;}

a.generated_button
{
	display: block;
	height: 23px;
	border-width: 1px;
	border-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.generated_button span {display: none;}

.clearing{clear:both}

input, select, textarea
{
	border-width:1px;
	outline:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:2px;
}

.formerror {color: #F00;}

/************************************************************************************************************/
/* AJAX Tab Box */
/************************************************************************************************************/

.ajax_tab_control_content
{
	border-width:1px;
	min-height:215px;
	background-position:center center;
	background-repeat:no-repeat;
}

.ajax_tab_bar
{
	height:25px;
	line-height:25px;
	font-size:12px;
}

.ajax_tab_bar a
{
	float:left;
	padding:0 10px;
	margin-right:5px;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}


/************************************************************************************************************/
/* Top Part */
/************************************************************************************************************/
#mainWrapper
{
	margin: 0 auto;
	width:990px;
	position:relative;
}

#headerWrapper {float: left; width: 100%; margin:0 auto;}

#headerBar
{
	border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	
	border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	
	font-size: 13px;
	color: #000;
	font-weight: bold;
	background-color:#FFF;
	height: 30px;
	line-height: 30px;
	padding:0px 0px;
	width: 100%;
}

#topLeftDiv {color: #FF0000; float: left; font-size: 15px; text-align: center; margin-left:5px;}
#topMiddleDiv {float: left; width:725px; height: 30px; line-height: 30px; overflow: hidden; margin:0 5px; }

#newsItems {display: inline;}
.news {margin:0 5px;}
.news a {color:#696969;}

#topRightDiv {float: left;}

.followUsTitle {float: left; color: #FF0000; font-size: 15px; text-align: right; width: 80px;}
.followControlDiv, .followControlDiv a {padding-left: 3px; display: inline; float: left;}
#siteHeaderFollowControlDiv {margin:0 5px;}
#siteHeaderFollowControlDiv img {padding-top: 7px;}

#venue{text-align: center; margin:20px auto;}

#submit_button
{
	float:left;
	border: none;
}
/************************************************************************************************************/
/* Footer */
/************************************************************************************************************/
#footer
{
	margin: 10px 0px;
	width: 100%;
}

#footerBlock
{
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	
	margin:0 auto;
	background: #FFFFFF;
	width:592px;
}

#footerTitleLeft {float:left; margin:5px 0 0 10px;}
#footerTitleRight {float:right; margin:5px 10px 0 0;}

#footerSponsorsLinks img {vertical-align:middle; display:inline;}
 
/************************************************************************************************************/
/* Misc helpful classes */
/************************************************************************************************************/

.fullwidth{width: 100%;}
.star{font-size: 13px; margin-right: 5px;}
.hbox{clear: both}
.generated_button{display: block; height: 23px;}
.generated_button input{border-width: 0;}
.left{float: left;}
.right{float: right;}
.center, .centre{margin: auto; text-align: center;}
.hidden{display: none;}
.clearing{clear: both;}

/************************************************************************************************************/
/*   Autocomplete   */ 
/************************************************************************************************************/

.ac_results{padding: 0; background-color: #FFF; overflow: hidden; z-index: 99999; border: 1px solid #EAEAEA;}
.ac_results ul{width: 100%;list-style-position: outside; list-style: none; padding: 0; margin:0;}
.ac_results li{margin: 0; padding: 1px 4px; cursor: pointer; display: block; font: menu; font-size: 12px;line-height: 16px; overflow: hidden;}
.ac_loading{background: #FFF url(../img/ajax.gif) right center no-repeat;}
.ac_over{background-color: #888888;}


/************************************************************************************************************/