﻿.content_html_OuterTable {
	width: 100%;
	background-color: #9EBEF5;
}
#content_html_toolbarArea select {
	margin: 0px;
	padding: 0px;
	font: 11px Tahoma,Verdana,sans-serif;
}
.content_html_HtmlBox {
	overflow: auto;
	font-family: Courier New, Courier;
	padding: 4px;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.content_html_DesignBox {
	background-color: #FFFFFF;
	border: 0; 
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.content_html_DesignBox body {
	background-color: black;
}
.content_html_Toolbar {
	margin-bottom: 1px; 
	margin-right: 2px;
	float: left;
	
}


.content_html_Button_Off_Out {
	padding: 1px; 
	background-color: transparent;
}
.content_html_Button_Off_Over {
	
	padding: 0px;
	border-top: 1px solid #000080;	
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;  
	background-color: #FFF4CC;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFF4CC', EndColorStr='#FFFFD091');
}
.content_html_Button_On_Out {
	
	padding: 0px;
	border-top: 1px solid #000080;	
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;  
	background-color: #FFD58C;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFD58C', EndColorStr='#FFFFAD55');
}
.content_html_Button_On_Over {
	
	padding: 0px;
	border-top: 1px solid #000080;	
	border-left: 1px solid #000080;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;  
	background-color: #FE914E;
	
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFE914E', EndColorStr='#FFFFD38E');
}


.content_html_StartTabOn {
	font: 10pt MS Sans Serif;
	padding: 1px;
	border-left: 1px solid #81A9E2;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #81A9E2;
	background-color: #81A9E2;
}
.content_html_StartTabOff {
	font: 10pt MS Sans Serif;
	padding:1px;
	border-left: 1px solid #81A9E2;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #81A9E2;
	background-color: #81A9E2;
}
.content_html_TabOn {
	font: 8pt MS Sans Serif;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #808080;
	border-top: 1px solid #9EBEF5;
	border-bottom: 1px solid #808080;
	background-color: #9EBEF5;
}
.content_html_TabOffRight {
	font: 8pt MS Sans Serif;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #81A9E2;
	background-color: #81A9E2;
}
.content_html_TabOffLeft {
	font: 8pt MS Sans Serif;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
	border-left: 1px solid #808080;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #9EBEF5;
	background-color: #81A9E2;
}
.content_html_EndTab {
	font: 10pt MS Sans Serif;
	width: 100%;
	padding:1px;
	border-left: 1px solid #81A9E2;
	border-right: 1px solid #81A9E2;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #81A9E2;
	background-color: #81A9E2;
}
.content_html_AncestorArea {
	display:none;
	margin-left: 4px;
}
.content_html_AncestorArea a {
	padding: 1px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #808080;	
	color: #000;
	font-family: arial;
	font-size: 11px;
}
.content_html_AncestorArea a:link, .content_html_AncestorArea a:visited, .content_html_AncestorArea a:active {
	background-color: transparent;
	text-decoration: none;
}
.content_html_AncestorArea a:hover {
	text-decoration: none;
	background-color: #316AC5;
	border: 1px solid #fff;
	color:Black;
}