/*
HDWebTV Template "Air"
Except where otherwise noted, this code is licensed under a Creative Commons Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/
*/

* { 
	margin: 0px; border: none;
	}

	
html, body { 
	text-align:center; 
	margin: 0px auto;
	}
	
body 
{
	overflow-y:auto;
	overflow-x:hidden;
	background: url(/shared/base/statics_p1/background1.gif) top center no-repeat;	
}


p { margin: 8px 0px 8px 0px; }
	
a {text-decoration: none; color:#9c3db6}
a:hover {text-decoration: underline}
ul {list-style-image: url(/shared/base/statics_p1/heart.gif); padding-left: 18px; }


a#hdw_logo:link, a#hdw_logo:hover, a#hdw_logo:visited
{
	display: block;
	width: 240px;
	/* height: 117px; */
	margin: 0px;
	padding: 0px;
	float: center;
	text-decoration: none;
}


.top_bar
{
	/* background-color: #98388F; */
	width: 100%;
	height: 5px;
	float: left;
	font-size: 0.1em;
}


/* MENU */
	
#menu
{
	height: 42px; 
	width: 990px; 
	float: left;
	margin: 5px 0px 5px 4px;
}

#main_menu
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
}

#main_menu li
{
	height: 42px;
	float: left;
}
	
#menu_left
{
	background: url(/shared/base/statics_p1/menu_left.gif) top center no-repeat;	
	height: 42px; 
	width: 10px; 
	float: left;	
}		

.menu_center
{
	/*background: url(/shared/base/statics_p1/menu_center.gif) top center repeat-x;	*/
	height: 42px; 
	width: auto; 
	float: left;
}		


.menu_center_active
{
	/*background: url(/shared/base/statics_p1/menu_center_active.gif) top center repeat-x;	*/
	height: 42px; 
	width: auto; 
	float: left;
}		


#menu_right
{
	background: url(/shared/base/statics_p1/menu_right.gif) top center no-repeat;	
	height: 42px; 
	width: 10px; 
	float: left;	
}		

.menu_separator
{
	background: url(/shared/base/statics_p1/menu_separator.gif) top center no-repeat;	
	height: 42px; 
	width: 1px; 
	float: left;	
}		

.menu_heart
{
	background: url(/shared/base/statics_p1/menu_heart.gif) top center no-repeat;	
	height: 42px; 
	width: 52px; 
	float: left;	
}		

.menu_text
{
	/*display: block;
	margin: 10px 24px;*/
	font-size: 17px;
	font-weight: bold;
	font-family: arial;
	color: #F1ECF2;
}

a.menu_text:link, a.menu_text:visited
{
	display: block;
	float: left;
	height: 22px;
	padding: 10px 21px;
	background: url(/shared/base/statics_p1/menu_center.gif) top center repeat-x;
	font-size: 17px;
	font-weight: bold;
	font-family: arial;
	color: #F1ECF2;
	text-decoration: none;
}

a.menu_text:hover, a.menu_text_active:link, a.menu_text_active:hover, a.menu_text_active:visited
{
	display: block;
	float: left;
	height: 22px;
	padding: 10px 21px;
	background: url(/shared/base/statics_p1/menu_center_active.gif) top center repeat-x;	
	font-size: 17px;
	font-weight: bold;
	font-family: arial;
	color: #F1ECF2;
	text-decoration: none;
}



#banner_top
{
	width: 728px;
	height: 90px;
	float: left;
	margin: 10px 5px;
}


option, optgroup option
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

optgroup
{
	font-family: Verdana,Tahoma,Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}

.tbBgLight {background-color:#F7F7F7}
.minigray {font: normal 10px Verdana, Tahoma, Arial; color: gray}
.inputgroove {font: normal 11px Verdana, Tahoma, Arial; border : 1px solid silver;}
.nomargin {margin: 0 0 0 0}
.logininputmini {width:60px; font: normal 10px Tahoma, Verdana, Arial; color: gray; border:1px solid silver}
.loginsubmitmini {width:40px; font: normal 10px Tahoma, Verdana, Arial; color: gray; border:1px solid gray; background: #DDD}
.logininput {width:120px;font: normal 12px Verdana, Tahoma, Arial; border:1px solid silver}
.loginsubmit {width:30px;font: normal 11px Verdana, Tahoma, Arial;}
.contactinput {width:200px}
div.content_gray input, div.content_gray select, div.content_gray textarea { font-family: Verdana, Tahoma, Arial; border: 1px solid black; font-size: 12px; }
#submit_button { border: none; }
.sitemap_link1 { font-size:12px; color: gray; font-weight:bold; display:block; width: 130px; height: 25px; }
.sitemap_link2 { font-size:11px; color: gray; display:block; width: 130px; height: 15px; }
.w100 {width:100px}
.w120 {width:120px}
.w150 {width:150px}
.w200 {width:200px}
.w250 {width:250px}


img {
	border:none;
	}

#header_panel_container
{
	width: 100%;
	height: 24px;
	background-color: #F7F7F7;
	background-image: url(/shared/base/statics_p1/bg_dot1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	top: 0px;
	left: 0px;
}

#header_panel
{
	width: 992px;
	height: auto;
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -490px;
	text-align: right;
}
	
.page { 
	margin: 0 auto;
	width: 992px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: "arial round", arial;
	}
	
.top0 {
	height: 28px;
	width: 980;
	}	
	
.top1 {
	height: 132px;
	width: 240px;
	float:left;
	text-align:left;
	}
		
.top2_3 {
	float:left;
	width: 740px;
	height:132px;
	}
		
.top2 {
	margin-top: 10px;
	height: 102px;
	*margin-top: 0px;
	*height: 112px;
	width: 740px;
	float:left;
	text-align:right;
	
	}
		
.top3 {
	height: 20px;
	width: 740px;
	float:left;
	text-align: right;
	margin: 0px;
	padding:0px;
	border:none;
	}

.search_top {
	background: url(/shared/base/statics_p1/search_top_bg.jpg) no-repeat;
	width:147px;
	padding: 0px 11px 0px 75px;


	font-size: 9px;
}	
		
			
.menu	{
	width: 992px;
	height: 40px;
	margin-left: 1px;
	padding: 0px;
	text-align: center;
	border:0px;
	}

a.menu_link:link, a.menu_link:visited {	
	display: block;
	width: 124px;
	/*height: 40px;*/
	background-image: url(/shared/base/statics_p1/menu_button_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 16px;
	}
	
a.menu_link:hover {	
	display: block;
	width: 124px;
	/*height: 40px;*/
	background-image: url(/shared/base/statics_p1/menu_button2_bg.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 12px;
	font-weight: bold;

	color: #ECECEC;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 16px;
	}	
	
	
a.menu_link_active:link, a.menu_link_active:hover, a.menu_link_active:visited {	
	display: block;
	width: 124px;
/*	height: 40px;*/
	background-image: url(/shared/base/statics_p1/menu_button2_bg.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 12px;
	font-weight: bold;

	color: #ECECEC;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 16px;
	}	
	
	
		
.left {
	width: 190px;
	float:left;
	text-align:left;	
	}
	
.content {
	width: 596px;
	float: left;
	margin:0px;
	}		
		
.right { 
	width: 188px;
	text-align: left;
	float: left;
	}
	
	
.bottom {
	width: 100%;
	height: auto;
	float:left;
	margin-top:10px;

	/*border-bottom: 1px solid black;*/
	}	


.content_gray {
	width: 590px;
	height: auto;
	background-image: url(/shared/base/statics_p1/comp_top_bg.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	text-align:left;
	padding: 5px 0px 5px 0px;
	float:left;
	}
	
			
.newsletter {
	width: 185px;
	height: 176px;
	background-image: url(/shared/base/statics_p1/newsletter_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 2px;
	font-size: 11px;	
	text-align:left;	

	}				
		
.today {
	width: 185px;
	height: auto;
	background-image: url(/shared/base/statics_p1/today_bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 2px;
	font-size: 11px;	
	text-align:left;
	}		

.highlights {
	width: 185px;
	height: auto;
	background-image: url(/shared/base/statics_p1/highlights_bg.jpg);
	/*background-repeat: no-repeat;	*/
	font-size: 11px;
	color: #ECECEC;
	text-align:left;
	}
	
.home_comps_list {
	width: 290px; 
	margin-bottom:2px;
	margin-left:1px;
		}	
			
.home_comp_old {
	width: 318px; 
	position:relative; left:1px;
	background-color: #4D675C;
	color: #F8F8ED;
	font-size: 13px;
	font-weight: bold;
	display:block;
	padding: 21px 0px 22px 0px;
	margin-bottom:3px;
		}	

#flashcontent {
	border: 0xp none;
	/*width: 590px;
	height: 444px;*/
	float: left;
	}
	
#flashcontent_16_9 {
	/*border: solid 1px #000000;*/
	/*width: 590px;
	height: 332px;*/
	float: left;
	}
	
#flashcontent_4_3 {
	/*border: solid 1px #000000;*/
	/*width: 590px;
	height: 444px;*/
	float: left;
	}

.flashcontent_container {
	width:590px; 
	height:384px; // 464px
	float:left;
}
	
.under_the_player {
	margin-top: 5px;
	font-size: 11px;
	color: #000000;
	text-align: left;
/*	padding: 5px 8px 0px 5px;*/
	border: 1px solid gray;
	width: 588px;
	height: auto;
	background-image: url(/shared/base/statics_p1/venues_list_bg.jpg);	
	background-repeat: no-repeat;	
	font-size: 12px;
	float:left;

	}	

.video_title {
	width: 580px;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-align: right;
/*	padding-right: 8px;
	padding-top: 2px;*/
	/*background-image: url(/shared/base/statics_p1/video_title_bg.jpg);*/
	}	

.video_info
{
		float: left;
		width: 577px;
		position:relative; left: 5px;
}

.pagination {
	width: 450px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
}	
	

.content_bottom {
	width: 600px;
	text-align:center;
	}	

.professionals, .professionals:link, .professionals:hover, .professionals:visited{
	display: block;
	width: 291px;
	height: 282px;
	background-image: url(/shared/base/statics_p1/home_professionals.jpg);
	background-repeat: no-repaet;
	float:left;
	text-decoration: none;
	}
	
.comp-games {
	width: 292px;
	height: 282px;
	position:relative; left:9px; top:1px;
	background-repeat: no-repeat;
	float:left;
	}
		

	
/* newsletter + login box */	

.username_div {
	width:180px; 
	height:15px;
	font-family: 'arial round' arial; 
	color: #ECECEC;
	float:left;
	}

.username_input {
	width: 101px;
	height: 15px;
	background-image: url(/shared/base/statics_p1/input_login_bg.jpg);
	background-repeat: no-repeat;
/*	background-attachment: fixed;	*/
	border: 0px;
	font-size: 11px;
	color: #000000;
	font-family: 'arial round' arial;
	padding: 0px 4px;

	}

	
.password_div {
	width:175px;
	height:15px;

	font-family: 'arial round' arial; 
	color: #ECECEC;
	float:left;	
	}
	
		
.password_input {
	width: 101px;
	height: 15px;
	background-image: url(/shared/base/statics_p1/input_password_bg.jpg);
	background-repeat: no-repeat;
/*	background-attachment: fixed;	*/
	border: 0px;
	font-size: 11px;
	color: #000000;
	font-family:'arial round' arial;
	padding: 0px 4px;
	}


.sign_in_div {
	width:165px;
	height:15px;
	font-family: 'arial round' arial; 
	color: #ECECEC;
	text-align:right;
	float:left;
	}
	
	
.sign_in_button {
	border: none;
	width:60px;
	height:15px;
	}

.sign_up_div {
	width:175px;
	height:15px;
	font-family: 'arial round' arial; 
	color: #ECECEC;
	position:relative; top: 8px;
	float:left;
	}
	
	
.email_div {
	width:175px;
	position:relative; top:52px;
	font-family: 'arial round' arial; 
	color: #ECECEC;
	text-align:left;
	float:left;
	}
	
.email_input {
	width: 114px;
	height: 15px;

	background-image: url(/shared/base/statics_p1/input_email_bg.jpg);
	background-repeat: no-repeat;
/*	background-attachment: fixed;	*/
	border: 0px;
	font-size: 10px;
	color: #000000;
	font-family:'arial round' arial;
	padding: 0px 4px;
	}			
	
.email_submit {
	width: 58px; height: 14px;
	font-size: 10px;
	color: #003333;

background-image:url(/shared/base/statics_p1/subscribe_button_bg.jpg);
background-repeat: no-repeat;

	}
		
	
/* today */ 	
	
.today_text {
	height: auto;
	color: #303030;
	font-weight: bold;
	font-family: 'arial round' arial;
	padding: 0px 20px 0px 10px;
	}		


/* highlights */



/* competitions */

.comp_top {
	width: 593px;
	height: 100%px;
	background-image: url(/shared/base/statics_p1/comp_top_bg.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	text-align:left;
	padding: 5px 7px 5px 7px;
	}

.comp_top img {
	margin-right: 17px;
	}
	
.comp_bottom {
	width: 975px;
	height: 103px;
/*	background-image: url(/shared/base/statics_p1/comp_list_bg.jpg);*/
	background-repeat: no-repeat;
	font-weight: bold;
	color: #49809C;
	}
	
.comp_list_div {
	width: 236px;
	height: 170px;
	color: #000000;
	text-align:center;
	float:left;
	margin: 2px 3px 2px 3px;;
	/*border: 1px solid black;*/
	}
	

/* ---------  */


	
/* pro showcase  */	

.pro_showcase_bottom {
	width: 980px;
	height: 103px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #49809C;
	}

	

.videographers_list_div-nolink{
	width: 239px;
	height: 150px;
	background-color: #ffffff;
	text-align:center;
	float:left;
	margin: 2px;
	color: #000000;
	display:block;
	}	

.videographers_list_div:link, .videographers_list_div:hover, .videographers_list_div:visited{
	width: 239px;
	height: 150px;
	background-color: #ffffff;
	text-align:center;
	float:left;
	margin: 2px;
	color: #000000;
	display:block;
	}
	
.associates_list_div {
	width: 158px;
	height: 180px;
	background-color: #ffffff;
	text-align:center;
	float:left;
	margin: 2px;
	color: #000000;

	}	
	
/* catch up tv  */

.catch-up-tv_bottom {
	width: 980px;
	/*height: 103px;*/
	background-repeat: no-repeat;
	font-weight: bold;
	color: #49809C;
	}


.catch-up-tv_list_div {
	width: 240px;
	height: 170px;
	background-color:;
	text-align:center;

	margin: 2px;
	/*border: 1px solid black;*/
	}
	
.catch-up-tv_picture {
	width: 160px;
	height: 120px;
	border: 0px solid black;
	margin:auto;
	}
	
.catch-up-tv_date_type:link, .catch-up-tv_date_type:hover, .catch-up-tv_date_type:visited
{
	margin-left: 39px;
	display: block;
	height: 20px;
	font-size: 16px;
	color:#000000;
	text-align: left;
}

.catch-up-tv_video:link, .catch-up-tv_video:hover, .catch-up-tv_video:visited
{
	display: block;
	margin-top: 2px;
	/*margin-left: 39px;*/
	color:#000000;
	height:18px;
	text-align: center;
}
/* .. */


.search_input {
	width: 185px;
	height: 27px;
	padding: 8px 5px 0px 65px;
	background-image: url(/shared/base/statics_p1/search.jpg);
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
	border: 0px;
	font-size: 11px;
	color: #000000;
	font-family: 'arial round' arial;
	}
	
	
.venues_list_top_div {
	width: 570px;
	height: 130px;
	background-image: url(/shared/base/statics_p1/venues_list_bg.jpg);
	background-repeat: no-repeat;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 12px;	
	}	
	
.venues_list_div {
	width: 587px;
	height: 161px;
	background-image: url(/shared/base/statics_p1/venues_list_bg.jpg);
	background-repeat: no-repeat;	
	padding: 5px 5px;
	font-weight: bold;
	font-size: 12px;
	}		

	
.pro_title
{
	width: 570px;
	height: 40px;
	
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	text-align: center;

}

.proshowcase_content_gray 
{
	width: 590px;

	background-image: url(/shared/base/statics_p1/comp_top_bg.jpg);
	background-repeat: no-repeat;
	font-size:12px;
	/*text-align:left;*/
	/*padding: 5px 7px 5px 7px;*/
	float:left;
	}

.proshowcase_title
{
	width: 590px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	
	background-color: #99357E;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.pro_contact_info
{
	width: 570px;
	height: auto;
	/*float: right;*/
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 3px;
	/*border: 1px solid #000000;*/
	border: 0px none;
	text-align: center;
}

.proshowcase_contact_info
{
	width: 300px;
	height: 106px;
	position: relative;
	
	/*float: right;*/
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 2px 3px;
	
	border-left: 1px solid #99357E;
	border-right: 1px solid #99357E;
	border-bottom: 1px solid #99357E;
	text-align: center;
}

#proshowcase_contact_cornerL
{
	position: absolute;
	width: 17px;
	height: 17px;
	bottom: -1px;
	left: -1px;
	
	background-image: url(./pro_maininfo_cornerL.gif);
	background-repeat: no-repeat;
}

#proshowcase_contact_cornerR
{
	position: absolute;
	width: 17px;
	height: 17px;
	bottom: -1px;
	right: -1px;
	
	background-image: url(./pro_maininfo_cornerR.gif);
	background-repeat: no-repeat;
}

#proshowcase_data
{
	width: 579px;
	height: auto;
	float: left;
}

#proshowcase_text
{
	width: 281px;
	height: auto;
	float: left;
	margin: 5px auto;
	text-align: right;
}

#proshowcase_text_all
{
	width: 570px;
	height: auto;
	float: left;
	margin: 5px 10px;
	*margin: 5px 5px;
	text-align: left;
}

#proshowcase_video_images
{
	width: 298px;
	height: auto;
	float: left;
}

.proshowcase_box
{
	width: 234px;
	height: auto;
	margin: 5px auto 15px auto;
	position: relative;
	background-image: url(./box_grad.gif);
	background-repeat: repeat;
}

.proshowcase_box_LU
{
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 0px none;
	
	background-image: url(./box_LU.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.proshowcase_box_RU
{
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	right: -1px;
	border: 0px none;
	
	background-image: url(./box_RU.gif);
	background-repeat: no-repeat;
}

.proshowcase_box_LB
{
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	border: 0px none;
	
	background-image: url(./box_LB.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.proshowcase_box_RB
{
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	border: 0px none;
	
	background-image: url(./box_RB.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.proshowcase_box_title
{
	width: 234px;
	height: 17px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

.proshowcase_boxbody
{
	width: 234px;
	height: auto;
	margin: 0px auto;
}

.proshowcase_box_videos
{
	width: 160px;
	height: 120px;
	margin: 11px auto;
}

.proshowcase_box_photos
{
	width: 140px;
	height: auto;
	/*height: 93px;*/
	margin: 11px auto;
}

.proshowcase_box_photos img, .proshowcase_box_videos img
{
	border: 1px solid black;
}
.user_videos_line
{
	width: 570px;
	height: 130px;
}

.user_photos_line
{
	width: 570px;
	height: 130px;
}

.pro_user_video0
{
	width: 160px;
	height: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 32px;
	margin-right: 0px;
	float: left;
}


.pro_user_video1
{
	width: 160px;
	height: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 32px;
	float: right;
}

.pro_user_photo0
{
	width: 160px;
	height: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 64px;
	margin-right: 0px;
	float: left;
}


.pro_user_photo1
{
	width: 160px;
	height: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 64px;
	float: right;
}

/*
a.ball {
	background-image: url(/shared/base/statics_p1/ball_bg.jpg);
	background-repeat: no-repeat;
	width: 21px;
	height: 25px;
	color: #FFFFFF;
	padding-left: 16px;
	padding-top: 8px;
	display:block;
	text-decoration:none;
	}
*/	
a.ball {
	background-image: url(/shared/base/statics_p1/ball_bg.jpg);
	background-repeat: no-repeat;
	width: 37px;
	color: #ECECEC;
	padding-top: 8px;
	padding-bottom: 8px;
	display:block;
	text-decoration:none;
	text-align: center;
	}

a:hover.ball {
	background-image: url(/shared/base/statics_p1/ball_bg.jpg);
	background-repeat: no-repeat;
	width: 37px;
	color: #EBF039;
	padding-top: 8px;
	padding-bottom: 8px;
	display:block;
	text-decoration:none;
	}
		
/* videos */		

.gray_button_small, .gray_button_small:link, .gray_button_small:active, .gray_button_small:hover, .gray_button_small:visited, .gray_button_small:active {
	display: block;
	width: 118px;
	height: 23px;
	background-image: url(/shared/base/statics_p1/gray_button_small_bg.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	margin-top: 5px;
	}
	
.gray_button_big {
	display: block;
	width: 185px;
	height: 37px;
	background-image: url(/shared/base/statics_p1/gray_button_big_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;	
	padding-top: 6px;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	margin-top: 5px;
	}	
	
.videos_list_container {
	float:left; 
	border:1px solid gray; 
	width: 588px;	
}

.videos_list_div {
	width: 780px; /* 587px */
	height: 161px;
	background-image: url(/shared/base/statics_p1/venues_list_bga.jpg);
	background-repeat: no-repeat;	
	/*padding: 5px 5px;*/
	font-weight: ;
	font-size: 11px;
	text-align: left;

	}	

/* tv listings */

.prog_time {background: #f6f6f6; font: bold 11px Verdana, Tahoma, Arial; width: 50px; text-align:right}
.prog_title {background: #f6f6f6; font: normal 11px Verdana, Tahoma, Arial;}
.prog1_time {background: #fff; font: bold 11px Verdana, Tahoma, Arial; width: 50px; text-align:right}
.prog1_title {background: #fff; font: normal 11px Verdana, Tahoma, Arial;}

	
	
	
/*  */
.minigray {font: normal 10px Verdana, Tahoma, Arial; color: gray}


.highlights_link {
	color: #ECECEC;
	text-decoration:none;
	}
	
a:hover.highlights_link {
	color: #ECECEC;
	text-decoration:underline;
	}	
	
.today_link {
	color: #303030;
	text-decoration:none;
	}
	
a:hover.today_link {
	color: #303030;
	text-decoration:underline;
	}	
	
.long_title {
	width: 980px;
/*	height: 32px;*/
	padding-top: 7px;
	padding-bottom: 10px;
	background-image: url(/shared/base/statics_p1/long_title_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #ECECEC;
	text-align: center;
	font-weight:bold;
	margin-bottom: 7px;
	margin-top: 5px;
	position: relative; left: -4px;
	}

.long_title_red {
	width: 980px;
/*	height: 32px;*/
	padding-top: 7px;
	padding-bottom: 10px;
	background-image: url(/shared/base/statics_p1/long_title_red_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #ECECEC;
	text-align: center;
	font-weight:bold;
	margin-bottom: 7px;
	margin-top: 5px;
	}
	
	
	
.medium_title {
	width: 580px;
/*	height: 32px;*/
	padding-top: 7px;
	padding-bottom: 10px;
	background-image: url(/shared/base/statics_p1/medium_title_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	color: #ECECEC;
	text-align: center;
	font-weight:bold;
	margin-bottom: 7px;
	margin-top: 5px;

	}
	
		
.title {
	font-size: 21px;
	color: #455664;
	}		
	
.title3 {
	font-size: 15px;
	color: #455664;
	font-weight: bold;
}

.title_list {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}
			
table {
	font-size: 12px;
	}		

.button_gray_bg, .button_gray_bg:hover, .button_gray_bg:link, .button_gray_bg:visited, .button_gray_bg:active { background-image:url(/shared/base/statics_p1/button_gray_bg.jpg); display:block; width:128px;  text-align:center; color: #ECECEC; font-size:11px; padding-top:3px; padding-bottom:10px; background-repeat: no-repeat; text-decoration:none; }

.button_gray_small_bg, .button_gray_small_bg:hover, .button_gray_small_bg:link, .button_gray_small_bg:visited, .button_gray_small_bg:active { background-image:url(/shared/base/statics_p1/button_gray_small_bg.jpg); display:block; width:80px;  text-align:center; color: #ECECEC; font-size:11px; padding-top:4px; padding-bottom:9px; background-repeat: no-repeat; text-decoration:none; }
		
		
		
		

/* BUTTONS left and right */


.button1normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/white_button_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}
	
	
a:hover.button1normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button1_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}	

.button1anormal {
	display: block;
	width: 185px;
	padding-bottom:14px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/white_button_bga.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	text-align: center;
	vertical-align: middle;
	}
	


a:hover.button1anormal {
	display: block;
	width: 185px;
	padding-bottom:14px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button1_bga.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	vertical-align: middle;
	}	

	
a.button1abold, a.button1abold:hover, a.button1abold:link, a.button1abold:visited {
	display: block;
	width: 185px;
	padding-bottom:14px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button1_bga.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	vertical-align: middle;
	}	
	
	
.button2normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;	
	background-image: url(/shared/base/statics_p1/white_button_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}

a:hover.button2normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;	
	background-image: url(/shared/base/statics_p1/button2_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}	

	
.button3normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;	
	background-image: url(/shared/base/statics_p1/white_button_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}

a:hover.button3normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;	
	background-image: url(/shared/base/statics_p1/button3_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}	
	
	
	
.button4normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;	
	background-image: url(/shared/base/statics_p1/white_button_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}

a:hover.button4normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;	
	background-image: url(/shared/base/statics_p1/button4_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;

	}	
	
	
.button5normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;	
	background-image: url(/shared/base/statics_p1/white_button_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}

a:hover.button5normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button5_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}	
	
	
.button6normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/white_button_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}

a:hover.button6normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button6_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}	
	
	
.button7normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/white_button_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}

a:hover.button7normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button7_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}	
	
	
.button8normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/white_button_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}

a:hover.button8normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button8_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}	

	
a.button1bold, a.button1bold:hover, a.button1bold:link, a.button1bold:visited {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button1_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}		

	
a.button2bold, a.button2bold:hover, a.button2bold:link, a.button2bold:visited {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button2_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}		

	
a.button3bold, a.button3bold:hover, a.button3bold:link, a.button3bold:visited {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button3_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}		

	
a.button4bold, a.button4bold:hover, a.button4bold:link, a.button4bold:visited {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button4_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}		

	
a.button5bold, a.button5bold:hover, a.button5bold:link, a.button5bold:visited{
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button5_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}		

	
a.button6bold, a.button6bold:hover, a.button6bold:link, a.button6bold:visited {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button6_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}		

	
a.button7bold, a.button7bold:hover, a.button7bold:link, a.button7bold:visited {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button7_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}		

	
a.button8bold, a.button8bold:hover, a.button8bold:link, a.button8bold:visited {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 10px;
	background-image: url(/shared/base/statics_p1/button8_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}		

	
.button9normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 3px;
	background-image: url(/shared/base/statics_p1/white_button_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}
	
a:hover.button9normal {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 3px;
	background-image: url(/shared/base/statics_p1/button1_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}	


a.button9bold, a.button9bold:hover, a.button9bold:link, a.button9bold:visited {
	display: block;
	width: 185px;
	padding-bottom:16px;
	padding-top: 3px;
	background-image: url(/shared/base/statics_p1/button1_bg.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	}		
	
	
	
	
	
	
.region1 {
	display: block;
	width: 142px;
	padding-bottom:36px;
	padding-top: 31px;
	background-image: url(/shared/base/statics_p1/region1_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	float:left;	
	}	
	
.region2 {
	display: block;
	width: 142px;
	padding-bottom:36px;
	padding-top: 31px;
	background-image: url(/shared/base/statics_p1/region2_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	float:left;
	}	
	

.region3 {
	display: block;
	width: 142px;
	padding-bottom:36px;
	padding-top: 31px;
	background-image: url(/shared/base/statics_p1/region3_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	float:left;	
	}	
	
.region4 {
	display: block;
	width: 142px;
	padding-bottom:36px;
	padding-top: 31px;
	background-image: url(/shared/base/statics_p1/region4_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	float:left;		

	}	
	
.region5 {
	display: block;
	width: 142px;
	padding-bottom:36px;
	padding-top: 31px;
	background-image: url(/shared/base/statics_p1/region5_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	float:left;		
	}	
	
.region6 {
	display: block;
	width: 142px;
	padding-bottom:36px;
	padding-top: 31px;
	background-image: url(/shared/base/statics_p1/region6_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	float:left;		
	}	
	
.region7 {
	display: block;
	width: 142px;
	padding-bottom:36px;
	padding-top: 31px;
	background-image: url(/shared/base/statics_p1/region7_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	float:left;		
	}	
	
.region8 {
	display: block;
	width: 142px;
	padding-bottom:36px;
	padding-top: 31px;
	background-image: url(/shared/base/statics_p1/region8_bg.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	margin:0px;
	text-align: center;
	float:left;		
	}	
	
																
	

	
	
/* TOP 10 VIDEOS */
#left_top10_container
{
	width:183px;
	border: 0px solid gray;
	float:left;
	margin-top:5px;
}

span#top10_title
{
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

ol#top_10_videos
{
	display: block;
	padding: 0px;
	margin-left: 32px;
}

ol#top_10_videos li
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

/* LATEST VIDEOS */
#left_latest_container
{
	
}

span#latest_title
{
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

ol#latest_videos
{
	display: block;
	padding: 0px;
	margin-left: 32px;
}

ol#latest_videos li
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

.video_rating_title
{
	display: block;
	height: 16px;
	float: left;
	margin-right: 2px;
}

.video_rating_static
{
	width: 80px;
	height: 16px;
	float: left;
	padding: 0px;
	margin: 0px;
	
}

#rating_info {
	float:left;
	width: 70px;
	height: 16px;
	margin-right: 5px;
}

.video_rating_dynamic
{
	width: 80px;
	height: 16px;
	float: left;
	padding: 0px;
	margin: 0px;
	
}

.video_heart_on
{
	width: 11px;
	height: 16px;
	margin: 0px 2px;
	float: left;
	background-image: url(./ratings/h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;
}

.video_heart_off
{
	width: 11px;
	height: 16px;
	margin: 0px 2px;
	float: left;
	background-image: url(./ratings/h0.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px;	
}

#town_container
{
	width: 580px;
	height: 25px;
}

#town_select_info
{
	width: 100px;
	height: auto;
	margin: 5px 0px;
	float: right;
	font-weight: bold;
}

#town_select
{
	display: block;
	width: 185px;
	height: auto;
	margin: 2px 0px;
	float: right;
	border: 1px solid #000000;
}
.message_green
{
	border: 1px solid #5CAF57;
	background-color: #A4FF9F;
	color: #5CAF57;
	font-weight: bold;
	padding: 5px 0px;
	margin: 5px 5px;
}

.message_red
{
	border: 1px solid #FF1F1F;
	background-color: #FFDFDF;
	color: #FF1F1F;
	font-weight: bold;
	padding: 5px 0px;
	margin: 5px 5px;
}

.show_online_over
{
	font-weight: bold;
	color: red;
}


.content-bottom-box
{
	float:left; 
	width:590px; heigth:auto; border:1px solid gray; 
	position:relative; top:7px;
}

.content-text 
{	
	font-size: 12px;
	height:auto;
	width: 577px;
	text-align: left;
	/*border: 1px solid gray;*/
	float:left;
	position: relative; top:2px; left:6px;
}