@charset "UTF-8";
.encyclopediaBox {
	padding-left: 2px;
	padding-top: 10px;
	padding-right: 26px;
}
#PDF_wait_MSG {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:110;
	background-image: url(../images/fullsizeBackground.png);
	display: none;
}
.heading {
	background-image: url(../images/head_header-background.png);
	background-repeat: repeat-x;
}
.navBar {
	background-image: url(../images/head_navBar-background.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.navBar .left {
	background-image: url(../images/head_navBar-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 1px;
}
.navBar input {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #15423e;
	border-left-color: #15423e;
	background-image: url(../images/input_shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #a6b7b6;
	font-family: Arial, Helvetica, sans-serif;
	color: #304d51;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.faqNavArea {
	background-image: url(../images/body_left-background.png);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #86cbd5;
}
.faqNavArea .leftNav {
	background-image: url(../images/body_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.pCntArea {
	background-image: url(../images/body_shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
}
.pCntArea h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.pCntArea p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.pCntArea a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e9aaa;
}
#relatedSubjects {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#relatedSubjects a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #304d51;
	background-image: url(../images/related_dots.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 1px;
}
.leftNav select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.colorSelect .colorItem {
	float: left;
	position: relative;
	display: block;
	height: 250px;
	width: 100px;
	padding: 15px;
}
.colorSelect .colorItem .colorName {
	position: absolute;
	left: 5px;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.colorSelect .colorItem a {
	position: relative;
}
.colorSelect .colorItem a .enlargeIcon {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: none;
}
.colorSelect .colorItem a:hover .enlargeIcon {
	display: inherit;
}
.colorSelect {
	overflow: hidden;
	margin-top: 20px;
}
.colorItem {
	float: left;
	position: relative;
	display: block;
	width: 100px;
	padding: 15px;
}
.colorItem .colorName {
	position: absolute;
	left: 5px;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	display: none;
}
.colorItem:hover .colorName {
	display: inline;
}
#fullColorImageContainer {
	position: absolute;
	top:0;
	left:0;
}
#fullColorImage {
	display: none;
	position: fixed;
	z-index: 998;
	height: 100%;
	width: 100%;
	background-image: url(../images/blackOut.png);
}
#fullColorImage .imageWindow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 25px;
}
