<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html
{
    background-color:#ABCAB9;
    font:14px Georgia,Serif;
}
.content
{
    width:861px;
    height:900px;
    margin:auto;
    background-color:white;
    
}
.tabstripFirst
{
    width:100%;
    height:13%;
    background-color:Teal;
    
}
.columnLeft
{
    float:left;
    width:20%;
    background-color:#DEDEAE;
    height:100%;
}
.columnRight
{
 float:left;
 background-color:#7777DE;
 height:100%;
 width:80%;
}
.columnBottom
{
	width:100%;
	height:5%;
	background-color:Red;
	float:left;
}
.HeadingStyle
{
	background-color:#999999;
	text-align:left;
	border:Solid 1px Black;
	padding-left:10px;
}
.SubHeading
{
	margin-left:175px;
	margin-right:0%;
}
.Heading
{
	margin-left:70px;
	margin-right:0%;
}
.UnderSubHeading
{
	margin-left:215px;
	margin-right:0%;
}
.BottomStyle
{
	font-size:x-large;
}
.watermarked
{
	background-color:Silver;
	font-weight:bold;
}
.popupMenu
{
	position:absolute;
    background-color:AppWorkspace;
    border:Solid 1px;
    width:235px;
}
.hoverPopupMenu
{
	background-color:Yellow;
}
.popupDropMenu
{
	position:absolute;
    background-color:AppWorkspace;
    border:Solid 1px;
}
.MenuStyle
{
	height:35px;
	width:100%;
}
.ColumnMenu
{
	width:100%;
	height:35px;
	float:left;
	background-color:Teal;
    border-bottom-style:groove;
    border-bottom-color:#AAAAAA;
    border-top-style:groove;
    border-top-color:#AAAAAA;
}
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color:HighlightTxt;
}
.autocomplete_listItem 
{
	background-color:Olive;
	color:GrayText;
}
.autocomplete_completionListElement 
{  
	visibility:hidden;
	color:windowtext;
	cursor:'default';
	overflow:auto;
	margin:0px;
	margin-left:0px;
	padding-left:0px;
	height:auto;
    list-style-type:none;
}

</pre></body></html>