@charset "UTF-8";
/* CSS Document */

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #fff;
	background-color:#000;
	background-image:url('/images/template/HBO_Front_.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	
	
}

a {
	color:#FFFFFF;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	/* text-decoration: underline; */
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

input {
	margin:6px;
	font-size:.9em;
	}


/*****************************************/
/*** major template specific layout elements ***/
/*****************************************/


#wrapper {
	position:relative;
	border:none 1px #ff0000;
	width:990px;
	height:760px;
	}
#logo_banner{
	position:relative;
	top:0px;
	width:990px;
	height:96px;
	left:0px;
	background-image:url('/images/home/hbo_header.png');
	background-position:1px top;
	background-repeat:no-repeat;
	border:none #00ff00 1px;
}	

#intro_headline{
	position:relative;
	top:0px;
	width:990px;
	height:33px;
	left:10px;
	background-image:url('/images/home/hbo_headline_header.png');
	background-position:-10px 2px;
	background-repeat:no-repeat;
	border:none #ff0000 1px;
	color:#ffffff;
	font-size:1.1em;
	line-height:1.5;
	text-align:left;
	padding-bottom:24px;
	
}

#wrapper_viewer {
	position:relative;
	top: 2px;
	left: 0px;
	border: none 1px #00ff00;
	width:630px;
	float:left;

}

#white_border {
	width:586px; 
	height:362px; 
	border:1px solid #524f4f;
}


#screen {
	position:relative;
	width:600px;
	height:315px;
	left:10px;
	background-color:#000;
	/* border:solid 1px #FFFFFF; */

}


#info {
	
}

#info_menu{
	position:inherit;
	width:inherit;
	height:33px;
	border:none #ff0000 1px;
	background-image:url('/images/template/hbo_video_info_menu.png');
	background-position:left -1px;
	background-repeat:no-repeat;
}

#info_menu a{
	float:left;
	cursor:pointer;
}

#info_menu a:hover{
	background-position:center -37px;
}

#info_menu a.showingInfo{
	background-position:center -3px;
}


#less_info:hover{
	color:#FFFFFF;
}

#more_info:hover{
	color:#FFFFFF;
}


#less_info {
	display:none;
	padding-top:10px;
	color:#666666;
	text-decoration:underline;
	cursor:pointer;
	text-transform:uppercase;
	font-size:.8em;
	}
	
#more_info {
	display:block;
	padding-top:14px;
	color:#666666;
	text-decoration:underline;
	cursor:pointer;
	text-transform:uppercase;
	font-size:.8em;
}




#info_this_video {
	position:relative;
	top:12px;
	padding-left:24px;
	width:46px;
	height:19px;
	float:left;
	background-image:url('/images/info_tabs/info_menu_tabs_info.png');
	background-position:center -20px;
	background-repeat:no-repeat;
	}
	
#rate_this_video {
	position:relative;
	top:12px;
	width:110px;
	height:19px;
	float:left;
	background-image:url('/images/info_tabs/info_menu_tabs_rate.png');
	background-position:center -20px;
	background-repeat:no-repeat;
	}

	
#share_this_video {
	position:relative;
	top:12px;
	width:60px;
	height:19px;
	float:left;
	background-image:url('/images/info_tabs/info_menu_tabs_share.png');
	background-position:center -20px;
	background-repeat:no-repeat;
	}
	
#upload_your_video {
	position:relative;
	top:12px;
	left:246px;
	width:121px;
	height:19px;
	border:solid 1px #666666;
	background-image:url('/images/info_tabs/info_menu_tabs_upload.png');
	background-position:center -20px;
	background-repeat:no-repeat;
	}
	
#upload_your_video a {
	border:solid 1px #00ff00;
	}



#video_info{
	position:relative;
	width:inherit;
	border:none #0000ff 1px;
	background-image:url('/images/home/info_panel_bg.png');
	background-position:3px top;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:42px;
	padding-top:28px;
	margin-bottom:6px;
}


/*################ video detail page #####################*/

#video_title {
	font-size:1.8em;
	line-height:1.1em;
	width:380px;
	overflow:hidden;
	text-transform:uppercase;
	float:left;
}

#video_stats {
	display:none;
	padding-top:12px;
	font-size:.8em;
	text-transform:uppercase;
	color:#cccccc;
}

#video_description {
	display:none;
	padding-top:8px;
	font-size:.8em;
	color:#aaaaaa;
	line-height:.9em;
	width:540px;
	overflow:hidden;
}

#video_rating {
	position:relative;
	top:0px;
	float:right;
	padding-right:60px;
}


#call_to_action {
	position:inherit;
	width:inherit;
	height: 200px;
	border:none #0000ff 1px;
	font-size:.8em;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:20px;
	color:#eeeeee;
	text-align:left;
	background-image:url('/images/home/hbo_video_call2action_2.png');
	background-position:23px top;
	background-repeat:no-repeat;
}

/* side menu #####################*/

#video_side_menu {
	position:relative;
	width:300px;
	height:660px;
	background-image:url('/images/home/hbo_side_menu_bg.png');
	background-position:left top;
	background-repeat:no-repeat;
	border:none #ff00ff 1px;
	margin-right:20px;
	float:right;
}


#videos{
	position:relative;
	top:0px;
	width:290px;
	height:582px; 
	overflow:auto;
	margin-top:10px;
	background-image:url('/images/template/hbo_side_menu_videos_.png');
	background-color:#000000;
	background-position:left top;
	background-repeat:repeat-y;
	border:none #ffcc00 1px;
	text-align:left;
}

.rating_UI_Star_Bar {
	clear:both;
	border:solid 1px #ff0000;
	}

.starRatingImg {
	width:14px;
	height:14px;
	border:0px;
	float:left;
	}
	
#video_rating img {
	padding-left:12px;
	}

/* chips! ####################*/

.video_chips{
	position:relative;
	padding:12px;
	padding-bottom:18px;
	width:238px;
	border:none 1px #ff0000;
	background-image:url('/images/home/hbo_dottedborder.png');
	background-position:10px bottom;
	background-repeat:no-repeat;
	cursor:pointer;
	overflow:hidden;
	
}

.clear_line {
	clear:both;
	}

.video_chips_image {
	border:none;
	padding-right:18px;
	float:left;
}

.video_chips_title{
	color:#eeeeee;
	padding-top:2px;
	font-size:.9em;
	text-transform:uppercase;
	width:98px;
	float:left;
	
	
}

.video_chips_subtitle{
	padding-top:1px;
	color:#aaaaaa;
	font-size:.8em;
	text-transform:uppercase;
	width:98px;
	float:left;
	
}

.video_chips_rating{
	padding-top:1px;
	width:98px;
	color:#ff0000;
	font-size:1em;
	border:none 1px #ff0000;
	float:left;
	
}

/* chips tab! ####################*/

#video_list_tabs {
	position:relative;
	top:2px;
	width:290px;
	height:38px;
	background-image:url('/images/video_tabs/video_tabs_border_arrows2.png');
	background-position:-274px 23px;
	background-repeat:no-repeat;
	border:none #ff00ff 1px;
	margin:0px; 
	padding:0px;   
 }
 
#video_list_tabs a{
	float:left;
	border:none 1px #ff0000;
	cursor:pointer;
}

#video_list_tabs a.showing{
	background-position:center 2px;
}


#video_list_tabs a:hover{
	background-position:center -43px;
}

a.video_list_tabs_ie:hover{
	background-position:center -43px;
}
/* tabs - individual tab art... */

#all_videos {
	background-image:url('/images/video_tabs/videos_tabs_all.png');
	background-position:center -20px;
	background-repeat:no-repeat;
	display:block;
	width:30px;
	padding-left:10px;
	height:25px;
}

#latest_videos {
	background-image:url('/images/video_tabs/videos_tabs_latest.png');
	background-position:center -20px;
	background-repeat:no-repeat;
	display:block;
	width:52px;
	height:25px;
}

#toprated_videos {
	background-image:url('/images/video_tabs/videos_tabs_toprated.png');
	background-position:center -20px;
	background-repeat:no-repeat;
	display:block;
	width:76px;
	height:25px;
}

#featured_videos {
	background-image:url('/images/video_tabs/videos_tabs_featured_ORIGINAL.png');
	background-position:center -20px;
	background-repeat:no-repeat;
	display:block;
	width:110px;
	height:25px;
}


/*  rating UI ****************/


#video_rating_ui {
	display:none; /* init as invisible */
	position:inherit;
	width:600px;
	height:102px;
	border:none #0000ff 1px;
	background-image:url('/images/ratingUI/template_form.png');
	background-position:13px top;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:42px;
	padding-top:28px;
	padding-bottom:20px;
	
}

#video_rating_title {
	font-size:1.8em;
	padding-top:4px;
	text-transform:uppercase;
	float:left;
}


#rating_UI_Bar {
	position:relative;
	top:2px;
	left:120px;
	clear:both;
}

.bigStarRatingImg_OFF {
	height:50px;
	width:50px;
	padding-right:10px;
	background-image:url('/images/ratingUI/big_star.png');
	background-position:center bottom;
	background-repeat:no-repeat;
}

.bigStarRatingImg_OVR {
	height:50px;
	width:50px;
	background-image:url('/images/ratingUI/big_star.png');
	background-position:center center;
	background-repeat:no-repeat;
}


.bigStarRatingImg_ON {
	height:50px;
	width:50px;
	background-image:url('/images/ratingUI/big_star.png');
	background-position:center top;
	background-repeat:no-repeat;
}

#starMSGs {
	position:relative;
    top:27px;
    left:122px;
	width:275px;
	font-size:.9em;
	color:#eeeeee;
	text-transform:uppercase;
	text-align:center;
    clear:both;	
}


/*end ratings UI *********/
 
#rating_UI_Bar a{
	float:left;
	border:none 1px #ff0000;
	cursor:pointer;
}

#rating_UI_Bar a.showing{
	background-position:center 2px;
}


#rating_UI_Bar a:hover{
	background-position:center -51px;
}

#video_upload_ui {
	display:none; /* init as invisible */
	position:inherit;
	width:600px;
	height:360px;
	border:none #0000ff 1px;
	background-image:url('/images/uploadUI/upload_template.png');
	background-position:26px top;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:30px;
	padding-top:14px;
	padding-bottom:8px;
	
}

/* form elements ***********/


#formEntryCol {
	position:relative;
	width:280px;
	height:400px;
	float:left;
}
	
#uploadInstructions {
	position:relative;
	width:260px;
	float:left;
	padding-left:32px;
	padding-top:14px;
	text-align:left;
	font-size:1.1em;
}

#video_sharing_ui {
	display:none; /* init as invisible */
	position:inherit;
	width:600px;
	height:142px;
	border:none #0000ff 1px;
	background-image:url('/images/sharingUI/sharing_form.png');
	background-position:23px top;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:42px;
	padding-top:28px;
	padding-bottom:20px;
	
}

#share_url {
	margin:4px;
	font-size:.9em;
	width:520px;
	margin-bottom:14px;
	}
#embed_url {
	margin:4px;
	font-size:.9em;
	width:520px;
	margin-bottom:14px;
	}
	
/*  progress bar ************

#upload_progress_bar {
	display:none;
	position:relative;
	width:500px;
	height:200px;
	}
	
#upload_progress_bar_groove {
	border-top:dotted #555555 2px;
	position:absolute;
	top:40px;
	left:76px;
	width:400px;
	height:40px;
	background-color:#000;
	}
	
#upload_progress_bar_arrow {
	position:relative;
	top:0px;
	left:0px;
	width:400px;
	height:40px;
	background-image:url('/images/uploadUI/upload_progress_arrow.png');
	background-position:100px top;
	background-repeat:no-repeat;
	}
#upload_label {
	position:absolute;
	top:12px;
	left:100px;
}

.showingUploader {
	height:200px;
}
*/
.video_chips_nextPage {
	position:absolute;
	left:6px;
	width:260px;
	height:42px;
	background-image:url('/images/video_tabs/next_20videos_btn.png');
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}


.video_chips_prevPage {
	position:relative;
	left:6px;
	width:260px;
	height:42px;
	background-image:url('/images/video_tabs/prev_20videos_btn.png');
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}

a.video_chips_prevPage:hover {
	background-position:left -40px;
	}
	
a.video_chips_nextPage:hover {
	background-position:left -40px;
	}	



#referring_url_link {
	position:absolute;
	top:0px;
	right:20px;
	width:372px;
	height:42px;
	cursor:pointer;
	background-image:url('/images/home/hbo_header_logo_hilite.png');
	background-position:0px 380px;
	background-repeat:no-repeat;
	}
#referring_url_link:hover{	
	background-position:1px 0px;
	}

#legal_bar {
	position:relative;
	padding-right:24px;
	text-align:right;
	float:right;
	}
	
.legalFooter {
	font-size:.6em;
	color:#666666;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	padding-left:8px;
}

a.legalFooter:hover {
	color:#888888;
	}
	
#noflashmessage {
	position:absolute;
	top:100px;
	left:136px;
	width:300px;
	height:200px;
	text-align:center;
	text_transform:uppercase;
	font-size:.8em;
	color:#555555;
}
#noflashmessage a {
	color:#888888;
	cursor:pointer;
	}
	