@CHARSET "UTF-8";

body{
	background-color:#000000;
	background-image:url('../images/bg.jpg');
	border:0px;
	margin:0px;
}
*{
	font-family: sans-serif;
	letter-spacing: 1px;
	font-size: 10px;
	margin:0px;
	border:0px;
}
/*fix per gestire la trasparenza dei png su ie*/
img { 
	behavior:url(/aquilaradio/javascript/iepngfix.htc);
}

a{
	color:#ffffff;
	text-decoration: none;
	font-size:12px;
	
}

/*=============================================================*/
.header{
	position:relative;
	margin-top:13px;
	width:900px;
	height:196px;
	/*background-color:#ff0000;*/
	overflow:hidden;
}

#mainFrame{
	position:relative;
	width:900px;
	height:1000px;
	border:0px;
	margin:0px;
	padding:0px;
}

.document{
	position:relative;
	top:40px;
	width:900px;
	height:930px;
	/*background-color:#ff0000;*/
	background-image: url("../images/fondo-center.jpg");
}
.document .mainMenu{
	position:absolute;
	left:32px;
	top:-15px;
	width:837px;
	height:40px;
	/*background-image: url("./images/barra-menu.png");*/
}
.document .mainMenu .content{
	position:absolute;
	left:0px;
	top:11px;
	width:100%;
	overflow:hidden;
}
.document .mainMenu .content .field{
	float:left;
	margin:0px 23px 0px 23px;
}
.document .mainContainer{
	position:absolute;
	left:27px;
	top:27px;
	width:837px;
	height:90%;
	/*background-color: #00ff00;*/
	text-align:left;
}
/*==================================================================*/

.defaultFolder{
	position:relative;
	float:left;
	margin-left:3px;
	width:164px;
	height:234px;
	overflow:hidden;
}
.defaultFolder .detail{
	position:absolute;
	left:7px;
	top:45px;
	width:147px;
}
.defaultFolder .banner{
	position:absolute;
	left:-2px;
	width:170px;
	height:234px;
}

.defaultFolder .cloud{
	position:absolute;
	left:7px;
	top:0px;
	width:95px;
	height:48px;
}
.defaultFolder .text{
	position:absolute; 
	left:15px;
	top:137px;
	width:130px;
	height:50px;
	font-size:9px;
	color:#ffffff;
	overflow:hidden;
}
.defaultFolder .read{
	position:absolute;
	left:45px;
	top:180px;
}

.defaultFolder .read img{
	border:0px;
	margin:0px;
	width:63px;
	height:37px;
}
