body {
	color: #5A5A4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/desktop_gray.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;

}

#corpo {
	width:760px;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
}

a {
color:#FF9900;
text-decoration:none;
}
a:hover {
color:#FF9900;
text-decoration:none;
}

/*
titoli
*/
h1 {
padding: 10px;
margin:0px;
font-size:20px;
font-weight:100;
color:#666666;
text-decoration:none;
}

h1 a {
color:#FF9900;
text-decoration:none;
}
h1 a:hover {
color:#FF9900;
text-decoration:none;
}

h2 {
padding: 10px;
margin:0px;
font-size:16px;
font-weight:100;
color:#666666;
text-decoration:none;
}

h2 a {
color:#FF9900;
text-decoration:none;
}
h2 a:hover {
color:#FF9900;
text-decoration:none;
}

h3 {
padding: 10px;
margin:0px;
font-size:14px;
font-weight:100;
color:#666666;
text-decoration:none;
}

h3 a {
color:#FF9900;
text-decoration:none;
}
h3 a:hover {
color:#FF9900;
text-decoration:none;
}
hr{
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin:0px;
}

/*
Menu principale tab
*/

#TabMenuActive{
	width:inherit;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	height:20px;
	background-color:#f2f2f2;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9900;
}

#TabMenuDisactive{
	width:auto;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	height:20px;
	background-color:#CCCCCC;
	background-image:url(images/bkg_tab.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
#TabMenuDisactive a{
color:#333333;
}
#TabMenuDisactive a:hover{
color:#333333;
border-top-width: 2px;
border-top-style: solid;
border-top-color: #FFCC00;

}




/*
dwzDragDiv
*/

#dwzDragDiv
{
    display:none;
    position:absolute;
    background-color:#8ED1D7;
    border:1px dashed #003399;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
}

.Drag {
	background-image:url(/images/DragDrop.gif);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#cecece;
    margin:1px;
    border:1px solid #FFFFFF;
    padding:1 1 1 1;
    cursor:move;
}
.dragActive {
    background-image:url(/images/DragDropActive.gif);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#ADD8E6;
    margin:1px;
    border:1px solid #FFFFFF;
    padding:1 1 1 1;
    cursor:move;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 150px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color:#f2f2f2;
	border: 1px solid #CCCCCC;
	height: 22px;
	width: 100px;
}
