/* ITS Styles */
/* The main body of the document */
Body
{
    background-color: #fcfcfc;
    font-family: arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}
/*CC 20210429 Added so website is centered*/
table {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
/* Controls the main heading block */
.HeaderBlock
{
    background-color: #f5f5f7;
}
/* County name in the header  Goldenrod - Tax cert sale */
.Header1
{
    font: bold 12pt arial;
    color: #DAA520;
}
/* Tax collector name in the header   WHITE Leon County */
.Header2
{
    font: 14pt arial;
    color: white;
    font-weight: bold;
}
/* tax sale description in the header */
.Header3
{
	font: 11pt arial;
	color: DAA520;
	font-weight: bold;
}
/* navigation menu */
.MenuHeader
{
    font: 9pt arial;
    background-color: #ebf2f8;
    color: black;
    font-weight: bold;
}
.Menu
{
    font: 10pt arial;
    background-color: #ebf2f8;
    /*background-color:#D4E6FF;*/
    /*background-color:#ECE9D8;*/
    color: black;
    text-decoration:	none;
}

.Menu a { width:100%; display:block; }

.MenuHover
{
    font: 10pt 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: 10pt arial;
    color:Black;
    text-decoration:	none;
}
/* currently selected top level menu item */
.MenuCurrent
{
    font: 10pt arial;
    background-color: #e6eaf3;
    color: black;
    font-weight: bold;
    text-decoration:	none;
}
/* tables */
.TableStyle
{
	font: 10pt arial;
	color: black;
    background-color: #f5f5f7;
}
.TableAlternateStyle
{
	font: 10pt arial;
	color: black;
    background-color: #ffffff;
}
.TableCellUnderline
{
    font: 10pt arial;
    border-bottom: solid 1px #000000;
}
.TableCellOverline
{
    font: 10pt arial;
    border-top: solid 1px #000000;
    
}
.TableStyleSaleSummary
{
	font: 10pt arial;
	color: black;
    background-color: #f5f5f7;
}
.TableAlternateStyleSaleSummary
{
    font: 10pt arial;
    color: black;
    background-color: #fffafa;
}
/* styles for bid items that have been updated */
.TableStyleUpdated
{
    font: 10pt arial;
    color: black;
    background-color: #dcdcdc;
}
.TableAlternateStyleUpdated
{
    font: 10pt arial;
    color: black;
    background-color: #ffe4b5;
}
.TableSummaryOuter
{
	border-style: solid;
}
/* Text labels */
/* Page Header - Bidder No/ Name / Sale Year-No */
.PageHeader
{
	font: 11pt arial;
	color:black;
	font-weight: bold;
}
.Text
{
	font: 10pt arial;
	color: black;
}
/* field labels */
.Label
{
	font: 10pt arial;
	color: black;
}
.BoldLabel
{
	font: 10pt 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;
}
.PercentBold
{
    font-weight:bold;
}
/* 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;
}
/* disabled links */
.ADis, .ADis:link, .ADis:visited, .ADis:active, .ADis:hover

{
    font: 9pt arial;
    text-decoration: none;
    color: gray;
}
	
/* County home page in the header */
.HeaderLink1:link, .HeaderLink1:visited, .HeaderLink1:active, .HeaderLink1:hover
{
    font: 11pt arial;
    font-weight: bold;
}
/* Disclaimer and Logout links in the header */
.HeaderLink2:link, .HeaderLink2:visited, .HeaderLink2:active, .HeaderLink2:hover
{
    font: 10pt arial;
    font-weight: bold;
}
/* 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: #d5d5d5;
}
.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;
}
/* rollover percent picker attributes follow */
.rolloverskin
{
    position: absolute;
    left: 0;
    width: 446px;
    background-color: #d8e4f8;
    border: 1px solid black;
    font: normal 12px Arial;
    line-height: 18px;
    z-index: 100;
    visibility: hidden;
}
.rolloverskin a 
{
    text-decoration:underline;
    color:black;
    padding-left:3px;
    padding-right:3px;
}
.rolltexnormal
{
    background-color: #ffffff;
}
.rolltexthilite
{
    background-color: #d8e4f8;
}