﻿body
{
    margin: 0px;
    padding: 0px;
    background: url(theme_images/fiba_body_bg.png) top left repeat-x;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    font-size: 12px;
    color: #666666;
    font-family: "Lucida Grande" , Tahoma, Arial, Helvetica, sans-serif;
    line-height: 150%;
}

#header_bg
{
    background: url(theme_images/fiba_header_bg.png) top left repeat-x;
    text-align: center;
    height: 150px;
}

#header_wrapper
{
    padding: 0px;
    width: 955px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
    height: 160px;
    background: url(theme_images/fiba_header_banner.jpg) 98% top no-repeat;
}



#logo
{
    position: relative;
    background: url(theme_images/fiba_logo.png) center center no-repeat;
    height: 78px;
    width: 277px;
    top: 25px;
    float: left;
    left: 5px;
}

#banner
{
    position: relative;
    top: 100px;
    right: 0px;
    z-index: 5;
    float: right;
    width: 300px;
    height: 100px;
    overflow: hidden;
}
#header_top
{
    position: relative;
    background: url(theme_images/fiba_top_menu.png) center center no-repeat;
    top: 0px;
    right: 2px;
    float: right;
    width: 125px;
    height: 40px;
    margin: 0;
    padding: 0;
    z-index: 10;
}

#header_top_table td
{
    text-align: center;
}

#LoginStatus
{
    text-align: right;
    color: #666;
    width: 100%;
    padding: 0px 5px;
    margin: 0;
}


#headerBanner
{
    height: 115px;
    padding: 0px;
    margin: 0px;
}

#menu_wrapper
{
    background: url(theme_images/fiba_menu_bg.png) top center no-repeat;
    position: relative;
    height: 60px;
    width: 955px;
    z-index: 10;
}


#menu
{
    text-align: left;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 1px !important;
    left: 15px;
}

#content_wrapper
{
    border-right: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    padding: 0px;
    width: 943px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    margin-top: 0px;
    text-align: center;
    background: #FFFFFF;
    vertical-align: top;
}

#content
{
    margin-top: 10px !important;
    margin-top: 5px;
    padding: 15px 10px;
}

#footer
{
    height: 65px;
    clear: both;
    width: 945px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
    bottom: 0px;
    background: url(theme_images/footer_bg.png) top center no-repeat;
    color: #666;
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
}

.autocomplete_completionListElement
{
    padding: 0px;
    margin: 0px;
    padding-bottom: 3px;
    padding-left:2px;
    width:185px;
    list-style-type: none;
}
.autocomplete_listItem
{
    padding: 2px 0px;
    padding-left:5px;
    text-align: left;
    display: block;
    list-style-type: none;
    width:185px;
    margin:1px 0px;
    border:1px solid #ccc;
}

.autocomplete_highlightedListItem
{
    background-color: #FFEB94;
    padding: 2px 0px;
    padding-left:5px;
    text-align: left;
    display: block;
    list-style-type: none;
    width:185px;
    margin:1px 0px;
    border:1px solid #ccc;
}
