.dummy {}

.TabButton
{
	width: 100px;
}
A.TabText {
	font-weight: normal;
	background-color: #2A166F;
	border: 1px solid white;
	color: white;
	text-decoration: none;
	font-family: Arial,Arial MT,Helv,Helvetica,Monaco,MS Sans Serif; 
	font-size: 11px;
	width: 80px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	text-transform: lowercase;
}
A.TabText:hover {
	background-color: gold;
	color: #2A166F;	
	text-decoration: none;
}

body {
	background-color: #ffffff;
	font-family: verdana, geneva, helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; }
td, .dataheading, .label, .colhead, .field {
	font-family: verdana, geneva, helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; }
input, textarea, select {
	font-family: verdana, geneva, helvetica, sans-serif; 
	font-size: 11px;
}

A { text-decoration:none; font-weight:bold  }
A:hover { color:red; text-decoration:underline; }

.databox
{
	BORDER-BOTTOM: #666666 1px solid;
	BORDER-LEFT: #666666 1px solid;
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
	PADDING-BOTTOM: 0;
	PADDING-LEFT: 0;
	PADDING-RIGHT: 0;
	PADDING-TOP: 0;
	BACKGROUND-COLOR: #ffffff;
	border-collapse: collapse;
}
.databackground
{
	BACKGROUND-COLOR: #ffffff;
}
.dataheading, .pageheading, .heading
{
    BORDER-BOTTOM: #666666 1px solid;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    MARGIN: 0px;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 5px;
    PADDING-TOP: 2px;
    BACKGROUND-COLOR: #444444;
    COLOR: #ffffff;
}
.label
{
	BACKGROUND-COLOR: #ffffff;
	border-top : 1px solid #666666;
	border-left : 1px solid #666666;
	padding-left : 5px;
	padding-right : 5px;
	padding-top: 1px;
	padding-bottom: 1px;	
	height: 20px;
}
.colhead {
	BACKGROUND-COLOR: #cccccc;
	border-left : 1px solid #666666;
	padding-left : 5px;
	padding-right : 5px;
	padding-top: 1px;
	padding-bottom: 1px;	
	height: 20px;
}
.labelbackground
{
	BACKGROUND-COLOR: #ffffff;
}
.field
{
	BACKGROUND-COLOR: #F7F4E9;
	border-top : 1px solid #666666;
	border-left : 1px solid #666666;
	padding-left : 5px;
	padding-right : 5px;
	padding-top: 2px;
	height: 20px;
}
.fieldbackground
{
	BACKGROUND-COLOR: #ffffff;
}



.toolbutton
{
	margin='2px';
	border='0px none';
	cursor=hand;
	line-height=19px;
}
.toolbutton_up 
{
	margin='1px';
	border='1px solid navy';
	background-color=#B5BED6;
	cursor=hand;
	line-height=19px;
}
.toolbutton_down
{
	margin='2px 0px 0px 2px';
	border='1px solid navy';
	background-color=#99ccff;
	background-color=#8492B5;
	cursor=hand;
	line-height=19px;
}
.Toolbar {
	height: 180px;
}
.RichEditor
{
	width: 600px;
	height: 160px;
	background: white;
	border: 1px solid #789CB8;
	padding: 2px;
}
.HtmlEditor
{
	width: 600px;
	height: 148px;
	font-family: courier new, courier, monospace;
}
.categoryheading{
	font-weight:bold;
	background-color: #ededed;
	border-top : 1px solid #666666;
	border-left : 1px solid #666666;
	padding-left : 5px;
	padding-right : 5px;
	padding-top: 2px;
	height: 30px;
}
