/* ITM Styles */
/* The main body of the document */
Body
{
    background-color: #fcfcfc;
    font-family: arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}
/* navigation menu */
.Menu
{
    font: 9pt arial;
    /*background-color: #e6eaf3;*/
    /*background-color:#D4E6FF;*/
    background-color:#ECE9D8;
    color: black;
    text-decoration:	none;
}

.Menu a { width:100%; display:block; }

.MenuHover
{
    font: 9pt arial;
    /*background-color: #e6eaf3;*/
    /*background-color:#D4E6FF;*/
    background-color:white;
    color: black;
    text-decoration:	none;
}
.MenuDynamic
{
    border-style:solid;
    border-width:1px;
    border-bottom:1px;
}
/* navigation menu links */
.Menu:Link, .Menu:Active, .Menu:Visited
{
    font: 9pt arial;
    color:Black;
    text-decoration:	none;
}
/* navigation menu hovered links */
/*
.Menu:Hover
{
    font: 10pt arial;
    color: #008000;
    text-decoration: none;
}
*/
/* currently selected top level menu item */
.MenuCurrent
{
    font: 9pt arial;
    background-color: #e6eaf3;
    color: black;
    font-weight: bold;
    text-decoration:	none;
}
/* Optional Default page nav menu */
.MenuNav
{
    font: 15pt arial;
    background-color:#ECE9D8;
    color: black;
    text-decoration:	none;
}
.MenuNav:Active
{
    font: 11pt arial;
    background-color:#ECE9D8;
    color: black;
    text-decoration:	underline;
}



/* tables */
.TableStyle
{
	font: 9pt arial;
	color: black;
    background-color: #f5f5f7;
}

.TableAlternateStyle
{
	font: 9pt arial;
	color: black;
    background-color: #ffffff;
}
.TableCellUnderline
{
    font: 9pt arial;
    border-bottom: solid 1px #000000;
}
.TableCellOverline
{
    font: 9pt arial;
    border-top: solid 1px #000000;

}
/* styles for bid items that have been updated */
.TableStyleUpdated
{
    font: 9pt arial;
    color: black;
    background-color: #dcdcdc;
}
.TableAlternateStyleUpdated
{
    font: 9pt arial;
    color: black;
    background-color: #ffe4b5;
}
/* Text labels */
/* Page Header - Bidder No/ Name / Sale Year-No */
.PageHeader
{
	font: 11pt arial;
	color:black;
	font-weight: bold;
}
.Text
{
	font: 9pt arial;
	color: black;
}
.AltText
{
	font: 9pt arial;
	color: black;
    background-color: #f5f5f7;
}
/* field labels */
.Label
{
	font: 9pt arial;
	color: black;
}
.AltLabel
{
	font: 9pt arial;
	color: black;
	background-color: #f5f5f7;
}
.BoldLabel
{
	font: 9pt arial;
	color: black;
	font-weight: bold;
}
/* larger field labels */
.LargeLabel
{
	font: 11pt arial;
	color: black;
	font-weight: bold;
}
/* small field labels, password hints etc. */
.SmallLabel
{
	font: 8pt arial;
	color: black;
}
.TinyLabel
{
        font: 7pt arial;
	color: black;
}
/* Table column headers */
.HeaderLabel
{
	font: 9pt arial;
	color: black;
	font-weight:bold;
}
/* input fields */
.InputText
{
	font: 9pt arial;
	color: black;
}
/* error messages */
.ErrorText
{
	font: 9pt arial;
	color: red;
	font-weight:bold;
}
/* Bidder Print */
.BidderPrintText
{
	font-family:Courier New;
	font-size:8pt;
	color: black;
	background-color: white;
}
/* push buttons */
.DefaultPageButton
{
    font: 14pt arial;
    color: Black;
    width:260px;
/*    background-color: #b7cfeb; */
}
.DefaultPageButtonHover
{
    font: 14pt arial;
/*    background-color: #b7cfeb; */
    color: Black;
    width:260px;
    text-decoration: underline;
}
.Button
{
    font: 10pt arial;
}
/* Styles for the shopping cart receipt */
.Receipt
{
	font: 8pt arial;
}
/* hypertext link attributes follow */
/* normal links */
A:link, A:visited, A:active, A:hover
{
    font: 9pt arial;
    text-decoration: underline;
    color: #b22222;
}
a[disabled="disabled"]{
	pointer-events: none;
}
/* Styles for Property Details and AcctBill */
.PropText
{
	font: 9pt arial;
	color: black;
	background-color: #ffffff;
}
.PropLabel
{
	font: 9pt arial;
	color: black;
	background-color: #ffffff;
}
.PropAltLabel
{
	font: 9pt arial;
	color: black;
	/*background-color: #d5d5d5;*/
	background-color: #e7e7e7;
}
.PropFixedText
{
        font: 9pt courier new;
        color: black;
        background-color: #ffffff;
}
.PropColorFixedText
{
        font: 9pt courier new;
        color: black;
        background-color: #e7e7e5;
}
.PropBillText
{
	font-family:Courier New;
	font-size:8pt;
	color: black;
	background-color: white;
}
.PropBillHdrText
{
	font-family:Courier New;
	font-weight:bold;
	font-size:8pt;
	color: black;
	background-color: #c5c5c5;
}
.CreditCardLabel
{
	font: 9pt arial;
	color: Blue;
}
.CreditCardOnly
{
	font: 9pt arial;
	color: Blue;
}
.AltCreditCardOnly
{
	font: 9pt arial;
	color: Blue;
	background-color: #e7e7e7;
	
}
.PayAllAtOnceLabel
{
	font: 9pt arial;
	color: Red;
}
.MaxCartItemsLabel
{
	font: bold 9pt arial;
	color: Red;
}
.nobr
{
white-space:nowrap;
}
.ProgressBox
{
	position:fixed;
	width:150px;
	height:100px;
	background:#ffffff; 
	z-index:15;
	top:45%;
	left:45%; 
	margin-top:-50px; /* should be half the height */
	margin-bottom:0px;
	margin-right:0px;
	margin-left:-75px; /* should be half the width */
	opacity: .90;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
    -khtml-opacity: .90;
    -moz-opacity: .90;
}
.ProgressBoxText
{
	font-size: 9pt;
	font-family: Arial;
}

.MenuButtonClass
{
	width:260px;
}

.Zoom 
{
	padding-top:2px;
	font-size: 14pt;	
}

.download-table{
	margin:auto;
	margin-top: 15px;
}

.download-table td:first-of-type{
	width: 190px;
}

.download-table td:nth-child(2){
	width: 230px;
}

.download-table td:nth-child(3){
	width: 340px;
}