﻿/* Generic HTML Styles */
body
{
    font-family: Verdana;
    font-size: 8pt;
}

input
{
    background-color: White;
    border: solid 1px Black;
}
/* End */

/* Site.Master */
#container
{ 
    border: solid 1px black;
    margin: auto;
    width: 800px;    
}

#header img
{
    display: block;
}

#status
{
    background-color: #D62139;
    padding-bottom: 3px;
    padding-left: 3px;
    text-align: left;
}

#menu
{
    background-color: #213574;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

#content
{
    height: 100%;
    margin-bottom: 10px;
    padding: 5px;
}

#footer
{
    background-color: #213574;
    color: White;
    font-size: 8pt;
    padding: 4px;
    text-align: center;
}

#footerLinks
{
    margin: 0 auto;
    text-align: center;    
}

#footerLinks a
{
    color: Black;
    font-size: 6pt;
}
/* End */

/* Login Control Style */
.Login
{
    width: 100%;
}

.LoginTextBoxStyle
{
    font-size: 9pt;
    height: 18px;
    Width: 90px;
}

.LoginButtonStyle
{
    background-color: White;
    border: solid 1px;
    font-size: 8pt;
    height: 22px;
    width: 60px;
}

.LoginStatusStyle
{
    color: White;
}
/* End */

/* Menu User Control Style */
.menu
{
    background-color: #213574;
    font-weight: bold;
    width: 100%;
}

.staticMenuItemStyle
{
    color: White;
    padding-bottom: 2px;
    padding-top: 2px;
}

.staticHoverStyle
{
    background-color: White;
    color: #213574;
}

.staticSelectedStyle
{
    background-color: White;
    color: #213574;
}
/* End */

/* AuctionItemsHistorical.aspx */
#legend
{
    padding-top: 10px;
    text-align: right;
}

/* End */

/* AuctionItems.aspx */
.RowStyleBackGroundColor
{
    background-color: #EFF3FB;
}

.RowAlternateStyleBackGroundColor
{
    background-color: White;
}

.HighLightRowColor 
{
    background-color: Red;
}

.gvAuctionItemsPanel
{
    height: 300px;
    scrollbar-face-color: #507CD1;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #EFF3FB;
    width: 100%;
}

#controlButtons
{
    padding-top: 10px;
    text-align: right;
}
/* End */

/* AuctionItem.aspx */
#AuctionItemPhotoLarge
{
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

#AuctionItemPhotoLarge img
{
    height: 250px;
    width: 360px;
}

#AuctionItemPhotosSmall
{
    margin-top: 10px;
    text-align: center;
    width: 100%;    
}

#AuctionItemPhotosSmall img
{
    border: solid 1px black;
    height: 33px;
    width: 48px;
}
/* End */

/* TraderWebAccountEdit.aspx */
.dvTraderCssClass
{
    width: 75%;
    margin: 0px auto;
}

.dvTraderARSCssClass
{
    background-color: #EFF3FB;
}

.headerStyleCssClass
{
    background-color: #507CD1;
    font-weight: bold;
    color: White;
    width: 35%;
}

.itemStyleCssClass
{
    background-color: #507CD1;
}

.controlStyleCssClass
{
    width: 98%;
}
/* End */

/* Register.aspx */
.registerTableStyle
{
}

.registerLabelStyle
{
    background-color: #507CD1;
    color: White;
    font-weight: bold;
    padding: 4px;
}

.registerPageControlStyle
{
    width: 230px;
}
/* End */

/* ConfirmBids.aspx */
#ConfirmBidsButtons
{
    padding: 10px;
    text-align: center;
}
/* End */

/* GridView Style */
.GridViewHeader
{
    background-color: #507CD1;
    color: White;
    font-weight: bold;
    text-align: left;
}

.GridViewHeader a
{
    color: White;
}

.GridViewRow
{
    background-color: #EFF3FB;
}

.GridViewAlternatingRow
{
    background-color: White;
}

.GridViewFooter
{
    background-color: #507CD1;
    color: White;
    font-weight: bold;
    text-align: left;
}
/* End */