/**
 * 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: normal 24px Arial, Helvetica, Verdana, sans-serif;
}

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

h2 {
	font-size: 18px;
	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;
}

/*set the content width and content background*/
body {
	position: relative;
	padding-top: 5px;
}

#mainContentBucket {
	width: 940px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	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: 940px;
	height: 132px;
	background-image: url(../images/bckgrnd_identity_gradient.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

/*Identity Content*/
form#srchcontent {
	background-image: url(../images/identity_bckgrnd_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 252px;
	height: 22px;
	position: absolute;
	left: 115px;
	top: 59px;
}

input#gobtnfullsearch, input#gobtnchannellist {
	position: absolute;
	right: 0;
	top: 0;
}

img#btnchannellist {
	position: absolute;
	left: 410px;
	top: 54px;;
}

form#identitysrchchannelnum
{
	background-image: url(../images/identity_bckgrnd_channelnum.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 197px;
	height: 22px;
	left: 603px;
	top: 59px;
	z-index: 500;
}

img#remote {
	position: absolute;
	top: 0;
	right: 0;
}

input#guide_search_box {
	width: 140px;
	height: 14px;
	font-size: 10px;
	color: rgb(114,126,130);
	position: absolute;
	top: 3px;
	left: 75px;
	border: none;
	background-color: transparent;
}

input#indentitychannel_searchbox {
	width: 36px;
	height: 14px;
	font-size: 10px;
	color: rgb(114,126,130);
	position: absolute;
	top: 3px;
	left: 129px;
	border: none;
	background-color: transparent;
}

/*identity navigation*/
div#navHorzBucket {
	position: absolute;
	bottom: 7px;
	left: 8px;
}

div#navBucket {
	background-color: #e7eae9;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 26px;
}

ul.navHorz {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

ul.navHorz li {
	float: left;
	/*margin-top: 1px;*/
}

ul.navHorz a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 0 5px 0 5px;
	line-height: 14px;
	text-align: center;
	border-right: 1px solid #000000;
}

ul.bottomnav a {
	line-height: 26px !important;
	border-right: 1px solid #c3c9c7 !important;
	padding: 0 8px 0 8px !important;
}

ul.navHorz a:visited {
	color: #000000;
}

ul.navHorz a:hover {
	color: #cc0001;
}

ul.navHorz a:active {
	color: #cc0001;
}

ul.navHorz a.currLink {
	color: #cc0001;
}

ul.navHorz li:last-child a {
	border-right: none;
}

ul.bottomnav li:last-child a {
		border-right: none !important;
}

/* IE Fixes */

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

img#identity_logo_small {
	position: absolute;
	left: 18px;
	top: 7px;
}

h5#quoteTop {
	position: absolute;
	top: 20px;
	left: 115px;
	color: #161616;
	font-style: italic;
	font-weight: normal;
}


/*COVER*/
.colsBucket1ColCvr
{
	margin: 0 !important;
	background-image: url(../images/bckgrnd_cvr_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 940px;
	height: 430px;
}

/*1 Col Controls*/
#colsBucket1Col {
	position: relative;
	margin: 0 20px 0 20px;
	padding-top: 15px;
	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#contentBucket {
	position: relative;
	width: 100%;
}

h2#cvr_bottomhdr {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	font-style: italic;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 940px;
	text-align: center;
}

/*FOOTER*/
div#footer {
	position: relative;
	border-top: 4px solid #cc0001;
	width: 100%;
	margin-bottom: 25px;
}

img#footer_sponsorlogos {
	border-bottom: 4px solid #737e82;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

div#cvr_footer {
	position: relative;
	width: 940px;
	height: 143px;
	text-align: left;
}

#mediaspace {
	float: left;
}

p.footercvrtxt, p.footercvrtxtitalic {
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 0 0 214px;
	padding: 0;
}

p.footercvrtxtitalic {
	font-style: italic;
	padding-bottom: 25px;
}

p.footercvrtxt span {
	font-size: 18px;
	font-weight: bold;
	color: #cc0001;
}

div#disclaimer {
	text-align: right;
	font-size: 10px;
	line-height: 1.25em;
	color: #949da0;
}

div#disclaimer p {
	margin: 0 116px 0 0;
	padding: 0;
}

img#footer_logoonnowtv {
	float: right;
}

div#disclaimer span {
	color: #cc0001;
}

.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;
}

h4#footer_outdoorurl {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	color: #cc0001;
}

/*CHANNEL GUIDE*/

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

h5.guideChannelHdr {
	background-color: #5f5f5f;
	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;
}

ul#channelList {
	padding-top: 20px;
}

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: #c10000;
	text-decoration: none;
}

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

div.guideChannelContent a:hover, div.guideChannelContent  a:active {
	color: #a2a8a6;
	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;
}

div#categoryListing {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #c5cbc9;
	display:none;
}

div#categoryListLink {
	background-image: url(../images/bckgrnd_categorylink.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 940px;
	height: 28px;
}

table#tblCategoryList {
	width: 99%;
	margin: 0 auto;
}

table#tblCategoryList td {
	width: 33%;
	border-left: 1px solid #7a7d7c;
	vertical-align: top;
}

table#tblCategoryList td:first-child {
	border-left: none !important;
}

p.categoryitems {
	color: #000000;
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

p.categoryitems:hover {
	color: #cc0001;
	cursor: pointer;
}

/*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 #c10000;
}

#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 #c10000;
}

#video_playlist_1col h3, #video_playlist_2col h3 {
	width: 236px;
	height: 32px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #c10000;
	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 #c10000;
	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: #6b6b6b;
}

#videoDescription {
	border-bottom: 1px solid #c10000;
	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;
}

#channelNewVidNo {
	background-image: url('../images/header_button_bg.jpg');
	background-position: center center;
	background-repeat: repeat-x;
	height: 28px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#channelNewVidNo form {
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
}

#small_enter_channel_box, #small_enter_video_box {
	width: 30px;
	border: 1px solid #909090;
	margin: 0;
	padding: 0;
}

.small_go_button {
	width: 39px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #ffffff;
	margin: 0;
	padding: 0;
	background-color: #0d6e30;
}

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

#dialogsendtoafriend, #dialogEmailUs {
	display: none;
}

.ui-dialog {
	top: 55px !important;
}

#frmDialogSendToFriend label, #frmDialogSendToFriend input.dialoginput, #frmDialogEmailUs label, #frmDialogEmailUs input.dialoginput,
{
	display:block;
	text-align: left;
}		

#frmDialogSendToFriend input.text, #frmDialogEmailUs input.text {
	margin-bottom:12px;
	width:95%;
	padding: .4em;
}

#frmDialogSendToFriend fieldset, #frmDialogEmailUs fieldset {
	padding:0;
	border:0;
	margin-top:10px;
	text-align: left;
}

/*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;
}

/*EXTRA CONTENT PAGES*/
div#txtContent h4 {
	padding-bottom: 5px;
}

div#txtContent .italicTxt {
	font-style: italic;
}

div#txtContent .redTxt {
	color: #c10000;
}

div#txtContent ul.listContentDisc {
	list-style: disc;
	padding-bottom: 15px;
	margin-left: 15px;
}

div#txtContent ol.listContentDecimal {
	list-style: decimal;
	padding-bottom: 15px;
	margin-left: 15px;
}

div#txtContent ul.listContentNoDisc {
	padding-bottom: 15px;
}

div#txtContent label {
	display: block;	
}

.sup {
	vertical-align: baseline;
	font-size: 0.6em;
	position: relative;
	top: -0.6em;
	font-weight: normal;
}















