@import url("home.css");

body{
	padding:0;
	margin:0;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#272727 url(../images/background.gif) repeat-x top;
	color:#000;
}
a{
	outline:none;
	color:#0165a7;
	text-decoration:none;
}
#container{
	clear:both;
}

.fixedsize{
	margin:0 auto;
	width:960px;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
#footer{
	padding:15px 0px 20px 0px;
	color:#9f9f9f;
	text-align:center;
	font-size:11px;
	line-height:18px;
}


/* MAIN CONTENT */

#mainContentOuter{
	background:#fff;
}

#mainContent{
	padding:15px 0px 15px 0px;
	min-height:150px;
}

#mainContent #textContainer{
	padding:15px 0px 15px 15px;
	float:right;
	width:705px;
	border-left:3px solid #e2e2e2;
	color:#444;
	min-height:120px;
}
#mainContent h1{
	display:block;
	margin:0px 0px 20px 0px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
#mainContent h2{
	display:block;
	margin:0px 0px 3px 0px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
#mainContent img.textImages{
	float:left;
	margin:0px 15px 10px 0px;
}
#mainContent img.mail{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
#mainContent img.loghi{
	display:inline-block;
	margin-right:7px;
	float:left;
}

#mainContent .notfound{
	font-weight:bold;
	color:#06C;
	text-align:center;
	margin-top:50px;
}

/* HEADER */

#header{
	height:91px;
}
#header a#logo{
	float:left;
	margin-top:15px;
}
#header div#headerMenu{
	float:right;
	margin-top:37px;
	padding-bottom:5px;
}

#header div#headerMenu, #header div#headerMenu a{
	font-weight:bold;
	color:#6b6b6b;
}
#header div#headerMenu a,#header div#headerMenu img{
	margin-left:45px;
}
#header div#headerMenu img{
	margin-right:3px;
	vertical-align:middle;
}
#header div#headerMenu a:hover{
	color:#929292;
}
#header div#headerMenu a.selected{
	color:#000;
}



/* SLIDES */

#slides{
	height:150px;
	background:url(../images/slides_background.png) no-repeat center top;
	overflow:hidden;
}

#slides span{
	display:inline-block;
	width:705px;
	font-size:24px;
	text-align:right;
	color:#fff;
	margin-top:30px;
	float:left;
}
#slides img{
	float:right;
	margin-top:10px;
	margin-right:30px;
	vertical-align:top;
}



/* MAIN MENU */

#mainMenu{
	background:#000 url(../images/mainmenu_back.gif) no-repeat bottom;
	padding:2px 0px 2px 0px;
	width:960px;
	margin:0 auto;
}
#mainMenu a{
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:187px;
	height:40px;
	vertical-align:middle;
	font-size:12px;
	display:table;
	float:left;
	margin-left:4px;
	border-collapse:collapse;	
}
#mainMenu a span{
	vertical-align:middle;
	display:table-cell;
	height:45px;
	border-bottom:5px solid #535353;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#mainMenu a span.selected{
	border-bottom:5px solid #c00000;
}
#mainMenu a:hover{
	color:#00a4fa;
}

/* LEFT MENU */

#leftMenu{
	width:190px;
	padding:15px 0px 15px 5px;
	float:left;
}
#leftMenu a{
	font-size:12px;
	display:inline-block;
	margin-bottom:15px;
	padding-left:12px;
	background:url(../images/bull.gif) no-repeat 0px 6px;
}
#leftMenu a.selected{
	font-weight:bold;
}
#leftMenu #firmaDigitale{
	margin-top:50px;
	height:40px;
	padding-left:55px;
	color:#900;
	background:url(../images/firma_digitale_little.gif) no-repeat left top;
	font-size:10px;
}
#leftMenu .firmaTop #firmaDigitale{
	margin:0px 0px 0px 0px;
}

/* TABLE */

table.list{
	width:100%;
	padding:0;
	margin:0;
	border:0;
	empty-cells:show;
	border-spacing:1px;
	background:#FFF;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:default;
	font-size:11px;
}
table.list tr.header td{
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px;
	background:#eee;
	color:#000;
	font-weight:bold;
}
table.list tr.body td{
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px;
	background:#f8f8f8;
	color:#555;
}
table.list tr td.select{
	cursor:pointer;
}
table.list tr.select:hover td{
	background:#FFF;
}
table.list td.button{
	width:20px;
	min-height:20px;
	_height:18px;
	text-align:center;
	cursor:pointer;
}

table.list tr.body td.dragRow{
	width:20px;
	cursor:move;
	background-image:url(../images/row-drag.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
table.list tr.highlight td{
	background:#b1cbe4;
	color:#1c3e5c;
	font-weight:bold;
	padding:3px;
}

