﻿html
{
overflow-x:none;	
}

body 
{
background-color:white;
margin-left:0px;
margin-left:0px;
padding-left:0px;
font-family:Verdana;
font-size:8pt;
color:black;
}

a 
{
font-family:Verdana;
color:#f9461c;
text-decoration:none;
}

h1
{
font-family:Verdana;
font-size:14px;
font-weight:bold;
color:#417826;
}

h2
{
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#417826;
}


.smtext
{
font-family:Verdana;
color:#444444;
font-size:8pt;
font-weight:bold;
}

.StdText
{
font-size:11px;
font-family:Verdana;
text-decoration:none;
color:Black;
}

.StdTextBlue
{
font-size:11px;
font-family:Verdana;
text-decoration:none;
color:#444444;
}

.watermarked
{
background-color:white;
filter:alpha(opacity=10);
opacity:0.1;
MozOpacity:0.1;
cursor:wait;
}

.unwatermarked
{
}

.whitetext
{
font-family:Verdana;
color:#444444;
font-size:8pt;	
}

table { color:black;}
div { color:black;}


.CheckBoxChecked
{
background: url(../images/Checked.gif);  
width:13px;
height:13px;
}

.CheckBoxUnChecked
{
background: url(../images/UnChecked.gif);  
width:13px;
height:13px;
}

.CheckBoxUnDefined
{
background: url(../images/UnDefined.gif);  
width:13px;
height:13px;
}


.ExtendedCategoryPanel
{
background-color:#417826;
vertical-align:top;
border:solid 1px black;
overflow:auto;
width:435px;
height: 461px;
position:absolute;
}
.ExtendedCategoryPanelCaption
{
	width:100%;
	color:White;
}

.ExtendedCategoryPanelInnerDiv
{
	background-color:White;
	height: 400px;
}


