html{
	margin: 0px auto;
	padding: 0px;
}

body{
	background-color: #111;

	margin: 6px auto;
	padding: 0px;
}

div{
	border: 0px;
	margin: 0px auto;
	padding: 0px;
}

div#container{
	width: 983px;
}

div#menu_div{
	position:relative;
	left: 0px;
	top: 0px;
	float: left;

	background-color: #a7a7a7;
	background: url(/_immagini/consolle.gif);
	background-repeat: no-repeat;
}

table{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table#menu{
	width: 160px;
	position: relative;
}

table#menu td{
	height: 46px;
	border-left: solid 0px #ccc;
	border-right: solid 0px #ccc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #666;
	
	text-align: center;
	vertical-align: middle;

	cursor: pointer;
}

table#menu td.menu_logo{
	height: 100px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	color: #666633;

	text-align: center;
	vertical-align: middle;

	border-top: 0px solid #ccc;
	border-bottom: 1px solid #666;
	cursor: default;
}

table#menu td.bottone{
	text-align: center;
	vertical-align: middle;

	cursor: pointer;
}
table#menu td.menu_vuoto{
	height: 42px;
}

table#menu td.menu_fondo{
	height: 40px;
	text-align: center;
	border: 0px
}

table#menu td.clicked{
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	
	text-align: center;
	vertical-align: middle;

	cursor: default;
}

table#menu td.clicked a{
	color: #b33;
}

div#page_div
{
	width: 820px;
	height: 620px;
	border-left: 2px solid #111;
	float: right;

	background-color: #B5B5D0;
	background: url(/_immagini/screen.gif);
	background-repeat: no-repeat;
}

table#page{
	position: relative;
	top: 9px;
	left:9px;
	width: 802px;
	height: 602px;
	border: solid 1px #333;
}

table#page td{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003;

	vertical-align: middle;

	text-decoration:none;
	cursor: default;
}

table#page td.titolo{
	height: 40px;

	font-size: 20px;
	/*line-height: 36px;*/
	color: #eee;
	text-align: left;
	vertical-align: middle;

	/*display: block;*/
	cursor: default;
}

table#page td.titolo p{
	font-size: 20px;
	/*line-height: 36px;*/
	color: #eee;
	text-align: left;
	vertical-align: middle;
}

table#page td.testata{
	filter: alpha(opacity=95, finishopacity=65, style=1);
	height: 49px;
	background-color: #003;
 	border-left: 0px solid #f00;
	border-right: 0px solid #ffe118;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	cursor: default;
}

table#page td.testata p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	color: #eee;
	text-align: left;
	vertical-align: middle;
	cursor: default;
}

td.box_txt{
	width: 210px;
	height: 125px;

	background-color: #abb;
	border: 3px solid #666;

	cursor: default;
}

table#page td.box_txt p{
	font-size: 14px;
	text-align: center;
	color: #300;
}

table#page td.elenco_eng p{
	font-size: 14px;
	text-align: left;
	color: #300;
	cursor: pointer;
	display: block;
}
table#page td.fondo{
	height: 26px;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	text-align: center;
	vertical-align: middle;
}

table#page p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	color: #003;
	text-align: left;
	vertical-align: middle;
	cursor: default;
}
table#page p.descrizione{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #003;
	text-align: left;
	vertical-align: middle;
	cursor: default;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;

	color: #663;
	line-height: 20px;
	text-decoration: none;
	display: block;

	cursor: pointer;
}

a.menu{
	font-size: 16px;
	color: #555;
	line-height: 20px;
}

a.elenco{
	font-size: 14px;
	color: #330;
	line-height: 20px;
}

a.fondo{
	font-size: 10px;
	color: #eeeeee;
	background: transparent;
	line-height: 20px;
}

a:link {
	color: #555;
}
a:visited {
	color: #555;
}
a:hover {
	color: #222;
	filter: alpha(opacity=100, finishopacity=50, style=2);

}
a:active {
	/*color: #bbbbbb;*/
}


a.elenco:link{
	color: #330;
}
a.elenco:visited {
	color: #330;
}
a.elenco:hover {
	color: #006;
	filter: alpha(opacity=100, finishopacity=50, style=2);

}
a.elenco:active {
	/*color: #bbbbbb;*/
}
