body,textarea,input,select,option,optgroup {
	font: 12px Trebuchet MS, Helvetica, sans-serif;
}

.editor{
  font-size: 12px;
  font-weight: bold;
}

.editor .editor_input_text{
  width: 300px;
}

.editor input[type="password"]{
  width: 300px;
}

.editor textarea{
  width: 300px;
}

.editor img{
  border: 0;
}

.editor .spacer{
  background: #AFBFDF;
  height: 1px;
  width: 100%;
}

.editor .nudge{
  float:left;
  margin-left:10px;
}

.editor .nudge .up{
  cursor: pointer;
  width: 40px;
  height: 20px;
  background: url("/images/sprite.png") no-repeat 0px -750px;
}

.editor .nudge .down{
  cursor: pointer;
  width: 40px;
  height: 20px;
  background: url("/images/sprite.png") no-repeat 0px -800px;
}

.editor .smallText{
  color: #333333;
  font-size: 10px;
}
.editor_helpbox{
  border:1px solid #FFCC00;
  background: #FFFFCC;
  color: #000000;
  text-align:left;
  font-size: 11px;
  font-weight: normal;
  margin: 3px;
  padding: 3px;
}

.editor_tabs{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
}

.editor_tabs_space{
  float: none;
  background: #001720;
  width: 100%;
  height: 3px;
}

.editor_tabs ol{
	margin: 0;
	padding: 0;
}

.editor_tabs .tabs_horiz li{
  margin: 0;
	padding: 0;
	display:block;
	float:left;
	list-style-type:none;
	margin-right:1px;
}
.editor_tabs .tabs_horiz li a{
	display:block;
	text-decoration:none;
	padding: 5px;
	background: #001720;
  border: 1px #001720 solid;
  border-bottom: none;
	color: #ce5100;
}
.editor_tabs .tabs_horiz .selected a{
  background: #001720; 
  color: #ffffff;
}
.editor_tabs .tabs_horiz li a:hover{
	background: #001720;
  color: #63cfff;
}

#freeze_layer{
  z-index:10; 
  position:absolute; 
  top:0px; 
  left:0px;
  visibility:hidden;
  background-color: #000000;
  filter:alpha(opacity=20);
  -moz-opacity:.20;opacity:.20;
}

#box_layer{
  position:absolute; 
  width:500px; 
  height:400px; 
  z-index:20; 
  visibility:hidden;
}
#box_layer table{
  width: 100%;
  border:1px solid #000000;
  background: #293442;
} 
#box_layer td{
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
}
#box_layer .header td{
	color: #000000;
}
#box_layer .close{
  position: absolute;
  top: 4px;
  right: 3px;
  width: 25px;
  height: 15px;
  background: url("/images/sprite.png") no-repeat 0px -300px;
  cursor: pointer;
}
#box_layer .header{
  height: 21px;
	background: url("/images/table-bg-dark.jpg") repeat-x 0px 0px;
}
