/* ATTRIBUTI GENERICI */
body { 
	font-size: 12px; 
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; 
	background-color: #932723; 
	background-repeat: repeat-x;
	margin: 0; 
	color: #000033;
	padding: 0; 
}

body.popup { 
	background-color: #eae1ca; 
}

img {
	border-style: none;
}

#logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link { color: #942723; text-decoration: none; }
a:visited { color: #942723; text-decoration: none; }
a:hover { color: #942723; text-decoration: underline; }
a:active { color: #942723; text-decoration: none; }

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { color: black; text-decoration: underline; font-weight: normal; }

h1 { 
	color: #942723; 
	font-size: 20px; 
	font-weight: bold; 
}

/* PARTE CENTRALE */
#pagecontent {
	margin-top: 4px;
	margin-left: 8px;
	/* margin-right: auto; */
	background-color: #eae1ca;
	border-color: #D6D6D6; 
	border-style: solid;
	border-width: 1px;
	width: 98%; 
	padding: 4px;
	/* position:relative;*/

}

/* 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, #popuparea {
	min-width: 800px;
	margin-top: 4px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 4px;
	padding-bottom: 10px;
	float: left;
}

#popuparea {
	min-width: 500px;
}


/* CLEAR */
.clearone {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/* FOOTER */
#footer {
	text-align:center;
	color: black;
	width: 98%; 
	margin-top: 14px;
	margin-left: 8px;
}


/* CLASSI COMUNI */
.msgerror {
	border: solid 1px red;
	padding: 10px;
	color: red;	
	width: 400px;
}

.msgconfirm {
	border: solid 1px green;
	padding: 10px;
	color: green;	
	width: 400px;
}



/* TABELLE -*/
/*
table.form {
	width: 600px;
}

table {
	border-collapse: collapse;
	margin: 0px;
	font-size: 1.1em;
}

th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 6px;
	text-align: left;
	line-height: 1.2;
}

td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

td * {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
}

table thead tr {
	height: 25px;	
}

table tr {
	height: 20px;	
}

.td_300 {
	width: 300px;
}

.td_100 {
	width: 100px;
}

.td_200 {
	width: 200px;
}

.td_20 {
	width: 20px;
	text-align: center;
}

tr.alt td {
	background: #F6F6F6;
}

tr.over td {
	background: #EBECF2;
}
*/


/* SPECIFICI ELEMENTI */
#logo {
	margin-bottom: 24px;
}

.icon {
	/* height: 26px; */
	vertical-align: middle;
}

#logout {
	text-align: center;
	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 {
	float: right;
	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;
	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;
	color: #333333;
	border-bottom: 1px solid #333333;
	vertical-align: top;
}

table.list th {
	border-bottom: 2px solid #942723;
	text-align: left;
	font-weight: normal;
	font-weight: bold;
	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;
}
 */

.no-contents {
	padding-left:10px;
	margin-top:100px;
	width: 500px;
}

.error-log{
	text-align:left;
	font-size:10px;
	font-family:monospace;
	width: 400px;
}

/* Event Editions */

ul.editions {
	list-style-type: none;
	padding-left: 0px;
}

ul.editions li {
	border: 1px solid #932723;
	padding: 10px; 
	width: 80px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: 5px;
}

ul.editions li.active {
	background-color: #932723; 
	color: white;
}

ul.editions li.header {
	background-color: transparent; 
	width: 110px;
	border: none;
}

ul.editions li.new {
	background-color: transparent; 
	width: 150px;
	border: 1px solid #932723;
}

ul.editions a:link { color: black; text-decoration: underline; display: block;}
ul.editions a:visited { color: black; text-decoration: underline; display: block;}
ul.editions a:hover { color: black; text-decoration: underline; display: block;}
ul.editions a:active { color: black; text-decoration: underline; display: block;}