html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 verdana, arial, helvetica, sans-serif;
	background: white;
}

img {
	border: 0px;
}

h1 {
	font-size: 1.2em;
	color: red;
	margin-left: 10px;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 5px;
}

h2.payment {
	font-size: 1em;
	font-weight: bold;
	margin: 10px;
}

a { color: red; text-decoration: underline; font-weight: bold; }
a:visited {	color: red; text-decoration: underline; font-weight: bold; }
a:hover { color: red; text-decoration: underline; font-weight: bold; }
a:active { color: red; text-decoration: underline; font-weight: bold; }

a.lightLink { color: #BBB; text-decoration: none; font-weight: normal; }
a.lightLink:visited {	color: #BBB; text-decoration: none; font-weight: normal; }
a.lightLink:hover { color: #BBB; text-decoration: none; font-weight: normal; }
a.lightLink:active { color: #BBB; text-decoration: none; font-weight: normal; }

/******************
	ELEMENTS by IDs
*******************/

#header {
	background: white;
	height: 100px;
	width: 100%;
}

#advertBanner {
	/*border: black solid 1px;
	margin-bottom: 20px;
	margin-left: 75px;*/
	position: absolute;
	padding-top: 5px;
	top: 0px;
	left: 528px;
}

#content {
	margin-left: 7px;
	position: absolute;
	top: 112px;
	height: 520px;
	width: 990px;
	background: transparent url(../images/bg6_nonews.jpg) no-repeat left;
}

#content_homepage {
	margin-left: 7px;
	position: absolute;
	top: 112px;
	height: 520px;
	width: 990px;
	background: transparent url(../images/bg6.jpg) no-repeat left;
}

#content_no_player {
	margin-left: 7px;
	position: absolute;
	top: 112px;
	height: 520px;
	width: 990px;
	background: transparent url(../images/empty_bg6.jpg) no-repeat left;
}

#content_mini {
	margin: 0px;
	height: 470px;
	width: 514px;
	background: transparent url(../images/mini_bg.png) no-repeat top left;
}

#content_map {
	margin-left: 7px;
	position: absolute;
	top: 112px;
	height: 520px;
	width: 990px;
	background: transparent url(../images/bg_map.jpg) no-repeat left;
}

#kmtv_map {
	width: 945px;
	height: 480px;
	border: 1px black solid;
}

#footer {
	position: absolute;
	top: 635px;
	margin-left: 10px;
	color: gray;
	width: 100%;
	font-size: 0.8em;
}

#footer_text {
	padding-top: 5px;
	padding-left: 0px;
	float: left;
}

.channels {
	position: absolute;
	padding: 10px;
	border: 1px solid red;
	top: 55px;
	left: 577px;
	background: black;
	color: white;
	width: 298px;
	height: auto;
	visibility: hidden;
	display: none;
	z-index: 1;
}

.homepage_channels {
	position: absolute;
	padding: 10px;
	border: 1px solid red;
	top: 186px;
	left: 577px;
	background: black;
	color: white;
	width: 298px;
	height: auto;
	visibility: hidden;
	display: none;
	z-index: 1;
}

.channels ul, .channels li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.homepage_channels ul, .homepage_channels li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/******************
	ELEMENTS by classes
*******************/

.onPlayer {
	color: red;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: bold;
}

.errorMessage {
	font-weight: bold;
	color: red;
	padding: 10px;
	margin-top: 10px;
	border: 1px black solid;
	background: white;
	width: 410px;
	margin-left: 20px;
}

.notificationMessage {
	font-weight: bold;
	color: green;
	padding: 10px;
	margin-top: 10px;
	border: 1px black solid;
	background: white;
	width: 410px;
	margin-left: 20px;
}

.formDiv {
	border: solid 1px black;
	background: #DDDDDD;
	width: 410px;
	padding: 10px;
}

.codeFormDiv {
	background: white;
	border: solid 1px black;
	width: 450px;
	padding: 10px;
	margin-top: 20px;
	margin-left: 20px;
}

.whiteText {
	color: white;
}

.italicText {
	font-style: italic;
}

.staticPage {
	padding: 20px;
	width: 520px;
}

.staticPageContent {
	font-size: 0.9em;
	text-align: justify;
	height: 450px;
	overflow: auto;
	padding-right: 5px;
}

.goodnews {
 font-weight: bold;
 color: green;  
}

.badnews {
 font-weight: bold;
 color: red; 
}

.warning {
  font-weight: bold;
}

.formRow {
  clear: both;
}

.formInputLabel {
  float: left;
  text-align: right;
}

.formInputField {
  float: right;
  text-align: left;
}

#player {
	position: absolute;
	top: 10px;
	left: 7px;
	width: 500px;
	height: 400px;
	padding-left: 10px;
	padding-top: 10px;
}

#playerArea {
	position: relative;
    top: 5px;
	left: 4px;
    }

#mediaList {
	width: 340px;
	height: 433px;
	top: 55px;
	left: 577px;
	position: absolute;
	overflow: auto;
}

#homepage_mediaList {
	width: 340px;
	height: 306px;
	top: 186px;
	left: 577px;
	position: absolute;
	overflow: auto;
}

.mediaListOnMap {
	width: 340px;
	height: 200px;
	overflow: auto;
}

#yourMediaList {
	width: 520px;
	height: 425px;
	overflow: auto;
}

#mediaListTitle {
	background: black;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	width: 310px;
	height: 20px;
	top: 30px;
	left: 577px;
	position: absolute;
}

#homepage_mediaListTitle {
	background: black;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	width: 310px;
	height: 20px;
	top: 162px;
	left: 577px;
	position: absolute;
}

.mediaListTitleOnMap {
	background: black;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	width: 300px;
	padding: 10px;
}

#newsTitle {
	background: black;
	color: white;
	font-weight: bold;
	padding-left: 3px;
	width: 373px;
	height: 20px;
	top: 18px;
	left: 560px;
	position: absolute;
}

#news {
	padding-left: 3px;
	width: 373px;
	height: 90px;
	top: 45px;
	left: 560px;
	position: absolute;
	font-size: 0.9em;
}

#currentlyPlaying {
	position: absolute;
	top: 410px;
	left: 8px;
	margin-top: 5px;
	background: transparent;
	padding: 2px;
	width: 450px;
	font-size: 0.9em;
}

#currentlyPlaying_mini {
	position: absolute;
	top: 403px;
	left: 64px;
	margin-top: 5px;
	background: transparent;
	padding: 0px;
	width: 440px;
	font-size: 0.75em;
}

#kmtv_mini_link {
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: bold;
}

#currentlyPlayingCodeAsked {
	margin-left: 8px;
	margin-top: 20px;
	background: transparent;
	padding: 2px;
	width: 450px;
	font-size: 0.9em;
}

.indented {
	margin-left: 30px;
}

.metadata {
	font-style: italic;
	font-weight: bold;
}

.spacer {
	clear: both;
}

.mediaPreview {
	background: black;
	width: 310px;
	padding: 5px;
	margin-bottom: 3px;
	font-size: 0.8em;
	color: white;
	text-align: justify;
}

.yourMediaPreview {
	background: white;
	border: 1px black solid;
	width: 500px;
	padding: 5px;
	margin-bottom: 3px;
	font-size: 0.8em;
	text-align: justify;
}

.mediaPreview_pix {
	float: left;
	border: 1px solid black;
	margin-right: 5px;
}

.mediaPreview_title {
	font-weight: bold;
	color: red;
}

.mediaPreview_desc {
	color: white;
}

.ad_title {
	font-weight: bold;
}

.ad_field {
	color: #666666;
}

.centered_pix {
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: black;
}

#searchForm {
	position: absolute;
	top: -37px;
	left: 491px;
	width: 503px;
	height: 45px;
	padding-top: 15px;
	padding-left: 200px;
	background: transparent url(../images/search_background.gif) no-repeat;
}

.blackButton {
	background: black;
	color: white;
	font-size: 0.8em;
	border: solid 1px gray;
}

.searchInput {
	font-size: 0.8em;
	border: solid 1px gray;
	width: 200px;
}

.loginInput {
	font-size: 0.8em;
	border: solid 1px gray;
	width: 200px;
}

.textareaInput {
	border: solid 1px gray;
	width: 400px;
}

.selectInput {
	font-size: 0.8em;
	border: solid 1px gray;
}

/****************************
	MENU
*****************************/

#menu {
	position: absolute;
	top: 70px;/*90px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	background: black;
	height: 15px;
	width: 100%;
}

 #navlist {
	margin: 0;
	padding: 0 0 20px 0px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid red;
	padding-bottom: 2px;
	background: transparent;
	color: white;
}

#navlist a:hover { color: #ffffff; }

/* CSS for My account TABS */

    #myTabs {
      float:left;
      width:512px;
      background:transparent;/*#666;*/
      font-size:93%;
      line-height:normal;
	  margin-bottom: 5px;
	  border-bottom: 1px solid #ccc;
      }
    #myTabs ul {
	  margin:0;
	  padding:10px 10px 0 0px;
	  list-style:none;
      }
    #myTabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #myTabs a {
      float:left;
      background:url("../images/tableftG.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #myTabs a span {
      float:left;
      display:block;
      background:url("../images/tabrightG.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #myTabs a span {float:none;}
    /* End IE5-Mac hack */
    #myTabs a:hover span {
      color:#FFF;
      }
    #myTabs a:hover {
      background-position:0% -42px;
      }
    #myTabs a:hover span {
      background-position:100% -42px;
      }

    .myActiveTab span {
      color:#FFF;
	  background-position:100% -42px;
      }
    .myActiveTab {
      background-position:0% -42px;
      }