div.auto_complete {
  background: lightgray;
}

div.auto_complete ul {
  padding: 2px;
  margin: 0px;
  list-style: none;
}

div.auto_complete ul li {
  padding: 0px;
  margin: 0px;
}

div.auto_complete ul li.selected {
  background: gray;
}

form.button-to {
  display: inline;
}

table.transcoding_server_info tr td {
  font-size: 80%;
}

pre.console{
  background-color: black;
  color: gray;
}

/* 
Author: Reid Knorr 
Site: http://www.elogixdesign.com/
Version: LiteAdmin v1.0
Date: Released September 2008
*/

body, html {
  padding: 0;
  margin: 0;
}

body {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 14px;
}

a {
  color: #000;
  outline: none;
}

img {
  border: none;
}

h1, h1 a {
  color: #669933;
  text-decoration: none;
  margin-top: 0px;
}

h2, h2 a {
  color: #669933;
  clear: left;
  text-decoration: none;
}

h3, h3 a {
  color: #777777;
  font-size: 18px;
  text-decoration: underline;
}

#header {
  width: 100%;
  eight: 110px;
  background: #000 url('../images/header_bg.png') repeat-x bottom;
  float: left;
}

#user_actions a {
  color: #669933;
}

#user_actions a:hover {
  text-decoration: none;
}

#user_actions {
  float: right;
  padding: 5px;
  /* background: #444444; */
  color: #ffffff;
  font-size: 14px;
  margin-top: 72px;
}

.wrapper {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

#logo {
  float: left;
  width: 372px;
  height: 99px;
  background: url('../images/logo.png') no-repeat;
  margin-top: 5px;
}

#nav {
  width: 100%;
  height: 65px;
  background: url('../images/nav_bg.png') repeat-x;
  loat: left;
  clear: both;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#nav li {
  float: left;
}

#nav ul li a {
  display: block;
  padding: 16px 20px 15px 20px;
  color: #777777;
  font-size: 18px;
  text-decoration: none;
  border-left: 1px solid #bbbbbb;
}

#nav ul li a:hover {
  background: url('../images/nav_bg_active.png') repeat-x;
  color: #444444;
}

#nav ul li.first a {
  border: 0;
}

#nav ul li a.active {
  background: url('../images/nav_bg_active.png') repeat-x;
  color: #444444;
}

#nav ul li a.active:hover {
  background: url('../images/nav_bg_active.png') repeat-x;
  color: #777777;
}

#breadcrumbs {
  width: 944px;
  border-bottom: 1px solid #EAEAEA;
  color: #777777;
  font-size: 16px;
  clear: both;
  margin: -12px 0px 0px 0px;
  padding: 0px 3px;
  font-weight: normal;
}

#breadcrumbs ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  height: 30px;
}

#breadcrumbs ul li {
  display: inline;
  float: left;
  height: 30px;
}

#breadcrumbs ul li a, #breadcrumbs ul li span {
  height: 30px;
  line-height: 30px;
  display: block;
  padding: 0pc 16px 0px 8px;
  white-space: nowrap;
}

#breadcrumbs ul li a {
  text-decoration: none;
  color: #669933;
  background: url('/images/bc_separator.png') no-repeat right center;
}

#content {
  width: 950px;
  float: left;
  clear: both;
  margin-top: 10px;
}

#content.loading {
  background: url(/images/loadinfo.net.gif) no-repeat center center;
  height: 150px;
}

#sidebar {
  float: right;
  width: 250px;
  margin-right: 5px;
  margin-top: 20px;
}

#footer {
  width: 100%;
  color: #777777;
  border-top: 1px solid #cccccc;
  float: left;
  clear: both;
  font-size: 12px;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}

.success {
  padding: 10px;
  margin: 5px 0px;
  background-color: #90B966;
  border: 1px solid #006600;
  color: #333;
}

.error {
  padding: 10px;
  margin: 5px 0px;
  background-color: #D5836F;
  color: #333;
  border: 1px solid #990000;
}

.info {
  padding: 10px;
  margin: 5px 0px;
  background-color: #E7EE77;
  color: #333;
  border: 1px solid #990000;
}

.heading_green {
  padding: 5px;
  /*margin: 5px 0px;*/
  background: #669933;
  border-right: 1px solid #006600;
  border-bottom: 1px solid #006600;
  border-top: 1px solid #009900;
  border-left: 1px solid #009900;
  color: #eeeeee;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.heading_gray {
  padding: 5px;
  margin-top: 10px;
  background: #aaaaaa;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  color: #ffffff;
}

.sidebar-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sidebar-list ul li {
  color: #000000;
  background: #e5e5e5;
  margin-top: 1px;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
}

.sidebar-list ul li:last-child {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: none;
}

.sidebar-list ul li a {
  padding: 6px;
  color: #000000;
  display: block;
  text-decoration: none;
}

.sidebar-list ul li a:hover {
  background: #eeeeee;
}

/*Table Styles*/
#mytable {
  width: 650px;
  padding: 0;
  margin: 0;
}

caption {
  padding: 0 0 5px 0;
  width: 100%;   
  font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}

table tr {
  border-left: 1px solid #cccccc;
}

table tr th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background: #CECECE;
}

table tr th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #cccccc;
  background: none;
}

table tr td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #669933;
  font-size: 12px;
}


table tr.alt td {
  background: #eeeeee;
  color: #797268;
}

table tr th.spec {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #fff url(../images/bullet1.gif) no-repeat;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table tr th.specalt {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #f5fafa url(../images/bullet2.gif) no-repeat;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #797268;
}

/* Form Styles */
input {
  border: 1px solid #cccccc;
  height: 18px;
  font-size: 14px;
}

.fieldWithErrors * {
  background-color: #FDD;
}

textarea {
  border: 1px solid #cccccc;
  font-size: 14px;
}

label {
  display: block;
  margin: 5px 0px 5px 0px;
}

#navigation_buttons {
  clear: both;
}

button {
  border: 0 none;
  background: transparent;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  cursor: hand;
  outline: none;
  overflow: visible;
}

.button {
  display: inline-block;
  background: url(../images/buttons/button_left.png) no-repeat top left;
  height: 35px;
  padding: 0px 0px 0px 7px;
  text-indent: 0px;
  margin: 0px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.button span {
  display: inline-block;
  background: url(../images/buttons/button_right.png) no-repeat top right;
  height: 27px;
  padding: 4px 13px 4px 5px;
  margin: 0px;
  line-height: 27px;
  color: #f5faf0;
  text-shadow: #517828 1px 1px 2px;
  font-family: Helvetica, "Helvetica Neue", sans-serif;
  font-weight: bold;
  font-size: 14px;
  min-width: 60px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}

/* Firefox 2 only */
.button, x:-moz-any-link {
  display: table-cell;
}
/* Firefox 2 only */
.button span, x:-moz-any-link {
  display: table-cell;
}

/* Other browsers */
.botton, .button span, x:-moz-any-link, x:default {
  display: inline-block;
}

.button:hover, button:hover .button {
  background-position: left -35px;
}

.button:hover span, button:hover .button span {
  background-position: right -35px;
  color: #EFF3EA;
}

button[disabled] {
  cursor: default;
}

button[disabled] .button {
  background-position: left -70px;
  cursor: default;
}

button[disabled] .button span {
  background-position: right -70px;
  cursor: default;
  text-shadow: #666 1px 1px 2px;
}

.mediumlength {
  width: 230px;
}

.longlength {
  width: 330px;
}

/* Sections */

div.section {
  clear: both;
  background: #F7F7F7;
  float: left;
  margin-bottom: 20px;
  padding: 16px;
  -opera-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 918px;
}

div.section h2 {
  padding: 0px;
  margin: 0px 0px 10px;
}

div.section div.content {
  float: left;
  clear: left;
}

div.with_sidebar div.content, div.with_sidebar h2 {
  float: left;
  width: 608px;
}

div.section div.sidebar {
  float: right;
  margin-right: 5px;
  width: 300px;
}

div.section div.actions {
  padding-top: 10px;
  clear: left;
  width: 608px;
}

div.section div.actions a {
  clear: none;
  margin: 0px 5px 0px 0px;
}


#welcome_note * {
  color: #8E909A;
  clear: both;
  width: 100%;
}

#welcome_note h1 {
  font-size: 500%;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 5px;
}

#welcome_note h2 {
  font-size: 300%;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 5px;
}

#welcome_note .instruction {
  font-size: 200%;
  font-weight: bold;
  padding: 0px;
  margin: 0px 0px 20px;
}

#welcome_note .tip {
  font-size: 90%;
  font-style: italic;
  padding: 0px;
  margin: 0px 0px 20px;
}

#feeds {
  width: 500px;
}

#feeds dt {
  font-weight: bold;
}

#feeds dd {
  margin: 0px 0px 10px 0px;
}

#feeds dd input{
  margin: 0px;
  width: 490px;
  padding: 4px;
}

#mini_stats div {
  float: left;
  width: 306px;
}

#mini_stats div * {
  float: left;
  width: 148px;
  height: 44px;
  margin: 0px;
  color: #777777;
}

#mini_stats div h3 {
  text-align: right;
  font-size: 12px;
  line-height: 45px;
  text-decoration: none;
  padding-left: 5px;
}

#mini_stats div p {
  text-align: left;
  font-size: 42px;
  text-indent: 20px;
  font-weight: bold;
}

.tag_cloud a {
  text-decoration: none;
  padding: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tag_cloud a:hover { text-decoration: underline; }
.tag_cloud a.selected { background-color: #BBB; }
.tag_size_1 {font-size: 75%;}
.tag_size_2 {font-size: 100%;}
.tag_size_3 {font-size: 125%;}
.tag_size_4 {font-size: 150%;}

table.plans {
  background: #222 url(../images/login_bg.jpg) no-repeat top left;
  padding: 15px 20px 20px;
  border: 1px solid #333;
  -opera-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
  margin: 20px auto;
  -webkit-box-shadow: 0px 0px 75px #AAA;
}

table.plans td, table.plans th {
  background: none;
  border: none;
  width: 90px;
  height: 40px;
  font-size: 120%;
  text-align: center;
}
table.plans td {
  border-bottom: 1px solid #555;
}

table.plans .label {
  width: 125px;
  text-align: left;
}

table.plans tr.names th {
  color: #FFF;
}

table.plans tr.actions td {
  border: none;
}
table.plans tr.actions td.current {
  font-size: 80%;
}

table.plans .current {
  color: #FFF;
}

.black_box {
  background: #222 url(../images/login_bg.jpg) no-repeat top left;
  padding: 15px 20px 20px;
  border: 1px solid #333;
  -opera-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 120%;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 75px #AAA;
}

#large_loginbox {
  width: 620px;
  margin: 10% auto;
}

#large_loginbox div.header {
  margin: 0 0 10px;
  height: 30px;
  line-height: 28px;
  padding: 0 6px;
}

#large_loginbox form{
  padding: 0px;
  margin: 10px 0 0;
  text-align: right;
  clear: both;
}

#large_openid_url_input {
  background: #EEE url(../images/openid_med_logo.png) no-repeat 4px;
  text-indent: 32px;
  border: 1px solid #555;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #462;
  margin: 10px 0px 0px;
  padding: 4px;
  font-size: 180%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "sans-serif";
  display: block;
  width: 610px;
  height: 40px;
}

#large_loginbox div.providers {
  margin-top: 5px;
  font-size: 65%;
  text-align: left;
  text-indent: 10px;
  color: #DDD;
}

#large_loginbox div.providers a {
  color: #DDD;
  line-height: 17px;
  text-decoration: none;
}

#large_loginbox div.providers a:hover {
  text-decoration: underline;
}

#large_loginbox div.providers a img {
  vertical-align: middle;
  padding: 0px 2px 0px 1px;
}

#ads {
  margin: 20px 0;
}

#ads_inner {
  text-align: center;
}

#ads_inner {
  margin: 0px auto;
}

.box{
  border: 1px solid #555;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;  
  float: left;
  width: 100%;
  padding: 5px;
}

#podcast_list{
  list-style-type: none;
  float: left;
  padding: 0px;
  margin: 0px;
}

#podcast_list li{
  float: left;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#podcast_list li a {
  margin: 7px;
  padding: 0px;
  background-color: #F7F7F7;
  background-position: center 10px;
  background-repeat: no-repeat;
  -opera-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 146px;
  width: 121px;
  overflow: hidden;
  display: block;
  line-height: 17px;
}

#podcast_list li a:hover {
  background-color: #E6E6E6;
  -webkit-box-shadow: 0px 0px 4px #888;
}

#podcast_list li div {
  width: 121px;
  height: 110px;
}

#podcast_list li.smart_channel div {
  background: url(../images/smart_channel_stamp.png) no-repeat top right;
}

#podcast_list li div.create_new_div{
  border: 1px dashed #555;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin: 10px 10px 0 10px;
  width: 100px;
  height: 100px;
  background-position: center center;
}

#podcast_stats{
  float: left;
  margin: 0px 0px 12px;
}

#podcast_stats div{
  float: left;
}

h2{
  clear: both;
}

h2.expandable {
  margin-left: -20px;
}

h2.expandable img{
  border: 0;
  padding: 1px;
}

h2.expandable a {
  text-decoration: none;
  color: #669933;
}

.post .meta, .comment .meta{
  font-weight:bold;
}



#infobar {
  padding: 0px;
  margin: 0px;
  width: 950px;
  color: #555;
  clear: both;
  float: left;
}

#infobar div.error, #infobar div.success, #infobar div.info, #infobar div.progress_bar {
  margin: 0px;
  padding: 2px 10px;
  border: none;
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 32px;
  background-image: url(/images/infobar_bg.png);
  background-repeat: repeat-x;
}

#infobar div.error:last-child, #infobar div.success:last-child, #infobar div.info:last-child, #infobar div.progress_bar:last-child {
  border-bottom: none;
}

#infobar a.close {
  float: left;
  margin: 0px 8px 0px 4px;
  text-indent: -5000px;
  text-decoration: none;
  width: 15px;
  background: url(/images/infobar_close.png) no-repeat 0px center;
  
}

#infobar a.close:hover {
  background-position: -16px center;
}

#infobar div.progress_bar {
  padding: 0px;
  background-color: #E7EE77;
}

#infobar div.progress_bar div.bar {
  height: 36px;
  background-color: #90B966;
  background-image: url(/images/infobar_bg.png);
  background-repeat: repeat-x;
  position: absolute;
}

#infobar div.progress_bar div.text {
  width: 900px;
  height: 32px;
  padding: 2px 10px;
  position: relative;
}

#flash_container {
  clear: both;
  float: left;
}

.swfupload {
  z-index: 100;
  position: relative;
}


/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align:left;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.navbarHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}