/* -----------------------------------------------
/* Style sheet for the yfc bible quizzing web site
/* -----------------------------------------------

/* Global Style Changes */

body {
	font-family:			Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:				14px;
}

body {
	background-image:		none;
	color:					black;
	background-color:		#FFFFFF;
	margin:					4px;
}

table, td {
	border-width:			0px;
	border-style:			none;
	border-collapse:		collapse;
	font-family:			Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:				14px;
}

img {
	border-style:			none;
	border-width:			0px;
}

/* Context style changes */

table.main {
	padding:				2px 2px 2px 2px;
	width:					100%;
}

td.banner {
	background-color:		#E8E8FF;
	color:					black;
	cursor:					default;
	text-align:				center;
	vertical-align:			middle;
	padding:				2px;
	font-size:				36px;
	font-weight:			bold;
}

td.bannerHover {
	cursor:					pointer;
}

td.side {
	width:					95px;
}

td.sideNav {
	text-align: 			right;
	padding-right:			10px;
	vertical-align:			top;
	background-color:		#E8E8FF;
}

table.sideNavTable {
	width:					100%;
	background-color:		#E8E8FF;
}

table.sideNavTable * td {
	font-size:				12px;
	padding-top:			10px;
	padding-left:			2px;
	text-indent:			0px;
}

table.schedule {
	width:					100%;
}

table.schedule * td {
	font-size:				12px;
	padding:				2px;
	padding-right:			8px;
	border:					1px solid #222222;
}

table.schedule * th {
	font-size:				14px;
	padding:				2px;
	padding-right:			8px;
	border:					1px solid #222222;
	background-color:		#FFC891;
}

td.content {
	padding:				10px;
	font-size:				14px;
    vertical-align:			top;
}
	
pre.blueSheetQuestions {
	line-height:			12px;
}

.blue * td {
	border:					1px solid #E0E0E0;
	padding:				4px 10px 4px 10px;
}

.volunteers {
	width:					100%;
}

table.schedule * table.volunteers * td {
	font-size:				80%;
	font-family:			serif;
	color:					#210;
	border:					none;
	padding:				1px;
	vertical-align:			top;
}

table.schedule * table.volunteers * tr td:first-child {
	width:					30%;
}

img.dot {
	margin:					0 2px 0 0;
	display:				inline;
	vertical-align:			middle;
}

.button {
	background-color:		#D6D3CE;
	cursor:					default;
}

.buttonhover {
	background-color:		#9CCFFF;
	cursor:					pointer;
}

a.hidden_link,
a.hidden_link:link,
a.hidden_link:hover,
a.hidden_link:visited,
a.hidden_link:active {
	color:					black;
	text-decoration:		none;
	cursor:					default;
}

@media print {

	body {
		background-color:	white;
	}

	td.content {
		background-color:	white;
		color:				black;
		background-image: 	none;
	}

	.copyright a.secretlink,
	.copyright a.secretlink:link,
	.copyright a.secretlink:hover,
	.copyright a.secretlink:visited,
	.copyright a.secretlink:active {
		color:				black;
	}
	
	.noprint, .displayonly {
		display:			none;
	}
	
	.eject {
		page-break-before:	always;
	}
	
	td.side {
		width:				0;
		display:			none;
	}

}

