
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.question-of-the-month {
	position: relative;
	margin: 0 0 15px 0;
	height: 202px;
	width: 522px;
}

.question h3 {
	margin-top: 0px;
}

div.question-of-the-month h3 {
	
	font-family: Arial, Sans-Serif;
	font-style: italic;
	text-align: center;
	line-height: 32px;
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	color: #da0101;
	height: 54px;
	width: 125px;
	left: 10px;
	top: 6px;
}

div.question-of-the-month h3:first-letter {
	text-transform: uppercase;
}

div.question-of-the-month table {
	background: transparent url('question.jpg') no-repeat 0 0;
	height: 202px;
	width: 522px;
	padding: 0;
	margin: 0;
}

div.question-of-the-month table td.thead {
	height: 40px;
	padding: 0;
	margin: 0;
}

div.question-of-the-month table td.tbody {
	padding: 30px 175px 0 55px;
	vertical-align: middle;
	line-height: 1.5em;
	font-family: Arial;
	font-style: italic;
/*	font-weight: bold;*/
	font-size: 12px;
	color: #0b4981;
	margin: 0;
}

div.question-of-the-month table td.tfoot {
	height: 55px;
	padding: 0;
	margin: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table.rounded {
	background: #d9f3ff;
}

table.rounded td {
	padding: 0;
	margin: 0;
}

table.rounded td.tl { overflow: hidden; width: 8px; height: 8px; background: transparent url('rounded-tl.gif') no-repeat 0 0; }
table.rounded td.tr { overflow: hidden; width: 8px; height: 8px; background: transparent url('rounded-tr.gif') no-repeat 100% 0; }
table.rounded td.bl { overflow: hidden; width: 8px; height: 8px; background: transparent url('rounded-bl.gif') no-repeat 0 100%; }
table.rounded td.br { overflow: hidden; width: 8px; height: 8px; background: transparent url('rounded-br.gif') no-repeat 100% 100%; }

table.rounded ol.papper {
	list-style: none;
	padding: 0;
	margin: 0;
}

table.rounded ol.papper li {
	background: transparent url('papper-top.png') no-repeat 0 0;
	display: block;
	width: 240px;
}

table.rounded ol.papper li span {
	background: transparent url('papper-bottom.png') no-repeat 0 100%;
	padding: 12px 5px 10px 12px;
	min-height: 50px;
	display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table.winner {
	margin: 0 0 50px 0;
}

table.winner td.question {
	background: transparent url('winner-bottom.jpg') no-repeat 0 100%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

table.winner td.question div {
	background: transparent url('winner-top.jpg') no-repeat 0 0;
	padding: 50px 20px 20px 25px;
	font-family: Arial, Sans-Serif;
	position: relative;
	margin: 0;
}

table.winner td.question div h3 {
	position: absolute;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #005fad;
	width: 120px;
	float: right;
	left: 185px;
	top: 7px;
}

table.winner td.question div p {
	line-height: 1.4em;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	color: #778fa4;
}

table.winner td.photo {
	background: transparent url('photo-bottom.png') no-repeat 0 100%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

table.winner td.photo div {
	background: transparent url('photo-top.png') no-repeat 0 0;
	padding: 20px 20px 10px 25px;
	margin: 0;
}

table.winner td.photo div p {
	font-family: Arial, Sans-Serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

table.winner td.cite {
	vertical-align: top;
	padding: 15px 0 0 5px;
}

table.winner td.cite p {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #868686;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p.listheader {
	margin-bottom: 5px;
}