﻿@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold&subset=latin);

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

/* CSS Brunico Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/* vertical-align: baseline;*/
}

html {
	background-color: #2b2b2b; 
	background-image: url(images/mainbg.gif);
}

body{
	background: #e9e9e9;
	margin:0;
	padding: 0;
	/*font-family: Arial, tahoma, sans-serif;font-size:12px;*/
	font: 1em Helvetica, Arial, sans-serif;	
	color: #3e3e3e;
}

body#home{
	background: url(images/mainBG.gif) repeat-x 0 0;
	margin:0;
	padding: 0;
	font-family: Arial, tahoma, sans-serif;
	font-size:12px;
	color: #3e3e3e;
}

.show {display: block; }
.hide {display: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

img { border: 0; /* removes border in case images have anchor around them */ }



/* LINKS */
a { COLOR: #e65f0d; TEXT-DECORATION: none; }
a:active { COLOR: #e65f0d; TEXT-DECORATION: none; }
a:hover { COLOR: #e65f0d; TEXT-DECORATION: underline; }

/* Corners */
.round_7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.round_top_7 {
	-moz-border-radius-topright: 7px;	
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
}
.round_bottom_7 {
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
}


#container { background: url(images/headerBG.gif) repeat-x 0 0; }

#home #container { background: url(images/headerBGHome.gif) repeat-x 0 0; }

/* Header
-----------------------------------------------------------------------------*/
/*#headerWrap { height: 160px; background: url(images/headerBGMiddle.gif) no-repeat 50% 0;} */


#header {
	width: 990px;
	margin: 0 auto;
	height: 160px;
	background: url(images/headerBGMiddle.gif) no-repeat 0 0;
}

#home #header {
	width: 990px;
	margin: 0 auto;
	height: 475px;
	background: url(images/headerBGMiddleHome.gif) no-repeat 0 0;
}

#logoBG{
	float:left;
 	width:196px;
	height:131px;
	margin-left: 20px;
	background: #e9e9e9;
 }
 
#logo {float: left; width: 176px; height: 61px;}
#logo a {display: block; margin: 19px 0 0 8px; width: 176px; height: 71px; background: url(images/logo.png) top left no-repeat;}
 

#nav{ 
	width: 990px;
	height: 47px;
	/*background: url(images/navBar.gif) repeat-x; */
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	position: absolute;
	top: 52px;
}

#navigation { margin-left: 300px; }

#navigation li {
	display: inline;
	padding:0;
	margin:0 20px;
	float: left;
}

#navigation li a {
	color: #ffffff;
	display: block;
	padding: 12px 0px;
	text-decoration: none;
	height: 47px;
	float: left;
}
#navigation li a:hover, #navigation li a.current {
	color: #eb9127;
	text-decoration: none;
}

.navDiv{
	background:url(images/navdiv.gif) no-repeat;
	margin: -3px 0px 0 0px;
	float: left;
}


#loginBG {
	background: #1f1f1f;
	float: right;
	height: 21px;
	margin-right: 27px;
	padding: 8px 10px 0 10px;
	position: relative;
	text-align: left;
	font-family: Arial, tahoma, sans-serif;
	color: #ffffff;
	font-size:14px;
}



/* Main Content */
#content_wrap {
	position: relative;
	/*background: #e9e9e9 url(images/fff_pixel.gif) repeat-x 0 0; */
	margin: 0 auto;
	
}

#content {
	position: relative;
	width: 990px;
	margin: 0 auto;
	
}

#home #content {
	position: relative;
	width: 904px;
	margin: 0 auto;
}

#main {
	background: #fff;
	border: 1px solid #bcbcbc;
	float: left;
	margin-top: 30px;
	padding: 30px;
	width: 930px;
	position: relative;
	min-height: 400px;
}

#col1{
	float: left;
	text-align: left;
	width: 200px;
	margin-top: 31px;
}

#playlistsBG, #teamBG{
	background: #f4f4ee;
	border: 1px solid #d7d7d4;
	padding: 10px 15px 10px 15px;
	width: 168px;
	position: relative;
	min-height: 150px;
	margin: 0 0 25px 0;
}
#librariesBG{
	background: #f4f4ee;
	border: 1px solid #d7d7d4;
	padding: 10px 15px 10px 15px;
	width: 168px;
	position: relative;
	min-height: 75px;
	margin: 0 0 25px 0;
}
#directoryBG{
	background: #f4f4ee;
	border: 1px solid #d7d7d4;
	padding: 10px 15px 10px 15px;
	width: 168px;
	position: relative;
	min-height: 200px;
	margin: 0 0 25px 0;
}
#col2{
	float: left;
	text-align: left;
	width: 500px;
	margin: 0 15px 0 15px;
	
}

.tabBoxBG{
	background: #f4f4ee;
	border: 1px solid #d7d7d4;
	padding: 15px 20px 15px 20px;
	width: 458px;
	position: relative;
	min-height: 100px;
	margin: 5px 0 15px 0;
}

#col3{
	float: right;
	text-align: left;
	width: 200px;
	margin-top: 31px;
}

#vidplayer{
	background: #000000;
	width: 500px;
	position: relative;
	height: 375px;
	margin: 9px 0 10px 0;
}


/* Buttons */

#playlistButton {
	/*background-image: url(images/buttons/playlist_button.gif); */
	height: 22px;
	width: 127px;
	float: left;
}

#screenButton1 {
	/*background-image: url(images/buttons/invite_screen_button.gif); */
	height: 22px;
	width: 127px;
	margin-bottom:6px;
}

#screenButton2 {
	/*background-image: url(images/buttons/invite_screen_button.gif); */
	height: 22px;
	width: 127px;
	float: right;
}

#watchButton {
	/*background-image: url(images/buttons/watch_live_button.gif); */
	height: 22px;
	width: 149px;
	margin-bottom:6px;
}

#tab_menu { float: left; margin-top: 15px; }
#tab_menu a { display: block; height: 28px; float: left; }
#tab_menu a#tab_synopsis { width: 82px; background: url('images/buttons/tabs.gif') 0 0 no-repeat; }
#tab_menu a#tab_credits { width: 68px; background: url('images/buttons/tabs.gif') -82px 0 no-repeat; }
#tab_menu a#tab_rights { width: 66px; background: url('images/buttons/tabs.gif') -151px 0 no-repeat; }
#tab_menu a#tab_history { width: 124px; background: url('images/buttons/tabs.gif') -216px 0 no-repeat; }
#tab_menu a#tab_playlists { width: 74px; background: url('images/buttons/tabs.gif') -343px 0 no-repeat; }
#tab_menu a#tab_notes { width: 83px; background: url('images/buttons/tabs.gif') -417px 0 no-repeat; }

#tab_menu a#tab_synopsis:hover, #tab_menu a#tab_synopsis.active  { width: 82px; background: url('images/buttons/tabs.gif') 0 -30px no-repeat; }
#tab_menu a#tab_credits:hover, #tab_menu a#tab_credits.active { width: 68px; background: url('images/buttons/tabs.gif') -82px -30px no-repeat; }
#tab_menu a#tab_rights:hover, #tab_menu a#tab_rights.active { width: 66px; background: url('images/buttons/tabs.gif') -151px -30px no-repeat; }
#tab_menu a#tab_history:hover, #tab_menu a#tab_history.active { width: 124px; background: url('images/buttons/tabs.gif') -216px -30px no-repeat; }
#tab_menu a#tab_playlists:hover, #tab_menu a#tab_playlists.active { width: 74px; background: url('images/buttons/tabs.gif') -343px -30px no-repeat; }
#tab_menu a#tab_notes:hover, #tab_menu a#tab_notes.active { width: 83px; background: url('images/buttons/tabs.gif') -417px -30px no-repeat; }

/* Column titles */
h1.swap {
  height:29px;
  background-repeat:no-repeat;
  }

h1#t-libraries {background-image:url("images/titles/library_head.gif"); padding: 0;}
h1#t-playlists {background-image:url("images/titles/playlists_head.gif"); padding: 0;}
h1#t-team {background-image:url("images/titles/team_head.gif"); padding: 0;}
h1#t-directory {background-image:url("images/titles/contacts_header.gif"); padding: 0;}

/* Column titles for program search page*/
h1#t-currentResults {background-image:url("images/titles/currentResults_head.gif"); padding: 0;}
h1#t-savedFilters {background-image:url("images/titles/saved_searches_head.gif"); padding: 0;}
h1#t-defaultFilters {background-image:url("images/titles/search_head.gif"); padding: 0;}
h1#t-advancedFilters {background-image:url("images/titles/advancedFilters_head.gif"); padding: 0;}
h1.t-playlistsPS {background-image:url("images/titles/playlists_head.gif"); padding: 0;}
 


.vidTitle {
	font-family: arial, tahoma, sans-serif; font-weight: bold; font-size: 20px; color: #3e3e3e;
}


/* Banner */

#banner_bottom{
	background: #dcdcdc;
	border: 1px solid #d7d7d4;
	padding: 15px 30px 15px 30px;
	width: 870px;
	position: relative;
	height: 40px;
	margin: 30px 0 30px 0;
	font-size: 14px;
	font-weight: bold;	
}


/* Footer
-----------------------------------------------------------------------------*/

#footer_wrap {
	position: relative;
	background: url(images/mainBG.gif) repeat 0 0;
	padding: 0 10px;
	margin-top: 30px;
}

#footer {
	position: relative;
	width: 830px;
	height: 150px;
	margin: 0 auto;
	padding: 50px 30px 50px 30px;	
}

#footer .footerText { font-family: arial; font-size: 13px; color: #6F6F6F; float:left; margin-right: 20px; padding:10px 15px; width: 157px; height: 70px; border-top: 1px solid #404040; }
#footer a {font-family: arial, helvetica, sans-serif; color: #6F6F6F; text-decoration: none; display: block;}
#footer a:hover {color: #999; text-decoration:none;}
#footer .copyright { font-family: arial; font-size: 13px; color: #6F6F6F; margin: 0 auto; width: 100%; text-align:center; border-top: 1px solid #404040; padding-top:20px;}
#footer .footerHeader 
{
    color: #999;
    margin-bottom:5px;
 }


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #999999;
}

input[type="text"], textarea, input[type="password"]
{
    padding: 7px;
    font: normal 13px 'Lucida Grande',Helvetica,Arial,sans-serif;
    line-height: normal;
    color: #222222;
    background:url(images/input_bg.png) top left repeat-x #f7fcff;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0pt;
    margin:0;
    border: solid 1px #bbbbbb;
}

input[type="text"], input[type="password"]
{
    width: 480px;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 28px;
    border: solid 1px #97b5d2;
    background:url(images/input_bg.png) top left repeat-x #f7fcff;
    color: #25313c;
}

input[type="text"]:focus, input[type="password"]:focus 
{
    background-color: #f9f8e4;
}

label
{
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 18px;
    color: #657788;
    display: block;
    margin-bottom: 5px;
}

input[type="submit"], input[type="button"]
{
    padding: 5px 10px;
    font-weight: bold;
    font-size: 1.1em;
    background-color: transparent;
    background-image: url(images/down.jpg);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: 0% 0%;
}


/* Errors */
.validation-summary-errors 
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-errors li
{
    list-style-type: circle;
    margin-left: 40px;
}

/* Search */
.searchWrap {
	margin: 9px 30px 0 0;
	font:14px arial, helvetica, sans-serif;
	float: right;
}

.searchWrap input {
	float:left;
	background: #ffffff;
	border:1px solid #676767;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 10px;
	padding-top: 4px;
	padding-right: 25px;
	height: 17px;
	font-size: 100%;
	color: #8e8e8e;
	width: 208px;
	margin-left: 6px;
}


.search_button {
	border: none;
	float: left;
	background: url(images/searchSubmit.gif) no-repeat;
	width: 18px;
	height: 19px;
	margin-top: 3px;
	margin-left: -24px;
	color: #fff;
	cursor: pointer;
	padding:0;
}


p, li
{
    margin-bottom: 1em;
    font-size: 0.9em;
    font-family: Verdana,Sans-Serif;
}

h2
{
  margin-bottom: 10px;
  font-family: 'Droid Sans', Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 200;
  text-shadow: 2px 2px 2px #ddd;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.04em;
  word-spacing: 0em;
  line-height: 1em;
}

/* Home page */
#home #main {
	background: url(images/containerHome.jpg) no-repeat;
	border: 0 solid #bcbcbc;
	float: left;
	margin-top: -303px;
	padding: 116px 110px 15px 117px;
	width: 677px;
	height: 323px;
	position: relative;
	min-height: 323px;
}

#home #screening {
	width: 160px;
	float: left;
	height: auto;
}

#home #directory {
	width: 160px;
	float: left;
	margin-left: 95px;
}

#home #intel {
	width: 160px;
	float: right;
}
#home #intel .icon
{
    margin-left: 25px;
    margin-top: 13px;
    margin-bottom: 16px;
    }
    
#home .icon {
	text-align:center
}

#home .icon_name {
	text-align:center
}

.desc {
	color: #b8b8b8;
	font-size: 12px;
	line-height: 16px;
	margin-top: 17px;
	text-align:center
}
#home #intel .desc {
	margin-top: 13px;
	margin-left: 25px;
}

/* Bing added the part for program page */

.rightcontentbox
{
	 width:712px ;
    min-height:300px;
  
    padding:20px;
    padding-left: 40px;
    text-decoration:none;
    background-color: #e9e9e9;
    overflow:hidden;
    vertical-align:top !important;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	
	 margin-left: 0px;
	
}
.lefttabbox
{
	 width:150px;
    height:300px;
  
    padding:0px 0px 0px 0px;
    text-decoration:none;
    
    overflow:hidden;
    vertical-align:top !important;
	 float:left;
	margin: 30px 0 0 0;
}
.bottomborder
{
	padding:3px 8px;
	border-bottom: 1px solid #e6e6e6;
}
#lefttabs.tab
{
   font-size:15px;
}
.highlightedtab
{
	padding:3px 8px;
	border-bottom: 1px solid #e6e6e6;
	background: #c0c2d6;
	cursor:pointer;
}
.selectedtab
{
	background: url(images/programadd_tab.gif) no-repeat;
	height:20px;
	color: white;
    font-weight:bold;
	border-top:1px solid #cccccc;
	border-bottom:2px solid #cccccc;
	padding:4px 8px 1px 8px;
}
/*  end  */

/* Misc */

.helptext 
{
    margin: 10px 100px 15px 0;
    font: normal 13px 'Lucida Grande',Helvetica,Arial,sans-serif;
    }
    
div.growlUI { background: url(images/check48.png) no-repeat 10px 10px; min-height: 60px; }
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left
}

div.growlUIx { background: url(images/x48.png) no-repeat 10px 10px; min-height: 60px; }
div.growlUIx h1, div.growlUIx h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left
}

.modal { padding: 50px 100px; }

#browser_problem{
	background: #c0f9f9;
	width: 819px;
	height: 64px;
	padding: 18px 35px 0 45px;
	border: 1px solid #d7d7d4;
	margin: 15px 0 35px 15px;
	text-align: left;
	font-family: Arial, tahoma, sans-serif;
	color: #3e3e3e;
	font-size:21px;
}

/* Previous Next */

#paginationWrap {
	margin: -10px 0 -5px 215px;
	font:14px arial, helvetica, sans-serif;
	float: left;
	
	background: #ffffff;
	border: 1px solid #d7d7d4;
	padding: 4px 20px 4px 20px;
	width: 458px;
}

#paginationWrap .page {
	float: left;
	font-weight: bold;
	width: 316px;
	text-align:center;
	margin-top: 5px;
}


#paginationWrap .previous_button {
	border: none;
	float: left;
	width: 71px;
	height: 27px;
	margin: 0 0 0 0;
	cursor: pointer;
}

#paginationWrap .next_button {
	border: none;
	float: right;
	width: 71px;
	height: 27px;
	margin: 0 0 0 0;
	cursor: pointer;
}



