/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

#lightbox{

	font:Verdana, Arial, Helvetica, sans-serif;
	display:none;
	position: absolute;
	top:27%;
	left:34%;
	z-index:9999;
	width:815px;
	height:300px;
	overflow:auto;
	margin:-220px 0 0 -250px;
	border:9px solid #f2f2f2;
	border:10px solid #003366;
	border:0;
	/*background:#FDFCE9;*/
	background:#003366;
	background:#fff;
	color:#fff;
	color:#000;
	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:#949494;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=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%;
}
#definition{
	margin:25px;
	font-size:75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:135%;
}

#definition h2{
	margin:0 0 1em 0;
	font-size:16px;
}
#definition h3{
	margin:0 0 0.2em 0;
	color: #000;
	font-weight:bold;
	font-size:13pt;
}
#definition ul {
	list-style-type:disc; 
	margin-left:1.4em;
	line-height:120%;
}
#definition ol {
	margin-left:2em;
	line-height:120%;
}
#definition li {
	padding-top:2px;
	padding-bottom:2px;
}
#definition span {
	padding-top:4px;
	line-height:160%;
	font-size:0.8em;
	color:#333;
}
#definition p {
	margin:12px 0;
}

#definition p strong{
	font-size:90%;
}
#definition a{
	color:#19468B;
	display:inline;
}

#ys a.BtnTrialYes{background: url(../Img/BtnTrialYes.jpg) no-repeat top left; height:30px;width:362px;display:block;margin:0;}
#ys a.BtnTrialYes:hover{background: url(../Img/BtnTrialYesRoll.jpg) no-repeat top left; height:30px;width:362px;display:block;margin:0;}
