/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:auto;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	/*background:#FDFCE9;*/
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#5CA3C1;
	filter: Alpha(Opacity=80);
	opacity:0.80;
 	-moz-opacity:0.80;
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
/*	width:100%;
	height:100%;*/
}p {
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	line-height:1.8em;
	margin-top:14px;
	margin-bottom:14px;
}
a {
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	color: #38688F;
	font-size: 12px;
}
#definition {
	background-color: #FFFFF4;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 25px;
	width: 450px;
	height: 400px;
}
#definition a {
	color: #3A6A90;
}
h1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: normal;
	color: #003366;
}
#definition h2 {
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	color: #003366;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#closeButton {
	padding: 0px;
	float: right;
}
.title {
	color: #35668E;
}
#divExample {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 1.5em;
	text-align: left;
	width: 400px;
	clear: both;
}
#divExample .floatLeft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#divExample h3 {
	margin-left: 230px;
	font-weight: normal;
	color: #003366;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	border-bottom: 0px;
}
#divExample p {
	margin-left: 230px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}
#divClear {
	clear: both;
	border: none;
}
.lightBlue {
	color: #6AB9CC;
}
#scrollBox	{
overflow:scroll;
padding-right:20px;
margin-top:30px;
text-align:justify;
height:290px;
overflow-x:hidden;
}
.smaller {
	font-size: 10px;
	color: #3D86A2;
}
