﻿body {

background-color:#000;
color:#ccc;
font-family:Arial;
font-size:12px;
margin-top:0px;
margin-left:0px;

}
a
{
    color:#f55;
    text-decoration:underline;
}
a:hover
{
    text-decoration:underline;
    color:#fff;
}


#menu
{
    width:200px;
    margin-top:60px;
}

#menu #innerMenu
{
    position:relative;
    padding:20px;
    width:150px;
}

#menu #innerMenu ul 
{
    padding:0;
    margin:0px;
}

#menu #innerMenu li
{
    list-style-type: none;
    width:150px;
    border-bottom: solid 1px #800;
}

#menu #innerMenu a
{
    text-decoration:none;
    font-weight:bold;
    color:#eee;
    width:133px; /* 150 (li width) minus left and right padding */
    display : block;
    padding:6px 6px 6px 11px;
    
    background-image:url(../Images/menuBg.jpg);
}

#menu #innerMenu a:hover
{
    text-decoration:underline;
    color:#fff;
    background-image:url(../Images/menuBgHover.jpg);
    background-repeat:repeat-y;
}

#menu #innerMenu #pic
{
}


#main
{
    padding:10px;
    position: absolute;    
    top: 120px;
    left: 200px;
/*
    right: 0px;
    bottom: 29px;
    overflow: auto;
*/
    width:600px;
}

.tablerow
{
    display:  table-row;
}

.label
{
    width:180px;
    float:left;
    font-weight:bold;
    display:  table-cell;
    white-space:nowrap;
    border-top:solid 1px #ccc;
}
.data
{
    width:400px;
    display:table-cell;
    border-top:solid 1px #ccc;
}
#footer
{
    white-space:nowrap;

    position: absolute;    
    bottom: 0px;
    right: 0px;
    left: 200px;
    width:720px;
    
    text-align:center;
    border-top: solid 1px #d00;
    color:#800;

    background-color:#111;
}
.imglink
{
    border:none;
}