/* CSS Document */

/*PAGE LAYOUT*/
body
{
    background-image: url(images/bg_body.jpg);
    background-repeat: repeat-x;
    width:100%;
    height:100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#header
{
    position: absolute;
    float: left;
    left: 5px;
    right: 10px;
    height: 70px;
    /*background-color: #F7F7F7;*/
    background-color: #FFFFFF;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
#contenttext
{
    position: absolute;
    overflow: auto;
    top: 71px;
    left: 200px;
    right: 10px;
    bottom: 10px;
    /*background-color: #F7F7F7;*/
    background-color: #FFFFFF;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
#title
{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 600px;
}
#menu
{
    float: left;
    position: absolute;
    left: 10px;
    top: 73px;
    width: 190px;
}

#footer
{
    position:absolute;
    bottom: 10px;
    left: 10px;
    width: 190px;
}

/*GRAY PANEL*/
.panel
{
    padding: 12px;
    border: solid 1px #E4E4E4;
    background-color: #EEEEEE;
    margin: 10px;
    padding: 10px;
    width: 550px;
    height: 160px;
}

/*TEXT STYLES*/
.bodytext
{
    font: 0.7em Tahoma, sans-serif;
    color: #666666;
}

.bodytext h1
{
    font: 14pt Tahoma, sans-serif;
    font-weight:bold;
}

.smalltext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    color: #666666;
}
.smallwhitetext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.smallwhitetext a
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.smallwhitetext a:hover
{
    text-decoration: underline;
}
.smallgraytext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CCCCCC;
}
.smallgraytext a
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #CCCCCC;
    text-decoration: none;
}
.smallgraytext a:hover
{
    text-decoration: underline;
}
.titleOwnerName
{
    position: relative;
    top: 10px;
    left: 10px;
    font: 0.7em Tahoma, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #696969;
}
.titletext
{
    font: 20pt Tahoma, sans-serif;
    font-weight: bold;
    color: #CCCCCC;
}
.logotext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #999999;
}
.orangelogotext
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #FF9900;
}
.orangetitle
{
    font: 0.7em Tahoma, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #FF9900;
}

.leftNav
{
    float: left;
    position: absolute;
    left: 10px;
    top: 73px;
    width: 190px;
}

.leftNav h1
{
    margin: 0 0 0 0;
    float: right;
    width: 183px;
    height: 20px;
    background-color: #808080;
    border-left: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding-top: 5px;
}

.leftNav ul
{
    position: relative;
    width: 151px;
    left: 40px;
    list-style: none;
}

.leftNav .AspNet-MenuIE-Vertical ul
{
    position: absolute;
    top: +26px;
    left: 4px;
    width:100px;
}

.leftNav li
{
    display: block;
    float:left !important;
    float:none;
    width:150px;
}

.leftNav li a
{
    height: 20px;
    background-color: #dcdcdc;
    border-left: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    text-decoration: none;
    padding-top: 5px;
}

.leftNav a
{
    float: right;
    width: 183px;
    height: 20px;
    background-color: #dcdcdc;
    border-left: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
    font: 0.7em Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #696969;
    text-decoration: none;
    padding-top: 5px;
}
.leftNav a:hover
{
    background-color: #d4d0c8;
}
