html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color: #678b3c;
}

#Languages {
	background-color: #ffffff;	
	width: 100px;
	padding: 3px 6px;
	position:absolute;
	top:10px;
	right:0px;
}

#Languages a.Item {
	color: #404040;
	text-decoration: none;
}

#Languages a.SelItem{
	color: #678b3c;
	text-decoration: none;
}
#Languages a.Item:hover, #Languages a.SelItem:hover {
	color: #c980b5;
	text-decoration: none;
}

#Footer {
	height: 40px;
	margin: 25px 0 0 20px;
	padding: 30px 0 ;
	font-size: 10px;
	width:980px;
}

#Footer .Half {
	background-color:#ffffff;
	padding:10px;
	width:460px;
	height:40px;
	float:left;
	border-top: 2px solid #678b3c; 	
}


table {
	border: 1px solid #678b3c;
	width: 95%;
	border-collapse:collapse;
}

td {
	border: 1px solid #678b3c;
	padding:5px;
	margin:0px;
	width: 25%;
	}
	
tr.dark {
	background-color: #c9ee99;
}
tr.light {
	background-color: #fed5fe;
}	

.Clear {
    clear: both;
}

.Site {
	width: 998px;	
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 -499px;
	padding: 0 4px;
	background: url('../images/bg-site.gif') repeat-y;
}

H2 {
	font-size: 16px;
	font-weight:bold;
	margin:3px 0;
	color:#678b3c;	
}
/* -------------------------------------------
	TOP MENU
--------------------------------------------*/
#Menu {
	width: 960px;	
	height: 87px;
	padding: 10px;
	background:transparent url(../images/MenuDefault.png) no-repeat center top; 
	position:relative;	
}

#Menu ul {
    margin: 0px;
    margin-top: 58px;
    padding: 0px;
    list-style-type: none;
}

#Menu ul li {
    margin: 0px 10px;
    padding: 2px; 
    text-transform:uppercase;
    float:left; 
    width: 100px;
    border-bottom: 3px solid #678b3c;
    text-align:center;
}

#HomePageLink {
    position:absolute;
    top:0px;
    left:400px;
    height:100px;
    width:180px;
}

#Menu ul#RptRightMenu {
    margin-left:580px;
}

#Menu ul li a {
	color:#404040;
	text-decoration:none;
	font-weight:bold;
}

#Menu ul li a:hover, #Menu ul li a.Selected {
	color:#c980b5;
	text-decoration:none;
}

/* -------------------------------------------
	SIDE MENU
--------------------------------------------*/

#SideMenu {
	width: 180px;
}

#SideMenu ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-bottom: 20px;
}

#SideMenu ul li {
    margin: 0px 10px;
    padding: 6px 8px; 
    width: 155px;
    border-bottom: 1px dotted #404040;
}

#SideMenu ul li:first-child {
    text-transform:none;
    font-size: 18px;
    color: #678b3c;
}

#SideMenu ul li a {
    text-transform:uppercase;
    font-size: 10px;
    color: #000000;
}

#SideMenu ul li a:hover {
    color: #c980b5;
}

#SideMenu ul li:first-child a {
    text-transform:none;
    font-size: 18px;
    color: #678b3c;
}

/*--------------------------------------------
    EVIDENCE BOXES
--------------------------------------------*/

.HomeEvidence {
	width: 205px;	
	height:220px;
	position:relative;
}

.EvidenceImage {
	width:205px;
	height: 71px;
	padding:3px;
	position:relative;
	background-position:right top;
	background-repeat: no-repeat;
}


.EvidenceLogo {
	width: 205px;	
	height: 85px;
	position: absolute;
	top:0px;
	left:0px;	
	background-position:left bottom;
	background-repeat: no-repeat;	
}

.EvidenceTitle {
	width: 200px;	
	min-height:30px;
	color: #678b3c;
	padding-bottom:2px;
	margin: 15px 5px 8px 10px;
	text-transform:uppercase;
	font-weight:bold;	
}


.EvidenceTitle a {
	color: #404041;
	text-decoration:none;
}

.EvidenceTitle a:hover {
	color: #678b3c;
	text-decoration:none;
}

.EvidenceText {
	width: 200px;	
	font-size:11px;
	margin: 10px 7px 8px 12px;
	color: #636363;
}

.EvidenceText a {
	color: #636363;
	text-decoration:none;
}

.EvidenceText a:hover {
	color: #81b041;
	text-decoration:none;
}


/*--------------------------------------------
    FORMS
--------------------------------------------*/

.TableForm {
    margin: 10px 0 0;
	border: none;
	width: 95%;
}

.TableForm tr {
    margin: 2px;
}

.TableForm tr td, .TableForm tr th {
    padding: 2px 4px;
}

.TableForm tr.TableRow1 {
    background-color: #F1F1F1;
}

.TableForm tr.TableRow2 {
    background-color: #F8F8F8;
}

.TableForm tr.TableRowHeader {
    background-color: #999999;
    line-height: 20px;
}

.TableForm tr.TableRowEnd {
    background-color: #CDCDCD;
    color: #000000;
}

.TableForm tr td.CellHeader {
    font-weight: bold;
}

input.Long, textarea.Long {
    width: 98%;
}

input.Normal, textarea.Normal {
    width: 250px;
}

input.Short, textarea.Short {
    width: 80px;
}

input.Btn {
    padding: 0px 10px;
}

.RabioButtonList label{
    margin: 0px 5px;
}

.CheckList {
    width: 100%;
}

.CheckList td {
    width: 50%;
}

.CheckList input {
    padding: 0px;
    margin: 0px 10px 0px 0px;
}

.CheckList td {
    line-height: 15px;
}

/*--------------------------------------------
    PAGE
--------------------------------------------*/

#PageHeader {
	width: 980px;
	padding: 261px 5px 0px 5px;
	height: 112px;
	background:transparent url(../images/bg-page.jpg) no-repeat center top;	
	position: relative;
}

#PageContent {
	padding: 30px 15px 50px;	
}


.LeftBar {
	width: 180px;
	float:left;
}

.MainContent {
	width: 500px;
	padding: 0 40px 0 20px;
	float:left;
	font-size: 12px;
}

.RightBar {
	width: 200px;
	float:left;
	padding-top: 20px;
}

.PageTitle {
	font-size: 16px;
	border-bottom: 2px solid #678b3c;
	padding: 0px 5px;	
}


#ListChildNodes ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    margin-top: 20px;
}

#ListChildNodes ul li {
    margin: 0px 0px;
    padding: 6px 8px; 
    border-bottom: 1px dotted #404040;
}

#ListChildNodes ul li a {
    text-transform:uppercase;
    font-size: 12px;
    color: #678b3c;
}

#ListChildNodes ul li a:hover {
    color: #c980b5;
}

a.Footer {
	color: #81b041;
	text-decoration:none;
}

a.Footer:hover {
	color: #c980b5;
}


/*--------------------------------------------
    PHOTO GALLERY
--------------------------------------------*/

#PhotoGallery{
	width:480px;
	margin:50px 0 0 0;
}

#PhotoGallery ul {
	padding:0;
	margin:0;	
	list-style:none;
}

#PhotoGallery ul li {
	width:150px;
	height: 100px;
	margin: 7px 10px 0 0;	
	float: left;
	text-align: center;
}

.Pager a {
    color: #678b3c;
}

.Pager a:hover {
    color: #c980b5;
}

.Pager span {
    font-weight: bold;
    color: #c980b5;
}

/*--------------------------------------------
    UTILITIES
--------------------------------------------*/

.DarkGreen {border-bottom: 2px solid #678b3c;}
.LightGreen {border-bottom: 2px solid #81b041;}
.Pink {border-bottom: 2px solid #c980b5;}

.Right {text-align:right;}
a.attiva {color:#f7941d; text-decoration:none;}
a.attiva:hover {color:#404041;}

a.Contacts {color:#678b3c; text-decoration:none; font-size:12px; font-weight:bold; margin:35px 0; display:block;}
a.Contacts:hover {color:#c980b5;}

a.Contacts2 {color:#678b3c; text-decoration:none; font-size:16px; font-weight:bold; margin:35px 0; display:block;}
a.Contacts2:hover {color:#c980b5;}

Green {color:#678b3c; font-size:12px; font-weight:bold; font-weight:bold;}
Red {color:#678b3c; font-size:12px; font-weight:bold; font-weight:bold;}

