/* CSS styles needed to display NumisBids sale calendar. */


/* General style for div container. */
div.numisbids {
	width: 460px;
	font-family: Verdana, Arial, serif;
	font-size: 10pt;
}

table.numisbids {
	font-family: Verdana, Arial, serif;
	font-size: 10pt;
	border-collapse: separate;
}

/* Link color - overrides global settings */
table.numisbids a:link {
	color: black;
}

table.numisbids a:visited {
	color: black;
}


/* Container to hold auction list */
div.calendar-outer {
	background-color: white;
	border: 1px solid #8c8c8b;
	display: block;
	padding-top: 3px;
	margin-bottom: 15px;
	position: relative;
	line-height: 12pt;
	-moz-border-radius-topleft:10px;
  	-moz-border-radius-topright:10px;
  	-webkit-border-top-left-radius:10px;
  	-webkit-border-top-right-radius:10px;
  	border-top-left-radius:10px;
  	border-top-right-radius:10px; 
}

div.calendar-outer span.nbtitle {
	margin: 10px;
	font-weight: bold;
	font-size: 11pt;
	/*line-height: 16pt; */
	color: black;
}

div.calendar-outer span.nbtexttitle {
	margin-left: 32px;
	font-family: Verdana, Arial, serif;
}

div.calendar-outer div.right {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 4px;
	margin-right: 10px;
	
}

div.calendar-outer div.right a, div.calendar-outer div.right a:link, div.calendar-outer div.right a:visited, div.calendar-outer div.right a:hover {
	text-decoration: underline;
	color: #DEDECF;
	font-size: 8pt;
}

/* Auction calendar */
div.calendar {
	/* border: 1px solid #8c8c8b; */
	font-size: 9pt;
}


/* Auction calendar table style */
div.calendar table {
	/*border-collapse: collapse;*/
	width: 100%;
	background-color: white;
	border-spacing: 2px;
}

div.calendar tr {
	width: 100%;
}



div.calendar td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e0e4e5;
}

/* Logo for printed auctions. */
div.calendar td.firmcell {
	height: 50px;
	width: 125px;
	vertical-align: middle; 
	background-color: white;
	text-align: center;
	border: 1px solid #e0e4e5;

}

div.calendar td.firmcell img {
	max-height: 50px;
	width: 125px;
}

div.calendar td.date {
	width: 50px;
	height: 50px; 
	padding: 0;
	position: relative;
	text-align: left;
}

td.date div.innerdate {
	position: relative;
	height: 60px;
	width: 100%;
	padding: 0px;
}

td.date div.datetext {
	padding-left: 5px;
	font-family: Verdana, Arial, serif;
	font-size: 10pt;
}


div.calendar td.divider {
	background-color: white;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.calendar td.month {
	background-color: #5E706A;
	padding-left: 0;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}

div.calendar td.month-left {
	background-color: #ABAD85;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}


div.calendar .descr {
	font-size: 8pt;
	text-decoration: none;
	color: black;
	font-weight: normal;
}