﻿body
{
	margin: 10px;
}
td
{
	font-family: verdana;
	font-size: 10pt;
}
select, input, textarea
{
	font-family: Verdana;
	font-size: 8pt;
}
a:link
{
	color: #444444;
	font-style: italic;
	text-decoration: none;
}
a:visited
{
	color: #444444;
	text-decoration: none;
}
a:hover
{
	color:#FF8C00;
	text-decoration: underline;
}
.barText 
{
	FONT-SIZE: 12pt; COLOR: white; FONT-FAMILY: arial
}
.smallTextWhite 
{
	FONT-SIZE: 8pt; COLOR: white; FONT-FAMILY: arial
}
.datagrid1
{
	border-right: #999999 1px solid;
	padding-right: 4px;
	border-top: #999999 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	margin: 0px;
	border-left: #999999 1px solid;
	padding-top: 4px;
	border-bottom: solid;
	background-color: white;
} 
.alternating1
{
	BACKGROUND-COLOR:#DCDCDC;
}
.normalitem1
{
	background-color: #eeeeee;
}
.headerstyle1
{
	font-weight: bold;
	color: White;
	background-color: #000084;
}
.footerstyle1
{
	color: black;
	background-color: #cccccc;
}
.pagestyle1
{
	color: black;
	background-color: #999999;
	text-align: center;
}
.alternating2
{
	background-color: #EEE8AA;
}
.normalitem2
{
	background-color: #F5F5DC;
}
.headerstyle2
{
	font-weight: bold;
	color: White;
	background-color: #A52A2A;
}
.footerstyle2
{
	color: black;
	background-color: #cccccc;
}
.pagestyle2
{
	color: black;
	background-color: #999999;
	text-align: center;
}
.alternating33
{
	background-color: #EEE8AA;
}
.alternating3
{
}
.normalitem33
{
	background-color: #F5F5DC;
}
.normalitem3
{
}
.headerstyle3
{
	font-weight: bold;
	color: white;
	background-color: #4A3C8C;
}
.footerstyle3
{
	color: #000066;
	background-color: White;
}

.alternating0
{
}
.normalitem0
{
}
.headerstyle0
{
}
.footerstyle0
{
}

.alternatingNav1
{
	BACKGROUND-COLOR:#F7F7F7;
	text-align: center;
}
.normalitemNav1
{
	color: #4a3c8c;
	background-color: #e7e7ff;
	text-align: center;
}
.headerstyleNav1
{
	font-weight: bold;
	color: #F7F7F7;
	background-color: #4A3C8C;
}
.footerstyleNav1
{
	font-weight: bold;
	color: #F7F7F7;
	background-color: #4A3C8C;
}

.alternatingNav
{
	font-size: smaller;
	text-align: center;
}
.normalitemNav
{
	font-size: smaller;
	text-align: center;
}
.headerstyleNav
{
	font-weight: bold;
	color: #F7F7F7;
	background-color: #4A3C8C;
}
.footerstyleNav
{
	font-weight: bold;
	color: #F7F7F7;
	background-color: #4A3C8C;
}

.TreeRootStyle A:link {color: white;}
.TreeRootStyle A:visited {color: white;}
.TreeRootStyle A:active {color: white;}
.TreeRootStyle A:hover {text-decoration: underline; color: red; white-space: normal !important; }

.StaticHoverItem {
   white-space: normal !important; 
}

.InvisibleLabel { display:none;}




.mainTitle
{
    font-size: 12pt;
    font-weight: bold;
    font-family: ËÎÌå;
}
.commonText
{
    font-size: 11pt;
    font-family: ËÎÌå;
}
.littleMainTitle
{
    font-size: 10pt;
    font-weight: bold;
    font-family: ËÎÌå;
}
.TopTitle
{
    border: 0px;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    color: Black;
    display: inline-block;
    width: 100%;    
}
.SelectedTopTitle
{
    border: 0px;
    font-size: 10pt;
    text-decoration: none;
    color: Black;
    display: inline-block;
    width: 100%;
    background-color: White;
}
.ContentView
{
    border: 0px;
    padding: 3px 3px 3px 3px;
    background-color: White;
    display: inline-block;
    width: 390px;
}
.SepBorder
{
    border-top-width: 0px;
    border-left-width: 0px;
    font-size: 1px;
    border-bottom: Gray 1px solid;
    border-right-width: 0px;
}
.TopBorder
{
    border-right: Gray 1px solid;
    border-top: Gray 1px solid;
    background: #DCDCDC;
    border-left: Gray 1px solid;
    color: black;
    border-bottom: Gray 1px solid;
}
.ContentBorder
{
    border-right: Gray 1px solid;
    border-top: Gray 0px solid;
    border-left: Gray 1px solid;
    border-bottom: Gray 1px solid;
    height: 100%;
    width: 100%;
}
.SelectedTopBorder
{
    border-right: Gray 1px solid;
    border-top: Gray 1px solid;
    background: none transparent scroll repeat 0% 0%;
    border-left: Gray 1px solid;
    color: black;
    border-bottom: Gray 0px solid;
}
.formlabel { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.forminput {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	 FONT-SIZE: 9pt;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
       filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
       opacity: 0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
