/* Auction calendar */
div.calendar {
	border: 1px solid #8c8c8b;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	 -khtml-border-radius: 4px;
	font-size: 9pt;
}


/* Auction calendar table style */
div.calendar table {
	/*border-collapse: collapse;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	 -khtml-border-radius: 4px;
	 -IE-border-radius: 4px;
	width: 100%;
	background-color: lightgray;
	border-spacing: 5px;
}

div.calendar tr {
	width: 100%;
	
}



div.calendar td {
	vertical-align: top;
	background-color: lightgray;
	border-radius: 4px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	 -khtml-border-radius: 4px;
	padding: 0px;
}



/* Logo for printed auctions. */
div.calendar td.firmcell {
	height: 280px;
	width: 320px;
	vertical-align: middle; 
	background-color: #FFFFFF;
	text-align: center ;
	border: 1px solid #e0e4e5;
	

}

div.calendar td.firmcell img {
	max-height: 200px;
	width: 200px;
}

div.calendar td.firmcell_1 {
	height: 400px;
	width: 360px;
	vertical-align: middle; 
	background-color: white;
	text-align: center ;
	border: 1px solid #e0e4e5;
	

}

div.calendar td.firmcell_1 img {
	max-height: 400px;
	width: 360px;
}

/* Logo for electronic auctions. */
div.calendar td.firmcell-e {
	height: 50px;
	width: 100px;
	vertical-align: middle; 
	background-color: white;
	text-align: left ;
	border: 1px solid #e0e4e5;
}

div.calendar td.firmcell-e img {
	max-height: 50px;
	width: 100px;
}

/* Logo for dailiy auctions. */
div.calendar td.firmcell-d {
	height: 100%;
	width: 165px;
	vertical-align: middle; 
	background-color: white;
	text-align: center ;
	padding: 0;
}

div.calendar td.firmcell-d img {
	max-height: 58px;
	width: 140px;
}




div.calendar td.month {
	background-color: #afafaf;
	padding-left: 0;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	vertical-align: middle;
	height: 22px;
	
	
}
