/* ATTRIBUTI GENERICI */
body {
	font-size: 12px;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	/* background-image: url(../images/background.jpg); */
	background-image: url(/images/background-m.jpg);
	background-repeat: repeat-x;
	margin: 0;
	color: #000033;
	padding: 0;
}

body .login {
	background-color: #AD0003;
	/* background-image: url(../images/background-login.jpg); */
	background-image: url(/images/background-m.jpg);
}

img {
	border-style: none;
}

a:link { color: #AD0003; text-decoration: none; }
a:visited { color: #AD0003; text-decoration: none; }
a:hover { color: #AD0003; text-decoration: underline; }
a:active { color: #AD0003; text-decoration: none; }

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { color: #666666; text-decoration: underline; font-weight: normal; }

h1 {
	color: #AD0003;
	font-size: 20px;
	font-weight: bold;
}

/* PARTE CENTRALE */
#pagecontent {
	margin-top: 4px;
	margin-left: 8px;
	/* margin-right: auto; */
	background-color: #FFFFEF;
	border-color: #DE3338;
	border-style: solid;
	border-width: 1px;
	width: 98%;
	padding: 4px;
	/* position:relative;*/

}

#printcontent {
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	/* border-color: #333333;
	 * border-style: solid;
	border-width: 1px;
	 *  */
	padding: 4px;
	padding-left: 0px;
	padding-right: 0px;
	width: 840px;
	/* position:relative;*/
}

#printcontent #mainarea {
	margin-left: 20px;
}

.plain {
	background-color: #FFFFFF;
	background-image: none;
	color: #333333;
}

#printcontent .hide {
	visibility: hidden;
}

#printcontent h1 {
	color: #000000;
}


/* BARRA MENU SX */
#menubar {
	border-right-color: #D6D6D6;
	border-right-style: solid;
	border-right-width: 1px;
	width: 250px;
	text-align:center;
	float:left;
}

/* PARTE PRINCIPALE CONTENUTI */
#mainarea {
	min-width: 800px;
	margin-top: 14px;
	margin-left: 42px;
	margin-right: 10px;
	margin-bottom: 4px;
	padding-bottom: 10px;
	float: left;
}


#mainarea > ul.errors {
	float: left;
}

/* CLEAR */
.clearone {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/* FOOTER */
#footer {
	text-align:center;
	color: #666666;
	width: 98%;
	margin-top: 14px;
	margin-left: 8px;
}


/* CLASSI COMUNI */
.msgerror {
	border: solid 1px red;
	padding: 10px;
	color: red;
	width: 800px;
}

.msgconfirm {
	border: solid 1px green;
	padding: 10px;
	color: green;
	width: 800px;
}


/* TABELLE -*/

.cbtable_wrap {
	position: relative;
	clear: both;
	margin-top: 14px;
	margin-bottom: 48px;
}

table.cbtable {
	width: 800px;
}


.cbtitle {
	text-align: right;
	margin-bottom: 16px;
	width: 800px;
}

table.cbtable th {
	background: #DCD9BF;
	color: #000;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: left;
	line-height: 1.2;
}

table.cbtable td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}


.icon {
	/* height: 26px; */
	vertical-align: middle;
}

#logout {
	width: 98%;
	text-align: right;
	margin: 10px;
}


/* ELEMENTI FORM */
form dt {
	clear: both;
	float:left;
	width: 200px;
	font-weight: bold;
	margin: 5px;
}
form dd {
	float: left;
	margin: 5px;
}

ul.errors {
	margin-left: 10px;
	padding: 2px;
	list-style-type: none;
	padding-top: 4px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #ff0000;
}

ul.login_errors {
	color: #ff0000;
	list-style-type: none;
	text-align: center;
}


/* PULSANTI FORM */
button.btn_sliding {
	background: transparent url(../images/btn_sx.png) left top no-repeat;
 	border: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #555555;
	height: 47px;
	padding: 0px 3px 1px 18px;
	margin: 0;
}

span.btn_wrap {
	width: auto;
	height:auto;
	display: inline-block;
	margin: 0;
	padding-right: 16px;
	padding-top: 0px;
	background: transparent url(../images/btn_dx.png) right top no-repeat;
}

p.btn {
	 margin: 0;
	 padding: 0;
	 width: 500px;
	 text-align: right;
	 line-height: 30px
}


/* LOGIN PAGE */
#loginbox {
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-color: #D6D6D6;
	border-style: solid;
	border-width: 1px;
	width: 420px;
	padding: 14px;
	text-align: center;
	/* position:relative;*/

}


/* JQUERY DATA TABLE */

 .css_right {
	float: right;
}

.css_left {
	float: left;
}
 */


/* VIEW INFO TABLE */
table.list {
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #efefef;
	background-color: #fafafa;
	border: 2px #eeeeee solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.list td {
	padding: 4px;
	background-color: #ffffff;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	border-bottom: 1px solid #333333;
	vertical-align: top;
}

table.list th {
	border-bottom: 2px solid #034ea2;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #000000;
	background-color: #fafafa;
	text-indent: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px;
	vertical-align: middle;
}

.submitbtn {
	width:100%;
	text-align: right;
	float: right;
	margin-right: 14px;
}

.no-contents {
	padding-left:10px;
	margin-top:100px;
	width: 500px;
}

.error-log{
	text-align:left;
	font-size:10px;
	font-family:monospace;
	width: 400px;
}

.error_message {
	color: #FF0000;
}


#pagecontent .flash {
	width: 100%;
	border-color: red;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	margin-bottom: 24px;

}

.red-title {
	color: #AD0003;
}


/* Hour counter */

#hourcounter {
	left: 868px;
	position: absolute;
	margin-left: 35px;
	width:180px;
	background-color: #FFFFEF;
	border: 2px solid #AD0003;
	padding: 10px;
	z-index: 100;
}

#hourcounter.fixed {
  position: fixed;
  top: 10px;
}

.ui-widget a.seldeselevents {
	color: #AD0003;
}

/* .seldeselevents a:hover {} */

#wysihtml5-textarea {
	border-color: #666;
	border-width: 1px;
	padding: 6px;
	width: 600px;
}

#wysihtml5-toolbar {
	margin-left: 215px;
	font-size: 16px;
}

div#wysihtml5-toolbar div {
	margin-top: 12px;
}

#duplicazione {
	float: right;
    margin-bottom: 24px;
    margin-top: 18px;
	text-align: right;
    width: 384px;
}

#selezione {
 	float: left;
    margin-bottom: 24px;
    margin-top: 18px;
    width: 284px;}