/* CSS Document */

html {
  
	height: 80%;
}

body {
	height: 70%;
background-color: #e8edf2;
	margin-bottom: 0px;
    
    background-image: url('../images/sfondo.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 0px;
}


.tabella {
background-color: #e8edf2;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #333333;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #333333;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #333333;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #333333;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #000000;
}

/* for joomla */

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: url('../images/menu_bg.png');
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #003366;
}

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}





div.moduletable{
	margin: 0px 0px 10px 0px;
	width: 150px;

	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

div.moduletable h3{
	background-image: url('../images/moduletitlebg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 4px 0px 0px 11px;
	height: 35px;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FF6633;
}

div.moduletable table{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	width: 150px;
	margin: 0px 10px 0px 10px;
}

div.moduletable table.contentpaneopen{
	margin: 0px 10px 0px 10px;
	text-align: left;
}

div.moduletable table.contentpaneopen td{
	text-align: left;
}

/* graphic grey module box */
div.moduletablegrey{
	margin: 0px 0px 10px 0px;
	width: 224px;

	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-image: url('../images/moduletitlebg_grey_big.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

div.moduletablegrey h3{
	background-image: url('../images/moduletitlebg_grey.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 4px 0px 0px 11px;
	height: 35px;
	margin: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}

div.moduletablegrey table{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	width: 150px;
	margin: 10px 20px 0px 10px;
}

div.moduletablegrey div{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	padding: 0px 10px 0px 10px;
}

/* plain color grey box */

div.moduletablegreybox{
	margin: 0px 0px 10px 0px;
	width: 150px;

	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #F6F6F6;
}

div.moduletablegreybox h3{
	background-color: #F6F6F6;
	padding: 13px 0px 0px 11px;
	margin: 0;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #881415;
}

div.moduletablegreybox div{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	padding: 0px 10px 0px 10px;
}


div.syndicate{
	text-align: left;
}

div.moduletable table.poll{
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

table.pollstableborder{
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.pollxtd1{
	margin: 0;
}

div.syndicate div{
	text-align: left;
	margin-left: 11px;
}

table.contentpaneopen{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	
}

table.searchintro{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

table.searchintro td{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

table.contentpane{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

table.contentpane table{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

table.poll{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	/*vertical-align: middle;*/
	font-size: 11px;
	font-weight: bold;
	color: #012c91;
	text-align: left;
	padding-top: 5px;
	padding-left: 17px;
	height: 15px !important;
	height: 20px;
	text-decoration: none;
}

a.mainlevel:hover {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	color: #012c91;
	font-weight: bold;
}

a.mainlevel#active_menu {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	color:#6699ff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	background: url(../images/menu_bg.png) no-repeat;
	color: #6699FF;
	font-weight: bold;
}

.contentheading{
	margin: 0;
	font-family: Arial;
	font-size: 16px;
	color: #6591fc;
	font-weight: bold;
}

.componentheading{
	margin: 0;
	font-family: Arial;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.contentdescription{
	font-family: Arial;
	font-size: 11px;
}

.blog_more{
	font-family: Arial;
	font-size: 11px;
}

.small{
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

.createdate{
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

.modifydate{
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

.back_button{
	font-family: Arial;
	font-size: 10px;
}

.pagenav_prev{
	font-family: Arial;
	font-size: 10px;
}

.pagenav_next{
	font-family: Arial;
	font-size: 10px;
}

.message{
	font-family: Arial;
	font-size: 10px;
}

a:link, a:visited {
	color: #0000FF; text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #0000FF;	text-decoration: underline;
	font-weight: normal;
}

a.footer:link		{color: #9EA0A2; font-size: 6px; font-weight: bold;}
a.footer:active		{color: #9EA0A2; font-size: 6px; font-weight: bold;}
a.footer:hover		{color: #9EA0A2; font-size: 6px; font-weight: bold;}
a.footer:visited	{color: #9EA0A2; font-size: 6px; font-weight: bold;}

a.readon:link		{background-image: url('../images/readon.gif'); background-repeat: no-repeat; background-position: top left; padding-left: 25px;}
a.readon:active		{background-image: url('../images/readon.gif'); background-repeat: no-repeat; background-position: top left; padding-left: 25px;}
a.readon:hover		{background-image: url('../images/readon.gif'); background-repeat: no-repeat; background-position: top left; padding-left: 25px;}
a.readon:visited	{background-image: url('../images/readon.gif'); background-repeat: no-repeat; background-position: top left; padding-left: 25px;}

ul{
		margin: 0;
		padding: 0;
		list-style: none;
}

li{
		line-height: 15px;
		padding-left: 15px;
		padding-top: 0px;
		background-image: url();
		background-repeat: no-repeat;
		background-position: top left;
}

ol li{
		background: none;
}


.dx{ background-image: url(pezzo_dx.jpg); background-repeat: repeat-y;   }
.sx{ background-image: url(pezzo_sx.jpg); background-repeat: repeat-y;   }

.centrale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	left: 3px;
	right: 3px;
	top: 3px;
	border: none;
	}
