/* -------------------------- LAYOUT -------------------------- */
body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #2c2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2c2c;
}
h2 {
	font-size: 12px;
	color: #2c2c2c;
}
p {
	font-size: 12px;
	color: #2c2c2c;
}
.active {
	background: #a3b260;
	border: 1px solid #bfd172;
}
#container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#superheader {
	background: #f5f5f5;
}
#logo {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header {
	padding: 15px 20px 15px 20px;
	color: #2c2c2c;
	border-bottom: 1px solid #dddddd;
	background: #f1f1f1;
}
.title {
	background: #f1f1f1;
	width: 100%;
	padding: 3px 0px 3px 0px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.line {
	background: #dddddd;
	width: 100%;
	height: 1px;
}
#leftSidebar {
	float: left;
	width: 200px;
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 12px;
	border-right: 1px solid #dddddd;
}
#mainContent {
	margin: 0px 25px 0px 210px;
	padding: 20px 0px 0px 20px;
	border-left: 10px thin;
}
#mainContent ul {
	list-style-type: none;
}
#mainContent ul li{
	border-bottom: 1px solid #dddddd;
	padding-top: 6px;
	padding-bottom: 3px;
	height: 20px;
	width: 100%;
}
#mainContent ul li a{
	color: #2d2d2d;
}
#mainContent ul li a:hover{
	text-decoration: none;
	color: #dddddd;
}
#footer {
	padding: 10px 10px 10px 20px;
	border-top: 1px solid #dddddd;
	background: #ececec;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
}
.fltrgt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.domainName { 
	margin-top: 8px;
}
.clearfloat { 
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* -------------------------- FORM -------------------------- */
div.fieldwrapper {
	display: block;
	width: auto;
	overflow: hidden;
	padding: 5px 0;
}
div.fieldwrapper label.styled {
	color: #7a7a7a;
	font-weight: bold;
	float: left;
	width: 150px;
	margin-right: 15px;
}
div.fieldwrapper div.thefield {
	float: left;
	margin-bottom: 10px;
}
div.buttonsdiv {
	margin-top: 5px;
}
div.buttonsdiv input {
	width: 80px;
}
/* (aggiunta classe div, per non modificare i select del texteditor)*/
div.thefield select {
    width: 410px;
	height: 32px;
	padding: 6px;
	background: #f8f8f8;
	margin-top: 5px;
	border: 1px solid #aaaaaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type=text], input[type=password] {
	margin: 5px 0 10px;
	padding: 7px;
	width: 405px;
	background: #f8f8f8;
	border: 1px solid #aaaaaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type=text]:hover, input[type=text]:focus {
	background: #efefef;
}
input[type=password]:hover, input[type=password]:focus {
	background: #efefef;
}
input[type=button], input[type=submit], input[type=reset] {
	text-transform: uppercase;
	height: 28px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type=reset] {
	background: #37302b;
	border: 1px solid #1e1a18;
}
input[type=reset]:hover {
	background: #1e1a18;
}
input[type=button], input[type=submit], input[type=reset] {
	background: #a3b260;
	border: 1px solid #7e894a;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background: #7e894a;
}

/* -------------------------- MENU -------------------------- */
.mainMenu {
	width: 190px;
}
.mainMenu .headerbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background: #2c2c2c url(../images/downgreen.gif) no-repeat 8px 6px;
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 7px 0 7px 31px;
}
.mainMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
.mainMenu ul li {
	padding-bottom: 2px;
}
.mainMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2c2c;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
}
.mainMenu ul li a:visited {
	color: #2c2c2c;
}
.mainMenu ul li a:hover {
	color: FFFFFF;
	background: #a3b260;
}

/* -------------------------- TABLE -------------------------- */
#mainTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	border-collapse:collapse;
}
#mainTable td, #mainTable th {
	border-bottom: 1px solid #dddddd;
	padding: 5px 10px 5px 10px;
}

#mainTable th {
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#f5f5f5;
	color:#2c2c2c;
}
#mainTable tr.alt td {
	color: #2c2c2c;
	background-color: #f5f5f5;
}

/* -------------------------- LINK -------------------------- */
a:link {
	color: #b0b0b0;
	text-decoration: none;
}	/* unvisited link */
a:visited {
	color: #b0b0b0;
	text-decoration: none;
}	/*visited link */
a:hover {
	color: #000;
	text-decoration: underline;
}	/* mouse over link */
a:active {
	color: #b0b0b0;
	text-decoration: underline;
	position: relative;
	top: 1px;
}	/* selected link */

/* -------------------------- LIST -------------------------- */
ul {
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}
li {
	padding-bottom: 10px;
}
/* ------------------------ FEEDBACK ------------------------ */
#feedback {
	background: #f1f1f1;
	width: 100%;
	padding: 3px 0px 3px 0px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.closeIcon {
float:right;
margin-right: 8px;
} 