@charset "utf-8";
/* CSS Document */
	html {
		width: 100%;
		height: 100%;
		_border: none;
		overflow:hidden;
	}
	body, form {
		margin: 0px;
		text-align: center;
		width: 100%;
		height: 100%;
		background: #3E3A37;
		overflow:hidden;
	}
	img, object, embed {
		display: block;
		outline: none;
	}
	a img, img a, img {
		border: none;
	}
	a {
		outline: none;
	}
	h1, h2, h3, h4, h5, h6, p, ul, ol, li {
		padding: 0;
		margin: 0;
	}
	.clearer{
		clear: both;
		line-height: 0px;
	}



	#lightboxOverlay {
	position:absolute;
	height:100%;
	width:100%;
	/*background:url(../images/ui/lightboxMask.png);*/
	background-color:#F00;
	top:0px;
	left:0px;
	opacity: .0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index:200;	
	}
	div#lightboxContentWrap{
		position:absolute;
		width:auto;
		-widt\h:780px;
		height:600px;
		z-index:201;
		top:-2000px;
		left:-2000px;
	}
	div#lightbox_nw, div#lightbox_ne, div#lightbox_se, div#lightbox_sw{
		width:20px;
		height:20px;
		display:block;
	}
	div#lightbox_n, div#lightbox_s{
		height:20px;
		width:740px;
		display:block;
	}
	div#lightbox_w, div#lightbox_e{
		width:20px;
		height:300px;
		display:block;
	}
	div#lightbox_nw{
		background:url(../images/lightbox/nw.png) no-repeat;
		float:left;
	}
	div#lightbox_n{
		background:url(../images/lightbox/n.png) repeat-x;	
		float:left;
	}
	div#lightbox_ne{
		background:url(../images/lightbox/ne.png) no-repeat;	
		float:left;
		clear:right;
	}
	div#lightbox_w{
		background:url(../images/lightbox/w.png) repeat-y;	
		float:left;
	}
	div#lightbox_content{
		width:740px;
		height:300px;
		display:block;
		z-index:202;
		float:left;
		position:relative;
		background-color:#CCC;
	}
	div#lightbox_e{
		background:url(../images/lightbox/e.png) repeat-y;	
		float:left;
		clear:right;
	}
	div#lightbox_sw{
		background:url(../images/lightbox/sw.png) no-repeat;	
		float:left;
	}
	div#lightbox_s{
		background:url(../images/lightbox/s.png) repeat-x;	
		float:left;
	}
	div#lightbox_se{
		background:url(../images/lightbox/se.png) no-repeat;	
		float:left;
	}
	a.close {
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	float:right;
	background:url(../images/ui/lightbox.close.gif) no-repeat 0px top;
	width:17px;
	height:17px;
	z-index:1003;
	text-indent:-9999px;
	}
	a.close:hover {
	background:url(../images/ui/lightbox.close.gif) no-repeat 0px bottom;
	}

#data{
	visibility:visible;
	position:absolute;
	top:-9999px;
	left:-9999px;
	padding:40px;
	-widt\h:780px;		
	}
	#contentShell{
		padding:0;
		margin:0;
		font-size:12px;
	}
	
div.lightbox{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	background:#615C58;
	text-align:left;
	overflow:hidden;
	height:100%;
	color:#FFF;
	
}

div.lightbox h1{
	font-size:17px;
	color:#9FD2F1;
	margin: 0 0 20px 0;
}
div.lightbox h2{
	font-size:12px;
	color:#9FD2F1;
	text-transform:uppercase;
}
div.lightbox p{
	margin: 0 0 20px 0;
}
div.lightbox_column1, div.lightbox_column2{
	float:left;
	width:330px;
}
div.lightbox_column1{
	margin: 40px 40px 40px 40px;	
	-margi\n: 40px 40px 40px 20px;		
}
div.lightbox_column2{
	margin: 40px 0 40px 0;	
}