﻿
body.editor 
{
    text-align: left;
}
div.htmlContainer 
{
	/* display: inline-block; */
	margin: 10px 0px;
	background-color: #666666;
}
div.htmlEditor
{
	border: 1px solid #999999;
	padding: 5px;
	background-color: black;
	overflow: scroll;
}
div.htmlToolbar 
{
	background-color: #666666;
	padding: 0px 2px;
}
div.htmlToolbar .button
{
	padding: 2px;
	margin: 2px -1px;
}
div.htmlToolbar .buttonOver
{
	margin: 2px -1px;
	padding: 1px;
	border: 1px solid white;
	cursor: hand;
}
div.htmlToolbar .buttonDown
{
	margin: 2px -1px;
	padding: 2px 0px 0px 2px;
	border: 1px solid white;
	background-color: #999999;
	cursor: hand;
	
}
div.htmlToolbar .divider 
{
	padding: 2px 0px;
	margin: 2px -1px;
}
div.htmlToolbar .dropdown
{
	margin: 4px 0px 2px 2px;
	float: left;
}
div.htmlToolbar label
{
	color: White;
}
.tabControl a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.tabControl a:hover 
{
	text-decoration: underline;
}
.tabs a {
	white-space: nowrap;
}
.designer 
{
	font-weight: bold;
}
.designer a 
{
	color: #dbad27;
	text-decoration: none;
}
.designer a:hover 
{
	text-decoration: underline;
}
label 
{
	color: #666666;
	font-weight: bold;
}
.formSection 
{
	padding: 3px;
	display: block;
	background-color: #eeeeee;
	margin: 10px 0px;
}
.listPicker
{
	padding: 3px;
	background-color: #eeeeee;
	clear: both;
	margin: 10px 0px;
	display: inline-block;

}
.listPicker p
{
	padding: 3px 0px 6px 0px;
	margin: 0px;
}
.listPickerListContainer 
{
	float: left;
	width: 250px;
}
.listPickerList 
{
	width: 250px;
}
.listPickerButtonContainer
{
	float: left;
	text-align: center;
	width: 45px;
}
.listPickerButton 
{
	width: 25px;
}
.tabPage 
{
	margin: 3px 0px;
	border-top: 2px solid #666666;
	display: inline-block;
}.headerStyle td
{
	color: #666666;
	font-weight: bold;
	border-bottom: 2px solid #666666;
}
.footerStyle td
{
	color: #666666;
	font-weight: bold;
	border-top: 2px solid #666666;
}

.itemStyle td, .row td
{
    border-bottom: 1px solid #CDD4E3;
    cursor: hand;
}
.alternatingItemStyle 
{
	background-color: #eeeeee;
}
.selectedItemStyle 
{
	background-color: #00CCFF;
}
#contextMenu {
    display: none;
    width: 180px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-right: 5px solid #999999;
    position: absolute;
    text-align: left;
    z-index:10000;
}
.menuItem {
    padding: 3px 10px;
}
.menuItemOver {
    background-color: #cccccc;
    padding: 3px 10px;
}