/*
 * green.tv default stylesheet
 *
 */

/* the main body */

html {
  padding: 0px;
  margin: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 0px;
  font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
  font-family: verdana, arial, sans-serif;
  font-size: 0.8em;
  color: #222;
  text-align: left;
	background-image: url('/static/images/greentv/logo/green_tv_logo.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/* images */

img {
  border: none;
}

img.absmiddle {
  vertical-align: middle;
}

input.absmiddle {
  vertical-align: middle;
}

/* links */

a { 
  cursor: pointer;
  cursor: hand;
  color: #1a6010;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* labels */

label { 
  cursor: pointer;
  cursor: hand;
}

label.dynamic-label { 

  display: none;

}

input.widget {
  border: 2px solid #ccc;
}

textarea.widget {
  border: 2px solid #ccc;
}

/* text content */

.style1 {
  color: #006600;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.style3 {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}

/* header */

#header {
  /*background-color: #FFFFFF;*/
  height: 44px;
  width: 100%;
  color: #70AF15;
  padding: 0px;
  padding-right: 10px;
  margin: 0px;
  border: 0px;
  margin-bottom: 10px;
  padding-left:10px;
}

#header a {
  color: #70AF15;
}

#header.channel-header-greenpeace {background-color: #c00;}

#beta-message{ 
 position: absolute; display: block;
 left: 200px; top: 16px;
 width: 510px;
 /*text-align: right;*/
 }
#beta-message img{
  /*margin-right:-5px;*/
}
.right {
  text-align: right;
}

#flaggies {
  float: right;
  margin-top: 10px;
}
#flaggies a {
  text-decoration: none;
}


/* drop shadow area */

.dropshadow-outer {
  background: #fff;
  padding-bottom: 0px;
  padding-left: 0px;
}

.dropshadow-inner {
  background: #fff;
  margin-bottom: 0px;
  margin-left: 0px;
}

.padded-area {
  padding: 0px;
}

/* general */

.hide {
  display: none;
}

.align-center {
  text-align: center;
}

.float-left {
  float: left;
  padding: 0;
  margin-right: 5px;
}

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

.float-right-white {
  float: right;
  background: #fff;
}

/* search box */
#search-box-container {
	width: 140px;
}

#search-button-container {
	width: 60px;
}

#query {
  
  background-repeat: no-repeat;
  /*background-image: url('/static/images/searchboxbg.gif');
  background-color: #006600;*/
  border: 1px solid #70AF15;
  
  padding-left: 10px;
  margin-right: 5px;
  
  width: 140px;
  height: 20px;

  text-transform: lowercase;
  font-family: Arial;
  font-size: 12px;
  color: #70AF15;
  
}

/* container */
#outer-container {
  
  position: absolute;

  left: 0px; 
  top: 67px;
  
  width: 100%;
  height: auto;
  
  margin: 0px;
  padding: 0px;
  
}

#inner-container {
  
  height: auto;
  width: 927px;
  
  padding: 0px;
  display: block;

  margin-left: auto;
  margin-right: auto;
  
}

/* side bar */
#sidebar {
  position: relative;
  top: 0px;
  left: 0px;
  width: 350px;
  padding: 0px;
  display: block;
  float: left;
}

#sidebar-tab-menu-container {
  padding-left: 0px;
  font-size: 1em;
  text-align: right;
}

#sidebar-content {
  border-left: 2px solid #85aa7f;
  border-right: 2px solid #85aa7f;
  height: 500px;
  width: 336px;
  padding: 5px;
  overflow: auto;
}



#main {
  background-color: #5cc458;
  background-color: #fff;
}

/* tabs */

ul#sidebar-tab-menu, ul#channel-tabs, ul#activity-tabs {
  margin: 0px;
  padding: 0px;
  line-height: normal;
}

ul#sidebar-tab-menu li, ul#channel-tabs li, ul#activity-tabs li {
  cursor: pointer;
  display: inline;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* james adds some wonderful listing and info tab rules */

.listing {
  clear: both;
  padding: 10px;
  width: 298px;
}

.sidebar-header {
  color: #006600;
  text-align: right;
  padding-right: 5px;
  margin-top: 5px;
  font-weight: normal;
}

#listings-header a {
  text-decoration: none;
}

.listing a{
 text-decoration: none;
 }

.listing-icon{ 
 vertical-align: text-top;
 }

.listing-tab{
 font-size: 11px; 
 } 

.listing-thumbnail{
 vertical-align: text-top;
 float: left;
 margin-right: 10px;
 margin-top: 1px;
 width: 128px; height: 72px
 }

.listing-preview {
 width: 100%;
 text-align: center;
}

.listing-preview-image {
 width: 256px;
 height: 144px;
}

#info p {
  margin-bottom:10px;
}

#progress {
  display: block;
  position: relative;
  margin: 0px;
  top: 0px;
  padding: 0px;
  left: 0px;
  width: 1px;
  height: 2px;
  background: lightgreen;
}

/* main area */

#main-area {
  float: left;
  display: block;
  margin-right: 37px;
  width: 518px;
}

#video-content {
  background-color: #333333;
  color: #fff;
  text-align: center;
  min-height:289px;
  height:auto !important;
  height:289px;
  vertical-align: middle;
  border-left: 2px solid #85aa7f;
  border-right: 2px solid #85aa7f;
}

#exit-fullscreen {
  position: absolute;
  display: none;
  top: 561px;
  width: 1028px;
  left: -512px;
  margin-left: 50%;
}


#video-player-footer {
  background-color: #0b5500;
  padding: 0px;
  margin: 0px;
  height: 21px;
  overflow: hidden;
  vertical-align: middle;
}

/* video controls */

#buffering-indicator{ 
 margin: 0px; padding: 0px;
 width: 124px;
 background-color: #006600;
 text-align: center;
 }

#buffering-indicator-image{ 
 vertical-align: middle;
 }

.mute-btn{ 
 }

#mute-off{ 
 position: relative; display: none;
 }


#partners {
/*
  background-color: #ccc; 
  text-align: center;
  height: 100px;
  color: #999;
*/
  margin-top: 0px;
  padding: 0px;
  height: 43px;
  overflow: hidden;
}

#producers{ 
  /*float: right;*/
  margin-top: 0px;
 }
#producers a {
  text-decoration: none;
}
.tmp-chair-banner{
  display:block;
  width:521px;
  text-align:center;
  margin-top:18px;
}

#banner_ad{
  display:block;
  width:530px;
  height:109px;
  padding:5px;
  margin-top:13px;
  background-repeat:no-repeat;
  color: #7FB900;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

#find_us_at_link_container a {
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  position: relative;
  left: 11px;
}

#external-links {
  display:block;
  position:absolute;
  padding:0px;
  margin:0px;
  width:180px;
  height:58px;
  margin-top:-40px;
  margin-left:294px;
}
#external-links a {
  font-size: 10px;
  color: #567C02;
  text-decoration:none;
  margin-top
}
#external-links a:hover {
  text-decoration:underline;
}

#promotions {
/*
  background-color: #ccc;
  color: #999;
  text-align: center;
  height: 80px;
*/
  margin-top: 20px;
  padding: 0px;
  width: 510px;
}

#document {
  color: #000;
  padding: 10px;
}

/* footer */

#footer {
  clear: both;
  margin-top: 10px;
  padding: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 10px solid #f5f5f5;
  background: #f5f5f5;
  width: 100%;
  text-align:left;
  color: #aaa;
  font-size: 10px;
}

#footer p {
  float: left;
  margin: 0px;
  padding-top: 4px;
  padding-left: 35px;
  text-transform: lowercase;
}

#footer p.control {
  float: right;
  padding-right: 35px;
}

#footer a {
  color: #888;
  padding-left: 20px;
}

#footer p.control {
  padding-left: 0px;
}

#chat-system {
  clear: both;
  width: 100%;
  color: #444;
}

/* content */

#captcha-container {
  text-align: center;
  padding: 5px;
}

/* omi */

.proto-object-header {
  background-color: #d3ddf0;
  padding: 8px;
  color: #000;
  border-bottom: 1px solid #9e9a91;
  border-bottom: 1px solid #b8c4d9;
}

.proto-object-header a {
  text-decoration: none;
}

.proto-object-title {
  color: #000000;
  margin-bottom: 5px;
  font-size: 1.4em;
}

.proto-prop-name {
  text-align: right;
  background: #ebe8e1;
  border-bottom: 1px solid #d6d4ce;
  padding: 10px;
  vertical-align: top;
  color: #1a1357;
  color: #0042c6;
  color: #63699c;
  font-weight: bold;
  width: 120px;
  cursor: pointer;
  cursor: hand;
}

.proto-prop-name:hover {
  background: #e0e0e1;
}

.proto-prop-value {
  border-bottom: 1px solid #d6d4ce;
  padding: 10px;
}

.proto-object-related {
  border-left: 1px solid #9e9a91;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 150px;
  background: #fffbd9;
  vertical-align: top;
}

.proto-object-related-header {
  padding: 5px;
  background: #f0ecc7;
}

.proto-object-related-content {
  padding: 5px;
}

.below-margin {
  margin-bottom: 5px;
}

.proto-object-title a {
  color: #000000;
  text-decoration: none;
}

.proto-object-context {
  padding: 8px;
}

.proto-object-attach {
  background-color: #c4f5b8;
  padding: 8px;
  color: #000;
}

.proto-object-attach a {
  text-decoration: none;
}

.header-content-main td {
  padding: 5px;
  border-bottom: 1px solid #9e9a91;
}

/* stripe tables */

table#listing {
  margin-left: 40px;
}

table.stripe {
  border: 1px solid #666666;
}

table.stripe tbody tr td {
  padding: 3px 8px;
  border-left: 1px solid #D9D9D9;
}
	
table.stripe tbody tr.selected td {
  background-color: #3d80df;
  color: #ffffff;
  font-weight: bold;
  border-left: 1px solid #346DBE;
  border-bottom: 1px solid #7DAAEA;
}

table.stripe tbody tr.selected td a {
  color: #fff;
  text-decoration: underline;
}

/* code listings */

pre.code {
  font-family: "Bitstream Vera Sans Mono", "Courier New", Courier;
  font-size: 1em;
  font-weight: normal;
  white-space: wrap;
  margin-left: 20px;
  margin-right: 0px;
  padding: 5px;
  border-left: 3px solid #fff;
  color: #544554;
}

.code-string {color: #999;}
.code-comment {color: #a5504d;}
.code-keyword {color: #9a4fa5;}
.code-parameter {color: #000066;}
.code-identifier {color: #4da2a5;}

/* headings */

h1, h2, h3, h4, h5, h6 {
  color: #006600;
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 100%;
}

h1.title {
  display: none;
}

h1 {
  margin-top: 25px;
  font-size: 1.4em;
  border-bottom: 1px solid #ccc;
}

h2 {
  margin-top: 25px;
  font-size: 1.2em;
  border-bottom: 1px dashed #ccc;
}

/* auto complete */

.auto-complete {
  width: 350px;
  background: #fff;
}

.auto-complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}

.auto-complete ul li {
  margin:0;
  padding:3px;
  background: none;
}

.auto-complete ul li.selected { 
  background-color: #ffb; 
}

.auto-complete ul strong.highlight { 
  color: #800; 
  margin:0;
  padding:0;
}

/* seekbar */

#seekbar-container {
  display:block; 
  position:relative;
  margin: 0px; 
  padding:0px;
  width: 514px;
  height: 20px;
  background-color: #006600;
  border-left: 2px solid #85aa7f;
  border-right: 2px solid #85aa7f;
}
		
#seekbar {
  display:block; 
  position:relative;
  margin: 0px; 
  padding:0px;
  left: 6px; 
  top: 7px;
  width: 500px; 
  height:6px;
  background-color: #4B7F42;
  /* cursor: pointer; */ 
}

#seekbar-foreground {
  display: block; 
  position: absolute;
  margin: 0px; 
  padding: 0px;
  left: 0px; 
  top: 0px;
  width: 500px; 
  height: 5px;
  background-color: #82AC7C;
}
				
#seek-button {
  display:block; 
  position:relative;
  margin: 0px; 
  padding: 0px;
  width: 20px; 
  height: 6px;
  background-color: #4B7F42;
}

.spacer {
  margin: 0px;
  padding: 0px;
}

