﻿#headerPanel
{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #00004F;
    vertical-align: middle;
    min-width:870px;
}
#headerPanel
{

  /*  width:expression(<!--[if IE 6]>120%<![endif]-->);
        width:expression(<!--[IE]?110%:100%-->);*/
}    
#menuPanel
{
    position: absolute;
    top: 55px;
    left: 0px;
    bottom: 0px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    vertical-align: top;
    background-image: url('BarLeft.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #8B7AB1;
}

#contentPanel
{
    position: absolute;
    top: 55px;
    left: 135px;
    right:17px; /* to resurve space for ScrollBar for #menuPanel */
    bottom: 0px; /* 22px; we use to set up size of footer */
    padding: 0;
    margin: 0;
    overflow: auto;
    border-top: solid #F3EB55 12px;
    border-left: solid #F3EB55 12px;
    background-image: url('greyrock.gif');
    background-attachment: fixed;
    background-position: left top;
    background-repeat: repeat;
}

.contentDIV
{
    position: relative;
    padding: 15px;
    min-width: 750px;
}

.divmnuTheme
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 50px;
}

.divlblUCDA
{
    position: absolute;
    top: 0px;
    left: 10px;
    height: 50px;
    background-image: none;
    width: 150px;
    vertical-align: bottom;
    padding-top: 5px;
}

.headUCDA_old
{
    display: block;
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 160px;
    width: 100%;
}
.headUCDA_new
{
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 160px;
    width: 100%;
    text-align: center;
}
.divUCDAfull
{
    font-size: 5px;
    font-style: italic;
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
    width: 45%;
    min-width:350px;
    float:left;
}

.IE8Fix 
{ z-index: 100; }

.btn1
{
    background-image: url('Button.png');
    background-color: Transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: 8px 4px;
    cursor: hand;
    font-size: smaller;
    font-style: italic;
    font-weight: bold;
    vertical-align: baseline;
    font-family: Times New Roman;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    width: 135px; 
    height: 40px;
}
    
.btn2
{
    background-image: url('Button.png');
    background-color: Transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: 8px 3px;
    cursor: hand;
    font-size: smaller;
    font-style: italic;
    font-weight: bold;
    vertical-align: baseline;
    font-family: Times New Roman;
    position: relative;
    text-align: center;
    color:#FFCC00;
    top: 0px; 
    left: 0px; 
    width: 135px; 
    height: 40px;
}
