/*************************************************************************/
/* printable elements */
/*************************************************************************/
body, 
button, 
input {
	font-family: Georgia, Times, 'Times New Roman', serif;
}
/* remove underline and blue color from hyperlinks */
a {
	text-decoration:none;
	color:#000;
	cursor:default;
}
/* pushing the main content area to the top left of the print page */
#content #main,
.container_16 {
	margin: 0;
}
/* list of stuff not to print */
.jumplink,
.noShow,
#siteInfo,
#trusteDiv,
.errorMessage,
.accessHide,
#leftColumn,
.hideOnPrintPage,
#cbMasthead,
#siteMasthead a,
#siteMasthead .siteSearchContainer,
#siteMasthead .siteNavContainer,
div#utilityCalloutsContainer,
ul.pageTabs,
#subQsPrintThisQuestion,
.resultsSummaryDiv,
div.jumpLinks {
	display: none;
}
/* border below h1 */
.activeAnswer {
    background-color: #FFFFFF !important;
}
h1{
	font-size: 60px;
	font-weight: lighter;
	border-bottom: 1px solid #ccc;
	margin: 30px 0 10px 0;
	padding: 0 10px 20px 0;
}
/* show elements that are print-only */
.printOnly {
	display: block;
}
/* sat-dates */
table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
	padding: 10px;
}
table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}
/* force page breaks for multiple page printouts like QOTD */
.pageBreak {
	page-break-before: always;
}
/* removing all fieldset borders */
fieldset {
	border: 0;
}
a#thisQotdPermalink {
	margin: 10px 0;
}
/* footer stuff */
/* border above footer */
#siteInfo{
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}
#siteInfoDesc {
	float: right;
}
#footerUtility {
	float: left;
}
#siteMasthead img {
	float: right;
}
/* qotd calendar modules */
.calendarModule div,
.qotdMetaStats div {
	float: left;
	font-size: 20px;
	margin: 0 10px 10px 0;
}
.calendarModule div {
	font-size: 30px;
}
.qotdMetaStats div#questionMetaPieChart div {
	margin-right: 0;
}
.qotdMetaStats {
	clear: both;
}
p.qotdBreadcrumb {
	clear: both;
}

ol#subQsReviewList{
	list-style:none;
}

/**************** OPTIMIZE 438 ******************/
.deadlineExtended{
	color:#ff0000;
}
#homeVertRegisterUpcomingTests .deadlineExtended{
	color:#000;
	margin-top:5px;
}
