html{
	
}

body {
	margin: 10px 0px 0px 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #CCC;
	background-image: url(images_custom/bg_pattern.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	line-height: 17px;
}

a, a:link, a:visited{ text-decoration: none; outline: none; color:#FFCC00;  }
a:hover{ text-decoration: underline; outline:none;}
p{ padding:0; margin: 0;}

/*------ font styles -----*/
h1{
	padding: 0;
	margin: 5px 0px 0px 0px;
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #FFCC00;
}

h2{
	padding: 0;
	margin: 5px 0px 0px 0px;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #FFCC00;
}

h3{
	padding: 0;
	margin: 2px 0px 0px 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color:#CCC;
	font-weight: bold;
}


hr.formHR{
	color: #CC6633;
	height: 1px; 
	border: none;
	width: 450px; 
	float: left;
	clear: both;
	padding: 0;
	margin: 10px 0px 0px 0px;
}

/*------- form fields ------*/
.ddlField{
	background-color:#333333; 
	outline:none; 
	border: 1px #666 solid; 
	color: #CCC; 
	font-size: 16px; 
	padding: 5px;
}

/*------- template settings -------*/
#template_header{
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images_custom/bg_header.png);
	height: 176px;
}
#template_header_logo{
	height: 174px; 
	background-repeat: no-repeat;
}
#template_content{
	width: 100%;
	background-image:url(images_custom/bg_content.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
	background-color: #000;
}

#template_footer{
	clear: both;
	font-size: 11px;
	height: 50px;
}
#template_footer a.linksFooter{
	color: #666;
}

#template_content_left{
	float: left;
	width: 600px;
	padding: 5px;
}

#template_content_right{
	float: right;
	width: 310px;
	padding: 5px;
}

/*------- Tables -------*/


.ui-widget-content td{
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
}

.ui-state-default th{
	padding: 7px;
	font-size: 14px;
	color:#FFCC00;
	text-align: center;
}


/*
.ui-widget-content .current td{
	background-color:#FFFFBB;
	background-image: none;
	color:#000000;
}

.ui-widget-content .inactive td{
	color: #999999;
}

.ui-widget-content .blank{
	background-color: #FFF;
	background-image: none;
}*/



/*------ other settings ------*/
#accordion{
	height: 300px; 
	width: 455px;
}

#accordion h6{
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
}


/*---- Sponsors Slider ---*/
#sponsorsContainer{
	clear:both; 
	text-align:center; 
	background-image:url(images_custom/bg_sponsors.jpg); 
	background-repeat:no-repeat; 
	height: 90px; 
	padding:10px; 
	margin:0px 0px 0px 10px; 
	color:#333333; 
}

#sponsorsSlider ul, #sponsorsSlider li{
	margin:0;
	padding:0;
	list-style:none;
}

#sponsorsSlider li{ 
	width: 900px;
	height:90px;
	overflow:hidden;
}
span#prevBtn{ display: none; }
span#nextBtn{ display: none; }	


				





