/* ----------------------------- Esprimo CMSimple ---------------------------- */
/* Data ultima modifica: 8 maggio 2008 */
/* Definizione delle classi principali */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h1{
	font-size: 110%;
	color: #99CC00;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #99CC00;
}
h2{
	font-size: 110%;
	color: #99CC00;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #99CC00;
}
h3{
	font-size: 110%;
	color: #99CC00;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #99CC00;
}
h4{
	font-size: 110%;
	color: #99CC00;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #99CC00;
}
h5{
	font-size: 110%;
	color: #99CC00;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #99CC00;
}
h6{
	font-size: 110%;
	color: #99CC00;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #99CC00;
}
img {
	border: 0px;
}

.nascondi, .nascondi a {
	display: none;
}

/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/
#bgr_body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	background-image: url(images/bgr_body.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgr_container.gif);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}
#main {
	width: 910px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	overflow: hidden;
}
#colSx {
	width: 727px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#colDx {
	width: 183px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#logo {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#top {
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#contentSx {
	width: 707px;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}
#menu {
	width: 100%;
	padding: 24px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	background-image: url(images/bgr_menu.gif);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-y;
}
#footer01 {
	width: 100%;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #99CC00;
	background-color:#1B1B1B;
}
#footer {
	width: 910px;
	margin: auto;
	padding: 8px 0px 60px 0px;
	background-image: url(images/bgr_footer.gif);
	background-attachment: scroll;
	background-position: right top;
	background-repeat: no-repeat;
}
/***********************************************/
/* Layout dei Divs principali   (struttura)    */
/***********************************************/
/************** #footer styles **************/
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-align: left;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #99CC00;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/************** #pagesPath styles **************/
#pagesPath {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#pagesPath a, #pagesPath a:link, #pagesPath a:visited, #pagesPath a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#pagesPath a:hover {
	color: #99CC00;
	text-decoration: underline;
}
/************** CMSimple styles **************/
ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.menulevel4, ul.menulevel5, ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.sitemaplevel4, ul.sitemaplevel5, ul.submenu, ul.search {
	padding-left: 0px;
	margin-left: 0px;
	/*margin-bottom: 60px;*/
}
ul.menulevel1 {
	margin-bottom: 60px;
}
form {
	margin: 0;
}
hr {
	border-style: dashed;
	border-color: #99CC00;
	height: 1px;
	width: 100%;
}
li {
	line-height: 1.35;
}
.doc {
	list-style: none;
	padding-left: 26px;
	/*background-image: url(images/document.gif);
	background-repeat: no-repeat;*/
}
.docs {
	list-style: none;
	padding-left: 26px;
	/*background-image: url(images/documents.gif);
	background-repeat: no-repeat;*/
}
.sdoc {
	list-style: none;
	padding-left: 26px;
	background-image:  url(images/sdocument.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.sdocs {
	list-style: none;
	padding-left: 26px;
	/*background-image:  url(images/sdocuments.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
}
a, a:link, a:visited, a:active {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #99CC00;
	text-decoration: underline;
}
.sitename {
	font-weight: normal;
	font-size: 18px;
}
.menulevel1 {
	font-size: 12px;
	color: #000000;
}
.menulevel1 a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: #000000;
	text-decoration: none;
}
.menulevel1 a:active, .menulevel1 a:hover {
	color: #99CC00;
	text-decoration: none;
}
.menulevel2 {
	font-size: 11px;
	color: #000000;
}
.menulevel2 a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menulevel2 a:link, .menulevel2 a:visited {
	color: #000000;
	text-decoration: none;
}
.menulevel2 a:active, .menulevel2 a:hover {
	color: #99CC00;
	text-decoration: none;
}
.menulevel3 {
	font-size: 10px;
	color: #000000;
}
.menulevel3 a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.menulevel3 a:link, .menulevel3 a:visited {
	color: #000000;
	text-decoration: none;
}
.menulevel3 a:active, .menulevel3 a:hover {
	color: #99CC00;
	text-decoration: none;
}
.sitemaplevel1, .sitemaplevel2, .sitemaplevel3 {
	font-size: 9pt;
}
.sitemaplevel1 a, .sitemaplevel2 a, .sitemaplevel3 a {
	font-weight: normal;
	color: black;
}
.sitemaplevel1 a:link, .sitemaplevel2 a:link, .sitemaplevel3 a:link, .sitemaplevel1 a:visited, .sitemaplevel2 a:visited, .sitemaplevel3 a:visited {
	color: black;
}
.sitemaplevel1 a:active, .sitemaplevel2 a:active, .sitemaplevel3 a:active, .sitemaplevel1 a:hover, .sitemaplevel2 a:hover, .sitemaplevel3 a:hover {
	color: black;
}
.submenu {
	font-size: 9pt;
}
.submenu a {
	font-weight: normal;
	color: #FFFFFF;
}
.submenu a:link, .submenu a:visited {
	color: #FFFFFF;
}
.submenu a:active, .submenu a:hover {
	color: #FFFFFF;
}
.search a {
	font-weight: normal;
	color: black;
}
.search a:link, .search a:visited {
	color: black;
}
.search a:active, .search a:hover {
	color: black;
}
.locator {
	font-size: 8pt;
	color: white;
}
.locator a {
	font-weight: normal;
	text-decoration: underline;
}
.locator a:link, .locator a:visited, .locator a:active, .locator a:hover {
	color: white;
}
.menu {
	font-weight: bold;
	font-size: 8pt;
	color: white;
}
.menu a {
	text-decoration: underline;
	color: white;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color: white;
}
.login {
	font-weight: bold;
	font-size: 8pt;
	color: grey;
}
.login a, .login a:link, .login a:visited, .login a:active, .login a:hover {
	color: gray;
}
.navigator {
	font-weight: bold;
	font-size: 10pt;
	color: white;
}
.navigator a:link, .navigator a:visited {
	color: #000000;
	font-size: 10pt;
}
.navigator a:active, .navigator a:hover {
	color: white;
}
.edit {
	font-size: 7pt;
	color: white;
	border: 0px;
	border-bottom: 1px solid #FFFFFF;
	height:35px;
	/*background: buttonface;*/
	background-color:#000000;
	background-image: url(../../cmsimple/images/bgr_menu.jpg);
	background-attachment: scroll;
	background-position: left top;
	background-repeat: repeat-x;
}
.edit td {
	text-align:left;
	border:0px;
}
.edit img {
	vertical-align:middle;
}
.edit a:link, .edit a:visited, .edit a:active {
	font-weight: normal;
	text-decoration:none;
	color: white;
}
.edit a:hover {
	font-weight: normal;
	text-decoration:underline;
	color: white;
}
input, select {
	font-size: 8pt;
}
textarea {
	width: 98%;
	background: white;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}
.searchbox .text, .searchbox .submit {
	border: 2px solid #c0c0c0;
	background: white;
}
