﻿
#page
{
    width: 100%;
}

/* main */
#main
{
    margin: 100px 10px 10px 170px;
    padding: 0;
}

/* header */
#header
{
    background-color: #d4e9ff;
    background-image: url(site/header_right.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#logo
{
    padding-left: 30px;
    padding-top: 10px;
}

#bluebar
{
    background-image: url(site/bluebar.gif);
    background-repeat: repeat-x;
    line-height: 33px;
    position: absolute;
    top: 67px;
    left: 0px;
    height: 33px;
    width: 100%;
}


/* footer */
#footer
{
    text-align: center;
    font-size: xx-small;
    color: Gray;
    margin: 0px 10px 0px 170px;
    clear:both;

}

/* other */

/* quickbar */
#quickbar, #quickbar div
{
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    height: 22px;
    text-align:center;
    color: Black;
}
#quickbar
{
    filter: Alpha(opacity=80);
    -moz-opacity: .8;
    opacity: 0.8;
    background-color: White;
}
#quickbar ul
{
    margin: 0;
    padding: 0;
}
#quickbar ul li
{
    display: inline;
    border-left: solid 2px black;
    padding-left: 6px;
}

#quickbar a:link, #quickbar a:visited, #quickbar a:active
{
    color: black;
    text-decoration: none;
}
#quickbar a:hover
{
    color: orange;
    text-decoration: none;
}

/* quick login info */


#quickinfo
{
    position: absolute;
    top: 70px;
    left: 0px;
    width: 160px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

/* navigation bar */

#navbar
{
    position: absolute;
    top: 67px;
    left: 160px;
    height: 33px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

#navbar ul
{
    margin: 0;
    padding: 0;
    line-height: 33px;
    height: 33px;
}

#navbar li
{
    float: left;
    display: block;
    color: #FFFFFF;
    font-weight: bold;
}

#navbar li a
{
    clear: both;
    float: left;
    background-image: url(site/pagetab.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 73px;
}

#navbar li.focused a
{
    background-position: left bottom;
    background-repeat: no-repeat;
}

/* a for mainmenu */
#navbar a:link, #navbar a:visited, #navbar a:active
{
    color: #FFFFFF;
    text-decoration: none;
}
#navbar a:hover
{
    color: orange;
    text-decoration: none;
}


/* left-side */
#sidemenu
{
    position: absolute;
    top:100px;
    left:0px;
    width: 160px;
    overflow: hidden;
}
#sidemenu ul
{
    clear: both;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
    width: 158px;
    line-height: 32px;
    border-left: 1px solid #0783DF;
    border-right: 1px solid #0783DF;
}
#sidemenu li
{
    clear: both;
    float: left;
    background-image: url(site/submenu_background.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    min-height: 32px;
    width:190px;
}

#sidemenu a
{
    clear: both;
    float: left;
    background-image: url(site/submenu_icon.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    color: #004482 !important;
    vertical-align: middle;
    width: 158px;
    line-height: 20px;
    height: 20px;
    padding: 0px 0px 0px 25px;
    margin: 6px 0px 6px 0px;
}

#sidemenu li a:hover
{
    text-decoration: underline;
}
#sidemenu ul ul
{
    display: none;
}

#sidemenu ul li.focused ul
{
    display: block;
    border-left: 0;
    border-right: 0;
}

#sidemenu ul ul li
{
    background-image: url(site/menuitem_background.gif);
    line-height: 29px;
    height: 29px;
    min-height: 29px;
    font-weight: normal;
}
#sidemenu ul ul a
{
    background-image: none;
    color: #666666 !important;
    line-height: 16px;
    height: 16px;
    padding: 0px 0px 0px 25px;
    margin: 6px 0px 7px 0px;
}


#sidemenu ul ul li.focused a
{
    color: red !important;
    font-weight: bold;
}

