﻿/* HTML tag modifications */
body
{
	font-family: Tahoma,Arial, MS Sans Serif ;
	background-image: url(Images/background_Page.jpg);
	background-repeat: repeat-x;
	background-color: #003366;
}
form
{ 
	padding:0px;
	margin:0px;
}
a:link, a:visited, a:active
{
	color: #003399;
}
a:hover
{
	text-decoration: none;
	color: #990000;
}


/* Page Banner */
#CompanyBanner
{
	background-color: #003366;
	display: block;
	clear: both;
	width: 100%;
	background-image: url(Images/background_Banner.jpg);
	background-repeat: repeat-x;
	height: 100px;
}
#CompanyBanner .CompanyLogo
{
	text-decoration:none;
	float:left;
	padding:10px;
	border:none;
}
#CompanyBanner .CompanyName
{
    
	padding-top:20px;
    font-size: 200%;
    color: #C8CEDD;
    display: block;
    text-decoration: none;
    font-weight: bold;
}
#CompanyBanner .CompanySlogan
{
    font-size: 80%;
    color: #C8CEDD;
    display: block;
    text-decoration: none;
}

#NavMenu
{
    display: block;
    float: none;
    background-image: url(Images/background_NavBar.jpg);
    background-color: #F8F8FA;
    background-repeat:repeat-x;
    width:100%;
    z-index:1001;
    font-family: Tahoma, Arial;
    height:30px;
}
#NavMenu a
{
	display: block;
	width:75px;
	float: left;
	font-size: 75%;
	color: #C8CEDD;
	text-align: center;
	text-decoration: none;
	height: 18px;
	border-right: 1px solid #DCE4E7;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#NavMenu a:hover
{
    background: #AFB2C6;
    color: #003366;
  	background-image: url(Images/background_NavButtons.jpg);
	background-repeat: repeat-x;
}
#NavMenu .DropDown
{
    background-color: #E4E9F0;
	background-image: url(Images/background_Box.jpg);
	background-repeat: repeat-x;
    border: #dfdfdf 1px solid;
	padding:10px;
	z-index:5000;}



/* Page Body */
#myPage /*Sets the Page Body container attributes*/
{
	border: 1px solid #003366;
	background-color: #FFFFFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}

#PageBody
{
	position: relative;
}
#PageBody .Title
{
	font-size: 130%;
	color: #003366;
	font-weight:bold;
	margin-right: 20px;
	margin-left: 20px;
	display: block;
	margin-top: 20px;
	clear:left;
}
#PageBody .Date
{
    margin-right: 20px;
    margin-left: 20px;
    margin-top:10px;
    color: #004B97;
    font-size: 80%;
    display: block;
}
#PageBody .Excerpt
{
	font-size: 100%;
	color: #003366;
	margin-right: 20px;
	margin-left: 20px;
	margin-top:5px;
	display: block;
	line-height:1.5em;
}
#PageBody .Expired
{
    display: block;
    font-size: 80%;
    color: #0000cc;
    padding-right: 5px;
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-left: 10%;
    padding-top: 5px;
    border: #3300cc 1px solid;
    width: 80%;
    background-color: #eeeeff;
}
#PageBody .SubHeader
{
	font-size: 110%;
	font-weight:bold;
	color: #003366;
	margin-top:10px;
	display: block;
	margin-bottom:0px;
	padding-bottom:0px;
	display:block;
	margin-right:20px;
	margin-left:25px;
}

#PageBody .Notes
{
	margin: 20px;
	margin-top:20px;
	display: block;
	font-size: 90%;
	line-height:1.5em;
	color: #003366;
}
#PageBody .Terms
{
	color: #003366;
	font-size: 70%;
	margin: 20px;
    padding:10px;
	display: block;
}
#PageBody .ListHeader /* Auction Catalog*/
{
	color: #003366;
    background-color: #E4E9F0;
	background-image: url(Images/background_Box.jpg);
	background-repeat: repeat-x;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 4px;
	padding-left: 5px;
	display: block;
	margin:5px;
	height:21px;
	margin-top: 20px;
	margin-bottom: 2px;
	border: 1px solid #ccc;
}
#PageBody .ListItem /* Auction Catalog*/
{
	font-size: 75%;
	color: #003366;
	background-color: #F5F8FA;
	padding: 5px;
	margin:5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
	display: block;
}
#PageBody ul
{
	margin:0px; 
	padding:0px;}
#PageBody li
    {margin-left:40px; margin-top:5px; }

#PageFooter {
	font-size: 70%;
	display: block;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	color: #E9EEF3;
}
#PageFooter a
{
	color: #CFD8EB;
}
/* Auction Location Box */
.Location
{
    display: block;
    float: right;
    width: 25%;
    margin: 20px;
    padding: 10px;
    background-color: #E4E9F0;
    background-image: url(Images/background_Box.jpg);
    background-repeat: repeat-x;
    border: #dfdfdf 1px solid;
}
.Location .Header
{
	font-weight: bold;
	font-size:80%;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
}
.Location .Footer
 {
    font-size:70%;
 }
.Location a
{
    color: #003399;
    text-decoration: none;
}
.Location .Address
{
	display: block;
	font-size:75%;
}
.Location .Directions
{
	display: block;
	font-size:75%;
	margin-top: 5px;
	padding-top: 5px;
}


/* Auction Gallery */
#Gallery
{
	display: block;
	clear: both;
}
#Gallery fieldset
{
    padding:0px;
    margin:20px;
    border:none;
    }
#Gallery legend
{
    margin:0px;
    margin-left:-30px;
    padding:0px;
    border:none;
    font-size:100%
    }
#Gallery a:link,
#Gallery a:visited,
#Gallery a:hover
{
   	text-decoration:none;
}
#Gallery .Message
{
	font-size: 70%;
	color: #666666;
	font-style: italic;
	display: block;
	margin-left:20px;
	margin-top:10px;
}
#Gallery .Image
{
	display: block;
    background-color: #E4E9F0;
	background-image: url(Images/background_Box.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 5px;
	padding: 5px;
	float: left;
	height: 120px;
	width: 150px;
	border: 1px solid #999999;
	font-size: 70%;
}

/* Auction List */
#AuctionList 
{
	margin:20px;
	color: #003366;
}
#AuctionList .alHeader
{
	background-image: url(Images/background_NavBar.jpg);
	background-color: #003366;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 90%;
	width:100%;
	font-weight: bold;
	clear: both;
	text-align:left;
	height: 26px;
	padding: 4px 10px 0px 10px;
	color: #C8CEDD;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
}

#AuctionList .alIcon
{
	text-align:center;
	border-left: 1px #003366 solid;
	border-bottom: 1px #003366 solid;
	vertical-align:top;
	padding:5px; font-size:80%;

	}
#AuctionList .alDate
{
	border-bottom: 1px #003366 solid;
	vertical-align:top;
	padding:5px; font-size:80%;


}
#AuctionList .alNotes
{

	border-right: 1px #003366 solid;
	vertical-align:top;
	padding:5px; font-size:80%;
	border-bottom: 1px #003366 solid;
	width:100%

}
#AuctionList .NoResults
{
	font-size: 70%;
	font-style: italic;
	display:block;
	margin-top: 10px;
	margin-bottom:10px;
}
	
#ContactForm
{ margin:20px;padding:20px;}

#ContactForm .Fields
    {font-size:80%;display:block;padding:10px}

#ContactForm .Boxes
{
    border: #0066cc 1px solid;
    width: 90%;
}


.ProgressBox
{
    font-size: 80%;
    background-color: #FFFFFF;
    text-align: center;
    width: 33%;
    top: 33%;
    left: 33%;
    position: absolute;
    z-index: 100;
    font-weight: bold;
    display: block;
    padding: 25px;
    border: #000000 2px solid;
}
.PopUp
{
    border: #ffff00 2px solid;
    padding: 10px;
    background-color: #ffffee;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	position:absolute;
	top:0px;
	left:0px;
}

.modalPopup {
	background-color: #E4E9F0;
	background-image: url(Images/background_Box.jpg);
	background-repeat: repeat-x;
    border: #dfdfdf 1px solid;
	padding:10px;
	z-index:1000;
}
.EditableRegion a:link, .EditableRegion a:visited
{
    border: none;
    background-color: Transparent;
    text-decoration: none;
    display: block;
    z-index: 1000;
    color: #464646;
}
    
.EditableRegion a:hover
{
    display: block;
    background-color: #f5f5f5;
    color: #0000cc;
}
#SearchResults
{margin:20px;}

#SearchResults a
{text-decoration:none;}

#SearchResults .ResultTitle
{font-size:90%; font-weight:bold; display:block;}

#SearchResults .ResultSummary
{font-size:80%; display:block; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #cccccc;}

#SearchResults .NoResults
{font-size:80%; display:block}

.SearchBox
{
    border: 1px solid #ccc;
    background-color: #E4E9F0;
    padding: 3px;
    float:right;
    display:block;
    text-align:right;
    margin-right:10px;
    margin-top:10px;
}

.SearchBox .Input
{font-size:80%; font-family:Arial; border:1px solid #ccc; padding:2px;}
.Watermark
{
    color: #a9a9a9;
}
.AdminPanel
{font-size:70%; width:100px; background:#ffffff; border-left:1px solid #cccccc; border-right:1px solid #cccccc}

.AdminPanel .Title
{background-color:#cccccc; color:#545454; color:White; font-weight:bold; padding:5px; display:block; background-image: url(Images/background_NavBar.jpg);
    background-repeat: repeat-x;}

.AdminPanel a
{
    display: block;
    padding: 5px;
    border-bottom: #cccccc 1px solid;
	background-color:#E4E9F0;
    background-image: url(Images/background_Box.jpg);
	background-repeat: repeat-x;
}
.Message_Green,
.Message_Red,
.Message_Orange
{
    display:block;
    background-color:White;
    padding:20px;
    border: 2px solid;
    font-size:90%;
    width: 300px;
    margin-left:25%;
    top:25%;
    position:absolute;
    z-index:6000;
    
    }
.Message_Green
{
    background-color: #f0ffeb;
    border: #006600;
    color: #006600;
    background-image: url(Images/icon_GreenCheckmark.gif);
    background-repeat: no-repeat;
}
.Message_Red
{
    background-color: #fff2f4;
    border: #cc0000;
    color: #cc0000;
    background-image: url(Images/icon_RedCheckmark.gif);
    background-repeat: no-repeat;
}
.Message_Orange
{
    background-color: #fffaed;
    border: #ff6600;
    color: #ff6600;
    background-image: url(Images/icon_OrangeCheckmark.gif);
    background-repeat: no-repeat;
}
.MessageTitle
{
    padding-left: 40px;
    font-weight: bold;
    font-size: 100%;
    display:block;
    padding-bottom: 10px;
    padding-top: 10px;
}
.MessageDetails
{
    padding-left: 40px;
    font-weight: bold;
    font-size: 80%;
    display:block;
    padding-bottom: 10px;
}

.MessageInstructions
{font-size:70%;
    color:Black;
    font-weight:bold;
    font-style:italic;
    text-align:center; display:block;}
    
.NoLink
{
    text-decoration: none; cursor:hand; }