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

body {
	margin-bottom: 0px;
	margin-top: 0px;
	margin: 0px;
}

a:link{
	color:#FFFFFF;
	text-decoration:none;
}

a:active {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.img{
	border-color:#000000;
}

.testo_link {
	font-size: 12px;
}

.testo {
	font-family: verdana;
	font-size: 12px;
	color:#000000;
	text-decoration:none;
}

.footer {
	font-family: verdana;
	font-size: 11px;
	color:#333333;
	text-decoration:none;
}

.footer2 {
	font-family: verdana;
	font-size: 11px;
	color:#DDDDDD;
	text-decoration:none;
}

.titolo {
	font-family: verdana;
	font-size: 15px;
	font-weight:bold;
	color:#000000;
}


.testo_b {
	font-family: verdana;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}

.menu {
	font-family: verdana;
	font-weight:bold;
	font-size:12px;
	color:#fcba1e !important;
	text-decoration:none;
}

div.contentmenu{
	height: 17px;
}

div.topvoice{
	height: 25px;
	width: 72px;
}

div.vocemenu{
}
div.verticalcontent
{
	position: absolute;
    visibility: Hidden;
    background-color: #000000;
    font: Normal 12px Verdana;
    width: 200px;
    border: Solid 1px #000000;
	margin: 4px 0px 0px -66px;
	
}
div.verticalvoice{
	float:left;
	background-color: #222222;
    font: Normal 12px Verdana;
    border: Solid 1px #000000;
	width: 200px;
	height: 18px;
}
div.orizontalcontent
{
	position: Absolute;
    visibility: Hidden;
    background-color: #222222;
    font: Normal 12px Verdana;
    width: 150px;
    border: Solid 1px #000000;
	margin: -16px 0px 0px 150px !important;
	margin: 0px 0px 0px 52px;
}
div.orizontalvoice{
	float: left;
	background-color: #222222;
    font: Normal 12px Verdana;
    border: Solid 1px #000000;
	width: 150px;
	height: 18px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#admin {
width:100%;
height:580px;
top:0px; 
left:0px;
overflow: auto;
}


