﻿body
{
    margin: 0px;
    background-attachment: fixed;
    padding: 0px;
    min-width: 760px;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #9BBDBD;
    /*background-image: url('images/Design/bg.jpg' );*/
}
#container
{
    border: 1px solid #4F9D9D;
    width: 760px;
    margin: 0 auto;
    text-align: left;
    background-color: #FFFFFF;
}
#header
{
    background-image: url( 'Images/Design/top.jpg' );
    background-repeat: repeat-x;
    background-position: center top;
    height:56px;
    margin:0px;
    border-width:0px;
}
#banner
{
    background-position: center top;
    background-image: url( 'Images/Design/banner.jpg' );
    background-repeat: repeat-x;
    height:120px;
    border-width:0px;
}
#left-top-col
{
    background-image: url( 'Images/Design/content_top_left.jpg' );
    background-repeat: no-repeat;
    background-position: left top;
    border-width:0px;
    width: 20px;
    height: 17px;
}
#right-top-col
{
    background-image: url( 'Images/Design/content_top_right.jpg' );
    background-repeat: no-repeat;
    background-position: right top;
    border-width:0px;
    width: 20px;
    height: 17px;
}
#center-top-col
{
    background-position: top;
    height: 17px;
    width:auto;
    border-width:0px;
    background-image: url( 'Images/Design/content_top_center.jpg' );
    background-repeat: repeat-x;
}
#left-col
{
    background-image: url( 'Images/Design/content_left.jpg' );
    background-repeat: no-repeat;
    background-position: left top;
    border-width:0px;
}
#right-col
{
    background-image: url( 'Images/Design/content_right.jpg' );
    background-repeat: no-repeat;
    background-position: right top;
    border-width:0px;
}
#footer
{
    background-position: center top;
    height: 80px;
    background-image: url('Images/Design/footer1.gif' );
    background-repeat: repeat;
    border-width: 0px;
    padding-top: 10px;
}


#tabUL
{
    margin:0px;
    position:relative;
    padding:0px;    
    right: 10px;
    top: 32px;
    display:inline;
    list-style-type:none;
    float:right;
}

#tabUL A
{
    padding-bottom: 0px;
    line-height: 19px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    float: left;
    height: 20px;
    color: #FFFFFF;
    padding-top: 4px;
    text-decoration: none;
}
#tabUL A:HOVER
{
    color: #66CCFF;
}
#tabUL LI
{
    margin: 0px 0px 0px -1px;
    background-image: url(Images/Design/tab_center.jpg);
    background-repeat: repeat-x;
    float:left;
    height:35px;        
}

#tabUL LI SPAN
{
    background-position: left top;
    background-image: url(Images/Design/tab_left.jpg);
    background-repeat: no-repeat;
    float:left;
}
#tabUL LI SPAN SPAN
{

    background-position: right top;
    background-image: url(Images/Design/tab_right.jpg);
    background-repeat: no-repeat;
    float:left;
    padding: 0px 12px 0px 12px; 
}


#tabUL LI.active
{
    margin: 0px 0px 0px -1px;
    background-image: url(Images/Design/tab_active_center.jpg);
    background-repeat: repeat-x;
    float:left;
    height:35px;    
}

#tabUL LI.active SPAN
{
    background-position: left top;
    background-image: url(Images/Design/tab_active_left.jpg);
    background-repeat: no-repeat;
    float:left;
}
#tabUL LI.active SPAN SPAN
{
    background-position: right top;
    background-image: url(Images/Design/tab_active_right.jpg);
    background-repeat: no-repeat;
    float: left;
    padding: 0px 12px 0px 12px;
    color: #FFFFFF;
    padding-bottom: 0px;
    line-height: 19px;
    display: block;
    height: 20px;
    padding-top: 4px;
}

.linkChooseLogin
{
    background-position: right bottom;
    padding-right:1px;
    margin-top: -1px;
    float: right;
    width: 90%;
    background-image: url(   'Images/Design/1-1px.jpg' );
    background-repeat: no-repeat;
    height: 45px;
    border-right-color: #F3DA5B;
    border-right-style: solid;
    border-right-width: 1px;
}

.linkChooseLogin a
{
    margin-top: 2px;
    margin-bottom: 2px;
    float: right;
    width: 99%;
    color: #6A6BBC;
    text-decoration: none;    
}
.linkChooseLogin a:hover
{
    background-position: right;
    margin-top: 2px;
    margin-bottom: 2px;
    float: right;
    width: 100%;
    color: #6A6BBC;
    text-decoration: none;
    background-image: url(    'Images/Design/1-1px.jpg' );
    background-repeat: repeat-y;
}
.linkChooseLoginActive
{
    background-position: right bottom;
    margin-top: -1px;
    float: right;
    width: 90%;
    background-image: url(   'Images/Design/1-1px.jpg' );
    background-repeat: repeat-y;
    height: 45px;
    border-right-color: #F3DA5B;
    border-right-style: solid;
    border-right-width: 1px;
}

.linkChooseLoginActive a
{
     margin-top: 2px;
    margin-bottom: 2px;
    float: right;
    width: 100%;
    color: #6A6BBC; 
    text-decoration: none;
}