@charset "utf-8";
/* CSS Document */
/*
-----------------------------------------------
Universal Weather and Aviation, Inc.
Name:		Light Box
Version:	20070914
Dev:		Adrian Martinez
Origin:		20070913
----------------------------------------------- */
html {
	height:100%;
	}
html*.blackoverlay {
	[height:100%; /*hides from mozilla*/
	height:100%; /*read by safari*/
	]height:100%; /*only read by ie6*/
	}

/* LIGHT BOX */
#light {
	width:100%;
	margin:0 auto;
	}
.black_overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:361%;
	min-width:100%;
	background:#000 url(../images/lightbox/transdot.gif);
	z-index:1001;
	-moz-opacity: 0.75;
	opacity:.75;
	filter:alpha(opacity=75);
	
	padding-top:500px !important;
	height:auto !important;
}
*>.black_overlay {
	margin-top:-500px;
	}
.white_box {
	position:absolute;
	top:70px;
	z-index:1002;
	overflow:auto;
	width:950px;
	text-align:center;
}
.white_content {
	width:620px;
	background:#fff;
	margin:0 auto;
	text-align:left;
}
.inside {
	padding:10px 10px 10px 15px;
	}
.lb_close {
	float:right;
	width:80px;
	text-align:right;
	margin:0 8px 0 0;
}
.boxme {
	border:2px solid #eee;
	margin:10px 0 0 0;
	padding:2px 6px 4px 6px;
	}


/* ROUNDED CORNERS */
.lightbox_roundtop {
	background:url(../images/lightbox/lightbox_tr.gif) no-repeat top right;
	}
.lightbox_roundbot {
	background:url(../images/lightbox/lightbox_br.gif) no-repeat top right;
	}
img.corner {
   width:10x;
   height:10px;
   border:none;
   display:block !important;
}

/* FORMATTING */
#light h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#333;
	line-height:26px;
	margin:0 0 10px 0;
	}
#light h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#69c;
	line-height:18px;
	margin:0 0 10px 2px;
	}
#light p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:15px;
	margin:3px 2px;
	}