body 
{
background-color: black;
font-family:Verdana; 
color: #ff0000; 
font-size:10pt
}

table {font-family:Verdana; font-size:8pt}
td.val {text-align: right;}

p {font-family:Verdana; font-size:10pt}
h1 {font-family:Verdana; font-size:18pt}
h2 {font-family:Verdana; font-size:12pt}

a:active {color: #D0D000}
a:visited {color: #E0E000}
a:link {color: #FFFF00}
a:hover {color: #FFC000}

.font4 {font-family:Verdana; font-size:4pt}
.font6 {font-family:Verdana; font-size:6pt}
.font8 {font-family:Verdana; font-size:8pt}
.font10 {font-family:Verdana; font-size:10pt}
.font12 {font-family:Verdana; font-size:12pt}
.font14 {font-family:Verdana; font-size:14pt}
.font16 {font-family:Verdana; font-size:16pt}

.div_main
{
width: 740px;
position:relative;
}

.div_logo
{
width: 240px;
height:216px;
position:absolute;
left:0px;
top:0px;
}

.div_console
{
background-image:url('../theme/console.gif');
width: 480px;
height: 262px;
position:absolute;
left:240px;
top:0px;
}

.console-output
{
width: 999px;
height: 180px;
position:absolute;
left:18px;
top:20px;
color: #109000;
clip: rect(0px, 444px, 180px, 0px); 
}

.console-input
{
width: 460px;
height:20px;
position:absolute;
left:10px;
top:222px;
}

.div_menu
{
width: 170px;
position:absolute;
left:0px;
top:230px;
}

.div_page
{
width: 538px;       /* 570 - (margin-right + margin-left) */
position:absolute;
left:170px;
top:262px;

margin-top:32px;
margin-right:16px;
margin-bottom:32px;
margin-left:16px;
}

.menu0, .menu1, .menu_small0, .menu_small1
{
display: block;
font-family: Verdana;
margin: 0 0 0 0;
text-align: center;
text-decoration: none;
width: 170px;
vertical-align: middle;
}

.menu0, .menu1
{
font-size: 10pt;
font-weight: bold;
height: 26px;
line-height: 24px;
}

.menu_small0, .menu_small1
{
font-size: 7pt;
height: 20px;
line-height: 18px;
}

.menu0, .menu_small0
{
color: #D7FFD9;
}

.menu0
{
background: url('../theme/btn_menu.png') no-repeat 0 0px;
}

.menu_small0
{
background: url('../theme/btn_menu_small.png') no-repeat 0 0px;
}

.menu1, .menu_small1
{
color: #FFD0D0;
}

.menu1
{
background: url('../theme/btn_menu.png') no-repeat 0 -26px;
}

.menu_small1
{
background: url('../theme/btn_menu_small.png') no-repeat 0 -20px;
}

.menu1:hover
{
color: #D7FFD9;
background: url('../theme/btn_menu.png') no-repeat 0 0;
}

.menu_small1:hover
{
color: #D7FFD9;
background: url('../theme/btn_menu_small.png') no-repeat 0 0;
}

.admin
{
color: #00FF00;
}

