/* Coded by CaViCcHi: matteo [at] cavicchi [dot] net */
body, html{
	padding:0px;
	margin:0px 0px 0px 0px;
	font-family: 'Lucida sans', Arial, Verdana, Helvetica;
	font-size: 8pt;
	height:100%;
	width:100%;
	background-color:#180E0C;
	color:#DFDFDF;
	/*
	overflow-x:hidden;
	*/
}

a{
	color : #78C000;
}
a:active, a:link, a:visited {
	text-decoration : none;
}

a:focus, a:hover {
	text-decoration : none;
	color : #303030;
	background-color: #78C000;
}
a.linkImg:focus, a.linkImg:hover {
	text-decoration : none;
	background-color: transparent;
}

.vmid{vertical-align:middle;}
.vtop{vertical-align:top;}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
.justify{text-align:justify;}
.pointer{cursor:pointer;}

#toPrinter{display:none;}
#flashContainer{
	background-color:transparent;
	width:100%;
	height:550px;
	top:0px;
	z-index:50;
	overflow:hidden;
}

/* Layer Drag */
.layerDrag{
	width:1000px;
	height:850px;
	left:50%;
	margin-left:-505px;
	background-color:#303030;
	text-align:center;
	border: solid 3px #A6CC42;
	border-bottom: solid 15px #A6CC42;
	z-index:100005;
	/*
	overflow-x:hidden;
	overflow-y:hidden;
	*/
}
#layerTitle{
	position:relative;
	margin:0px;
	padding-top:3px;
	width:100%;
	height:25px;
	font-family: 'Lucida sans', Arial, Verdana, Helvetica;
	font-size: 11pt;
	font-weight:bold;
	color:#333333;
	background-color:#A6CC42;
	text-align:center;
	z-index:10;
}
.bigKahuna{
	width:100%;
	top:0px;
	left:0px;
	background-color:#000000;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	z-index:100002;
}
