*{
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size: 100%;
}


body{
	background: #000 url(../images/bg_html.jpg) no-repeat center top;
	font-size: 100.01%; /* Fix for some browser bugs */
	font: normal 13px Helvetica, Arial, Verdana, Verdana;
	line-height: 18px;
	padding: 0px;
	margin: auto;
	text-align: center;
	color: #fff;
}

a:link, a:visited , a:active{
	color: #FF981F;
	text-decoration: none;
	font-weight: normal;
}   
   
a:hover {
	color: #DFDFDF;
	TEXT-DECORATION: none;
} 

input, .file{
	font: normal 12px Tahoma;
	color: #000;
	border: 1px #fff solid ;
	padding: 3px;
}

.checkBox{
	width: 15px!important;
	border: 0px!important;
}

.file{
	height: 25px!important;
}

textarea:hover, input:hover, .file:hover{
	border: 1px #fff solid ;
}

textarea{
	font: normal 11px/25px Tahoma;
	height: 120px;
	width: 335px;
	color: #000;
	border: 1px #fff solid ;
	padding: 2px;
	margin-bottom: 12px;

}

.select{
	font: normal 12px Tahoma;
	color: #000;
	border: 2px solid #666666;
}

.iSError{
	color: #ff0000;
}

h1{
	font: normal 12px/25px tahoma;
	padding: 7px 0;
	color: #009E9F;
	letter-spacing:1px;
}

hr{
	color:#222;
	height:1px;
	border-top:1px solid #222;
}

h2{
	color: #ff6600;
}


.clear{
	clear: both;
	width: 100%;
}

.rFloat{
	float: right;
}

.lFloat{
	float: left;
}

.margT30{
	margin-top: 30px;
}

.margT5{
	margin-top: 5px;
}


div.wrap{
	text-align: left;
	width: 802px;
	margin: 0 auto;
}

div#headerPlaceHolder{
	background:url(../images/b_header.gif) no-repeat scroll top left;
	height: 70px;
	margin: 0 auto;
}

div#header_login_box{
	text-align: right;
	margin: 30px 0 0 0;
	font-size: 14px;
}

.topLinks{
	cursor: pointer;
}

.topLinks:hover{
	text-decoration: underline;
}

#logo{
	float: left;
	margin: 18px 0 0 0;
}


/* Footer */

#footer {
	background: #000;
	border: 1px solid #252424;
	line-height: 26px;
	color: #fff;
	font: normal 12px Arial;
	text-align: center;
	padding: 10px 0;
	margin: 10px auto;
	width: 800px;
}

#footer a:link, #footer a:visited , #footer a:active{
	color: #fff;
	text-decoration: none;
	margin: 0 2px;
}   
   
#footer a:hover {
	color: #FF981F;
	text-decoration: underline;
} 


div#footer .inner{
	
}

/* End of Footer */

/* Navigation */

div#navigation{
	background: url(../images/bg_nav.gif) no-repeat top left;
	height: 32px;
}

#navigation a:link, #navigation a:visited , #navigation a:active{
	font: normal 13px helvetica,Tahoma;
	color: #FDCA00;
	display: block;
	float: left;
	padding: 8px 5px;
	letter-spacing: 0.1em;
}

#navigation a:hover{
	color: #fff;
	text-decoration: underline;
}

#navigation .active{
	color: #fff!important;
	text-decoration: underline;
}

.n1{
	margin-left: 60px;
}

.n2{
	margin-left: 70px;
}

.n3{
	margin-left: 66px;
}

.n4{
	margin-left: 65px;
}

/* End of Navigation */

div#contentHolder{
	width: 802px;
	margin:5px auto;
	overflow-y: auto;
	overflow-x: hidden!important;
}

div#wrapper{
	padding: 8px 0;
}

div#pageContentHolder{
	width: 777px;
	margin: 10px auto;
}

div#pageContentHolder .title{
	background: url('../images/bg_titles.gif') no-repeat 0 0;
	font: bold 15px "Trebuchet MS",Tahoma,Georgia;
	font-style: italic;
	color: #FFA70F;
	height: 29px;
}	

div#pageContentHolder .title p{
	padding: 4px 13px;	
}

div#pageContentHolder .text{
	padding: 12px 15px;
	min-height: 320px;
	font-size: 12px;
}	


div#pageContentHolder h2, .H2{
	color: #ff6600;
	font-size: 2em;
	font-family: Calibri,Arial,Helvetica,sans-serif;
	border-bottom: 1px solid #E3E3E3;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

div#pageContentHolder h3{
	color: #75B100;
	font-size: 1.5em;
	font-family: Calibri,Arial,Helvetica,sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	margin: 5px 10px;
	border-bottom: 1px dotted #E3E3E3;
}

div#pageContentHolder h4{
	color: #333;
	font-size: 1em;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px 0;
}

div#pageContentHolder label{
	float: left;
	width: 140px;
	margin: 7px 5px 0 0;
	text-align: right;
}	

div#pageContentHolder label.error {
	background:  url(../images/error_arrow_bg.gif) no-repeat scroll right center;
	font-size: 12px;
	margin-left: 4px;
	margin-bottom: 5px;
	padding: 4px 18px 4px 8px;
	text-align: left;
	float: none!important;
	color: #BF0400;
}

.btn{
	background:  url(../images/bg_btn.gif) no-repeat scroll right center;
	width: 128px;
	height: 34px;
	color: #FEBF00;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}

.btn:hover{
	color: #FF9900;
	border: 0;
}

div#messages{
	font-size: 11px;
	margin: 10px 0;
	padding: 10px 40px;
	color: #333;
	font: normal 11px verdana;
	border: 1px solid #DBDBD3;
	/*float: left;
	width: 80%;*/
	clear: both;
}

div#generalForm p{
	margin: 10px 0;
}

div.warning{
	background: #FBFCDA url(../images/error_bang.gif) no-repeat scroll 5px 10px;
}

div.success{
	background: #D8EFB3 url(../images/ok.png) no-repeat scroll 5px 10px;
	padding: 10px 45px;
}

div.info{
	background: #F9EFFF url(../images/info.png) no-repeat scroll 8px 10px;
}


div.spliter_colored{
	height: 2px;
	background: url(../images/spliter_colored.gif) no-repeat scroll top center;
}

div#generalPage{
	border: 1px solid #252424;
	background: #000;	
	overflow-x:hidden !important;
	overflow-y:auto;
}

div#indexContentHolder{
	float: left;
	clear: both;
	width: 100%;
	
}

div#frontpage_contents{
	width: 770px;
	padding: 15px;
	float: left;
	color: #e9e9e9;
	border: 1px solid #252424;
	background: #000;
}

div#frontpage_contents #front_violet_box{
	background: #120C19 url(../images/bg_violet.gif) repeat-x scroll 0 0;
	border: 1px solid #252424;
	width: 479px;
	height: 310px;
	margin-bottom: 20px;
}

div#frontpage_contents #front_violet_box p{
	padding: 10px;
}

div#frontpage_contents #front_word_wide_box{
	background: url(../images/bg_world_wide.gif) no-repeat scroll 0 0;
	border: 1px solid #252424;
	width: 479px;
	height: 64px;
	overflow: hidden;
}

div#frontpage_contents #front_word_wide_box p{
	padding: 25px 170px 0 13px;
	color: #ccc;
}

.RI {
	background-color: #000;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}

.RI_Image{
	width: 80px;
	height: 47px;
}

.RI_Corner{
	position: absolute;
	top: 0;
	left: 0;
}

.RIs_Image{
	width: 47px;
	height: 47px;
}

.sThumb{
	float: left;
	margin: 0 20px 0 0;
}

div.upEventHolder{
	clear: both;
	width: 100%;
	padding: 15px 2px;
	border-bottom: 1px solid #444;
	overflow: hidden!important;
}

div.upEventHolder .eThumb{
	float: left;
	margin: 0 10px 0 0;
}


div.upEventHolder .eInfo{
	float: left;
}

div.upEventHolder .eInfo a:link, div.upEventHolder .eInfo a:visited , div.upEventHolder .eInfo a:active{
	color: #334278;
	text-decoration: underline;
}

div.upEventHolder .eInfo a:hover{
	color: #FF981F;
	text-decoration: underline;
}

div.eventHolder{
	overflow: auto;
	margin: 35px 20px;
	min-height: 350px;
}

div.eventHolder .eBigThumb{
	float: left;
	border: 3px solid #262626;
	margin: 0 25px 0 0;
	width: 170px;
	max-height: 170px;
	overflow: hidden!important;
}

div.eventHolder .eBigThumb img{
	max-width: 180px;
}

div.eventHolder .eInfo{
	float: left;
	width: 530px;
}

div.eventHolder .eInfo p{
	font-size: 14px;
}

div.eventHolder .eVideoThumb{
	float: right;
	margin: 10px 0 0 0;
}


div#slider_events{
	width: 499px;
	height: 311px;
	border: 2px solid #252424;
	background: #000;
	float: left;
}

div#schedule{
	width: 290px;
	height: 311px;
	border: 2px solid #252424;
	background: #000;
	float: right;
}

div#schedule .title{
	margin: 6px 5px 0px 5px;
}

div#schedule .schedulesHolder{
	background: url(../images/dotte.gif) repeat-x bottom left;
	clear:both;
	overflow:hidden !important;
	padding:5px 0;
	margin: 0 5px;
	font-size: 11px;	
}

div#schedule .eInfo{
	margin: 0 5px;
	width: 125px!important;
	overflow:hidden !important;
	float: left;
}

div#schedule .schedulesHolder a:link, div#schedule .schedulesHolder  a:visited, div#schedule .schedulesHolder a:active{
	border-bottom: 1px solid #252424!important;
}

div#schedule .schedulesHolder a:hover{
	border-bottom: 1px solid #fff!important;
}

div.recentEvnets{
	background: #171717!important;
	float: left;
	clear: both;
	width: 798px;
	margin: 10px 0 0 0;
	border: 2px solid #252424!important;
}

div.recentEventHolder{
	float:left;
	overflow:hidden !important;
	padding:10px 1px;
	width: 257px;
}

div.recentEventHolder .eVideoThumb{
	margin: 0 5px 0 0;
	float: left;
}

div.recentEventHolder .eVideoThumb img{
	cursor: pointer;
}

div.recentEventHolder a:link, div.recentEventHolder a:visited , div.recentEventHolder a:active{
	color: #334278;
	text-decoration: underline;
	font-size: 11px;
}

div.recentEventHolder a:hover{
	color: #FF981F;
	text-decoration: underline;
}

.pointer{
	cursor: pointer;
}


#regResult, #regResult2{
	float: right;
	color: #EF4A4A;
	width: 250px;
	padding: 3px 7px;
	border: 1px solid #333;
	margin: 4px 15px 0 0;
	display: none;
	text-align: center;
}

#regLoader, #regLoader2{
	margin: 5px 12px 0 0;
	visibility: hidden;
}

.video_ticket{
	background: url('../images/ticket_bg.jpg') no-repeat center top;
	width: 745px;
	height: 343px;
	color: #fff;
	font: bold 14px Verdana ;
	text-transform: uppercase;
	float: left;
	clear: both;
}

#in_ticket_code{
	border: 2px solid #ccc;
	font: bold 14px Arial;
	color: #000;
	text-align: center;
	margin: 158px 0 0 508px ;
	text-transform: uppercase;
}

#btn_verify_ticket {
	background: transparent url(../images/submit.gif) repeat scroll 0 0;
	border: 0 none !important;
	cursor: pointer;
	height: 32px;
	width: 87px;
	margin: 25px 0 0 568px;
	float: left;
}

.hidden{
	display: none;
}