/*
DIGITAL DOMAIN
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.mytd {	
	background: transparent;
	font-size: 13px;
	color: #666666;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 150%;
}

h3 {
	margin-bottom: 1em;
	font-size: 100%;
	color: #000000;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat 0px 10px;
}

a:link {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #2E2E2E;
}

.col-one {
	float: left;
}

.col-two {
	float: right;

}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 330px;
}

/* Boxes */

.box-orange {
	background: url(images/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(images/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section strong {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 15px;
}

.box-blue {
	background: url(images/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section strong {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background: url(images/img17.gif) repeat-x;
}

.box-pink .section {
	background: url(images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section strong {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
}
.box-green {
	background: url(images/img21_verde.gif) repeat-x;
}

.box-green .section {
	background: url(images/img22_verde.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-green .section strong {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img23_verde.gif) no-repeat;
}

.box-green .content {
	padding: 20px;
}





/* Header */

#header {
	width: 960px;
	height: 92px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {

}

#logo h1 {
	padding-top: 0px;
	text-transform: lowercase;
	font-size: 50px;
	font-weight: normal;
}

#logo h2 {
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 330px;
	padding-top: 30px;
}

#search form {
}

#search fieldset {
	border: none;
}

#TxtSearch, #searchsubmit {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#TxtSearch {
	padding: 2px 5px;
	width: 200px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#searchsubmit {
	padding: 0 2px;
	background: #F4A652 url(images/img03.gif) repeat-x;
	border: 1px solid #000000;
	text-transform: lowercase;
}

/* Menu */

#menu {
	height: 30px;
	margin: 0 auto;
	width: 960px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
	cursor:pointer;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img07.gif) no-repeat;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #1777B1;
	cursor:pointer;
}

#menu strong {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(images/img08.gif) no-repeat right top;
}

#menu li.active {
	background: #CFCECE url(images/img04.gif) repeat-x;
	cursor:pointer;
	
	
}
#menu li:hover {
	cursor:pointer;
}
#menu li.active a {
	background: url(images/img06.gif) no-repeat right top;
	color: #C90404;
}

#menu li.active strong {
	background: url(images/img05.gif) no-repeat;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 690px;
}

/* Feature */

#feature {
	margin-bottom: 10px;
	
}
#lastnews {
	margin-bottom: 20px;
	
}
/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
}

#sidebar .col-one {
	width: 300px;
}

#sidebar .col-two {
	width: 150px;
}

/* Footer */

#footer {
	padding-top: 20px;
	/* height: 100px;
	background: #DDDDDD;*/
	border-top: 1px solid #999999;
	margin-top: 10px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 85%;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
	border: 1px solid #B5CF74;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 14px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
#MsgBox { 
	width: 300px; 
	height: 150px;
	position: absolute;
	margin-left: 230px;
	margin-top: 60px;
	background: #FFF;
	color:#000;
	border: 1px solid #000;
	clear:none;
	font-size:14px;
	text-align:center;
	visibility:hidden
} 

.RecordID {
	width: 40px;
	border-left: 1px solid #C8C8C8;
	float: left;
	padding:2px;
	
}
.RecordData {
	width: 62px;
	border-left: 1px solid #C8C8C8;
	float: left;
	padding:2px;
}
.RecordTipo {
	width: 100px;
	border-left: 1px solid #C8C8C8;
	float: left;
	padding:2px;
}
.RecordTitolo {
	padding:2px;
	font-size: 120%;
	border-bottom: 1px solid #C8C8C8;
	display:block;
}
.RecordAdd {
	width: 200px;
	border-left: 1px solid #C8C8C8;
	float: left;
	padding:1px;
}

.ViewTemplate {
	clear:both; 

}
.ElemToolbar {
	clear:both;
	height: 53px;
	text-align:center;
	background-color: #D6D6D6;
	color: #333333
}

.toggler2 {
	background-color: #D6D6D6;
	color: #333333;
	display:inline;
	cursor:pointer;
	font-size: 14px;
	padding: 4px;
	float:right;
}

.element2 {
	padding: 4px;
	margin-top: 5px;
}
/* i_nav.asp : NAVIGAZIONE INTERNA*/

div#iNav {
	color: #FF6600;
	padding: 2px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align:left;
	clear:both
}
.iNavSeparator {
	font-size: 70%;
	color: #FF9900;
}
.toggler_elementi {
	margin: 0;
	cursor:pointer; 
}
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #ddd;
	cursor:pointer;
}
.element {
padding-left: 10px
 
}
.element a:link, a:visited, a:active {
	color: #3490F8;
}

.element a:hover {
	font-weight:bold;
	color: #FF0000;
}

.element2 {
background-color: transparent
 
}
.atStart2 {
 
}
#accordion_elementi {
 
}
.StdImage {
	width: 320px;
	height: 240px;
	border: 1px solid black;
	margin: 65px 0 10px 20px;
	float:right;
	clear:both 
}
.RecImage {
	width: 80px;
	height: 60px;
	border: 1px solid black;
	display:inline
}
.ContRotator {
	text-align:center;
	margin-bottom:10px
}
.RotatorImage {
	border: 1px solid black;
/*	margin-left: 10px;
	margin-right: 10px;*/
	
}
span.ricercaestesa {
	float:left; 
	margin-right: 10px;
}
div.content table {
	width:100%;
/*	height:100%;*/
}
div.RecordTemplate table {
	width:auto;
}
div.content tr{
	height:60px;
}
p.gmapqui {
	font-size: 14px;
	color: black;
}
.imgprinter {
	cursor:pointer;
}
div.RecordTemplate tr {
	height:auto;
}
