input[type="password"],
input[type="text"],
select
{
   background: transparent;
   color:white;
}

div.minestat
{
	width:50px;
	height:35px;
	text-align:center;
/*	border-style:1px solid;
	background:black;*/
}

.minelevel
{
	font-size: 12pt;
	font-weight:bold;
	color: green;
}

input.smalln
{
   width:30px;
}

.smallfont
{
   font-size:8pt;
}

.inline
{
   display:inline;
}

.nomargin
{
   margin: 0 0 0 0;
}

.error
{
   color:red;
}

.ok
{
   color:green;
}

div.dialog
{
   position:absolute;
   visibility:hidden;
   left:0px;
   top:0px;
}

.center
{
   text-align:center;
}

div.dbluedlg, .dbluebg
{
   background: url(../img/bg_blue.gif) repeat top fixed;
}

div.reddlg, .redbg
{
   background: url(../img/bg_red.gif) repeat top fixed;
}

div.greendlg, .greenbg
{
   background: url(../img/bg_green.gif) repeat top fixed;
}

div.dbluedlg
{
   border: 1px solid #ff8000
}

div.reddlg
{
   border: 1px solid #0080ff
}

div.greendlg
{
   border: 1px solid #008000
}

body         { font-family: "Georgia",Verdana,Arial,"Trebuchet MS","MS Sans Serif"; font-size:10pt; color: #C0C0C0; background-color: #000000 }
h1           { color: #0000FF; font-size: 48pt; font-family: Technical }
h2           { font-size: 24pt; color: #FFFF00 }
h3           { color: #00FF00; text-decoration: underline; font-size: 14pt; font-weight: bold }
h4           { color: #00FF00; font-size: 12pt; text-decoration: underline; font-weight: bold }
h5           { color: #00FF00; font-weight: bold; font-size:12pt }
h6           { color: #C8FFC8; font-style: italic; font-size:12pt}
a:active     { color: #FFFF40 }
a:link       { color: #FFA040 }
a:visited    { color: #FF4040 }
p            { margin-top: 12px; margin-bottom: 12px }
div.transparent
{
	border: 1px solid #8000FF;
	filter: alpha(opacity=60);
	opacity: 0.6;
	background-color: #000000;
}
td
{
	margin-top: 6pt;
	margin-bottom: 6pt;
}