

/* Page */

#page {
	margin: 10px;
	background-color: #E2EBED;
	background-image: url(../images/pageBackground.gif);
}


/* Window */

#window {
	margin: 0px;
}


/* Container */

#container {
	width: 750px;
	height: 100%;
}


/* Header */

#header {
	padding: 0px;
	font-size: 13px;
}

#header * {
	font-size: 13px;
}

/* Box */

#box {
	background-color: #FFFFFF;
}

/* Content menu */

#contentMenu {
	vertical-align: top;
	padding-top: 10px;
}

#contentMenu div.box {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 160px;
	border: solid 1px #cccccc;
}

#contentMenu div.box div.header {
	text-align: center;
	line-height: 19px;
	font-size: 11px;
	color: #ffffff;
	background-color: #4d7991;
	font-weight: bold;
}

#contentMenu div.box div.body {
	padding: 2px;
	font-size: 11px;
	background-color: #f0f0f0;
}

#contentMenu div.box div.body div.item {
	padding-left: 16px;
	line-height: 16px;
	background-image: url(../images/contentMenu-item-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contentMenu div.box div.body div.item a {
	text-decoration: none;
}

#contentMenu div.box div.body div.itemSelected {
	padding-left: 16px;
	line-height: 16px;
	background-image: url(../images/contentMenu-item-icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#contentMenu div.box div.body div.itemSelected a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}


/* Menu */

#menu {
	width: 200px;
	height: 100%;
	overflow: auto;
	padding: 2px;
	background-color: #F7F7F7;
}

#menu .item {
	font-size: 11px;
}

#menu .item a {
	text-decoration: none;
}

#menu .itemSelected {
	font-size: 11px;
}

#menu .itemSelected a {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

#menu .separator {
	height: 4px;
}

#menu .textSmall {
	font-size: 10px;
}


/* Menu Bar */

#menuBar {
	vertical-align: top;
	background-image: url(../images/menuBarBackground.gif);
}

#menuBarHideButton {
	position: relative;
	top: 100px;
}

#menuBarShowButton {
	position: relative;
	top: 100px;
}


/* Search box */

#searchBox {
	border-bottom: 1px solid #CCCCCC;
}

#searchBox form {
	margin: 0px;
	padding: 0px;
}

#searchBox input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#searchBox input.testo {
	width: 190px;
}

#searchBox input.cerca {
	width: 50px;
}

#searchBox select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#searchBox select.tipologia {
	width: 135px;
}

/* User bar */

#userBar {
	padding: 5px;
	background-color: #F7F7F7;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#userBar * {
	font-size: 10px;
}

#userBar a.itemSelected {
	font-weight: bold;
}

/* Content header */

#contentHeader {
	padding: 5px;
	background-color: #F7F7F7;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#contentHeader a {
	font-size: 10px;
}


/* Content */

#content {
	padding: 10px;
	font-size: 11px;
}

h1 {
	color: #003366;
	font-size: 16px;
	font-stretch: condensed;
	line-height: 26px;
}

h2 {
	color: #003366;
	font-size: 16px;
	border-bottom: #FF6600 2px solid;
	line-height: 24px;
}		
	
h3 {
	font-size: 14px;
	background-color: #FFCC00;
}

#content form {
	margin: 0px;
	padding: 0px;
}

#content form .field {
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .buttons {
	padding-top: 10px;
	padding-bottom: 10px;
}

#content label {
	font-size: 10px;
	display: block;
	margin-bottom: 2px;
}

#content input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content .textSmall {
	font-size: 10px;
}

#content .textLarge {
	font-size: 12px;
}

#content acronym {
	speak: normal;
	border-bottom: 1px dotted black;
}

#content div.box {
	padding: 20px; 
	font-size: 11px;
	font-stretch: expanded;
	border: #FFCC00 1px solid;
	background-color: #F7F7F7;
}

#content div.box-dashed {
	padding: 20px; 
	font-size: 11px;
	font-stretch: expanded;
	border: #FFCC00 1px dashed;
	background-color: #F7F7F7;
}

#content #select {
	height:130px;
	width:300px;
	overflow: auto;
	background-color: #FFFFFF;
	border: 2px inset;
}

#content #select div.item {
	width: 100%;
	background-color: expression((this.all.checkbox.checked) ? "#ABBEEF" : "#FFFFFF");
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
}

#content #select #checkbox {
	vertical-align: middle;
}

/* Dettagli */

#content div.details {
	margin: 10px 0px;
}

#content div.details div.field {}

#content div.details span.fieldName {
	font-weight: bold;
}

#content div.details span.fieldValue {}

#content div.details div.fieldLongValue {
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
	border-left: solid 1px #000000;
}

/* Navigazione */

#content ul.links {
	list-style-type: none;
	margin: 10px;
	padding: 0px;
}

#content ul.links li {
	padding-left: 14px;
	background-image: url(../images/icon-li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content ul.links li a {
	font-size: 11px;
}

#content ul.links li a:hover {
	text-decoration: underline;
}


/* Articoli */

#content div.articoli {
	margin: 15px 0px;
	font-size: 11px;
}

#content div.articoli div.articolo {
	margin-bottom: 10px;
}

#content div.articoli div.articolo div.title {
	padding-left: 16px;
	background-image: url(../images/listItem-background.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	margin-bottom: 3px;
}

#content div.articoli div.articolo div.title a {
	text-decoration: none;
}

#content div.articoli div.articolo div.description {
	margin-bottom: 3px;
}

#content div.articoli div.articolo div.footer {
	color: #808080;
}

#content div.articoli div.articolo div.footer a {
	text-decoration: none;
}

/* Documenti */

#content div.documenti {
	margin: 15px 0px;
	font-size: 11px;
}

#content div.documenti div.documento {
	margin-bottom: 10px;
}

#content div.documenti div.documento div.title {
	font-weight: bold;
	margin-bottom: 3px;
}

#content div.documenti div.documento div.title a {
	text-decoration: none;
}

#content div.documenti div.documento div.description {
	margin-bottom: 3px;
}

#content div.documenti div.documento div.footer {
	color: #808080;
}

#content div.documenti div.documento div.footer a {
	text-decoration: none;
}

/* Eventi */

#content div.eventi {
	margin: 15px 0px;
	font-size: 11px;
}

#content div.eventi div.evento {
	margin-bottom: 10px;
}

#content div.eventi div.evento div.title {
	padding-left: 16px;
	background-image: url(../images/listItem-background.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	margin-bottom: 3px;
}

#content div.eventi div.evento div.title a {
	text-decoration: none;
}

#content div.eventi div.evento div.description {
	margin-bottom: 3px;
}

#content div.eventi div.evento div.footer {
	color: #808080;
}

#content div.eventi div.evento div.footer a {
	text-decoration: none;
}

/* Editor */

#editor p, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Message */

#message {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
}

#message * {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#message p, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* List */

#content table.list {
	width: 100%;
	margin: 10px 0px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}

#content table.list td {
	padding: 3px;
	font-size: 11px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

#content table.list td a {
	text-decoration: none;
}

#content table.list td input {
	font-size: 11px;
}

#content table.list td select {
	font-size: 11px;
}

#content table.list td textarea {
	font-size: 11px;
}

#content table.list thead tr td {
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	background-color: #4D7991;
}

#content table.list thead tr td.orderAsc {
	padding-left: 15px;
	background-image: url(../images/order-asc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content table.list thead tr td.orderDesc {
	padding-left: 15px;
	background-image: url(../images/order-desc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#content table.list tbody tr.separator td {
	background-color: #D6DFF7;
}

#content table.list tfoot tr td {
	text-align: center;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	background-color: #D6DFF7;
}

#content table.list tfoot tr td.normal {
	font-weight: normal;
	text-align: left;
}

/* Footer */

#footer {
	text-align: center;
	padding: 4px;
	background-color: #4D7991;
	font-size: 11px;
	color: #FFFFFF;
}

#footer * {
	font-size: 11px;
	color: #FFFFFF;
}


/* Common */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none; 
	color: #003366;
}
	
a:visited {
	text-decoration: none; 
	color: #003366;
}
	
a:hover, a:active {
	text-decoration: underline; 
	color: #9685BA;
}