﻿body 
{
	margin:0px;
	font-size:10pt;
	font-family:Arial, Sans-Serif;
}

.row
{
	float:left;
	clear:left;
}

.caption 
{
	font-size:8pt;
}

#main_Overlay{
	background-color: #000000;
	width:100%;
	height:100%;
	display:none;		
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:999;
}

.modal
{
	position: absolute;
	background-color: transparent;
	z-index:1000;
}

