﻿/* Main Site Styles */
html
{
}
body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #466A9B;
    padding: 0px 10px;
    text-align: center;
}

#bodycontainer
{
    position: relative;
    float: left;
    text-align: left;
    margin: 0px auto;
    max-width: 1200px;
}

/* ie 7 fix */
body
{
    min-width: 800px;
}
#bodycontainer
{
    min-width: 780px;
}
/* Group Header */

#Header-wrapper
{
    padding: 0px;
    margin: 0px;
    z-index: 1;
    height: 98px;
    background-image: url("../images/bg-header.jpg");
    background-repeat: repeat-x;
    clear: both;
}

#logo
{
    position: relative;
    width: 211px;
    height: 98px;
    float: left;
}
#logo h1
{
    font-size: 22px;
    color: #466A9B;
    margin-left: 20px;
    margin-top: 30px;
}
#nav-search-wrapper
{
    position: relative;
    width: 369px;
    height: 98px;
    float: right;
}
#top-nav-wrapper
{
    height: 39px;
    width: 369px; /* Change width of Top Navigation here */
    padding: 0px;
    display: block;
    clear: both;
}
#top-nav-start
{
    position: relative;
    float: left;
    background-image: url("../images/header-corner.jpg");
    background-repeat: no-repeat;
    width: 38px;
    height: 39px;
}
#top-nav
{
    position: relative;
    float: left;
    height: 24px;
    width: 331px;
    background-image: url("../images/bg-nav-corner.jpg");
    background-repeat: repeat-x;
    font-weight: bold;
    font-size: 11px;
    color: #f7f4f4;
    padding-top: 15px;
    text-align: right;
}
#top-nav a
{
    color: #f7f4f4;
    text-decoration: none;
}
#top-nav a:hover
{
    color: #FEE302;
    text-decoration: none;
    margin-right: 0px;
    margin-left: 0px;
}

#user-welcome
{
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 11px;
    color: #466A9B;
    padding-top: 50px;
    text-align: center;
    height: 48px;
    width: 180px;
}

/* Search Function */
#search
{
    padding-top: 25px;
    text-align: right;
    clear: both;
}

#search input
{
    color: #000;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.autoCompletePanel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    z-index: 10;
}
#header-end
{
    position: relative;
    width: 11px;
    height: 97px;
    float: right;
    background-image: url("../images/header-end.jpg");
}
/* End Group Header */




/* Group Main Navigation */

#main-nav-wrapper
{
    padding-top: 0px;
    background-image: url("../images/bg-main-nav.jpg");
    background-repeat: repeat-x;
    height: 26px;
    margin: 0px;
    clear: both;
}

#main-nav
{
    font-weight: bold;
    font-size: 11px;
    color: #f7f4f4;
    padding-top: 5px;
    text-align: center;
}
#main-nav table
{
    margin-left: auto;
    margin-right: auto;
}
#main-nav a
{
    color: #f7f4f4;
    text-decoration: none;
}
#main-nav a.selected
{
    color: #FEE302;
}
#main-nav a:hover
{
    color: #FEE302;
}
/* End Group Main Navigation */

/* Group Center */
#BreadCrumb
{
    background-color: #FFFFFF;
    margin: 0px;
    padding: 5px 0px 10px 10px;
    color: #45699B;
    clear: both;
}
#BreadCrumb a
{
    color: #45699B;
    text-decoration: none;
}
#BreadCrumb a:hover
{
    text-decoration: underline;
}
#Content-wrapper
{
    background-color: #fff;
    padding: 5px 20px 20px 20px;
    clear: both;
}
#Message-wrapper
{
    background-color: #fff;
    clear: both;
}
#MessageContainer
{
    display: block;
    width: 650px;
    padding: 0px;
    clear: both;
    margin: 0px auto;
    z-index: 1;
}
#Messages
{
    padding: 2px;
    margin: 0px;
    clear: both;
    border-left: 1px solid #FEE302;
    border-right: 1px solid #FEE302;
    background-color: #FFFFE5;
}
#Messages a
{
    color: #45699B;
    text-decoration: none;
}
#Messages a:hover
{
    text-decoration: underline;
}
#Messages UL
{
    margin: 0px auto;
    padding: 0px;
}

#Messages UL LI
{
    margin-left: 5px;
    list-style-type: none;
    clear: both;
}
#MessageContainer .footer
{
    display: block;
    clear: both;
    background-color: #FFFFE5;
    height: 10px;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #FEE302;
    border-right: 1px solid #FEE302;
    border-bottom: 1px solid #FEE302;
}
#MessageContainer .footer .outer
{
    display: block;
    position: relative;
}
#MessageContainer .footer .outer
{
    background: url(../images/messages_ybr.png) no-repeat top right;
    right: -1px;
    bottom: -1px;
}
#MessageContainer .footer .inner
{
    display: block;
    position: relative;
}
#MessageContainer .footer .inner
{
    background: url(../images/messages_ybl.png) no-repeat top left;
    left: -2px;
}
#Message
{
    width: 400px;
    background-color: #fff;
    border: solid 2px #466A9B;
    text-align: left;
}
#MessageHeader
{
    color: White;
}
#Message .close
{
    color: white;
    width: 12px;
    float: right;
    font-size: 10px;
    font-weight: bolder;
    cursor: pointer;
    text-align: center;
}
#Message .close:hover
{
    background-color: White;
    color: #466A9B;
}
#MessageBody
{
    padding: 5px;
}
#Content-wrapper h1
{
    font-weight: bold;
    font-size: 18px;
    color: #466A9B;
    margin: 5px 0px 5px 0px;
}
#CommonSidebarRight
{
    margin: 0px;
    padding: 0px;
    width: 312px;
}
.SideBar .header
{
    background-color: #ccc;
    height: 30px;
    margin: 0px;
    background: url(../images/GrayGradient.png) repeat bottom;
    border: 1px solid #ccc;
}
.SideBar .header .outer
{
    display: block;
    position: relative;
}
.SideBar .header .outer
{
    background: url(../images/hdcmtr.png) no-repeat top right;
    right: -1px;
    top: -1px;
}
.SideBar .header .inner
{
    display: block;
    position: relative;
}
.SideBar .header .inner
{
    background: url(../images/hdcmtl.png) no-repeat top left;
    left: -2px;
}
.SideBar .header .content
{
    font-weight: bold;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000;
    padding-top: 6px;
    text-align: center;
}
.SideBar .body
{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}
.SideBar .footer
{
    height: 10px;
    margin: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.SideBar .footer .outer
{
    display: block;
    position: relative;
}
.SideBar .footer .outer
{
    background: url(../images/hdcmbr.png) no-repeat top right;
    right: -1px;
    bottom: -1px;
}
.SideBar .footer .inner
{
    display: block;
    position: relative;
}
.SideBar .footer .inner
{
    background: url(../images/hdcmbl.png) no-repeat top left;
    left: -2px;
}
UL.CommonSidebarList
{
    margin: 0px;
    padding: 0px;
}

UL.CommonSidebarList LI
{
    margin-bottom: 5px;
    margin-left: 5px;
    list-style-type: none;
    clear: both;
}

OL.CommonSidebarList
{
    margin: 0px;
    padding: 0px;
}

OL.CommonSidebarList LI
{
    margin: 0px 0px 5px 20px;
}
/* Group Data Table */
table.datatable
{
    margin: 0px;
    font-size: 10px;
}
table.datatable .header
{
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #980319;
}
table.datatable .header th
{
    border: none;
    font-size: 10pt;
    font-weight: bold;
    background-color: #980319;
    color: #FFFFFF;
    text-align: center;
    background-image: url("../images/datatable_header_back.gif");
    background-repeat: repeat-x;
}
table.datatable .header th a
{
    font-size: 10pt;
    color: White;
}
table.datatable td
{
    font-size: 10pt;
    background-color: #ffffff;
    color: #333333;
    border-style: solid;
    border-width: 1px;
    border-color: #980319;
    padding: 5px;
}
table.datatable a
{
    color: #333300;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
table.datatable a:hover
{
    color: #980319;
    text-decoration: underline;
}
table.datatable .footer
{
    background-color: #fff;
}
table.datatable .selected
{
    background-color: #587393;
    color: white;
}
table.datatable .alternating td
{
    background-color: #E0E0E0;
}
table.datatable .pager table
{
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
table.datatable .pager td
{
    color: #980319;
    font-size: 12px;
    font-weight: bold;
    border: none;
    margin: 0px;
    padding: 4px 0px;
}
table.datatable .pager a
{
    padding: 2px 6px;
    border: solid 1px #980319;
    background: #fff;
    text-decoration: none;
}
table.datatable .pager a:hover
{
    color: #333300;
    background: #E0E0E0;
    border: solid 1px #980319;
    text-decoration: none;
}
table.datatable .pager span
{
    padding: 3px 6px 2px 6px;
    background: #980319;
    color: White;
}


/* Page Bottom */

#page-bottom
{
    position: relative;
    background-color: #FFFFFF;
    height: 11px;
    clear: both;
    margin-bottom: 5px;
}

#page-bottom-start
{
    position: relative;
    float: left;
    background-image: url("../images/bg-bottom-mainpage-left.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
}

#page-bottom-end
{
    position: relative;
    float: right;
    background-image: url("../images/bg-bottom-mainpage-right.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
}


/* Group Footer Navigation */

#footer-nav-wrapper
{
    background-image: url("../images/bg-bottom-nav.jpg");
    background-repeat: repeat-x;
    height: 29px;
}

#footer-nav
{
    position: relative;
    padding-top: 7px;
    float: left;
    font-weight: bold;
    font-size: 11px;
    color: #333333;
    text-align: center;
    width: 788px;
}

#footer-nav-end
{
    position: relative;
    float: right;
    width: 12px;
    height: 29px;
    background-image: url("../images/bottom-nav-cap.jpg");
    background-position: left center;
}

#footer-nav a
{
    color: #466A9B;
    text-decoration: none;
}
#footer-nav a:hover
{
    color: #C54F0B;
}
#footer-nav .selected
{
    color: #C54F0B;
}

/* Group Company Address */
#address
{
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    padding-top: 5px;
}

#address a
{
    font-weight: bold;
    font-size: 11px;
    color: #FFFF00;
    text-decoration: underline;
}
#address a:hover
{
    color: #FFFF00;
}

#copyright
{
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
#copyright a
{
    font-weight: bold;
    font-size: 11px;
    color: #FFFF00;
    text-decoration: underline;
}
#copyright a:hover
{
    color: #FFFF00;
}
.required
{
    color: #BD1F13;
}

#LotHeader
{
    border-bottom: solid 3px #466A9B;
    color: #466A9B;
}
#LotHeader .Caption
{
    position: relative;
    font-weight: bold;
    font-size: 14px;
}
#LotBody
{
}
#LotDescription
{
    position: relative;
    clear: both;
}

#LotBody .Header
{
    position: relative;
    clear: both;
    margin: 5px 0px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: #C8C8C8;
    background-image: url("../images/SectionTable_Header.gif");
    background-repeat: repeat-x;
    border: solid 1px #C8C8C8;
    padding-left: 5px;
    padding-right: 5px;
    clear: both;
}
#LotDetails
{
    position: relative;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    clear: both;
}
#LotDetails p
{
    margin: 5px 0px 5px 0px;
}

.Alert
{
    color: Red;
}
.LotPhoto
{
    padding: 3px;
    border: solid 2px #E0E0E0;
    margin-right: 3px;
}
.Button
{
    color: #000;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.EditButton
{
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
}
.SectionControl
{
    position: relative;
    border: solid 1px #C8C8C8;
    font-family: Verdana, Arial, Georgia;
    font-size: 12px;
    margin-bottom: 10px;
}
.SectionControl .SectionHeader
{
    position: relative;
    clear: both;
    margin: 0px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    background-color: #C8C8C8;
    background-image: url("../images/SectionTable_Header.gif");
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
}
.SectionControl .Header a
{
    color: Black;
    font-size: small;
    width: 100%;
}
.SectionControl H2
{
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    clear: both;
}
.SectionControl .SectionBody
{
    position: relative;
    clear: both;
}
.Error
{
    color: Red;
}
.highlight
{
    background-color: lemonchiffon;
}
.sectionTable
{
    margin-top: 10px;
}

.sectionTable .headerrow
{
    background: #DEDEDE;
    background-image: url("../images/dark_gradient.gif");
}
.sectionTable .headercell
{
    padding: 4px 2px 1px 7px;
    margin: 0px;
    height: 21px;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    font-size: 9pt;
    color: #000;
}
.sectionTable .bodycell
{
    padding: 2px 7px 2px 7px;
    vertical-align: top;
}
.sectionTable .button
{
    float: right;
    margin: -3px 1px 0px 1px;
}
.SysMessage ul, .SysMessage li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.SysMessage ul
{
    border: solid 1px #FEE302;
    background-color: #FFFFE5;
    clear: both;
}
.SysMessage ul.Error
{
    border: solid 1px #980319;
    background-color: #FF7C7C;
    color: #980319;
    font-weight: bold;
}
.SysMessage li
{
    margin: 3px 0px 10px 5px;
}
.SysMessage
{
    position: relative;
    margin: 0px;
    padding: 0px;
    clear: both;
}
#StatusMessage
{
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
}
.collapsePanel
{
    overflow: hidden;
}

.collapsePanelHeader
{
    clear: both;
    margin: 0px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}
/*AutoComplete flyout */

.autocomplete_completionListElement
{
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 90px;
    text-align: left;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #FFFFE5;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem
{
    background-color: window;
    color: #000;
    padding: 1px;
}
.pagerCtrl
{
    height: 35px;
    margin-left: -1px;
    background: url(../images/pager_bg.gif) repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #980319;
    border-top: none;
}
.pagerCtrl .container
{
    padding: 4px;
}
.pagerCtrl .command
{
    float: left;
    padding-right: 5px;
}
.pagerCtrl .info
{
    font-size: 12px;
    padding: 4px 0px;
    float: right;
}
.pagerCtrl .ajax__slider_h_rail
{
    width: 400px;
}
/*Modal Popup*/
.modalBackground
{
    background-color: #C8C8C8;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalHeader
{
    background-color: #C8C8C8;
    font-weight: bold;
    color: #000;
    border-bottom: solid 1px #000;
    padding:5px;
}
.modalPopup
{
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    padding: 0px;
}

.modalPopup p
{
    padding: 5px;
}
.Terms
{
    overflow: auto;
    width: 400px;
    height: 300px;
    border: solid 1px #C8C8C8;
    margin: 10px;
}
