input.FormText, select.FormSelect, textarea.FormTextArea {
	padding:2px;
  background-color:white;
  border: 1px solid #85A5EF;
}

textarea.FormTextArea {
	width:99%;
}

input.FormText, select.FormSelect {
	height:14px;
}

table.ZebraTable tr.dark,
table.DataTable tr.dark,
table.DataTable td.dark {
	background: #EBEBEB;
}

table.ZebraTable tr.light,
table.DataTable tr.light,
table.DataTable td.light { 
	background: white;
}

html div.GalleryThumbnail {
	overflow: visible;
}

* html div.GalleryThumbnail div.wrapper {
	position: static;  
	top: auto; 
	left: auto;
}

* html div.GalleryThumbnail a {
	position: static;  
	top: auto; 
	left: auto; 
}

div.GalleryThumbnail {
	padding: 5px;
}

#EditorContainer {
	padding:0;
	margin:0;
	background: url(../images/editor_back.jpg) repeat-x top;
	height:54px;
	text-align:left;
	color:#666;
	font-family:Verdana, Arial;
}

.EditorLogo {
	position:absolute;
	top:24px;
	left:13px;
}

.EditorTip {
	float:right;
	font-size:9px;
	color:#FFF;
	margin:3px 10px;
	clear:both;
}

#EditorMenu {
	list-style:none;
	float:right;
	padding:8px 0 0 0;
	margin:0;
	clear:both;
}

#EditorMenu li {
	list-style:none;
	display:inline;
	float:left;
	padding:3px 10px;
	margin:0;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	font-size:11px;
	font-weight:bold;
}

#EditorMenu li a{
	color:#666;
	text-decoration:none;
}

#EditorMenu li a:hover{
	color:#000;
}

#EditorMenu li.Last {
	margin:0;
	padding:0;
	border:none;
	width:0px;
	height:0;
}

.vButton {
	margin-top:2px;
	margin-bottom:-2px;
}
