* {
	margin: 0px;
	padding: 0px;
	font-family:Arial,Verdana;
	font-size:12px;
	color: #111;
}
html {
	height: 100%;
}
body {
	background-image:url('../images/sfondo.png');
	background-repeat:repeat-x;
	height: 100%;
	display: block;
}

a.none {
	text-decoration:none;
}
.clear {
	clear:both;
}

#container {
	width:896px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}

#main-header {
	height:130px;
}
#main-header .fondation {
	float:left;
	display:block;
	margin-top:97px;
	margin-left: -70px;
	color: #FFFFFF;
	font-size:13px;
}
#main-header .logo{
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#main-header .logo-text{
	float: left;
	margin-top: 5px;
	margin-left: 80px;
}

#main-menu {
	height:70px;
	background-image:url('../images/menu-sfondo_off.png');
	background-repeat:repeat-x;
}

#main-menu ul {
	height:70px;
	display: block;
	list-style-type: none;
}

#main-menu ul li {
	height:70px;
	float: left;
	display: block;
	background-image:url('../images/menu-separator.png');
	background-repeat:no-repeat;
	background-position: center right;
	width:120px; 
}

#main-menu ul li a {
	display:block;
	height:45px;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration:none;
	color: #111;
	font-family:Arial,Verdana;
	font-size:14px;
}

#main-menu ul li a:hover {
	background-image:url('../images/menu-sfondo_on.png');
}

#main-menu ul li a.active {
	background-image:url('../images/menu-sfondo_on.png');
}

#main-menu ul li a#home {
	background-image:url('../images/menu-sx_off.png');
	background-repeat:no-repeat;
	background-position: top left;
}

#main-menu ul li a#home:hover {
	background-image:url('../images/menu-sx_on.png');
}

#main-menu ul li a#home.active {
	background-image:url('../images/menu-sx_on.png');
}

#main-menu span {
	float:right;
	height:40px;
	display:block;
	background-image:url('../images/menu-dx.png');
	background-repeat:no-repeat;
	background-position: top right;
	padding-top:30px;
	text-align:right;
	padding-right:15px;
}

#main-separator {
	height: 1px;
	border-top: 1px solid #f8f8f8;
	background-color: #e2e2e2;
	border-bottom: 1px solid #f8f8f8;
	clear:both;
}

#main-page {
	background-image:url('../images/sfondo-realpage.png');
	padding-top: 5px;
	height: 100%;
}

#main-page #rightcol {
	display: block;
	float: right;
	width: 250px;
	margin-right:1px;
	height: 100%;
}

#main-page #rightcol .light {
	width:241px;
	margin-right: auto;
	margin-left: auto;
	background-image:url('../images/destra-light_head.png');
	background-repeat:no-repeat;
	background-position: top center;
}

#main-page #rightcol .dark {
	width:241px;
	margin-right: auto;
	margin-left: auto;
	background-image:url('../images/destra-dark_head.png');
	background-repeat:no-repeat;
	background-position: top center;
	text-align:center;
}

#main-page #rightcol h1 {
	width:241px;
	height: 28px;
	padding-top: 17px;
	padding-left: 35px;
	text-align:left;
}

#main-page #rightcol .dark h1 {
	color: #fff;
}

#main-page #rightcol .content {
	padding-left: 10px;
	padding-right: 10px;
}

#main-page #rightcol .light .content {
	background: #fff;
}

#main-page #rightcol .dark .content {
	background: #686868;
	color: #f8f8f8;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-page #rightcol .content h2 {
	color: #e31010;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-page #rightcol .content span {
	display:block;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#main-page #rightcol .content a.more {
	color: #e31010;
	text-align:right;
	display:block;
	font-weight: bold;
}

#main-page #rightcol .content a.all {
	color: #e31010;
	text-align:center;
	display:block;
	font-weight: bold;
}

#main-page #rightcol .dark input {
	border: 1px solid #f8f8f8;
	background-color: #e1e1e1;
}

#main-page #rightcol .footer {
	width:241px;
	height: 29px;
	background-repeat:no-repeat;
	background-position: top left;
}
#main-page #rightcol .light .footer {
	background-image:url('../images/destra-light_footer.png');
}
#main-page #rightcol .dark .footer {
	background-image:url('../images/destra-dark_footer.png');
}

.dropdownmenu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 99;
	width: 100%;
	position:relative;
}
.dropdownmenu li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	clear:both;
	border:1px solid #EFEFEF;
	background-color: #F3F3F3;
	height: 10px;
	width: 100%
}
.dropdownmenu li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	background-image: none;
}
.dropdownmenu li a:hover {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	background-color: #FFFFFF;
}
.section {
	list-style-type: none;
}
.section li a {
	display: block;
	text-decoration: none;
	height: 20px;
}
#activities {
	width: 100%;
}
.content-item {
	width: 100%;
	display: block;
	margin:0px;
	margin-top:5px;
	padding:0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #F0F0F0;
	font-size: 12px;
	font-weight: bold;
	cursor: move;
}
.content-item  IMG{
	cursor: pointer
}

.library {
	width: 97%;
}
.library TH{
	background-color: #6F6F6F;
	color: #F0F0F0;
	text-transform: uppercase;
}
.library .title{
	width: 70%;	
}
.library .author{
	width: 30%;	
}
.library .year{
	width: 5%;	
	
}
.library TR:hover {
	background-color: #F6F6F6;
	cursor: pointer;
}
.library TD {
	padding-top: 5px;
	padding-bottom: 5px;
}
.library .yearTD {
	text-align: center;
}
.library .last-td {
	width: 100%;
	text-align: right;
	padding-top: 20px;
}
.library .last-td:hover {
	background-color:#FFFFFF;
}
.library .selected {
	font-weight: bold;
}
.tooltip {
	background-color: #EDEDED;
	border: 1px solid #EC7D00;
	font-weight: normal;
	font-size: 14px;
	padding: 10px;
}
.nav-bar {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 5px;
	text-decoration: none
}
.nav-bar:hover {
	text-decoration: underline;
}
.pagination {
	display: block; 
	width:18px;
	padding-top: 2px;
	height:16px;
	background-image: url(../images/page.png);
	text-align: center;
	float: left;
	color: #1D1D1D;
	text-decoration: none;
}

#library-search {
	width: 98%;
}
#library-search .title {
	width: 15%;
}
#library-search .field {
	width: 70%;
}
#library-search .field INPUT{
	width: 100%;
	padding: 3px;
	border: 1px solid #D4D4D4;
}
#library-search .button {
	width: 15%;
}

#library-ask {
	width: 95%;
}
#library-ask th {
	width: 20%;
	text-align: left;
}
#library-ask td {
	width: 80%;
}
#library-ask input[type=text] {
	width: 100%;
	padding: 3px;
	border: 1px solid #D4D4D4;
}
