html {
	overflow-y: scroll;
	height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #213C6B;
	height: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
ul li {
	font-size: 12px;
}
img {
	border: none;
}
#contOut {
	background-image: url(background.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 100%;
}





#container {
	margin: 0 auto;
	width: 960px;
}


#loginForm {
	background-color: #EEE;
	width: 300px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#loginForm h1 {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

#loginForm p  {
	font-size: 12px;
	text-align: center;
}
#loginForm .error {
	color: #900;
}
#loginForm p label input {
	width: 200px;
}


#container #header {
	height: 80px;
	margin: 0px;
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	overflow: hidden;
}
#container #header .logo {
	background-image: url(logo-pannello.jpg);
	height: 80px;
	width: 500px;
	margin-left: 10px;
	float: left;
}
#container #header .corpo {
	width: 224px;
	float: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #084389;
	margin-left: 56px;
}
#container #header .corpo h4 {
	margin: 0px;
}
#container #header .corpo p {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
#container #header .corpo p a {
	color: inherit;
	text-decoration: none;
}
#container #header .corpo p a:hover {
	text-decoration: underline;
}

#container #header .corpo img {
	margin-right: 10px;
}
#container #header a.pulsante {
	height: 15px;
	background-image: url(puls_pannello.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	width: 100px;
	margin-top: 5px;
	overflow: hidden;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #213C6B;
	font-size: 10px;
	margin-left: auto;
}
#container #header a.pulsante:hover {
	background-position: left bottom;
	color: #FFF;
}
div.corpo {
	padding-right: 10px;
	padding-left: 10px;
}

#container #mainMenu {
	float: left;
	margin: 0px 15px 0px 15px;
	width: 190px;
}
#container #mainMenu .menu_group {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	position: relative;
}
#container #mainMenu .menu_group .icona {
	position: absolute;
	height: 50px;
	width: 50px;
	left: -17px;
	top: -10px;
	background-repeat: no-repeat;
	background-position: center center;
}
#container #mainMenu .menu_group .icona.home {
	background-image: url(icone/home.png);
}
#container #mainMenu .menu_group .icona.contenuti {
	background-image: url(icone/contenuti.png);
}
#container #mainMenu .menu_group .icona.mail {
	background-image: url(icone/mail.png);
}
#container #mainMenu .menu_group .icona.stats {
	background-image: url(icone/stats.png);
}
#container #mainMenu .menu_group .icona.config {
	background-image: url(icone/config.png);
}



#container #mainMenu h3 {
	text-align: left;
	font-size: 14px;
	color: #036;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(back_menu_h3.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#container #mainMenu h3.start {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #mainMenu h3 a {
	color: inherit;
	text-decoration: none;
}
#container #mainMenu h3 a:hover {
	color: #000;
	text-decoration: underline;
}

#container #mainMenu ul {
	padding: 0px;
	list-style-type: none;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #mainMenu ul li {

}
#container #mainMenu ul li span {
	line-height: 22;

}

#container #mainMenu ul li a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0px 10px 0px 30px;
	margin: 5px 0px 0px;
	background-image: url(punto_elenco.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	line-height: 20px;
}
#container #mainMenu ul li a:hover {
	color: #CCC;
	background-color: #036;
	background-position: 10px bottom;
}
#container #centro {
	padding-top: 10px;
	background-image: url(header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	min-height: 110px;



}
#container #corpo  {
	text-align: justify;
	background-color: #FFF;
	overflow: hidden;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	min-height: 110px;
}
#container #corpo .corpo  {
	padding-bottom: 20px;
}




.div_dx {
	float: right;
	width: 500px;
	text-align: right;
}
#ulSP {
	padding-bottom: 15px;
}

.div_dx p , .div_dx h4{
	text-align: right;
}





#corpo h1 {
	font-size: 18px;
	color: #036;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	margin-right: -10px;
	margin-left: -10px;
	background-image: url(back_h1.png);
	background-repeat: repeat-x;
	padding-right: 20px;
}
#corpo h2 {
	font-size: 18px;
	color: #C00;
	text-align: center;
}
#corpo h3 , #corpo h3 a{
	font-size: 16px;
	color: #0C3;
}
#corpo h4 {
	text-align: center;
}

#corpo p {
	font-size: 12px;
}
#corpo a {
	color: #069;
}
#corpo a:hover {
	color: #09C;
}
.mainMenu {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.mainMenu li {
	text-align: center;
}




.mainMenu li a {
	display: block;
	margin: 10px;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 160px;
	background-color: #9CF;
	color: #039;
	border: 1px dotted #039;
}
.mainMenu li a:hover {
	color: #030;
	background-color: #3C0;
}



.tbl_prodotti {
	width: 100%;
	border-top: 1px solid #039;
	border-left: 1px solid #039;
}
.tbl_prodotti tr td {
	padding: 5px 10px;
	border-bottom: 1px solid #039;
	border-right: 1px solid #039;
}
.tbl_prodotti thead tr td {
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}

.tbl_prodotti tbody tr td {
	font-size: 11px;
}
.tbl_prodotti tr .azioni  {
	text-align: right;
	width: 10%;
}



.tbl_admin {
	margin: 10px auto;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;
	border-right: 1px solid #69C;
	width: 90%;
}
.tbl_admin tr td {
	padding: 5px 10px;
	border-bottom: 1px solid #69C;
	background-color: #FFF;
}
.tbl_admin thead tr td {
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #CDE;
}
.tbl_admin tbody tr td , .tbl_admin tfoot tr td{
	font-size: 11px;
}
.tbl_admin tbody tr:hover td {
	background-color: #FFC;
}
.tbl_admin tr .nome  {
	text-align: left;

}
.tbl_admin tr .logo {
	text-align: center;
}
.tbl_admin tr .logo img {
	height: 24px;
}


.tbl_admin tr .tipo  {
	width: 150px;
	text-align: center;
}
.tbl_admin tr .data {
	text-align: center;
}

.tbl_admin tr .um  {
	width: 50px;
	text-align: center;
}
.tbl_admin tr .azioni {
	text-align: right;
	width: auto;
	white-space: nowrap;
}
.tbl_admin tr .azioni img {
}
.tbl_admin tr .semaforo {
	text-align: center;
}
.tbl_admin tr td input.rinomina {
	display: none;
}
.tbl_admin tr td span.azioniConferma{
	display: none;
}
.tbl_admin tr .msg .msgDiv {
	display: none;
}
.tbl_admin tr td.onoff {
	width: 20px;
}



.tbl_admin .nuovo td {
	padding-top: 15px;
	border: none;
}

#disp-msg {
	color: #FFF;
	font-size: 12px;
	padding: 10px;
}

td.caratt input.validate-integer , td.caratt input.validate-numeric{
	text-align: right;
	width: 80px;
}
.img_def {
	float: left;
	height: 83px;
	width: 125px;
	margin-right: 10px;
}
.img_def img {
	width: 125px;
}


td.caratt input.testo {
	width: 150px;
}
a.avanzato {
	height: 16px;
	width: 16px;
}
a.avanzato img {
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


td.caratt input , td.caratt select{
	border: 1px solid #999;
	font-size: 10px;
	line-height: 14px;
}
td.caratt input.readonly ,td.caratt select.readonly {

}
tr.readonly {

}
td.caratt input.validation-failed{
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}
.validation-advice {
	color: #C00;
	font-weight: bold;
}


td.caratt input.validate-date {
	width: 80px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#langDiv {
	text-align: center;
}
#langDiv a {
	margin: 5px;
}
.briciole {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.lungo  {
	width: 500px;
}
.testo {
	font-family: inherit;
	font-size: 12px;
}
.alto {
	height: 150px;
}

.medio {
	width: 250px;
}

a.onoff, div.onoff {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 auto;
}
a.onoff.on, div.onoff.on {
	background-image: url(on.jpg);
}
a.onoff.off, div.onoff.off {
	background-image: url(off.jpg);
}

.lang_container {
	margin: 0 auto;
	width: 820px;
}
.lang_container .lang_tabs {
	height: 21px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #039;
}
.lang_container .lang_tabs .lang_tab {
	float: left;
	margin-left: 5px;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #039;
	text-decoration: none;
	background-color: #9CF;
	outline: none;
}
.lang_container .lang_tabs .lang_tab:hover {
	background-color: #FFF;
}
.lang_container .lang_tabs .lang_tab img {
	padding-top: 3px;
}


.lang_container .lang_conts {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #039;
	border-bottom-color: #039;
	border-left-color: #039;
	width: auto;
	background-color: #FFF;
}
.lang_container .lang_cont {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.mask {
	background-color: #000;
	visibility: hidden;
}
.mask.loading {
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#editor {
	display: none;
	width: 820px;
	left: 50%;
	margin-left: -410px;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
}
#traduzioni {
	display: none;
	width: 500px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 1000;
}
#traduzioni .traduzioni {
	background-color: #FFF;
	padding: 20px;
	border: 2px solid #06C;
}
.tbl_analytics {
	margin: 0 auto;
	width: 100%;
}
.tbl_analytics td {
	padding: 2px 10px;
}

.tbl_analytics thead {
	font-size: 12px;
	font-weight: bold;
}
.tbl_analytics tbody {
	font-size: 11px;
}
.tbl_analytics thead tr:nth-child(odd) td {
	background-color: #999;
}
.tbl_analytics thead tr:nth-child(even) td {
	background-color: #CCC;
}
.tbl_analytics .metric {
	text-align: center;
	width: 60px;
}
.tbl_analytics .dimension {
	text-align: left;
}
.tbl_analytics tbody tr:nth-child(even) .dimension {
	background-color: #8BE;
}
.tbl_analytics tbody tr:nth-child(odd) .dimension {
	background-color: #9CF;
}
.tbl_analytics tbody tr:nth-child(even) .metric {
	background-color: #8BB;
}
.tbl_analytics tbody tr:nth-child(odd) .metric {
	background-color: #9CC;
}
.tip {
	font-size: 10px;
	background-color: #FF9;
	border: 1px solid #F90;
	padding: 0px 5px;
}
.tip .tip-text {
	display: none;
}
.box {
	background-color: #EEE;
	margin: 20px;
	border: 1px solid #CCC;
	padding: 0px 20px;
	-moz-border-radius: 10px;
}
button.ico {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: transparent;
	cursor: pointer;
}
.riquadro {
	color: #000;
	margin-bottom: 20px;
	/*background-color: #FAFAFA;
	margin: 0px 10px;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #666;
	padding: 0px 10px 10px;
	*/
}
.riquadro .head {
	background-image: url(riquadro_head.png);
	background-repeat: no-repeat;
	min-height: 20px;
	max-height: 70px;
	padding: 10px 10px 0px;
}
.riquadro .body {
	background-image: url(riquadro_body.png);
	background-repeat: repeat-y;
	padding: 0px 10px;
}
.riquadro .body div.cont {
	padding: 1px 10px 10px;
}
.riquadro .foot {
	background-image: url(riquadro_foot.png);
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px 10px 10px;
	background-position: center bottom;
}
.riquadro div.cont {
	background-color: #FAFAFA;
	padding: 0px 10px;
	height: 100%;
}

#corpo .riquadro h2 {
	margin: 0px -10px;
	background-color: #036;
	color: #FFF;
	line-height: 24px;
	display: block;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#corpo .riquadro h2 a {
	color: inherit;
}
.riquadro .foot {
	text-align: right;
	height: 37px;
	margin-bottom: -10px;
}
button.btn  , #corpo a.btn{
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 2px;
	margin-left: 5px;
	background-image: url(button.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
#corpo a.btn {
	padding-top: 6px;
	padding-bottom: 6px;
}
.btn img {
	vertical-align: middle;
}



#chatFrame {
	width: 700px;
	height: 390px;
	margin: 20px auto;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#craftysyntax {
	margin: 0 auto;
	width: 141px;
}
