@charset "utf-8";
* { margin: 0; padding: 0; }
body { padding-left: 15px; background-color: #292929; color: white; }
a { text-decoration: none; color: white; font-weight: bold; }
a:hover { text-decoration: underline; }
img { border: 0; }
#picture
{
	z-index: 10000;
	filter: alpha(opacity=70); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE */
	-moz-opacity: .70; /*older Mozilla*/
	-khtml-opacity: 0.7;   /*older Safari*/
	opacity: 0.7;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}

	

#picture-overlay
{
	z-index: 10001;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;

}


#picture-detail img { border: 2px solid white; }
#picture-detail
{
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-top: 50px;
	vertical-align:middle;
	position: relative;
}
#picture-detail table
{
	text-align:center; 
	margin: 0 auto;
}
.left {
	position: relative;
	float: left;
	width: 50%;
}
.top
{
	height: 370px;
	width: 100%;
	overflow: auto;
}
.bottom
{
	width: 100%;
}
.clear
{
	float: none;
	clear: both;
}
.heading {
	text-align: left;
	height: 25px;
	font-weight: bold;
	font-size: 22px;
}

.data {
	text-align: left;
	vertical-align: top;
	
}
a img {
	cursor: url('/cur/magnifying.cur'), pointer;
}
textarea {
	font-size: 18px;
	font-weight: bolder;
}

.top .left 
{
	font-size: 10px;
}

