/* reach.css */

@import "reset.css";
@import "lightbox.css";

#lightbox {
	width: 728px;
	height: 520px;
	font: 1em Calibri, "Myriad Pro", Arial, sans-serif;
	background: #f8fdfe url(../images/reach_bg.png) repeat-x center left;
	padding: 20px 20px 20px 32px;
}

#lightbox #schedule {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 50px;
	width: 645px;
	height: 505px;
	padding: 19px 0 0 19px;
	background: url(../images/schedule_shadow.png) no-repeat top left;
	display: none;
}

#lightbox #schedule img { display: block; cursor: pointer; }

#lightbox #longtext {
	width: 708px;
	height: 330px;
	padding-right: 20px;
	overflow: auto;
}

#lightbox #qContainer {
	width: 728px;
	height: 240px;
	overflow: auto;
}

#lightbox #qContainer .header {
	background-color: #bbe7f9;
	padding: 1em .6em;
	margin-top: 2px;
}

#lightbox #qContainer .question { width: 690px; }

#lightbox #qContainer .activeQuestion .header {
	background: #fffcc8 url(../images/active_q_bg.png) repeat-x top left;
	padding: 1em .6em;
	margin-top: 2px;
}

#lightbox #qContainer .activeQuestion .question .header {
	background-color: #bbe7f9;
	background-image: none;
}

#lightbox #qContainer .activeQuestion { width: 690px; }
#lightbox #qContainer .inactiveQuestion { width: 690px; }

#lightbox #qContainer .activeQuestion .header h3 { color: #41403e; }
#lightbox #qContainer .activeQuestion .question .header h3 { color: #666; }

#lightbox #qContainer .header h3 { margin: 0; font-size: 1em; color: #666; }

#lightbox #qContainer .qtext { display: none; }

#lightbox #qContainer label {
	font-size: 1em;
	font-weight: bold;
	color: #41403e;
	padding: 0 .6em 0 .2em;
}

#lightbox #qContainer .question label { display: none; }

#lightbox #qContainer .activeQuestion label,
#lightbox #qContainer .inactiveQuestion  label { display: inline; }

/* Text */

#lightbox h1 {
	font: bold 2.5em Calibri, "Myriad Pro", Arial, sans-serif;
}

#lightbox h2 {
	font: bold 1.4em Calibri, "Myriad Pro", Arial, sans-serif;
	line-height: 1.1;
	color: #333;
	margin: .5em 0 1em 0;
}

#lightbox h3 {
	font: bold 1.2em Calibri, "Myriad Pro", Arial, sans-serif;
	color: #333;
	margin: 1em 0;
}
#lightbox h4 {
	font: bold 1em Calibri, "Myriad Pro", Arial, sans-serif;
	color: #333;
	margin: 1em 0;
}

#lightbox h1#vadArReach {
	display: block;
	width: 240px;
	height: 32px;
	background: url(../images/header_vad_ar_reach.png) no-repeat bottom left;
	text-indent: -999em;
}

#lightbox p {
	font: 1em Calibri, "Myriad Pro", Arial, sans-serif;
	margin: 1em 0;
}

#lightbox #qContainer ul,
#lightbox #longtext ul  {
	font: 1em Calibri, "Myriad Pro", Arial, sans-serif;
	list-style: disc outside;
	margin-left: 1em;
}

#lightbox #qContainer li,
#lightbox #longtext li {
	margin-bottom: .2em;
}

/* Navigation */

#lightbox ol#navigation {
	list-style: inside decimal;
	padding-top: 30px;
}

#lightbox ol#navigation li {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 1.5em;
}

#lightbox ol#navigation li a {
	display: block;
	float: left;
	padding: 0 .3em;
}
#lightbox ol#navigation li.active a {
	background-color: #fffcc8;
	color: #666;
}

#lightbox ol#navigation li span {
	font-size: 1.1em;
	color: #666;
}

/* Misc */

#lightbox a {
	color: #004993;
	text-decoration: none;
}

#lightbox #close {
	display: block;
	height: 20px;
	text-align: right;
	font-size: .9em;
}

#lightbox #print {
	margin: .4em 0 0 0;
	font-size: 1.1em;
	color: #666;
	font-weight: bold;
}

#lightbox .clear { clear: both; }

#lightbox #logoKemiguiden {
	display: block;
	width: 94px;
	height: 29px;
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 20px;
	background: url(../images/logo_kemiguiden.png) no-repeat top left;
	text-indent: -999em;
}

#lightbox strong { font-weight: bold; }
#lightbox em { font-style: italic; }

/* Images */

img#imageStart {
	float: right;
	margin-left: 20px;
}

img#imageCalendar {
	float: left;
	margin-right: 20px;
}

img#imagePrinter {
	float: left;
	margin-right: 20px;
}