body{
	background-color : #000000;
	font : 12px arial,helvetica;
	color : White;
scrollbar-base-color: #110011;

/*
    scrollbar-track-color: #110011;
    scrollbar-face-color: #660066;
    scrollbar-highlight-color: #ffccff;
    scrollbar-3dlight-color: #cc33cc;
    scrollbar-darkshadow-color: #000000;
    scrollbar-shadow-color: #333333;
    scrollbar-arrow-color: #ff00ff;
*/

	margin-top: 0px;
	margin-left: 0px;
}

table{ 
	font : 12px arial,helvetica;
	color : White;
}

.filelisttable{
border: 1px solid #660099;
}
.filelisthead{
background-color: #660066;
}

.notediv{
	background-color: #31319C;
	border: 1px solid #ccccff;
	text-align: center;
	font-weight: bold;
}

.contentdiv{
	background-color: #333333;
	border: 1px solid #666666;
	padding: 10px, 10px;
	text-align: justify;
	font : 12px arial,helvetica;
	font-weight: normal;
}

TR.dark{
	background-color : #150016;
}
TR.light{
	background-color : #300032;
}

A{ 
text-decoration: none; 
}
A:HOVER{
text-decoration: underline;
color: #ff00ff;
}

HR.blue{ color: Blue; height: 1px;  }
HR.purple{ color: Purple; height: 1px; }
HR.fuschia{ color: Fuchsia; height: 1px; }
HR.white{ color: White; height: 1px; }
HR.grey{ color: Grey; height: 1px; }

.hotblueborder{
border: 1px solid;
border-color: #A913FF;
}

.copy{
font: xx-small;
color: #999999;
}
.plug{
font: xx-small;
color: #666666;
}

.sectionban{
position:absolute;
z-index:10;
}

.warning{
background-color: #AA0000;
font-weight:bold;
padding: 4px;
}

.success{
background-color: #0000ff;
font-weight:bold;
padding: 4px;
}

.rh_but_normal{
background-color: #3300cc;
color: #ffffff;
font-family: Verdana,Arial,Helvetica;
font-size: 8pt;
font-weight: normal;
border-color: #3300cc;
border-style: outset;
border-width: 2;
cursor:hand;
}
.rh_but_high{
background-color: #ff00ff;
color: #ffffff;
font-family: Verdana,Arial,Helvetica;
font-size: 8pt;
font-weight: normal;
border-color: #ff00ff;
border-style: outset;
border-width: 2;
cursor:hand;
}

.textfield{
font-family:arial,helvetica;
color:#000000;
font-size:9pt;
border:2px solid;
}

.selectinstrux{
font-family:arial,helvetica;
background-color: #330066; 
font-weight: bold;
color:#ffffff;
font-size:8pt;
border:1px solid #660099;
}

.yelhigh{
background-color: #330033;
}

.selectrow{
background-color: #000000;
}

.reminderTooltip {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width: 167;
	visibility:hidden;
	font: 9pt MS Comic Sans,arial,sans-serif;
	color: white;
	background-color:#000033;
	padding:4px 4px;
	border: 2px solid #000066;
	}
