

.form {
	width: 500px;
	direction: ltr;
	margin: 0px; 	
	}
	
.form .row {
	clear: both;
	xheight: 50px;
	padding-bottom: 30px;
	direction: ltr;
	}

.form .high {
	height: 130px;
	}
	
.form .field {
	width: 47%;
	float: right;		
	margin-left: 10px;
	}
	

.form .field .title {
	width: 50%;
	float: right;
	}	

.form .third {width: 149px; margin-left:5px; xbackground: red;}
.form .third input {width: 82px; }
.form .third .title {width: 60px;}
	
.form .full {width: 100%;}	


.videos {
		
	}

.videos h2 {
	color: #ffffff;
	text-align: left;
	margin-top: 5px; 
	margin-bottom: 5px; 
	}
	
.videos #ContentBoxMiddle {
	width: 730px; 	
	margin: 0px auto;
	}

ul.tabs {	
	margin: 0px; 
	padding: 0px; 
	list-style:none;
	height: 26px;
	xoverflow: hidden;
	border-top: solid #C5A485 1px;
}

ul.tabs li {
	float: left;
	width: auto;
	xwidth: 150px; 
	height: 30px; 
	background: url(../images/tab_bg.gif) no-repeat right 7px;
	padding: 0px 10px;
	color: #535552;	
	text-align: center;
}

ul.tabs li.sel {
	xbackground: url(../images/tab_bg_sel.gif) no-repeat left top;	
	}
	
ul.tabs li a {
	color: #FBFC1C;
	display: block;	
	padding-right: 3px;
	padding-left: 3	px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold; 
	text-decoration: none;
	font-size: 14px;
	}

.videos {
	text-align: center;	
	margin: 0px auto;
	}
	

.videos .box {		
	border: solid #844E80 2px;
	background: #ffffff;	
	margin-bottom: 10px;
	height: 330px;
	padding: 5px;
	}
	
.videos #videoSubCats {
	clear: both;
	float: right;
	width: 120px;	
	margin-left: 10px;
	
	height: 330px;		
	overflow: hidden;
}	

.videos #videoSubCats h2 {
	background: #FFCC66;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin: 0px; 
	margin-bottom: 5px; 
	padding: 3px 6px; 
	}
	
.videos #videoSubCats div {
	background: #EFEFEF;	
	margin-top: 5px;
	padding: 5px; 
	padding-left: 5px;
	text-align: left;
	}	
	
.videos #videoSubCats div a {
	text-decoration: none;
	color: #272B50;
	font-weight: bold;
	display: block;
	}	
	
.videos #videoSubCats div.sel a {
	color: #783777;
	}	

.videos #videosList {
	direction: ltr;
	float: right;
	width: 220px;
	height: 330px;		
	margin-left: 10px;	
	scrollbar-3dlight-color: #652562; 
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #EFEFEF; 
	scrollbar-darkshadow-color: #EFEFEF; 
	scrollbar-face-color: #EFEFEF; 
	scrolbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #652562; 
	scrollbar-track-color: #EFEFEF; 		
	overflow: auto;	
}

.videos #videosList h2 {
	background: #FFCC66;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin: 0px; 
	margin-right: 10px; 
	margin-bottom: 5px; 
	padding: 3px 6px; 
	}
	

.videos #videosList .list {	
	margin-right: 10px;	
	overflow: hidden;
	}
	
.videos #videosList .list .last {
	margin-left: 10px;
	}

.videos #videosList .list .videoItem {
	float: left;	
	text-align: center;
	width: 90px; 	
	}
	
.videos #videosList .list div img {
	border: solid #672D67 1px; 
	margin-bottom: 5px;
	}
	
.videos #videosList .list div a {
	text-decoration: none;
	color: #271E79;
	font-weight: bold;
	}
	
.videos #videosList .list hr {
	clear: both;
	height: 1px; 
	background: #FFDCFF;
	color: #FFDCFF;
	border-top: solid #6F2288 1px;
	margin-bottom: 10px; 
	}

.videos #videoPlayer {
	width: 352px; 
	height: 330px;
	overflow: hidden;	
	background: url('../images/player_bg.jpg') no-repeat left top;
	}

.videos #mediaPlayer {visibility: hidden;}
.videos #videoPlayer .controls {
	background: #E3AC74 url(../images/video_controls_bg.gif) repeat-x left top;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	height: 37px; 
	text-align: left;
	}	

.videos #videoPlayer .controls a {
	width: 28px; 
	height: 24px; 
	float: left;
	display: block;	
	background-position: left top;
	background-image: url(../images/video_bt.gif);	
	background-repeat: no-repeat;	
	}
	
#videoPlayer .controls a.play {background-image: url(../images/video_bt_play.gif);}	
#videoPlayer .controls a.pause {background-image: url(../images/video_bt_pause.gif);}	
#videoPlayer .controls a.stop {background-image: url(../images/video_bt_stop.gif);}	
#videoPlayer .controls a.re {background-image: url(../images/video_bt_re.gif);}	
#videoPlayer .controls a.ff {background-image: url(../images/video_bt_ff.gif);}	
#videoPlayer .controls a.mute {background-image: url(../images/video_bt_mute.gif);}	

#videoPlayer .controls a.play:hover {background-image: url(../images/video_bt_play_hover.gif);}	
#videoPlayer .controls a.pause:hover {background-image: url(../images/video_bt_pause_hover.gif);}	
#videoPlayer .controls a.stop:hover {background-image: url(../images/video_bt_stop_hover.gif);}	
#videoPlayer .controls a.re:hover {background-image: url(../images/video_bt_re_hover.gif);}	
#videoPlayer .controls a.ff:hover {background-image: url(../images/video_bt_ff_hover.gif);}	
#videoPlayer .controls a.mute:hover {background-image: url(../images/video_bt_mute_hover.gif);}	

.videos .hotlinksWrap {	
	margin-bottom: 10px;
	height: 140px;		
	overflow: hidden;
	background: url(../images/video_favourites_bg.gif) repeat-y left top;
	text-align: left;
	}

.videos .hotlinksWrap td {
	width: 120px; 
	padding-top: 10px; 	
	text-align: center;		
	vertical-align: top;
	}	
	
.videos .hotlinksWrap td img {
	border: solid #C3A583 1px;
	margin-bottom: 5px;
	}
	
.videos .hotlinksWrap td a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	}

.videos .BottomBannerWrap {		
	height: 200px;	
	overflow: hidden;
	text-align: center;
	border: solid #6F2288 1px;
	}
	
.gallery #Lists {	
	padding-top: 20px;
	}		


.gallery #Thumbs { 
	float:left;
	height:390px;	
	width:385px;
	overflow:hidden;
	position: relative;
	margin-left: 10px;
}

.gallery #Thumbs .allThumbs {
	
	
	position: absolute;
	top: 10px; 
	left: 14px; 	
	height:368px;	
	width:370px;	
	}

	
.gallery #Thumbs .thumb { 
	
	float:left;
	margin-right: 8px; 
	margin-bottom: 8px;
	width: 113px;
	height: 83px;
	overflow: hidden;
	border: 1px solid #969190;
	text-align: center;
	}
	

.gallery #Thumbs .frame {
	height:388px;	
	width:383px;		
	border: solid #969190 1px; 	
	position: absolute;
	top: 0px; 
	left: 0px; 
	}	
	
.gallery #PictureWrap {	
	
	height:388px;
	xleft:0px;
	overflow:hidden;
	position:relative;
	xtop:0px;
	width:568px;
	float: left;
	}
	
.gallery #PictureWrap #Picture {
	width: 566px; 
	height: 386px; 
	overflow: hidden;	
	border: solid #969190 1px; 	
	position: absolute;
	top: 0px; 
	left: 0px; 
	}	
	
.gallery #PagesNumbers {
	background:black; 
	xborder:1px solid #969190;
	top:395px;
	height:25px;
	right:5px;
	overflow:hidden;
	padding-left:20px;
	padding-top:5px;
	position:absolute;
	width:350px;
}

.gallery #PagesNumbers a {
	float: right;
	background: url(../images/bullet_number.gif) no-repeat left top;
	width: 21px;
	height: 20px;	
	text-decoration: none;
	font-weight: bold; 
	text-align: center;
	padding-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	}

.gallery #PagesNumbers a:hover , .gallery #PagesNumbers a.current {
	background: url(../images/bullet_number_on.gif) no-repeat left top;
	color: #000000;
}

h1.for_text {color: #F1C000; font-size: 30px; letter-spacing: 0.05em; border-bottom: solid #F1C000 1px;}

.eventInfo #TextWrap .text  {padding-left: 30px;}
.eventInfo #TextWrap {
	position: absolute; 
	left: 620px; 
	top: 0px; 
	width: 290px;	
	*width: 300px;	
	padding-right: 10px;
	height: 617px;	
	overflow: auto;
	
	}
	
.eventInfo #PicturesWrap {
	float: none;		
	position: relative;		
	height: 617px;	
	}
