BODY
{
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #000000;
    font: 12px Tahoma;
    background-image: url(/template/images/background.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    margin-top: 30px;
}

/* #divContainerCentered
{
    width: 950px;
    margin: 0px auto -1px auto;
} */

.WarningLabel
{
    background-color: #f00;
    font-size: 12px;
    font-weight: normal;
    font-family: Times New Roman;
    margin-bottom: 5px;
}

.WarningLabelBold
{
    color: #FF0000;
    font-size: 12px;
    font-weight: bold;
    font-family: Times New Roman;
}

H1
{
    font-size: 18px;
    color: Gray;
}

TABLE.main
{
    border-collapse: collapse;
    text-align: center;
    height: 100%;
}
.topNote
{
    font: bold 11px Tahoma;
    width: 783px;
    height: 13px;
    text-align: right;
    color: #787F8E;
}
.logoRow
{
    text-align: right;
    width: 783px;
    height: 81px;
    margin: 0px auto -1px auto;
}
.navigation
{
    font: bold 11px Tahoma;
    width: 783px;
    height: 13px;
    text-align: right;
    color: #787F8E;
    margin: 0px auto -1px auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mainBody
{
    width: 783px;
    height: 352px;
    background-image: url(/template/images/center-main.jpg);
}
.mainBodyLog
{
    width: 781px;
    height: 329px;
    background-image: url(/template/images/box-main-secondary.jpg);
}

.BackgroundBox
{
    width: 781px;
    height: 329px;
    background-image: url(/public/images/backgroundBox.jpg);
    background-repeat: no-repeat;
}

/*.boxMain
{
    height: 150px;
    width: 257px;
}

*/

.PageHeader
{
    font-size: 16px;
    font-weight: bold;
}

.boxesTopic
{
    font: 11px Tahoma;
    text-align: center;
    width: 250px;
    height: 15px;
    color: #354056;
}


.boxesTitle
{
    font: bold 11px Tahoma;
    text-align: left;
    width: 250px;
    height: 20px;
    color: #354056;
    padding: 2px 2px 5px 2px;
}

.boxesText
{
    font: 11px Tahoma;
    height: 10px;
    text-align: left;
    color: #000000;
}

.boxesTextWhite
{
    font: 11px Tahoma;
    height: 10px;
    text-align: left;
    color: #000000;
    background-color: #F6F7F8;
    padding-bottom: 1px;
}
.settingFont
{
    font: 11px Tahoma;
}

.boxesTextWhite a:link
{
    color: #787F8E;
    text-decoration: underline;
    font: 11px Tahoma;
}

.boxesTextWhite a:hover
{
    color: #787F8E;
    text-decoration: underline;
    font: 11px Tahoma;
}

.boxesTextWhite a:visited
{
    color: #787F8E;
    text-decoration: underline;
    font: 11px Tahoma;
}

.boxesTextWhite a:active
{
    color: #787F8E;
    text-decoration: underline;
    font: 11px Tahoma;
}



.navigation a:link
{
    color: #787F8E;
    text-decoration: underline;
    font: 11px Tahoma;
}

.navigation a:hover
{
    color: #787F8E;
    text-decoration: underline;
    font: 11px Tahoma;
}

.navigation a:visited
{
    color: #787F8E;
    text-decoration: underline;
    font: 11px Tahoma;
}

.navigation a:active
{
    color: #787F8E;
    text-decoration: underline;
    font: 11px Tahoma;
}

#divHeaderBar
{
    color: #fff;
    height: 30px;
    margin: 0px;
    padding: 0px;
    position: relative;
    background-image: url(/images/cf-header-gradient.gif);
    background-repeat: repeat-x;
    
}


#divHeaderBar ul
{
    margin: 0px;
    padding: 0px;
}
#divHeaderBar ul li
{
    margin: 5px 15px 0px 10px;
    float: left;
    list-style-type: none;
    padding: 0px;
}

#divHeaderBar ul li a
{
    color: #ddd;
}

.btnHeaderSearch
{
    background-color: Orange;
}

/*AutoComplete flyout */

.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: #fff;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

