﻿body {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
}

.MainText
{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
}

.HelpText
{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
}

.EditText
{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
}

.SmallText
{
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 0;
	margin-bottom: 0;
}

.ReadonlyMainText
{
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
	background-color:#ffffff;
	color:Blue;
}

.PageText
{
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;    
}

.PageTextBlue
{
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	text-align:center; 
	color:#00AEEF; 
}

.TextBlue
{
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
	color:#00AEEF; 
}

.TextBlack
{
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	color:Black; 
}

.ScriptText
{
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;    
}

.Hidden
{
    visibility:hidden;
}

.Visible
{
    visibility:visible;
}

.loginCloseOver
{
    text-decoration:'underline';
    cursor: hand;
    font-size:10px;
}

.loginClose
{
    text-decoration:none;
    font-size:10px;
    cursor: hand;
    color:Black;
}

.stats
{
    font-size:1px;
    height:10px;
}

.stats .bar
{
    background-color:Blue;
    height:10px;
    border-width:4px;
    border-color:white;
    border-style:solid;
}

.stats .txt
{
    font-size:10px;
    width:64px;
    text-align:right;
}

.stats .txtv
{
    font-size:10px;
    width:64px;
    text-align:right;
    writing-mode: tb-rl;
    filter: flipv fliph;

}

.stats .cnt
{
    font-size:10px;
    text-align:left;
}

.EditBox
{
    border:none;
    border-bottom:solid 2px white;
    border-right:solid 2px white;
    border-left:solid 2px gray;
    border-top:solid 2px gray;
    font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
}

.DialogTitle
{
 font-family:Arial, sans-serif;
 font-size:11pt; 
 font-weight:bold; 
 color:White;
 cursor:default;
}

.DialogText
{
 font-family:Arial, sans-serif;
 font-size:11pt; 
 font-weight:bold; 
 color:Black;
 cursor:default;
}

.DropMenuFont
{
 font-family:Arial, sans-serif;
 font-size:8pt; 
 font-weight:normal; 
 color:Black;
 cursor:default;
}

.detailcontent
{
	margin: 0 0 2px 2px;
	padding: 2px;
	
	border: solid 1px #ccc;
    overflow: scroll;
    width: 215px;
    height: 250px;
    background-color: #F1F1F1;
    position:absolute;
    display:block;
    font-size:8pt;
}

.bluetable
{
    background-color:#F7FBFF;
    border-color:#D6EFFF;
    border-style:solid;
    border-width:1px;
}

.whitetable
{
    background-color:White;
    border-color:#D6EFFF;
    border-style:solid;
    border-width:1px;
}


.menuTable tr td
{
	width:70px;
}

.menuTable tr td a
{
	color:White;
	text-decoration:none;
}

.menuTable tr td a:hover
{
	color:White;
	font-weight:bold;
}

.hiliteTDItem
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}


.InfoTextBlue
{
	font-family: Arial, sans-serif;
	font-weight:lighter;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	text-align:center; 
	color:#00AEEF; 
	font-weight:bold;
}

.menu2container {
	position: relative;
	width: 800px;
}

.menu2label, .menu2link {
	float: right;
	padding: 3px;
}

.menu2link a, .menu2link a:VISITED {
	text-decoration: none;
	color: blue; /*#00AEEF; */
}

.menu2link a:HOVER {
	color: #990000;
}
