@CHARSET "ISO-8859-1";

body {
    font-family: Verdana, sans-serif;

    }
a:visited
	{
	color:#000066;
	text-decoration:underline;
	}
	
a:link
	{
	color:#000066;
	text-decoration:underline;
	}
	
.darkLink:visited
	{ 
		color:#CCCCCC;
		text-decoration:none;
	}
		
.darkLink:link
	{ 
		color:#FFFFFF;
		text-decoration:none;
	}
		
.menu {
    font-weight: 900;
    font-variant: small-caps;
    }
.sidemenu {
    font-weight: 800;
    font-variant: small-caps;
    padding: 20px;
}
.headerDark {
    font-size: large;
    font-weight: bold;
    }

.darkCell {
    background-color: #455560;
    color: white;
}
.lightCell {
    background-color: #E9EFF3;
    color: black;
}

.mediumCell{
    background-color: #82A2B7;
    color: white;
        }

#Julie {
    background-color: #82A2B7;
    color: white;
    padding: 20px;
        }
.menu_on {
    background-color: #82A2B7;
    color: white;
    padding: 2px;
    }
.menu_off {
    background-color: white;
    color: black;
    padding: 2px;
    }
.menu_spacer_on {
    background-color: #82A2B7;
    color: black;
    border: thick;
    }
.footer {
    font-size: xx-small;
    }
#InventorySearch {
    background-color: #82A2B7;
    color: white;
    padding: 5px;
    }
.LetterFloat {
	border-bottom:thick;
	border-right:thick;
	border-top:thin;
	border-left:thin;

}

.AuctionInfoHeader {
	font-size:small;
	font-weight:bold;
}

.AuctionInfoSubtitle {
	font-size:small;
	font-weight:bold;
}

.style4 {
	font-size:medium; 
	font-weight: bold; 
	color: #FFFFFF;
	}
.style5 {
	color: #FFFFFF; 
	font-size: 12px;
	}

    .txt_1 {
        font-family: Tahoma;
        font-size: 11px;
        color: #FFFFFF;
    }
    .link_1 {
        font-family: Tahoma;
        font-size: 11px;
        color: #D8D8D8;
    }
    .link_2 {
        font-family: Tahoma;
        font-size: 11px;
        color: #2B4146;
        font-weight: bold;
    }
    .txt_2 {
        font-family: Tahoma;
        font-size: 11px;
        color: #6B2D2D;
        font-weight: bold;
    }
    .txt_3 {
        font-family: Tahoma;
        font-size: 11px;
        color: #A6A6A6;
        font-weight: bold;
    }
    .txt_3_r {
        font-family: Tahoma;
        font-size: 11px;
        color: #A6A6A6;
        font-weight: normal;
    }
    .txt_4 {
        font-family: Tahoma;
        font-size: 11px;
        color: #616161;
    }
    .txt_5 {
        font-family: Tahoma;
        font-size: 11px;
        color: #3B3B3B;
    }
    .link_3 {
        font-family: Tahoma;
        font-size: 11px;
        color: #D8D8D8;
        font-weight: bold;
        text-decoration: none;
    }
    .inputField {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 8pt;
        border: 1px solid #949A8E;
    }

    .auctionTableHeader {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        color: #fff;
        background-color: #2b4146;
        text-align: center;
        font-weight: bold;
        border: 1px solid #949a8e;
    }
    .auctionTableData {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        color: #000;
        text-align: center;
        border: 1px solid #949a8e;
    }
    .auctionTableDate {
        font-family: verdana, arial, helvetica, sans-serif;
        color: #6b2d2d;
        font-size: 10pt;
        padding-bottom: 2px;
        font-weight: bold;
    }
    .searchTableHeader {
        font-size: 10pt;
        font-family: verdana, arial, helvetica, sans-serif;
        padding-right: 0.5em;
        padding-left: 0.5em;
    }
    .submitButton {
        font-family: tahoma;
        color: white;
        background-color: #474747;
        border-right: 1px solid #aeae96;
        border-bottom: 1px solid #a3a396;
        font-size: 10px;
        border-left: 0;
        border-top: 0;
        padding-left: 6px;
        padding-right: 6px;
    }
    .categoryAuctionDays {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 11px;
        color: #000;
        text-align: justify;
        padding-left: 4px;
        padding-right: 4px;
    }

    fieldset.auction
    {

        border: 1px solid #949A8E;
        background-color: #c0bdac;
        margin-bottom: 15px;
        width: 455px;
        vertical-align:top;
        text-align: left;
    }

    legend.auction
    {
        font-weight : bold;
        padding : 0px 6px 0px 6px;
        border: 1px solid #000;
        font-family: times, verdana, arial, helvetica, sans-serif;
        font-size: 12pt;
    }

    fieldset.auction.inventorySearch
    {
        _position : relative;  /* The underscore means only IE will see it */
        _padding-top : 10px;   /* Stupid IE */
        _padding-bottom : 6px;
        _display : block;
        _display : block;
        font-size: 11px;
        _margin-top: 0.5em;
    }

    legend.auction.inventorySearch
    {
        _position : absolute;
        _top : -10px;
        _left: 10px;
        padding-bottom: 1px;
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 10px;
        background-color : #9aa094;
        color: #fff;
    }

    fieldset.auction.saleDate
    {
        _position : relative;  /* The underscore means only IE will see it */
        _padding-top : 17px;   /* Stupid IE */
        _padding-bottom : 10px;
        _display : block;
        background-color : #d4d1b8;
    }

    legend.auction.saleDate
    {
        _position : absolute;
        _top : -10px;
        _left: 10px;
        font-family: tahoma, verdana, arial, helvetica, sans-serif;
        font-size: 13px;
        color: #fff;
        background: #949A8E;
        border: 1px solid #000;
        font-weight: bold;
    }
	.faqq
	{
	font-weight:bold;
			
	}
	.faqa
	{
	font-style:italic;
	position:relative;
	left:10px;
	width:700px;
	
	}
.style13 
{
	font-size: 12px; 
	color: #455560; 
}
.inputHeaderCheckbox
{
	font-size:small;
}
	




