﻿#container {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}
.leightbox
{
    color: #333;
    display: none;
    position: fixed;
    font-size: 12px;
    top: 20%;
    left: 20%;
    width: 600px;
    height: 400px;
    padding: 20px;
    border: 4px solid #999;
    background-color: white;
    text-align: left;
    z-index: 1001;
    overflow: auto;
}


.leightbox table
{
    border: 1px solid #999;
    border-collapse: collapse;
    border-spacing: 0px;
}
.leightbox table tr td
{
    border-bottom: 1px solid #999;
    border-top: 0px;
    border-left: 1px solid #999;
    border-right: 0px;
    border-top-color: inherit;
    border-right-color: inherit;
    padding: 2px; font-size:11px;
}
.leightbox table tr th
{
    font-size: 12px;
    background-color: #CCCCCC;height:30px; vertical-align:middle;
}
.leightbox table tr td a, .leightbox table tr td a:visited
{
    color: #006600;
}
.leightbox table tr td a:hover { color:#999; text-decoration:underline;}
a.codeXml {
	position: relative;
	color: Red;
}
div.codeXml {
	font-size: 10px;
	color: Blue;
	top: 5%;
	left: 5%;
	width: 80%;
	height: 80%;
	position: absolute;
	margin: 0;
}
.centerDiv {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity=70);
}
.lightbox[id] {
	/* IE6 and below Can't See This */    position: fixed;
}
#overlay[id] {
	/* IE6 and below Can't See This */    position: fixed;
}
