body {
	background: #e6deaf;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Arial, Sans-serif;
	text-align: center;
}




.galleryImg { border: 1px solid #6e6e6e; }

#galleryTable {
	width: 600px;
	padding-top: 20px;
}

#galleryContainer {
	width: 500px;
	height: 500px;
}

.galleryCell {
	padding-bottom: 10px;
}

.galleryImage {
	border: 2px solid gray;
}

.galleryImageDiv {
	float: left;
	padding: 0px;
	margin: 12px;
}

.galleryImageHover {
	border: 2px solid orange;
	cursor: pointer;
}

.galleryFullImage {
	border: 1px solid #222;
}

#galleryPopupTable, #galleryPopupTable a {
	padding-bottom: 10px;
	font-size: 10pt;
	color: black;
	font-weight: bold;
}

.galleryTitle {
	font-weight: bold;
	font-size: 11pt;
}

.galleryCaption {
	font-weight: normal;
	font-size: 9pt;
}



/* Glossary Styles */
#glossaryContainer dt {
	font-weight: bold;
}
#glossaryContainer dd {
	padding-bottom: 20px;
}

.glossaryItem {
	cursor: pointer;
	border-bottom: 1px dashed #e6deaf;
	padding-bottom: 0px;
	text-decoration: none;
}

#tooltip {
	width: 300px;
	border: 0px dashed #bf5717;
	background-color: transparent;
	padding: 0;
	text-align: left;
}

#tooltip .top {
	background: bottom url(../images/tip_window_top.gif) no-repeat;
	width: 302px;
	height: 14px;
	position: relative;
}

#tooltip .middle {
	background: top left repeat-y url(../images/tip_window_middle.gif);
	width: 282px;
	padding: 0 10px 0 10px;
}

#tooltip .bottom {
	background: url(../images/tip_window_bottom.gif) no-repeat;
	width: 302px;
	height: 13px;
	position: relative;
}


#tooltip h3, #tooltip p { margin: 0; }
#tooltip h3 {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: capitalize;
	padding-bottom: 5px;
	border-bottom: 1px solid #cec8a7;
}
#tooltip h3 .glossaryItem {
	border: 0;
}
#tooltip p {
	margin-top: 6px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.3em;
	text-align: justify;
}





.formLabel {
	clear: left;
	float: left;
	padding-top: 4px;
	height: 26px;
	width: 120px;
}

.shortInput {
	width: 140px !important;
}


.formInput {
	float: left;
	height: 30px;
}





/*  DO NOT CHANGE! CMS 2.0 STYLES */
html, body {
	
}

p, form {
	margin: 0;
	padding: 0;
}

#siteContentContainer {
	position: relative;
	height: 100%;
}

#floatingContentDivContainer {
	position: absolute;
	height: 100%;
}


.floatingDiv {
	position: absolute;
	background: transparent;
	width: 200px;
	height: 200px;
	top: 50px;
	left: 50px;
	overflow: hidden;
}
