/* main styles */

body {
	margin:0;
	padding:0;
	background:#BBD9EE;
  	color:#000;
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
	}
	
form {
	margin:0;
	padding:0
	}
	
img {border:none;}

a {color:#060606;text-decoration: none}

a:hover {text-decoration: underline}

input {vertical-align:middle}

.floatleft {float:left !important}

.floatright {float:right !important}

.clear {clear:both !important}

.bold {font-weight:bold !important}

.normal {font-weight:normal !important}

.block {display:block !important}

input.text, select, textarea, input.file {
	font-family:arial,sans-serif;
	color:#333;
	font-size:12px;
	vertical-align:middle;
	}
	
textarea{
	padding:1px 0 0 2px;
	font-weight:normal;
	width:450px;
}
	
input.text {
	padding:1px 0 0 2px;
	height:15px;
	font-weight:normal;
	width:446px;
	}

input.file {
	padding:1px 0 0 2px;
	height:20px;
	font-weight:normal;
}

input.button  {
	width:100px;
	height:20px;
	text-align:center;
	line-height:10px;
}


/* main container */
#main {
	width:992px;
	margin:0 auto;
	}
	
/* header */
#header {
	position:relative;
	width:992px;
	height:106px;
	background:url(../images/admin/bg-header.gif) no-repeat left bottom;
}
	
/* site logo */
a.logo {
	position:absolute;
	top:0px;
	left:0px;
	}
	
/* header tabs */
#top-navigation {
	position:absolute;
	top:60px;
	left:20px;
	margin:0;
	padding:0;
	list-style:none;
	}
#top-navigation li {
	float:left;
	margin:0 3px 0 0;
	height:34px;
	background:url(../images/admin/tab.gif) repeat-x top;
	}
#top-navigation li a {
	float:left;
	display:block;
	height:20px;
	line-height:19px;
	color:#606060;
	padding:4px 0 0 0;
	}
#top-navigation li span {
	float:left;
	background:url(../images/admin/tab-left.gif) no-repeat left top;
	}
#top-navigation li span span {
	background:url(../images/admin/tab-right.gif) no-repeat right top;
	padding:7px 10px 0 10px;
	}
#top-navigation li.active {
	padding:0;
	height:34px;
	background:url(../images/admin/tab-active.gif) repeat-x top;
	margin-right:2px;
	}
#top-navigation li.active span {
	background:url(../images/admin/tab-active-left.gif) no-repeat left top;
	height:34px;
	}
#top-navigation li.active span span {
	background:url(../images/admin/tab-active-right.gif) no-repeat right top;
	height:23px;
	padding:11px 10px 0 10px;
	line-height:19px;
	color:#606060;
	}

/* middle */
#middle {
	float:left;
	width:967px;
	background:url(../images/admin/bg-middle.gif) repeat-y left;
	padding:0 13px 0 12px;
}
	
/* left column */
#left-column {
	float:left;
	padding:1px 14px 0 12px;
	width:151px;
}
	
/* right column */
#right-column {
	float:right;
	padding:0 9px 0 0;
	width:133px;
}

/* center column */
#center-column {
	float:left;
	width:614px;
	background:url(../images/admin/bg-center-column.jpg) no-repeat left top;
	min-height:584px;
	padding:12px 16px 0 13px;
}

* html #center-column {height:584px;}

/* footer */
#footer {
	float:left;
	width:100%;
	background:url(../images/admin/bg-footer.gif) no-repeat;
	height:100px;
}

#footer a {
	font-size:11px;
	line-height:23px;
	float:right;
	color:#3E3E3E;
	padding:10px 20px 0 0;
	}


/* left column styles */
#left-column a {color:#3E3E3E;}
#left-column h3 {
	font-size:11px;
	margin:0;
	color:#fff;
	background:url(../images/admin/bg-left-header.gif) no-repeat left top;
	height:25px;
	line-height:23px;
	padding:0 0 0 9px;
	}
ul.nav {
	margin:0 0 11px 0;
	border-bottom:2px solid #FF9600;
	background:#ECEFE7;
	list-style:none;
	padding:0 2px;
	}
ul.nav li {
	padding:4px 4px 6px 5px;
	background:url(../images/admin/bg-dotted.gif) repeat-x bottom;
	}
ul.nav a {
	padding:0 0 0 12px;
	background:url(../images/admin/arrow.gif) no-repeat 0 4px;
	}
ul.nav a:hover {
	font-weight:bold;
	}
ul.nav li.last {background:none;}

#left-column .link {
	display:block;
	width:142px;
	height:25px;
	background:url(../images/admin/bg-left-link.gif);
	margin:0 0 4px 0;
	font-weight:bold;
	padding:0 0 0 9px;
	line-height:25px;
	color:#60635A;
	}
	
/* center column styles */
.top-bar {
	float:left;
	width:603px;
	border-left:2px solid #f70;
	border-bottom:2px solid #f70;	
	padding:0 0 0 9px;
	margin:0 0 4px 0;
}
	
/* text page header */
.top-bar h1 {
	font:20px/21px verdana,sans-serif;
	color:#43729F;
	margin:0 0 4px 0;
	}

/* orange button */
.top-bar a.button {
	float:right;
	display:block;
	width:75px;
	height:35px;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	line-height:27px;
	background:url(../images/admin/bg-orange-button.gif) no-repeat;
	}
	
/* bar with select */
.select-bar {
	clear:both;
	border-top:2px solid #f70;
	border-bottom:2px solid #f70;
	padding:5px 0 3px 0;
	margin:0 0 17px 0;
	}
.select-bar select {width:145px;margin:0 2px;}

/* table container */
div.table {
	float:left;
	position:relative;
	width:614px;
	margin:0 0 37px 0;
	}
table.listing {
	border-bottom:1px solid #9097A9;
	width:613px;
	padding:0;
	margin:0;
	border:1px solid #9097A9;
	}
table.listing th {
	border-top:0 !important;
	}
table.listing th.full {
	border-left:0;
	border-right:0 !important;
	text-align:left;
	text-transform:uppercase;
}
div.table img.left {
	position:absolute;
	top:0;
	left:0;
	}
div.table img.right {
	position:absolute;
	top:0;
	right:1px;
	}


/* table styles */
table.listing td table.interna {
	width:100%;
	padding:0;
	margin:0;
	}
table.listing td table.interna td {
	text-align:left;
	color:#000;
	padding:1px 3px;
	border:0;
	}
	
table.listing td table.interna .errore { color:#Ff0000; }	
	
table.listing td, table.listing th {
	border:1px solid #fff;
	text-align:left;
	}	
table.listing th {
	background:#9097A9;
	color:#fff;
	padding:5px;
	}
table.listing td {
	background:#D8D8D8;
	color:#000;
	padding:3px 5px;
	}
table.listing .bg td {
	background:#ECECEC;
	}
table.listing .white td {
	background:#fff;
	}

table.listing td div.thumb {
	padding: 2px 2px 2px 2px;
	border:1px solid #fff;
	margin-right:15px;
	text-align:left;
	float:left;
	}
table.listing td  b {
	text-transform:uppercase;
	font-size:1.1em;
	}

table.listing .first { width:95px; border-left:0px solid #9097A9; text-align:left; }
table.listing .centrale { border-right:1px solid #FFF; border-left:1px solid #FFF; text-align:left; }
table.listing .last { border-right:0px solid #9097A9; }
table.listing .errore { color:#FF0000; }

table.listing th.first { background:#9097A9 url(../images/admin/bg-th-left.gif) no-repeat left top; border-left:0; }
table.listing th.last { background:#9097A9 url(../images/admin/bg-th-right.gif) no-repeat right top; border-right:0; }

table.listing .style1 {font-weight:bold; color:#FF7A00;}
table.listing .style2 {font-weight:bold; font-size:1em; }
table.listing .style3 {font-weight:bold; font-size:1.2em; }
table.listing .style4 {font-weight:bold; font-size:0.9em;}


table.form .last { padding:1px 0 1px 5px; text-align:left; }
table.form .centrale { padding:1px 0 1px 5px; text-align:left; }

table.form th, table.form td { padding-left:5px; }

table.form input.text { /*width:162px*/ }

/* table select */
div.table .select {
	float:right;
	margin:2px 1px 0 0;
	width:176px;
	height:25px;
	background:#9097A9 url(../images/admin/bg-select.gif);
	color:#fff;
	}
div.table .select strong {
	float:left;
	padding:5px 0 0 5px;
	}	
div.table .select select {
	float:right;
	width:78px;
	margin:2px 3px 0 0;
	text-align:right;	
	}
	
/* right column header */
#right-column .h {
	float:left;
	background:#7E878A;
	border:1px solid #B8B8B8;
	border-bottom:0;
	padding:3px 10px;
	color:#fff;
	text-transform:uppercase;
	}
/* right column box */
#right-column .box {
	float:left;
	width:121px;
	padding:5px;
	border:1px solid #B8B8B8;
	background:#EBEBEB;
	margin:0 0 15px 0;
	}
	
/* right column buttons */
.buttons {
	clear:both;
	text-align:center;
	padding:30px 0 15px 0;
	}
.buttons input {
	margin:0 0 6px 0;
	}
	
	
/* anteprima foto/video */
.icone_anteprima{
	border:0px;
	margin-top:5px;
	margin-left:30px;	
	padding:3px;
	width:150px;
	float:left;	
}

#gallery div.icone_anteprima {
	padding:1px;
	border: 1px solid #ECECEC;
	border-width: 2px 2px 2px;
	}

#gallery div.selected,
#gallery div.icone_anteprima:hover {
	padding:1px;
	border: 1px solid #ff6f00;
	border-width: 2px 2px 2px;
	}
	
.preview {
	float:left;
	width:65px;
	line-height:20px;
	text-align:center;
	background:#D8D8D8;
	margin-right:5px;
}

.modifica {
	float:left;
	width:39px;
	line-height:20px;
	text-align:center;
	background:#EBEBEB;
	margin-right:2px;
}

.elimina {
	float:right;
	width:39px;
	line-height:20px;
	text-align:center;
	background:#EBEBEB;
}

.titolo {
	float:left;
	width:150px;
	line-height:20px;
	text-align:center;
	background:#EBEBEB;
	margin-right:2px;
}

/**
 * Stile per formati testo
 */
  
.txtbase{
	font-size:1.1em;
	line-height:21px;
}
 
.txt10 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
}

.txt10b {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #505050;
	font-weight: bold;
}
 
.txt11 {
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}

.txt11b {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	font-weight: bold;
}

.txt12 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	line-height: 18px;
}

.txt12b {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	font-weight: bold;
}

.txt32b {
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 32px;
	color: #505050;
	font-weight: bold;
}

#msgerror {
    font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;    
}