html
{
	width: 100%;
	height: 100%;
}

body
{
	font-size: 9pt;
	font-family: Tahoma, Arial, helvetica;
	margin: 0;
	padding-top: 0px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	overflow: hidden;
	background-color: white;
}

img
{
	border-width: 0px;
}

input
{
	font-size: 13px;
	font-family: Tahoma, Arial, helvetica;
}

a
{
	font-family: Tahoma,Arial, Helvetica, sans-serif;
}

a:link
{
	text-decoration: underline;
	color: #003399;
}

a:visited
{
	text-decoration: underline;
	color: #003399;
}

a:hover
{
	text-decoration: underline;
	color: #003399;
}



/*td.SelectSeries
{
	font-size: 10pt;
	font-family: Tahoma,verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #00498b;
}*/
div.SelectSeries
{
	font-size: 10pt;
	font-family: Tahoma,verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #00498b;
}

/*td.SelectSeries div.Comment
{
	font-style: italic;
	font-size: 7pt;
	white-space: nowrap;
}*/
div.SelectSeries div.Comment
{
	font-style: italic;
	font-size: 7pt;
	white-space: nowrap;
}

table.Combos td
{
	padding-right: 7pt;
	font-size: 10pt;
	font-family: Tahoma,verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	color: Black;
}

div.UpdateProgressAJAX
{
	text-align: center;
	width: 160px;
	height: 40px;
	background-color: #eeeeee;
	border: 1px solid black;
	font-size: 10pt;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #00498b;
	position:absolute;
	z-index:64535;
}

div.UpdateProgress
{
	position: absolute;
	text-align: center;
	width: 160px;
	height: 40px;
	background-color: #eeeeee;
	border: 1px solid black;
	font-size: 10pt;
	font-family: Tahoma,verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #00498b;
}

div.CombosUpdateProgressTable
{
	width:100px;
	position: absolute;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top: 20px;
	font-size: 10pt;
	font-family: Tahoma,verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #00498b;
}

div.CombosUpdateProgress
{
	width:100px;
	position: absolute;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 10pt;
	font-family: Tahoma,verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #00498b;
}

div.Cover
{
	position: absolute;
	/*background: black;*/
	/*visibility: hidden;*/
	display:none;
	cursor:wait;
	/*border:solid 5px #000000;*/
}

select.Tables
{
}

select.Tables .NonTerr
{
	color: Silver;
	font-weight:normal;
}

select.Tables .NonLeaf
{
	color: #0065A5;
	font-weight:normal;
}

div.Break
{
	padding: 3pt;
}

.ErrMsg
{
	font-size: 8pt;
	margin-left: 5pt;
	color: Red;
	font-weight: normal;
	visibility: hidden;
}

.ErrMsgtype
{
	font-size: 8pt;
	margin-left: 5pt;
	color: Red;
	font-weight: normal;
}

.ErrAsterisk
{
	color: Red;
	visibility: hidden;
}

.BottomPanel
{
	border-top: solid 2px #004a8b;
}
