﻿body
{
    font-family: 'Calibri' , 'Trebuchet MS' , 'Verdana' , 'Arial';
    padding: 0;
    margin: 0;
    color: #373737;
    font-size: small;
}

body a
{
    color: #373737;
    text-decoration: none;
    outline-style: none;
    outline-width: 0px;
}

.WatermarkedText
{
    color: #B2B2B2;
}

.Color2 /* basic font */
{
    color: #373737;
}

.TableBkg /* tables background */
{
    background-color: #f2f2f2;
}

.MainFontColor
{
    color: #373737 !important;
}

.CenterContent
{
    width: 100%;
    text-align: center;
}

.GlobalContent
{
    /*padding-top: 15px;*/
}

.HeaderText1
{
    font-size: 16px;
    font-weight: bold;
}

.Mail
{
    position: relative;
    top: 3px;
}

.TextContent
{
    font-size: medium;
}

/*------------------------------Header------------------------------*/
.TopHeader
{
    height: 100px;
    width: 100%;
}

.TopLeft
{
    height: 80px;
    margin-top: 5px;
    margin-left: 10px;
    float: left;
    width: 300px;
}

.TopRight
{
    height: 90px;
    float: right;
}

.RightTopContainer
{
    height: 22px;
    padding-top: 5px;
    clear: both;
    width: 588px;
    text-align: right;
}

.RightTopContainer a
{
    color: #DB2325;
    margin-right: 10px;
    font-weight: bold;
}

.RightMiddleContainer
{
    height: 50px;
    text-align: right;
}

.RightBottomContainer
{
    background-repeat: no-repeat;
    width: 588px;
    height: 63px;
    vertical-align: bottom;
    background-position: 0px -638px;
    background-image: url("../Images/Sprites.png");
}

.HorizontalBar
{
    height: 10px; /*background-image: url("../Images/TopBarBkg.png");*/
    background-color: #EA1D24;
    clear: both;
}

.MenuBar
{
    width: 100%;
    font-size: large;
    color: #000000;
}

.ExtraOptions
{
    text-align: center;
}

.ExtraOptions img
{
    cursor: pointer;
}

/*------------------------------Header------------------------------*/

/*------------------------------Search------------------------------*/
.SearchInput
{
    background-image: url("../Images/SearchInputBkg.png");
    background-repeat: no-repeat;
    width: 300px;
    height: 31px;
    background-color: Transparent;
    border: 0px;
    color: #ffffff;
    font-size: 25px;
    padding: 3px;
    font-family: 'Calibri' , 'Trebuchet MS' , 'Arial' , 'Times New Roman';
}
/*------------------------------Search------------------------------*/

/*------------------------------Table------------------------------*/
.Table
{
    height: 100%;
}

.LeftColumn
{
    width: 338px !important;
    vertical-align: top;
    text-align: left;
}

.CenterColumn
{
    vertical-align: top;
    width: 100%;
    text-align: left;
}

.RightColumn
{
    vertical-align: top;
    width: 180px;
    text-align: left;
}

.Stretcher
{
    width: 180px;
}
/*------------------------------Table------------------------------*/

/*------------------------------Border absolute------------------------------*/

.TopBorderA
{
    border-top: solid 3px #000000;
    height: 3px;
    margin-left: 6px;
    margin-right: 6px; /*width:291px;*/
}

.CenterBorderA
{
    border-left: solid 3px #000000;
    border-right: solid 3px #000000;
    clear: both; /*width:297px;     padding: 10px 5px 10px 5px;*/
}

.BottomBorderA
{
    border-bottom: solid 3px #000000;
    height: 3px;
    margin-left: 6px;
    margin-right: 6px; /*width:291px;*/
}

/*------------------------------Border absolute------------------------------*/

.Clearer
{
    clear: both;
}

.BorderContentHolder
{
    width: 1000px;
    margin: 30px auto 30px auto;
}

.InnerBorderContentHolder
{
    padding: 10px;
}

.RedBackground
{
    background-repeat: repeat-x;
    vertical-align: bottom;
    background-image: url("/Images/TextareaBkg.jpg");
    background-color: #DB2325;
}

/*------------------------------Modal Extender------------------------------*/
.ModalBackground
{
    background-color: #006699;
    filter: alpha(opacity=40);
    opacity: 0.5;
}

.ModalWindow
{
    border-style: solid;
    border-width: 3px;
    border-color: #0033ff;
    background: #ffffff;
    padding: 0px 10px 10px 10px;
    position: absolute;
    top: -1000px;
}

 .ModalWindow input[type="submit"]
 {
     float: right;
     margin-right: 5px;
     margin-bottom: 5px;
 }
 

/*------------------------------Auction Module------------------------------*/

.AuctionDiv
{
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px 10px 10px 10px; /* Konqueror */
    -moz-border-radius: 10px 10px 10px 10px; /* Firefox */
    border-width: 3px;
    border-style: solid;
    border-color: #000000;
    padding: 5px;
    margin: 5px;
    background-color: #FFFFFF;
    text-align: left;
    overflow: hidden;
}

.AuctionLabel
{
    color: Red;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    font-weight: bold;
    padding: 5px;
}

.AuctionTextBox
{
    border-style: solid !important;
    border-color: #000000 !important;
    border-width: 2px !important;
    background-color: #ffffff !important;
    width: auto !important;
    height: auto !important;
    font-size: 13px !important;
    color: #000000 !important;
    padding: 2px !important;
    background: none !important;
}

.AuctionSummaryInfo
{
    font-size: 22px;
    color: Red;
}

.AuctionSelectableTableRow
{
    cursor: pointer;
}

.AuctionModalBackGround
{
    background-image: url('/Images/transparentBgWhite_128.png');
    z-index: 5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.AuctionModalShowInfo
{
    background-image: url('/Images/transparentBgBlue_128.png');
    z-index: 5;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.AuctionModalShowInfoWindow
{
    /*      border-style: solid;     border-width: 3px;     border-color: #0033ff;     background: #ffffff;     padding: 0px10px10px10px;     position: absolute;     top: -300px;    */
    margin: 30px auto;
    font-size: 20px;
    height: 50px;
    width: 1000px;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 3px;
    border-color: #0033ff;
    top: 300px;
}

.LabelContent
{
    display: inline-block;    
}

.HeaderContent
{
    font-weight: bold;
}


.stockOfferItem
{
}

.stockOfferItem h1
{
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
}

.stockOfferItem h1:hover
{
    color: #DB2325;
}

.stockOfferItem img
{
    float: right;
    margin-right: 5px;
    max-width: 400px;
}

.stockOfferItem p
{
    float: left;
    
    width: 450px;
}

.stockOfferNewAdnotationContent
{
    width: 100%;
    height: 60px;
}
