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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9a9d98;
	background-image: url(../img/tpl_main_01.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

#mainmenubox {

	width: 580px;
	height: 34px;
	margin-top: 98px;

}

#mainmenubox a {

	display: block;
	float: left;
	/*width: 104px;*/
	width: auto;
	height: 26px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8e908b;
	border-left: 1px solid #747975;
	border-right: 1px solid #494f4b;
	border-bottom: 1px solid #494f4b;
	background-image: url(../img/bt-back.jpg);
	background-repeat: repeat-x;

}

#mainmenubox a.active {

	background-image: url(../img/bt-back-a.jpg);

}

#pagecontent {

	width: 768px;
	min-height: 400px;
	padding: 24px;

}

.subscribe {

	width: 60%;
	margin-left: 20%;
	font-size: 0.9em;

}

.subscribe .title {

	color: #CC0000;
	font-size: 1.4em;
	font-weight: bold;

}

.subscribe .fieldtextbox {

	width: 260px;
	height: 16px;
	background-color: #FEFEFE;
	border: 1px solid #DDDDDD;
	font-size: 0.9em;

}

.scrolling {

	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #DDDDDD;
	background-color: #FEFEFE;
	margin: 12px;

}

.whitepage {

	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 8%;
	width: 82%;
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	float: left;

}

.whitepage .title {

	height: auto;
	width: 162px;
	background-color: #a4a7a3;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;

}

.whitepage .pause {

	height: 30px;
	width: 100%;
	border-bottom: 1px solid #a4a7a3;
	margin-top: 48px;
	margin-bottom: 24px;
	text-align: right;

}

.whitepage .littlebox {

	width: 45%;
	margin-left: 5%;
	float: left;

}

.whitepage .littlebox .titlelight {

	font-size: 18px;
	color: #666666;

}

.whitepage .littlebox .row {

	font-size: 0.9em;
	color: #333333;

}

.whitepage .evidenzia {

	padding: 6px;
	color: #FFFFFF;
	background-color: #a4a7a3;
	font-size: 1.2em;

}

.whitepage .evidenzia strong {

	font-size: 1.2em;
	color: #FFFF00;

}

.whitepage .spanned {

	font-size: 0.9em;
	padding: 12px;
	border: 1px solid #CCCCCC;

}