body {
background-color:#1f1f1f;
color: white;
margin: 0px;
padding: 0px;
font-size: 11px;
font-family: Tahoma, Verdana, Arial, Helvetica;
}
th.subhr {
border-right : 1px solid #888888;
border-top : medium none;
border-left : medium none;
border-bottom : 1px solid #888888;
border-collapse : collapse;
background-color : black;
}
th.subh {
border-right : medium none;
border-top : medium none;
border-left : medium none;
border-bottom : 1px solid #888888;
border-collapse : collapse;
background-color : black;
}
input {
border-right : 1px solid #888888;
border-top : 1px solid #888888;
font-weight : normal;
font-size : 10pt;
border-left : 1px solid #888888;
color : white;
border-bottom : 1px solid #888888;
font-family : "Verdana";
background-color : #000000;
}
textarea {
border-right : 1px solid #888888;
border-top : 1px solid #888888;
font-weight : normal;
font-size : 10pt;
border-left : 1px solid #888888;
color : white;
border-bottom : 1px solid #888888;
font-family : "Verdana";
background-color : #000000;
}
select {
border-right : 1px solid white;
border-top : 1px solid white;
border-left : 1px solid white;
color : white;
border-bottom : 1px solid white;
background-color : black;
}
input.login_input {
border-right : 1px solid #aaaaaa;
padding-right : 2px;
border-top : 1px solid #aaaaaa;
padding-left : 2px;
padding-bottom : 2px;
border-left : 1px solid #aaaaaa;
color : #444444;
padding-top : 2px;
border-bottom : 1px solid #aaaaaa;
background-color : #dddddd;
}
td {
font-size : 10pt;
color : #ffffff;
font-family : Verdana;
border-collapse : collapse;
}
table.small td {
font-size : 8pt;
border-collapse : collapse;
}
table.small input {
font-size : 8pt;
width : 80px;
border-collapse : collapse;
height : 20px;
}
table.table_lines td {
padding-bottom : 10px;
padding-top : 9px;
border-bottom : 1px solid #333333;
border-collapse : collapse;
}
td.menu_cell {
vertical-align : top;
width : 137px;
border-collapse : collapse;
}
td.menu_cell_repeater {
background-color : #c2a67a;
}
td.menu_cell_repeater_vert {
background-color : #c2a67a;
}
img {
border: 0;
}
a, a:active, a:link, a:visited {
text-decoration: none;
color: white;
} 
a:hover {
color: yellow;
}
#nav {
border-right: #d79f06 1px solid;
border-bottom: #d79f06 1px solid;
background-color: #2c2c2c;
padding: 7px;
color: black;
}
.topmenu {
border-bottom: #d79f06 3px solid;
background-color: #2c2c2c;
padding-top: 2px;
padding-bottom: 2px;
font-size: 8pt;
}
#tipDiv {
text-align: center;
}
table.standard { 
	background-color: #2c2c2c; 
	color: white; 
	width: 100%;
	border: #d79f06 1px solid;
}
table.standard tr { 
	background-color: #2c2c2c; 
	color: white; 
}
table.standard td {
	padding: 3px;
	border-bottom: #d79f06 1px solid;
}
 d1#menu { 
	position: absolute; 
	width: 137px; 
 }

/* set general button styles */
dt.btn {
	margin-bottom: 2px;
	text-align: center;
 }
  
/* set general anchor styles - fill the container */
dt.btn a { 
	display: block;
	text-decoration: none; 
	color: white;
}

/* MouseOut state (default) */
dt.btn a { 
	background: black;
	border: 1px solid black;
	border-left: 2px solid yellow;
 }

/* MouseOver state (hover) */
dt.btn a:hover {
	background: black;
	border: 1px solid white;
	border-left: 4px solid yellow;
 }

/* MouseDown state (active) */
dt.btn a:active {
	background: black;
	border: 1px solid white;
	border-left: 2px solid white;
 }