@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
body {
	background-color: #232323;
	margin:0;
	padding:0;
}
body, html {
	width:100%;
	height:100%;
}
a, a:link, a:visited, a:active, a:hover {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	color:#EEE;
}
.overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:1001;
	opacity:.80;
	-moz-opacity:0.80;
	filter: alpha(opacity=80);
}
.modal {
	display:none;
	position:absolute;
	top:25%;
	left:25%;
	width:50%;
	height:50%;
	padding:5px;
	background:#333;
	z-index:1002;
	overflow:auto;
}
.marco{
	border:#CCC 1px solid;
}
