BODY {
	background-color : black;
	font-family : Fixedsys;
	font-size : 13px;
	color : White;
	text-align: center;
}

TD, TR, TH, TABLE {
	font-family : Fixedsys;
	font-size : 13px;
	color : white;
}

.logo
{
	text-align: center;
}

.logo_ext
{
	text-align: center;
}

.maintable {
	width: 640px;
	height: 100%;
}

.mainitems {
	height : 89%;
}

.leftside {
	color : #87CEFA;
}
.rightside {
	color : #1E90FF;
}

.C1 {
	color: #52FB52;
}
.C2 {
	color: #FFFB52;
}
.C3 {
	color: #00A200;
}

.hotkey {
	color : #52FB52;
	font-weight : bold;
}

A, A:ACTIVE, A:HOVER, A:LINK, A:VISITED {
	text-decoration : none;
}

.news_tdA {
	color: #FFCE5B;
	vertical-align : text-top;
}
.news_tdB {
	color: #FFDE7B;
	vertical-align : text-top;
}

.statuspanel {
	background-color: #000008;
	text-align: left;
	width: 100%;
}

.statuspanel_left {	
}

.statuspanel_right{
	text-align: right;
}

#prompt
{	
	font-weight : bold;
}

.loggedin {
	color : Red;
}

.statuspanel_right .panelinfo {
	background-color : #00009B;
	color : Aqua;
	font-weight : bold;
	padding-left : 6px;
	padding-right : 6px;
}

.warning {
	color: #FF5500;
}

.inputfield{
	color : #FFFAF0;
	background : Black;
	border-bottom : 1px solid;
	border-top : none;
	border-left : none;
	border-right : none;
}

.textareafield{
	color : #FFFAF0;
	background : Black;
	border-bottom : 1px dashed;
	border-top :  1px dashed;
	border-left :  1px dashed;
	border-right :  1px dashed;
}

.submitbutton{
	border : 0px;
	color : Aqua;
	background : black;
	font-family : Fixedsys;
	font-size : 13px;
}

.caption {
	font-size: 12px;
	vertical-align: text-bottom;
}

.css_logoff
{
	color:#A50000;
	font-weight: bold;
}
.css_logoffhk
{
	color:#FFFB52;
	font-weight: bold;	
}
.paranthese{
	color: #00A200;
	font-weight:bold;
}

.style1 {
	color: #FFFF00;
}

.TRshown{

}

.TRhidden{
	display:none;
	border : dashed #FDF5E6;
}


