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

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:10%;
	left:22%;
	z-index:9999;
	width:720px;
	margin: 0px;
	background:#fff url(../../images/bg_menu.png) no-repeat;
	text-align:left;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 20px;
	height: 51%;
	/*height: 474px;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	word-spacing: 1px;
	letter-spacing: -0.1px;
	color: #4f4f51;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
#overlay[id]{
	position:fixed;
}

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

#closeWindowBottom {
	width: 36px;
	height: 36px;
	float: right;
}

#closeWindowTop {
	width: 36px;
	height: 36px;
	float: right;
	margin: 0px 120px 0px 0px;
	_margin: 0px 0px 0px 0px;
}

h1 {
	padding: 0px 0px 16px 0px;
	margin: 0px;
	font-size: 26px;
	letter-spacing: -0.4px;
	width: auto;
	text-align: left;
	
}

#lightbox_blue {
	width: auto;
	height: auto;
	line-height: 18px;
}

#lightbox_blue h1 {
	color: #0086cb;	
}

#lightbox_orange h1 {
	color: #f36f21;	
}

.img_left {
	float: left;
	margin: 0px 12px 12px 0px;
}

.img_right {
	float: right;
	margin: 0px 0px 12px 12px;
}

.orange_even, .orange_odd {
	width: 670px;
	height: auto;
	background: #f7893e;
	padding: 12px;
	line-height: 18px;
	margin: 0px 0px 20px 0px;
}

.orange_odd {
	background: #fea75e;	
}

.orange_even img, .orange_odd img {float: left; margin: 0px 0px 0px 0px;}

.orange_even p.text, .orange_odd p.text {
	float: left;
	width: 230px;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	margin: 0px 0px 0px 32px;
}

.orange_even p.text a, .orange_odd p.text a {color: #6a6c6f;}
.orange_even p.text a:hover, .orange_odd p.text a:hover {color: #000;}