﻿*
{
	margin: 0;
}
html, body, form
{
	height: 100%;
	font-family: Verdana;
	font-size: 8pt;
}
.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -165px; /* the bottom margin is the negative value of the footer's height */
}

/*
.footer, .push
{
	height: 50px;*/ /* .push must be the same height as .footer */
/*	text-align: center;
	font-size:8px;
	margin-left :200px;
	margin-right:200px;
}
*/

#topPadding
{
	height: 20px;
}

#topContent
{
	text-align: left;
	background-color: #BBE0E3;
	color: White;
	font-size: x-large;
	text-decoration: none;
	font-weight: bold;
	/* height: 80px;*/
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
}


#topContent a
{
	text-decoration: none;
	color: White;
	padding: 30px;
}

#topTitle
{
	color: White;
	padding-left: 30px;
	padding-top:10px;
	font-size: large;
}

#dateTime
{
	text-align: right;
	height: 20px;
	padding: 5px;
}

#leftContent
{
	width: 180px;
	padding: 0px 0px 0px 10px;
	font-size: 10pt;
	text-align: left;
	float: left;
	border-right: dotted 1px silver;
	min-height: 300px;
}

#allContent
{
	padding: 10px 10px 0px 15px;
	margin-left: 20px;
}


#rightContent
{
	padding: 10px 10px 0px 15px;
	margin-left: 200px;
}

.gridViewMouseOver
{
	cursor: pointer;
	background-color: #FFFFE1;
	height: 20px;
}

.gridViewMouseOut
{
	background-color: white;
	height: 20px;
}


.editDiv
{
	background-color: #EDEDED;
	border: solid 2px silver;
	padding: 5px;
}

.userDetailsDiv
{
	border: solid 1px #D3D3D3;
	padding: 5px;
    width: 400px;
	left: 220px;
	top: 160px; 
    z-index: 102;
}




.PanelDiv
{
	width: 800px;
}


.WinningBid
{
	color: Green;
}

.LosingBid
{
	color: Red;
}

.mainHeader
{
	font-size: 16pt;
}

.subHeader
{
	font-size: 13pt;
}

.pageHeader
{
	font-size: 11pt;
}


.GridViewStyle
{
}

.RowStyle
{
	height: 20px;
}

.HeaderStyle
{
	background-color: #EDEDED;
	font-size: 10pt;
}
/*CollapsiblePanel*/
.collapsePanel
{
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 492px;
	height: 20px; /*background-image: url(/App_Themes/images/bg-menu-main2.png);*/
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 4px;
	cursor: pointer;
}

.termsAndConditionsCheckBoxDiv
{
	float: left;
}

.termsAndConditionsLabelDiv
{
	margin-left: 40px;
}

.termsAndConditionsDiv
{
	/*reset the float on the div*/
	float: none;
	margin-bottom: 10px;
}

.dateValidationWarning
{
	/* Currently used for end date validation on the auction
	maintenance page */
	color: Red;
}
		
.lblUserName
{
	font-weight: bold;
	border-right: solid 1px black;
	margin-right: 5px;
	padding-right: 9px;
}

.divUserTables
{
	width: 430px; 
	padding-bottom: 10px;
	padding-right: 10px;
}

.warning
{
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
	
	font-style:oblique;
	font-size:larger;
	font-weight:bold;
	
	vertical-align:middle;
	
}

.errorLabel
{
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FF0000;
	
	font-style:normal;
	font-weight:normal;

}

.footerLegal, .push
{
	height:165px;
	text-align:left;
	font-size: 8pt;
	color:Gray;
    margin-left:20px;
    margin-right:20px;
    margin-top:10px;
}


.headerWarning
{
	font-size: 10pt;
	font-weight:bold;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	color: Black;
	background-color: White;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

.headerWarningPanel
{
    padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.tocLinks
{
	
}

.rulesParagraphTitle
{
	font-size:10pt;
	font-weight:bold;
	padding-top:20px;
}

.rulesParagraph
{
	font-size:9pt;
	padding-bottom:5px;
	padding-top:5px;
	line-height: 15pt;
	margin-left:10px;
}

.normalParagraph
{
	padding-bottom:5px;
}

#TableOfContents
{
	padding-left: 20px;
}

.Menu a:visited, a:link, a:active
{
    color:Blue;
}


