/* the main body */

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

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 0px;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
  color: #333;
}

img {
  border: none;
}

img.absmiddle {
  vertical-align: middle;
}

input.absmiddle {
  vertical-align: middle;
}

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

a:hover {
  text-decoration: none;
}

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

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

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

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

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

/* bfly specifik */


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

/* main area */

#main-area {
  float: left;
  display: block;
  width: 512px;
}

#video-content {
  background-color: #333333;
  color: #fff;
  text-align: center;
  height: 288px;
  vertical-align: middle;
  border: none;
  overflow:  hidden;
}

#video{
  top: 0px; left: 0px;
  margin: 0px; padding: 0px;
}

#controls_bar_filler{
  margin-right: 1px;
}

#ImageFullScreen{
  margin-left: 1px;
}

/* video controls */

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

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

.mute-btn{ 
 }

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

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

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

#video-player-footer {
  height: 15px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  vertical-align: middle;
  /*background-image:  url("/static/images/bfly_demo/footer_background.gif");
  background-repeat:  repeat-x;
  background-position: 0px 1px;*/
}


#video-player-controls {
	
	position:  absolute;
	display:  block;
	top: 288px;
	margin: 0px;
	border: 0px;
	
}

/* seekbar */

#seekbar-container {
	
	position:  relative;
	display:  block;
	left:  85px;
	width:  410px;
	height:  15px;
}

#seekbar {
  display:block; 
  position:relative;
  margin: 0px; 
  padding:0px;
  left: 9px; 
  top: 6px;
  width: 410px; 
  /* cursor: pointer; */ 
  overflow:  hidden;
}

#seekbar-foreground {
  display: block; 
  position: absolute;
  left: 0px; 
  top: 0px;
  width: 406px; 
  height: 5px;
  background-color: #cdcdcd;
}
				
#seek-button {
  display:block; 
  position:relative;
  /*margin-left: -5px;*/
  width: 20px;
  height: 5px;
  background-color: #ababab;
}

#progress {
  display: block;
  position: absolute;
  top: 4px;
  padding: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: #F7931D;
  z-index: 5000;
}

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

