@import url(clearer.css);

BODY {
	font: arial;
	background: #fff;
}

a {color: #333;}
a:hover { text-decoration: none;color: #ed2024;}
.corner-bottom {
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.corner-all {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}
#identity {
	font-size: 10px;
	color: #777;
	background: #333;
}
#doc3 { min-width: 950px;}
#identity > div {
	padding: 5px 10px;
	width: 950px;
	margin: 0px auto;
	text-align: right;
}
#hd {margin-bottom: 20px;}
#bd { margin: 0 20px 40px}
#ft {
	border-top: 1px solid #ccc;
}
#logo a {
	display: block;
	float: left;
	width: 200px;
	height: 135px;
	background: url(../images/logo.jpg) no-repeat left bottom;
}
.top_right {
	display: block;
	float: right;
	padding: 30px 0px 0 0;
}/* 460x60 - 728x90*/
p.top_banner {
	display: block;
	width: 728px;
	height: 70px;
	padding-top:20px;
	background: #ebf5f7;
	text-align: center;
	font-size: 18px;
	color: #55bace;
	border: 1px solid #c1eaf1;
}
p.banner {
	display: block;
	height:80px;
	padding-top:50px;
	background: #ebf5f7;
	text-align: center;
	font-size: 18px;
	color: #55bace;
}

.block {
	
}
.block h2 {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	color: #026c7c;
}
.block h2 b {font-size: 24px;line-height: 0em;}
.block h2 span.red {color: #e93133;}
.block .inner {
	padding: 5px 10px;
}

.drop {border: 1px solid #ccc;min-height: 130px;}

.loading { margin: 50px 0; text-align: center;}

.cols { float: left; width: 45%; margin-left: 5%}
.cols.first {margin-left: 0;}
#Xapedia .cols {font-size: 93%; /* 12px*/}
.drop .inner {
	overflow: auto;
}
#Xapedia.drop .inner {height: 250px;}
#Headlines.drop .inner {height: 350px;}

div#News {min-height: 0!important;}
div#News td { padding: 10px 5px;}
div#News .lang_it {
    padding-left: 20px;
    background: url(../images/it.png) no-repeat 0px 4px;
}
div#News .lang_en {
    padding-left: 20px;
    background: url(../images/gb.png) no-repeat 0px 4px;
}

.letters {border-bottom: 1px solid #ccc;
	padding: 5px 10px; height: 20px;}
.letters li { display: inline;}
.letters .current {color: #e93133;}

.list {}
.list li {line-height: 1.3em;}
.list li a {}
.list li .date {
	font-size: 85%;
	color: #777;
}

div#searchComunityContainer {
    
    min-height: 20px;
}
div#searchComunityContainer .search-table {margin: 10px 10px;}
div#searchComunityContainer .search-table th {
    padding: 2px 5px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    text-align: right;
}
div#searchComunityContainer .search-table td {
    padding: 2px 5px;
}
div#searchComunityContainer .search-table td input[type=text]{
    width: 235px;
    border: 1px solid #d7d7d7;
    padding: 2px;
}
div#searchComunityContainer .search-table td input[type=text]:focus {
    background-color: #eee;
}
div#searchComunityContainer .search-table td.comands {
    font-size: 11px;
}
