#container { 
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.lightboxFooter {
	background-color: #000;
	padding: 0.5em;
	vertical-align: bottom;
	text-align: right;
}

.lightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 0em;
	border: 1em solid #B8B8B8;
	background-color: #121b24;
	text-align: center;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#121b24;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }



/* tables */
#container table {
	margin: 10px 10px; 
	border-collapse: collapse;
	width: 75%;
	border: 1px solid #222d38;
	
}
#container th strong {
	color: #fff;
}
#container th {
	background: #222d38;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #222d38;
	border-bottom: solid 1px #222d38; 
	border-top: solid 1px #222d38;
}
#container tr {
	color: #707070;
	height: 2.5em;	
}
#container td {
	padding-left: 12px;
	padding-right: 12px;
}
#container td.first,th.first {
	border-left: 0px;
}
#container tr.row-a {
	background: #1c262f;
}
#container tr.row-b {
	background: #192129;
}