/* Global properties */

body
{
background-color:#101030;
margin-left:5%;
margin-right:5%;
font-size:100%;
}

/* Title bar properties */

table#title_table
{
width:100%;
table-layout:fixed;
background-color:#105060;
border-style:solid;
border-width:2px;
border-color:#a0a0c0;
border-radius:4px;
color:#a0b0b0;
}

#title_table td
{
padding-top:4px;
padding-bottom:4px;
font-family:verdana, arial;
}

#title_table a
{
color:#a0b0b0;
text-decoration:none;
}

#title_table a:hover
{
color:#c0d0d0;
}

td#title_table_left
{
width:50%;
padding-right:60px;
text-align:right;
font-size:260%;
}

td#title_table_right
{
width:50%;
padding-left:60px;
text-align:left;
font-size:260%;
}


/* Menu bar properties */

table#menubar_table
{
width:100%;
table-layout:fixed;
background-color:#204080;
margin-top:5px;
margin-bottom:5px;
border-style:solid;
border-width:1px;
border-color:#c0d0f0;
border-radius:4px;
}

ul#menubar
{
list-style:none;
float:left;
margin-top:4px;
margin-bottom:4px;
font-size:100%;
font-family:"lucida console", monospace;
font-weight:bold;
}

#menubar li
{
float:left;
text-align:center;
border-style:solid;
border-width:1px;
border-color:#708090;
border-radius:4px;
background-color:#103070;
margin-right:40px;
position:relative;
}

#menubar a
{
display:block;
padding-top:1px;
padding-bottom:1px;
padding-left:10px;
padding-right:10px;
color:#b0b0d0;
text-decoration:none;
}

#menubar a:hover, a:active
{
background-color:#4060a0;
color:#e0e0f0;
}

#menubar ul
{
list-style-type:none;
position:absolute;
padding:0;
margin-top:1px;
left:-9999px;
}

#menubar ul li
{
float:none;
}

#menubar ul a
{
white-space:nowrap;
}

#menubar li:hover ul
{
left:0;
}


/* Submenu properties */

ul#submenubar
{
list-style-type:none;
float:right;
border-style:outset;
border-color:#506070;
margin:8px;
padding:8px;
background-color:#7080a0;
color:#b0a0a0;
font-family:"lucida console", monospace;
font-weight:bold;
width:33%;
}

#submenubar li
{
padding-left:4px;
}

#submenubar li a
{
color:#b0a0a0;
text-decoration:none;
}

#submenubar li a:hover, li a:active
{
color:#e0e0f0;
}

div.twitline
{
font-size:80%;
}


/* Main body properties */

table#main_table
{
width:100%;
table-layout:fixed;
background-color:#b0c8f0;
border-style:solid;
border-width:1px;
border-color:#c0d0f0;
border-radius:4px;
}

#main_table td
{
padding:12px;
font-family:verdana, arial;
font-size:100%;
color:#000000;
}

#main_table h1
{
font-size:148%;
color:#806040;
}

#main_table h2
{
font-size:136%;
color:#604830;
}

#main_table h3
{
font-size:124%;
color:#403020;
}

#main_table h4
{
font-size:112%;
color:#201810;
}

#main_table a
{
color:#004080;
text-decoration:none;
}

#main_table a:hover, a:active
{
color:#607090;
}

#main_table img
{
vertical-align:middle;
border-style:outset;
border-width:1px;
}

span.sub_body
{
background-color:#a0a070;
border-style:inset;
border-width:2px;
padding:2px;
font-size:80%;
font-family:serif, verdana;
}

span.sub_foot
{
font-size:80%;
font-family:serif, verdana;
color:#000000;
}

span.button a
{
text-decoration:none;
}


/* Miscellaneous properties */

img.float
{
float:right;
margin:10px;
}

