/*Start WTVR CSS */
input,select { 
  	color: #000000;
}
		
#skipnav {
	display: none;
	}
	
.grey {
  color: #E9E6DF;
}

.footer_icon {
  position: relative;
  top: 8px;
  padding: 0px 10px 0px 10px;
}


a {
  color: #860035;
  text-decoration: none;
}

/* CSS Document */
.skipnav {
  display: none;
}

.pageerror {
  margin-top: 10px;
}

.alert {
  color: #cc0000;
}

.skipper {
  display: none;
}

.shown {
  float: left;
  display: block;
}

.not_shown {
  display: none;
}

#moviewrapper {
  float: left;
}

.tooltip {
  font-size: 11px;
  background: #ffffcc;
  border: 1px solid #ccc;
  padding: 4px;
  width: 200px;
  text-align: left;
}

.wtvr_spacer_image {
  clear: both;
  float: left;
  height: 1px;
	display: none;
}

.white {
  color: #fff;
  }

.listitem {
  clear: both;
  float: left;
  width: 99%;
  padding: 3px;
  border-bottom: 1px solid grey;
  text-align: left;
}

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


p {
  margin-bottom: 20px;
}

h2 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 20px;
}

h3 {
  font-weight: normal;
  font-size: 16px;
}

#content {
	width:600px;
	margin:0px auto;
	text-align:left;
	}

#toc {
	padding:12px;
	border:1px dashed #333;
	background-color:#eee;
}


/*******************************************************************************
  Admin Component
*******************************************************************************/

#wtvr_toggle {
  position: fixed;
  background: #cccccc;
  z-index: 1000;
  width: 100px;
  height: 16px;
  bottom: 10px; 
  left: 10px;
  filter:alpha(opacity=25);
  -moz-opacity:.25;
  opacity:.25;
}

#wtvr_control, #wtvr_debug {
  position: fixed;
  background: #cccccc;
  z-index: 1000;
  width: 98%;
  bottom: 30px; 
  left: 10px;
  filter:alpha(opacity=25);
  -moz-opacity:.50;
  opacity:.50;
  border: 1px solid black;
  display: none;
}
.table_control {
  padding: 5px;
}
.text_control {
  font-size: 10px;
}
#wtvr_debug
 {
  bottom: 130px !important;
}

.dojoxFloatingPane {
  position: absolute;
  z-index: 10000 !important;
  top: 20px;
  left: 20px;
}

.dojoxFloatingPaneCanvas {
	padding: 10px;
}

#copyscaffmod_floatingPane,#addpage_floatingPane,#copypage_floatingPane,#addmodule_floatingPane,#copymodule_floatingPane,#modpage_floatingPane, #modmod_floatingPane, #modcontent_floatingPane {
  width: 600px;
  height:350px;
  text-align:left;
	font-size: 10px;
  border: 1px solid grey !important;
}

#addpage .row .col1, #modpage .row .col1{
  width: 70px;
}

#addpage .row .col2, #modpage .row .col2 {
  width: 205px;
}

#addpage .row .col4, #modpage .row .col4 {
  width: 80px;
  margin-right: 5px;
}

#addpage .row .remove, #modpage .row .remove {
  width: 20px;
}

#addpage .row .inputarea,#addpage .row .inputarea_error, #modpage .row .inputarea,#modpage .row .inputarea_error {
  width: 250px;
}

#modcontent .row .inputhuge,#modcontent .row .inputhuge_error {
  width: 550px;
  height: 600px;
}

#addpage .row .inputtiny,#addpage .row .inputtiny_error,#modpage .row .inputtiny,#modpage .row .inputtiny_error {
  width: 40px;
}

#addpage .row .shortselect,#addpage .row .shortselect_error, #modpage .row .shortselect,#modpage .row .shortselect_error {
  width: 80px;
}

#addpage .row .col4,#modpage .row .col4 {
  width: 18px;
  height: 18px;
}

#version_number {
  position: fixed;
  background: #eee;
  z-index: 1000;
  width: 100px;
  height: 36px;
  bottom: 14px; 
  right: 10px;
  text-align: right;
  color: #000;
  filter:alpha(opacity=25);
  -moz-opacity:.25;
  opacity:.25;
}

/*End WTVR CSS */