﻿body 
{
    background-color: #333333;
    background-image: url(http://www.wilco-online.org/ebids/images/page_bg.gif);
    background-repeat: repeat;
    background-position: left top;
    font-family: Arial;
    font-size: 10pt;
    color: black;
}

a 
{
    color: #800000;
    cursor: pointer;
    cursor: hand;
}

.logoBox
{
    background-image: url(http://www.wilco-online.org/ebids/images/portal_logo_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

div.blueBox
{
    background-color:#CCCCFF;
    border: solid 1px #7575AD;
    padding: 10px 10px 10px 10px;
    text-align: left;
    margin: 10px 10px 10px 10px;
}

.mainMenuCell
{ 
    background-color: #56558D;
    border-style: none;
    background-image: url(http://www.wilco-online.org/ebids/images/main_menu_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    color: White;
    height: 32px;
    padding-left: 6px;
}

.mainMenuStaticItem
{
    color: White;
    height: 26px;
    border: solid 1px white;
    padding: 0px 6px 2px 6px;
    text-align: center;
}

.commodityDivWrapper
{ 
    background-color: White;
    text-align: center; 
    border-top-style: none; 
    border-top-color: White; 
    border-top-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #2B2A6C;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #2B2A6C;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: #2B2A6C;
    border-right-width: 1px;
    padding: 10px 6px 15px 5px;
}

.fullDivWrapper
{ 
    background-color: White;
    text-align: center; 
    border-style: solid;
    border-color: #2B2A6C;
    border-width: 1px;
    padding: 10px 6px 15px 5px;
}

.gridViewWrapper
{ 
    background-color: White;
    text-align: center; 
    border-top-style: none; 
    border-top-color: White; 
    border-top-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #2B2A6C;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #2B2A6C;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: #2B2A6C;
    border-right-width: 1px;
    padding: 0px 0px 0px 0px;
    width:673px;
}

.normalButton
{ 
    background-color: #FFFBFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    font-family: Verdana, Arial;
    color: #2B2A6C;
}
.normalButton:hover
{ cursor:pointer; border-color:#000000;}

.customInputCell 
{ 
    padding: 20px 20px 20px 20px;
    text-align: left;
}

.userInfoText
{
    font-size: 9pt;
    font-weight:bold;
    text-align: left;
}

.subHeader
{
    font-size: 14pt;
}

.subHeaderBlue
{
    font-size: 14pt;
    color: #2B2968;
}

.pageHeader 
{
    font-size: 16pt;
    color: #2B2968;
    text-align: center;  
}


.mainTable
{ 
    width: 700px;
    border-width: 5px;
    border-style: outset;
    background-color: White;
}

.redText
{
    color: #800000;
}

.paddedCell
{
    padding: 5px 5px 5px 5px;
}

.footerText
{
    font-size: 8pt;
    color: #bbbbbb;
}

.toggleBar 
{
    background-color:#55548D;
}

div.gridViewNotes
{
    background-color:#7575AD;
    font-size:8pt;
    color:white;
    padding: 3px 3px 3px 3px;
    width:667px;
    text-align:left;
}

div.loginBox
{
    background-color: #F7F6F3;
    border-top-style: none; 
    border-top-color: White; 
    border-top-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #2B2A6C;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #2B2A6C;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: #2B2A6C;
    border-right-width: 1px;
    padding: 5px 5px 5px 5px;
}

div.itemHeaderBar
{
    border-style: none;
    background-color: #52508B;
    background-image: url(http://www.wilco-online.org/ebids/images/bar_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    color: White;
    overflow: hidden;
    cursor: hand;
    cursor: pointer;
    height: 27px;
    width: 673px;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    border-left: solid 1px #2B2A6C;
    border-right: solid 1px #2B2A6C;
    border-bottom-style: none;
    border-top-style: none;
}

div.itemHeaderText
{
    margin-top: 4px;
    margin-left: 3px;
}

div.loadingBox 
{   
    position:absolute;
    z-index:30;
    top:50%;
    left:50%;
    width:300px;
    height:150px;
    margin-left: -150px; /* half of width */
    margin-top: -75px; /* half of height */
    background-color: #F6F6F6;
    text-align: center; 
    border-style: solid;
    border-color: #2B2A6C;
    border-width: 6px;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    padding-top: 70px;
}


div.grayScreenBox 
{   
    position:absolute;
    z-index:20;
    top:0;
    left:0;
    width:1600px;
    height:10000px;
    background-image: url(http://www.wilco-online.org/ebids/images/gray_screen.gif);
    background-position: top left;
    background-repeat: repeat;
    text-align: center; 
    border-style: none;
}

.endingWeek
{
    background-color: #FFFF99;
}

.endingToday
{
    background-color: #FF9999;
}