.outer {border: 1px solid silver;}
.titleColumn {padding: 5px; font-weight: bold;}
.head {background-color: #cdcdcf; padding: 5px; font-weight: bold;}
.even {background-color: #efefef; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #cdcdcf; padding: 5px; font-weight: bold;}
.outer th {padding: 3px; color: #160d88; font-weight:normal;}
.even, .odd {border: solid 1px #FFF;}
.even, .odd  {border-style: solid none;}
.even td, .odd td {line-height: 18px;} 

/********************************************
   HTML ELEMENTS
********************************************/ 
/* top elements */
* {padding: 0; margin: 0;}

body {
  margin: 0; 
  padding: 0;
  font: 11px  Verdana, Arial, Helvetica, sans-serif;
  color: #666666; 
  background: black;
  text-align: center;
}

/* links */
a {color: #160d88; background-color: inherit; text-decoration: none;}
a:hover {color: #ed8f20; background-color: inherit;}

/* headers */
h1, h2, h3 {font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #333;}
h1 {font-size: 14px; color: #160d88;} 
h2 {font-size: 13px; text-transform: uppercase;}
h3 {font-size: 12px;}

p {margin: 0 15px 10px 15px; text-align: justify;}
h1, h2, h3 {margin: 10px 15px;}

ul, ol {margin: 0px 10px; padding: 10px 15px; color: #160d88;}
ul span, ol span {color: #666666;}
li {margin-bottom: 5px;}
dl, dt, dd {margin: 0px; padding: 0px;}

/* images */
img {border: none;}
img.border {border: 1px solid #CCC;}
img.no-border {border: none;}
img.float-right {margin: 5px 0px 5px 15px;}
img.float-left {margin: 5px 15px 5px 0px;}
img.valign-middle{vertical-align: middle;}

/* form elements */
form {
	margin: 0px; padding: 5px;
	border: 1px solid #ed8f20; 
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input, select {
	padding: 2px;
	border:1px solid #ccc;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#777;
	margin: 3px 0px;
}

textarea {
	width:300px;
	padding:2px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
	margin: 3px 0px;
}
input.button, .formButton { 
	margin: 0; 
	font: bold 11px Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid #ccc;
	background: #FFF; 
	padding: 2px 3px; 
	color: #ed8f20;	
}
.lineSubmit {
	padding: 5px;
	text-align: center;  
}
.divSubmit {
	margin: 10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA;
        text-align: center;  
}

/* login form */
form.loginform {
  background: white;
}
.loginform input{  
  margin: 5px 0px;
  border: 1px solid #cdcdcf;
}

/* table elements */
table {width:100%; margin: 0px; padding: 0px; border: 0px; border-collapse: collapse;}
tr {margin: 0px;padding:0px; border:0px; vertical-align: middle; text-align: left; font-family: Arial, Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
td {padding:0px; border:0px; vertical-align: middle; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
div {padding: 0; margin: 0; border: 0;}

/* alignment classes */
.float-left  {float: left;}
.float-right {float: right;}
.align-left  {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}
.bold {font-weight: bold;}

/* additional classes */
.clear {clear: both;}
.blue {color: #160d88;}
.orange {color: #ed8f20;}

/***********************
	  LAYOUT
************************/
#page {
	background: #FFF url(background.jpg) repeat-y;
	width: 960px; 
	margin: 0 auto;	
	text-align: left;
	border: 1px solid #ed8f20;
}
#content {clear: both; margin: 0; padding: 0; background: #FFF;}

/* header */
#header {
	position: relative;
	height: 269px;	
	background: transparent url(headertitle.jpg) no-repeat;
}
#header div.searchform {
  text-align: right;
  padding-top: 195px;
  padding-right: 210px;
  padding-left: 520px;
  margin: 0px;
}
#header a.searchadv {
  text-align: right;
  line-height: 30px;
}
/* search form */
form.searchform {
  background: transparent;
  border: none; 
  margin: 5px 0 15px 0; 
  padding: 0;
}
form.searchform input.textbox { 
	margin: 0;
        margin-right: 5px;  
	width: 120px;
	border: 1px solid #ed8f20; 
	background: #FFF;
	color: #333; 
	height: 15px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	text-align: center; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/* main */
#main {float: left; padding: 10px; width: 568px; margin: 0;}
#contentXoops {width: 568px;}

.blue {color: #160d88;}
.orange {color: #ed8f20;}
/* blocks */
#topCenter, #bottomCenter {width: 568px;}
#topCenter .block, #bottomCenter .block {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #160d88;
}
#topCenter .blockTitle, #bottomCenter .blockTitle {
  font-size: 14px;
  font-weight: bold;
  color: #ed8f20;
  line-height: 20px;
  margin-bottom: 10px;
}
#topCenter .blockContent, #bottomCenter .blockContent {}

#topColumn, #bottomColumn {width: 568px;}
#topLeftColumn, #bottomLeftColumn {float:left; width: 280px; overflow: hidden;}
#topRightColumn, #bottomRightColumn {float:right; width: 280px; overflow: hidden;}
#topLeftColumn .block, #bottomLeftColumn .block ,
#topRightColumn .block, #bottomRightColumn .block  {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #ed8f20;
}
#topLeftColumn .blockTitle, #bottomLeftColumn .blockTitle ,
#topRightColumn .blockTitle, #bottomRightColumn .blockTitle  {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #160d88;
 }
#topLeftColumn .blockContent, #bottomLeftColumn .blockContent,
#topRightColumn .blockContent, #bottomRightColumn .blockContent  {}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
  float: left; 
  width: 169px; 
  margin: 0; 
  padding: 0; 
  display: inline;
  background: transparent url(sidebar.gif) no-repeat;
  border-right: 1px dashed #123777;
}

#sidebar .blockContent {
	margin:10px;
	padding:0;		
}

#mainInfo {  
 text-align: right;
 margin: 10px 8px 20px 0px;
}

#sidebar ul.sidemenu {
 list-style:none;
 margin: 0px;
 padding:0;		
}

#sidebar ul.sidemenu li {
  background: transparent url(menu.jpg) top left no-repeat;
  text-align: right;
  padding: 2px 8px 2px 0px;
  line-height: 21px;
  margin-bottom: 20px;
}

#sidebar ul.sidemenu a {
  display:block;
  font-weight:bold;
  color: #FFF;
  font-size: 12px;
  text-decoration:none;	
}

#sidebar ul.sidemenu a:hover {
  background: #123777;
  font-size: 12px;
  color: #FFF;
}

#sidebar ul.sidemenu a.disciplineVoce {
  margin-bottom: 10px;
}

#sidebar ul.sidemenu #discipline dt a{  
}

#sidebar ul.sidemenu #discipline dt a:focus{
  background: #123777;  
}

#sidebar ul.sidemenu #discipline dt a:active{
  background: #123777;  
}

#discipline dd {  
}

#discipline ul.sottoMenu{
 list-style:none;
 margin: 0px;
 padding:0;		
}

#discipline ul.sottoMenu li {
  background: transparent;
  text-align: left;
  padding: 2px 0px 2px 30px;
  line-height: 18px;
  margin: 0px;
}

#discipline ul.sottoMenu a {
  text-decoration:none;	
  color: #123777;
}

#discipline ul.sottoMenu a:hover {
  background: transparent;
  font-size: 12px;
  color: #ed8f20;
}

/* rightbar */
#rightbar {
  float: right; 
  width: 200px; 
  padding: 0; 
  margin:0;
  background: transparent url(rightbar.gif) no-repeat;
}
#rightbar .block  {
  margin: 10px;
  padding: 0;
}
#rightbar .blockTitle {
  font-size: 13px;
  font-weight: bold;
  background: url(block.gif) no-repeat right top;
  padding:3px 0px 3px 5px;
  color: #FFF;
  margin-bottom: 5px;
  border: 1px solid white;
}
#rightbar .blockContent  {
  border: 1px solid #ed8f20;
  background: #FFF;
}
/*#rightbar .blockContent {
	margin:10px;
	padding:0;		
}*/

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #ed8f20; 
	border-top: 1px solid #ed8f20;
	margin: 0; padding: 0; 
	height: 25px;	  
	font-size: 95%;		
}
#footer a {text-decoration: none; font-weight: bold;	color: #FFF;}
#footer .footer-left{float: left; width: 65%;}
#footer .footer-right{float: right;width: 30%;}


/***********************
	  BLOCCHI
************************/
/* NEWS top */
.spotlightTopic {}
.spotlightTitle {margin-top: 10px;}
.spotlightTitle a {font-weight: bold;}
.spotlightText {}
.spotlightReadMore {text-align: right; line-height: 20px;}

/* EXTCAL minical */
.tabMinical {text-align: center; background: white;}
.tabMinical td {height: 18px; vertical-align: middle;}
.minicalDay {text-align: center;}
.minicalDaySelected {text-align: center; border:1px solid #ed8f20;}
.minicalDayEvent {text-align: center; background-color: #160d88;}
.minicalDayEvent a {color: white;}

/* EXTCAL spotlight e dettaglio evento */
.eventDetail {border: 1px solid #dfeaf1; margin-bottom: 5px;}
.eventTitle {float: left; padding: 5px; font-weight: bold; font-size: 12px;}
.eventIcon {text-align: right; padding: 5px;}
.eventCat {float: left; padding-left: 5px; margin-left: 5px;}
.eventStart {float: right; margin-right: 5px;}
.eventInfo {margin: 10px 5px 5px 40px;}
.eventDesc {background: #dfeaf1; padding: 5px; margin-top: 10px;}

/* EXTCAL upcoming */
.upcoming {padding: 3px 0;}

/* SMARTSECTION recent */
.ssRecentDetail {border: 1px solid silver;}
.ssRecentDetail th, .ssRecentDetail td {padding: 5px;}
.ssTitle {}
.ssCat {width: 30%; text-align: center;}
.ssDate {width: 10%; text-align: center;}

/***********************
	  PAGINE STATICHE
************************/
/* COMITATO */
.cTitle {margin-top: 30px;}
.cTabInfo {margin: 10px 0;}
.cTabInfo th {width: 120px; height: 20px; font-weight: bold; color: #ed8f20;}
.cTabComitato {margin-top: 10px; border: 1px solid silver;}
.cTabComitato th.even {width: 180px; height: 20px; font-weight: bold;}




