HTML {
  background-color: #000000;
  height: 100%;
}
BODY {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #404040;
  height:100%;
  margin: 0;
}

TD, INPUT, TEXTAREA {
	table-layout: fixed;
	overflow:hidden;
	word-wrap: break-word;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

hr {color: #800040; background-color: #800040; border: 1px dotted #800040; border-style: none none none; }

A:link {
	text-decoration:none;
	color:#FFFFFF;
}
A:visited {
	COLOR: #C0C0C0;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FF0080; 
	TEXT-DECORATION: none;
}

.repeatx{
	background-repeat : repeat-x;
	background-position: top center;
}
.inputstyle{
	width: 150px;
	font-size: 12px;
	background-color: #FFB0FF;
	color: #000000;
}
.inputstyle2{
	width: 50px;
	font-size: 12px;
	background-color: #FFB0FF;
	color: #000000;
}
.inputstylemedium{
	width: 80px;
	font-size: 12px;
	background-color: #FFB0FF;
	color: #000000;
}
.inputstylelittle{
	width: 50px;
	font-size: 12px;
	background-color: #FFB0FF;
	color: #000000;
}
.inputstylesmall{
	width: 20px;
	font-size: 12px;
	background-color: #FFB0FF;
	color: #000000;
}
.uploadstyle{
	width: 200px;
	font-size: 12px;
	background-color: #FFB0FF;
	color: #000000;
}
.textareastyle{
	width: 350px;
	height: 150px;
	font-size: 12px;
	color: #000000;
	background-color: #FFB0FF;
	overflow:auto;
}
.buton{
	font-size: 12px;
	background-color: #CCCCCC;
	color: #000000;
	border: 1px ridge #C0C0C0;
}
.borderTdColor{
	border: 1px	solid #666666;
}
.borderTd2Color{
	border: 1px	solid #666666;
}
.norepeatleft{
	background-repeat : no-repeat;
	background-position: top left;
}
.norepeatleftbottom{
	background-repeat : no-repeat;
	background-position: left;
}
.norepeatcenter{
	background-repeat : no-repeat;
	background-position: top center;
}
.norepeatright{
	background-repeat : no-repeat;
	background-position: top right;
}
.img{
	vertical-align: middle;
}
.text{
	color:#C0C0C0;
}
.bigfont{
	font-size:16px;
}
.smalfont{
	font-size:10px;
}
.back{
	filter:alpha(opacity=90);	
	top:50px;
	left:50px;
	position:absolute;
	overflow:auto;
	z-index:0;
	background-color:black;
	width:200px;
}
.pic {
 	opacity: 0.8; filter: alpha(opacity = 80);
	width: 100%;
	height: 100%;
 	overflow: auto;
 	position: absolute;
 	top: 0;
 	left: 0;
 	text-align: center;
	Z-INDEX: 1;
	visibility: hidden;
	background-color:black;
}
.picpopup {
 	opacity: 100; filter: alpha(opacity = 100);
	overflow: auto;
 	position: relative;
 	top: 0;
 	text-align: center;
	Z-INDEX: 2;
	visibility: hidden;
}
.bigpic{
  visibility: hidden; position: absolute; top: 10px; left: 10px; Z-INDEX: 3; overflow: auto;
}
.close{
  position: absolute; z-index: 4; right: 0px; top: 0px;
}
.picTable{
  border-collapse: collapse;
  bordercolor: #FFFFFF;
  bordercolorlight: #C0C0C0;
  bordercolordark: #C0C0C0;
}