/************************************************************************************

Copyright 2005-8 WebCast-TV USA llc. All Rights Reserved.

This style sheet may NOT be reused, redistributed, or modified by any third parties with any exception.

************************************************************************************/


BODY {
	   background:url(../graphics/bg_website.jpg); background-position:top center; background-repeat:no-repeat; background-color:#191919; MARGIN: 0px 0px 0px; 
	   
}


/*------------------------------------------------------------------------------------
  STANDARD CSS TEMPLATE BY TOM GREY ||||||||||||||||||||||||||||||||||||||||||||||||
------------------------------------------------------------------------------------*/

/*

  Index of styles:
  
  1. Backrounds
  2. Text
  3. Href Text links
  4. Text OverFlows
  5. Div/Table Boarders
  6. List Highlights with href links
  7. Image Boarders
  8. Button/Form Elements
  
*/


/*------------------------------------------------------------------------------------
  1. BACKGROUNDS 
------------------------------------------------------------------------------------*/


.background-darkgrey { 
	background-color:#252525;
}

.background-mediumgrey { 
	background-color:#555555;
}

.background-list { 
	background-color:#252525;
}

.background-list-mouseover { 
	background-color:#151515;
}

/*------------------------------------------------------------------------------------
  2. Text
------------------------------------------------------------------------------------*/

.text {
	FONT-FAMILY: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans Regular", Arial, Helvetica, sans-serif; TEXT-DECORATION: none; COLOR: #888888; FONT-WEIGHT: normal;
}

.text.ten {
	FONT-SIZE: 10px;
}

.text.eleven {
	FONT-SIZE: 11px; LINE-HEIGHT:18px;
}

.text.twelve {
	FONT-SIZE: 12px; LINE-HEIGHT:20px;
}

.text.fourteen {
	FONT-SIZE: 14px; LINE-HEIGHT:20px;	
}

.text.sixteen {
	FONT-SIZE: 16px; LINE-HEIGHT:20px;	
}

.text.twentytwo {
	FONT-SIZE: 22px; LINE-HEIGHT:25px;
}

.text.bold {
	FONT-WEIGHT: bold; 
}

.text.white {
	COLOR: #FCFCFC;
}

.text.color {
	COLOR: #FF6633;
}

.text.mediumgrey {
	COLOR: #666666;
}

.text.darkgrey {
	COLOR: #333333;
}

.text.black {
	COLOR: #151515;
}

.text.underline {
	text-decoration:underline;
}

.text.tracks {
	padding-top:2px; border-top: 1px solid #888888; padding-bottom:2px; border-bottom: 1px solid #888888; display: block;
}

.text.shadow {
 	text-shadow: #000000 0 1px 0;
}

.text.pagetitles {
 	margin-bottom:10px; border-bottom: 1px solid #252525; text-shadow: #000000 0 1px 0;
}

.text.pagetitle {
 	padding-bottom:3px; border-bottom: 1px solid #252525; width:920px; height:30px; display: block; text-shadow: #000000 0 1px 0;
}

.text.pagetitle700px {
 	padding-bottom:3px; border-bottom: 1px solid #252525; width:700px; height:30px; display: block; text-shadow: #000000 0 1px 0;
}

/*------------------------------------------------------------------------------------
  3. Href Text Link
------------------------------------------------------------------------------------*/

/* -- Firefox fix -- */

A:active, A:focus {
	outline: 0;
}



A:link {
  	outline: none;
 		
}
A:visited {
	outline: none;
 		
}
A:hover {
	outline: none;
}



A.text:link {
  	outline: none;
 		
}
A.text:visited {
	outline: none;
 		
}
A.text:hover {
	COLOR: #CCCCCC;
	outline: none;
}



/*------------------------------------------------------------------------------------
  4. Overflow
------------------------------------------------------------------------------------*/

.overflow {
	overflow: auto;
	width: 250px;
	height: 200px;
	padding-right:15px;
	position: relative;
	float: left;
	left: auto;
	
}



/*------------------------------------------------------------------------------------
  5. DIV/TABLE Borders
------------------------------------------------------------------------------------*/


.border {
	border: 1px;
	border-color:#999999;
	border-style:solid;
	padding: 5px;
}

.border.dashed {
	border-style:dashed;
}

.border.dotted {
	border-style:dotted;
}

.border.thick {
	border: 5px;
}

.border.color {
	border-color:#FF6633;
}


/*------------------------------------------------------------------------------------
  6. List Highlights - (uses existing styles)
------------------------------------------------------------------------------------*/




/*------------------------------------------------------------------------------------
  7. Image Boarders
------------------------------------------------------------------------------------*/


.border.images {
	padding: 0px; display:block;
}

.border.images-offset {
	padding: 1px; display:block;
}


/*
A.border:link {
	border-color:#999999; padding: 0px; display:block;
}
A.border:visited {
	border-color:#999999; padding: 0px; display:block;
}
A.border:hover {
	border-color:#FF6633; padding: 0px; display:block;
}
*/



/*------------------------------------------------------------------------------------
  8. Button/Form Elements
------------------------------------------------------------------------------------*/


.button_small {
	background: no-repeat 0px 0px;
	display: block;
	width: 100%;
	height: 16px;
}

.button_small_inactive {
	background: no-repeat 0px -16px;
	display: block;
	width: 100%;
	height: 16px;
}


.button {
	background: no-repeat 0px 0px;
	display: block;
	width: 100%;
	height: 28px;
}

.button_inactive {
	background: no-repeat 0px -28px;
	display: block;
	width: 100%;
	height: 28px;
}


/*-- Href Button ??? Not sure if its being used --*/

a.button {
	background: no-repeat 0px 0px;
	display: block;
	width: 100%;
	height: 28px;
	outline: none;
}


a.button:hover {
	background-position: 0px -28px;
	outline: none;
}

a.button:active {
	background-position: 0px -56px;
	outline: none;
}


/*-- Href Button --*/

A.button:link {
	background: no-repeat 0px 0px;
}

A.button:hover {
	background: no-repeat 0px -28px;
}

A.button:active {
	background: no-repeat 0px -56px;
}


/*-- Input Button --*/

input.button:link {
	background: no-repeat 0px 0px;
}

input.button:hover {
	background: no-repeat 0px -28px;
}

input.button:active {
	background: no-repeat 0px -56px;
}




/*-- Input Text Box --*/

input.input_text_box {
	border: 1px solid #666666;
	background-color:#FCFCFC;
	padding-left: 3px;
	padding-right: 3px;
	height: 18px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	
}

input.input_text_box.password {
	
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	letter-spacing: 5px;
	width: 200px;
	
	
}
/*-- Text area --*/

textarea.text_area {
	border: 1px solid #666666;
	background-color:#FCFCFC;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	height:100px;
	resize:none;
	
}








/*------------------------------------------------------------------------------------
  ADDITIONAL STYLES ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------
  Menu
------------------------------------------------------------------------------------*/

.menu {
	background: no-repeat 0px -30px;
}
.menu_selected {
	background: no-repeat 0px 0px;
}


/*------------------------------------------------------------------------------------
  Side Menu. background-color:#e9691e;
------------------------------------------------------------------------------------*/


.menu_side_container { 
	background-color:#393939; width:200px; 
}


.menu_side1 {
	padding-left:15px; padding-right:15px; background:url(../graphics/menu_side_bg.png) no-repeat center; width:170px; display: block; text-transform:uppercase; font-weight: bold; color:#FCFCFC;
}

A.menu_side2:link {
	width:170px; display: block; color:#FCFCFC; outline: none;
}
A.menu_side2:visited {
	width:170px; display: block; color:#FCFCFC; outline: none;
}
A.menu_side2:hover {
    width:170px; display: block; COLOR:#666666; outline: none; 
}





/*------------------------------------------------------------------------------------
  Container
------------------------------------------------------------------------------------*/

.container { 
	background-color:#393939; FONT-FAMILY: Arial, Helvetica, sans-serif;
}



/*------------------------------------------------------------------------------------
  Other
------------------------------------------------------------------------------------*/

.top_border { 
	border-top: 1px dotted #666666;
}

.body_bg_short
{
background:url(../graphics/bg_website.jpg); background-position: center -90px; background-repeat:no-repeat; background-color:#191919;
}

.list_liveshow
{
background:url(../graphics/list_liveshow.png);
background-position:right bottom; 
background-repeat:no-repeat
}

.list_onair
{
background:url(../graphics/list_onair.png);
background-position:right bottom; 
background-repeat:no-repeat
}


.tr_divider {
 width:100%; height:16px;;
}

.tr_divider_div {
 border-top: 1px solid #333333; width:100%; height:1px;
}

.header_text {
	FONT-FAMILY: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans Regular", Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	FONT-SIZE: 48px;
}



/*------------------------------------------------------------------------------------
  Adverts
------------------------------------------------------------------------------------*/

.adverts { 
	width:300px; height:250px;
}



/*------------------------------------------------------------------------------------
  Shows/Videos Widget play button
------------------------------------------------------------------------------------*/

.mouseover_play_btn2 { 
	width:148px;
	height:82px;
	top:0px;
	left:0px;
	z-index:3;
	position:relative;
}

.mouseover_play_btn2_mouseover { 
	background: url(../graphics/homepage_play_btn.png) no-repeat;
	width:148px;
	height:82px;
	top:0px;
	left:0px;
	z-index:3;
	position:relative;
}
