/**
 * This code was written by Mike Moore November 2009 and is the property of OnNowTV.com Broadcasting Association...Copyright 2008
 * This code MAY NOT BE USED without the expressed written consent of 
 * OnNowTV.com Broadcasting Association - all rights reserved.
 
 * File name:     master.css
 * Description:   define common global variables below:
 * History:       
 *   mm/dd/yyyy - Name - brief description of changes              
 */
 
/*
base colors
#009d07 - green
#1f629b - blue
*/

/*Set defaults*/
body, div, ul, ol, li, form, p, blockquote, table, td {
	margin: 0;
	padding: 0;
	font: 12px/1.6em Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0;
	color: #000000;
	text-align: left;
}

h1 {
	font: bold 18px Arial, Helvetica, Verdana, sans-serif;
	color:#d50000;
}

h1.pageTitle {
	padding-top: 10px;
}

h2 {
	font-size: 20px;
	color: #000000;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

ol, ul { list-style-type: none; }
p { padding: 0 0 15px 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

/*set the site background*/
html {
	text-align: center;
	background-color: #ffffff;
}

/*set the content width and content background*/
body {
	
	position: relative;
}

#mainContentBucket {
	width: 940px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	border: none;
	border-top: none;
	position: relative;
}

/* Links default */
a {
	color: #20639c;
	text-decoration: none;
}

a:visited {
	color: #20639c;
	text-decoration: none;
}

a:hover, a:active {
	color: #009d07;
	text-decoration: underline;
}

/*set up base sections*/
div#identityBucket {
	position: relative;
	width: 100%;
}

div#contentBucket {
	position: relative;
	width: 100%;
}

/*Channel Owner Controls*/
div#identityChannelOwner {
	margin: 0 20px 12px 20px; 
	padding: 12px 0 8px 0;
	border-bottom: 1px solid #1b6099;
	width: 900px;
	height: 120px;
	position: relative;
}

ul.identityChannelOwnerAddress {
	margin: 0 200px 0 380px !important;
}

ul.identityChannelOwnerAddress li {
	font-weight: bold;
	text-align: left;
	line-height: 1.25em;
}

ul.identityChannelOwnerAddress h2 {
	font-size: 24px;
	color: #c10000;
	line-height: 1.15em;
	margin: 0;
	padding: 0;
}

ul.identityChannelOwnerAddressNoLogo {
	margin: 0 200px 0 380px !important;
}

ul.identityChannelOwnerAddressNoLogo li {
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
}

ul.identityChannelOwnerAddressNoLogo h2 {
	text-align: center;
	font-size: 24px;
	color: #c10000;
	line-height: 1.15em;
	margin: 0;
	padding: 0;
}






img#identityChannelOwnerLogo {
	position: absolute;
	top: 12px;
	left: 100px;
}

div#fscroller {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 268px;
	height: 136px;
	border: 1px solid #08699e;
	padding: 10px;
	background-image: url(../images/bckgrnd_ticker.jpg);
	background-repeat: repeat-x;
	overflow:hidden;
}

.ticker_title {
  color: #1B6199;
	font-size:15px;
	font-weight: bold;
	text-align: center;
}

.ticker_text {
	font-size: 12px;
}

/*
ul#identityChannelOwnerRightSide {
	position: absolute;
	top: 12px;
	right: 0;
	width: 160px;
}

ul#identityChannelOwnerRightSide li {
	text-align: center !important;
	padding-bottom: 10px;
}
*/

div#identityChannelNo {
	width: 80px;
	height: 62px;
	margin-left: 42px;
	overflow: hidden;
}

div#identityChannelNo h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #c10000;
	background-color: #ececec;
	border: 1px solid #c3c3c3;
	border-top: none;
	text-align: center;
	line-height: 30px;
}

div#identityChannelOwnerNum {
	position: absolute;
	top: 55px;
	left: 15px;
	width: 90px;
	height: 103px;
	background-image: url(../images/bckgrnd_channelno.jpg);
	background-repeat: no-repeat;
}

div#identityChannelOwnerNum h2 {
	margin: 0;
	padding: 60px 0 0 0;
	font-size: 20px;
	color: #c10000;
	text-align: center;
}

div#map_canvas {
	width: 250px;
	height: 270px;
	float: right;
	margin: 0 5px 20px 20px;
	border: 1px solid #009d07;
}

/*Channel Owner Footer Address*/
ul.channelOwnerFtrAddress {
	margin: 0;
	padding: 0 0 15px 0;
}

ul.channelOwnerFtrAddress li {
	font-weight: bold;
	text-align: left;
	line-height: 1.25em;
}

ul.channelOwnerFtrAddress li:last-child {
	padding-top: 5px;
}

ul.channelOwnerFtrAddress h4 {
	padding: 0 0 5px 0;
	margin: 0;
}


/*Channel Guide*/

div.guideChannelNo {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0 !important;
	padding: 0;
	width: 80px;
	height: 62px;
}

h5.guideChannelHdr {
	background-color: #135a96;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

h2.guideChannelNum {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #c10000;
	background-color: #ececec;
	border: 1px solid #c3c3c3;
	border-top: none;
	text-align: center;
	line-height: 30px;
}

a.guideChannelNoLink {
	color: #009d07;
	text-decoration: none;
}

a.guideChannelNoLink:visited {
	color: #009d07;
	text-decoration: none;
}

a.guideChannelNoLink:hover {
	color: #20639c !important;
	text-decoration: none;
}


/*
a.guideChannelNoLink, div.guideChannelNo h2 {
	color: #009d07;
	text-decoration: none;
}

a.guideChannelNoLink:visited, div.guideChannelNo h2 {
	color: #009d07;
	text-decoration: none;
}

a.guideChannelNoLink:hover, div.guideChannelNo h2:hover, a.guideChannelNoLink:active h2, div.guideChannelNo h2:active {
	color: #20639c !important;
	text-decoration: none;
}


------
echo '<a href="channel.php?channel='.$chanNum.'" class="guideChannelNoLink">';
	echo "<h5 class="guideChannelHdr">Channel</h5>";
	echo '<div class="guideChannelNo">';
	echo '<h2>'.$chanNum.'</h2>';
	echo '</div>';
	echo '</a>';

----
*/

ul#channelList li {
	border-bottom: 1px solid #c3c3c3;
	position: relative;
	min-height:50px;
	height: auto !important;
	height: 50px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

div.guideChannelContent {
	margin: 0 140px 0 96px;
}

div.guideChannelContent h3 {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

div.guideChannelContent a {
	color:#009d07;
	text-decoration: none;
}

div.guideChannelContent a:visited {
	color:#009d07;
	text-decoration: none;
}

div.guideChannelContent a:hover, div.guideChannelContent  a:active {
	color: #c10000;
	text-decoration: none;
}

div.guideChannelContent p {
	margin: 0;
	padding: 0;
}

div.guideChannelLogo {
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	text-align: center;
}

div.guideChannelLogo img {
	width: 102px;
}

/*1 Col Controls*/
#colsBucket1Col {
	position: relative;
	margin: 0 20px 0 20px; 
	padding-bottom: 25px;
	text-align: left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/*2 Col Controls*/
#colsBucket2Col {
	position: relative;
	margin: 0 20px 0 20px; 
	padding-bottom: 25px;
}

#centerColumn {
  padding: 0;
  margin: 0;
  margin-right: 180px;
}

#centerColumnContent {
  margin: 0;
  padding: 0;
  text-align: left;
}

#rightColumn {
  position: absolute;
  top: 0;
  width: 160px;
  margin: 0;
  padding: 0;
}

#rightColumn {
  right: 0;
}

#rightColumnContent {
  margin: 0;
  padding: 0;
}

div#footer {
	position: relative;
	width: 100%;
}

/*Video Player*/
#videoplayer_bucket_1col {
	position: relative;
	width: 100%;
	height: 490px;
}

#video_playlist_1col {
	position: absolute;
	top: 0;
	right: 0;
	width: 236px;
	height: 490px;
	border: 1px solid #1b6199;
}

#videoplayer_bucket_2col {
	position: relative;
	width: 100%;
	height: 370px;
}

#video_playlist_2col {
	position: absolute;
	top: 0;
	right: 0;
	width: 236px;
	height: 370px;
	border: 1px solid #1b6199;
}

#video_playlist_1col h3, #video_playlist_2col h3 {
	width: 236px;
	height: 32px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #1b6199;
	line-height: 32px;
	color: #ffffff;
}

#video_playlist_1col h3 img, #video_playlist_2col h3 img {
	display:inline;
	vertical-align:middle;
}

#videoslistingbucket_1col {
	width: 236px;
	height: 430px;
	overflow: auto;
	position:relative;
}

#videoslistingbucket_2col {
	width: 236px;
	height: 310px;
	overflow: auto;
	position:relative;
}

* html div#videoslistingbucket_1col, * html div##videoslistingbucket_2col {
	zoom 1;
	display: inline;
	width: 236px;
	w\idth: 236px;
}

#videoListUL {
	padding: 0 5px 0 5px;
}

#videoListUL li {
	min-height: 54px;
	height: auto !important;
	height: 54px;
	border-bottom: 1px solid #1b6199;
	position: relative;
	margin: 0;
	padding: 0;
}

#videoListUL li:last-child {
	border-bottom: none;
}

.videoListTNImage {
	position: absolute;
	top: 5px;
	left: 0;
}

#videoListUL div {
	margin: 0 0 0 74px;
	padding: 5px 5px 5px 0;
}

#videoListUL h5 {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#videoListUL p {
	margin: 0;
	padding: 5px 0 0 0;
	line-height: 100%;
	font-size: 10px;
}

#videoNumber {
	padding: 8px 0 3px 0;
	margin: 0 0 0 0;
	font-style: italic;
	color: #009d07;
}

#videoDescription {
	border-bottom: 1px solid #1b6199;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	font-style: italic;
}

.vidlistbckgrndplaying{
	background-image: url(../images/bckgrnd_currvideo.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

/*footer navigation*/
ul.navFooter {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

ul.navFooter li {
	display: inline;
}

ul.navFooter a {
	text-decoration: none;
	color: #296a9f;
	font-size: 12px;
	font-weight: bold;
	/*
	display: block;
	*/
	padding: 0 10px 0 10px;
	line-height: 83px;
	text-align: center;
}

ul.navFooter a:visited {
	color: #296a9f;
}

ul.navFooter a:hover {
	color: #7d7f80;
}

ul.navFooter a:active {
	color: #7d7f80;
}

/* IE Fixes */

/* force hover on entire width of  link */
* html ul.navFooter a {
	height: 1px;
}

div#disclaimer {
	margin: 0 0 0 145px;
	padding-top:10px;
	padding-bottom: 20px;
	font-weight:bold;
	text-align: left;
	height: 64px;
	line-height: 64px;
}

div#disclaimer img {
	float: left;
	padding-right: 20px;
}

.guideNotifyMessage {
	padding-top: 10px;
	color: #009d07;
	font-weight: bold;
	line-height: 44px;
	height: 44px;
}

.guideNotifyMessage img {
	display:inline;
	vertical-align:middle;
}

.videoListNotifyMsg {
	padding: 10px 5px 0 5px;
	color: #009d07;
}

.policiesTxtArea {
	width: 900px;
	height: 300px;
	margin-bottom: 20px;
}

/*Forms*/
.tblMainBucket {
	margin: 0 auto 0 auto;
	width: 100%;
	padding-top: 30px;
}

.formTextRight {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 6px;
	color: #000000;
	width: 30%;
}

.formFields {
	padding: 6px;
	text-align: left;
	color: #000000;
	width: 70%;
}

.form_error {
	color: #c10000;
	text-align: right;
	padding: 6px;
	font-weight: bold;
}

.generic_error {
	color: #c10000;
	text-align: left;
	padding: 6px;
}

#contactus_thankyou {
	font-weight: bold;
	font-style: italic;
}

#dialogsendtoafriend, #dialogEmailUs {
	display: none;
}







