/*  
 *  File:  $Workfile: v3.css$
 *         $Revision: 1$
 *
 *  Date:  $DateUTC: 2007-03-29 19:28:24Z$
 *
 *  Brief: On2 Flix Publisher advanced sample
 *         (stylesheet for sample4b.html)
 *
 *******************************************************/

html * {
  margin: 0;
  padding: 0;
}

/*** Default text link behavior ***/

a:link,
a:visited {
  color: #00458a;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
}

/*** End default text link behavior ***/

/*** Basic page styles; font size normalization ***/

body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000000
}

/*** noscript ***/

.warn_js {
  color: #a60000;
}
.menu_link {
  margin: 0 auto;
  text-align: right;
}

/*** publisher holder ***/
#div_plugin_holder {
}
/*** publisher holder ***/

/*** button holder, for buttons that hang about under the plug-in holder ***/
div#form_player {
	text-align: center;
	margin-right: 50px;
	padding-top: 20px;
}

.hidden {
  display: none;
  visibility: hidden;
}

/*** status ***/
div#status_container { 
  font: bold;
  width: 320px;
  height: 30px;
  margin: 5px 0 0 0;
  padding-top: 8px;
  
}
div.status {
  display: inline;
  padding: 1px 1px 1px 1px;
}
div.col_l {
  margin-left: 12px;
  margin-right: 66%;
}
div.col_m {  
  margin-left: -50%;
  margin-right: 33%;
}
div.col_r {  
  margin-left: -10%;
  margin-right: 5px;
}

#div_file_info {  
  font-weight:bold;
  width: 200px;
  height: 200px;  
  padding: 15px 5px 2px 5px;
  margin: 10px 0 10px 0;
}

.fi {
  margin-left: 5px;	
  font: bold;  
}

#file_str,#video_str,#audio_str {
  font: bold; 
}

.ti {   
  margin-top: 2px;
  margin-bottom: 2px;  
  width: 200px;
  vertical-align: middle;
}

#div_es_buttons {
  clear: both;
  padding-top: 5px;
  text-align: right;
}

.rbtn {
  vertical-align: middle;
}

hr.clear {
  visibility: hidden;
}

#debug_div {
 border: inset thin;
 background-color: white;
 font: 1em Courier;
 width: 99%;
 margin: 1% 2px;
 padding: 1% 2px;
 height: 200px;
 overflow: auto;
 text-align: left;
 float: clear;
}
