@CHARSET "UTF-8";
/*
	grigio:EBE9EB
	verde_acido:CDCD00
*/

body { 
	margin:0px; 
	padding:0px;
	font-family: 'Ubuntu', sans-serif;
	background-color: #EBEBEB;
	background-image: url(images/_sf_fff.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

p {
	margin:0px; 
	padding:0px;
}

#body_container { 
	width: 1024px;
	margin: auto;
	border-left: 3px dotted #ccc;
	background-color: #fff;
}

#header_container {
	background-image: url(../../templates/gray/images/banner_frame_gray.png);
	width: 1024px;
	height: 394px;
}
#clame {
	position:absolute;
	top:15px;
	margin-left:60px;
	border-right:2px solid #ccc;
	padding-right:50px;
	z-index: 3;
	font-size:16px;
	color: #bbbcbe;
}

#logo {
	position:absolute;
	top:15px;
	margin-left:800px;
	z-index: 3 ;
}

#logo_square {
	position:absolute;
	top:73px;
	margin-left:-11px;
	z-index: 3 ;
}

#wave {
	background-image: url(../../templates/gray/images/wave_1.png);
	height:216px;
	width:1024px;
	position:absolute;
	top:17px;
	z-index: 2 ;
}

#wave_2 {
	
}

#header {
	position:absolute;
	top:118px;
	text-align: center;
	margin-left: 30px;

}

#page_content {
	width: 1024px;
}

#content_text {
	width:680px;
	margin-left:68px;
	padding-top:50px;
	font-size:14px;
}

#column {
	width:239px;
	background-color: #EBE9EB;
	padding-top:30px;
}

.column_td {
	background-color: #EBE9EB;
	border-left:2px solid #ccc;
	padding-bottom:150px;
}

.rightBox {

	z-index: 9;
}
.dxBox_title {
	position:relative;
	background-image: url(../../templates/gray/images/box_legend.png);
	background-repeat: no-repeat;
	height: 50px;
	margin-left: -15px;
	color: #fff;
	padding-left: 20px;
	padding-top: 13px;
	margin-top:40px;
	width:267px;
}

#box_delimiter {
	float:right;
	background-image: url(../../templates/gray/images/box_limiter_orange.png);
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 0px;
	width:270px;
}

#menuItems { 
	position:absolute;
	top:363px;
	margin-left:20px;
}

#submenuItems {
	position:absolute;
	top:400px;
	margin-left:30px;
}

#item_on.item {
	background-color: #EBEBEB;
	background-image: url(../../templates/gray/images/box_item.png);
	background-repeat: repeat-x;
	border:5px solid #fff;
	padding: 12px 15px;
	margin-top:-17px;
	font-size:16px;
}
.item { 
	float: left;
	margin-left:40px;	
	font-size:15px;
}
.item a{ 
	text-decoration: none;
	color: #000;
}
.subItem {
	float: left;
	padding:5px 10px;
	border-right: 1px solid #ccc;
	font-size:14px;	
}
.subItem a { 
	text-decoration: none;
	color: #000;
}

#submenuItems :last-child.subItem {
	border:0px;
}

.subItem_on {
	float: left;
	padding:5px 10px;
	border-right: 1px solid #ccc;
	font-size:14px;	
}
.subItem_on a{
	color: #555555;
	text-decoration: none;
}

#footer { 
	margin-top:20px;
	height:50px;
}

.footerItem {
	float: left;
	margin-left:40px;
	background-color: #fff;
}

.footerItem a {
	text-decoration: none;
	color: #aaa;
}
#flags {
	position:absolute;
	top:26px;
	margin-left:460px;
	z-index: 6;
}

#flags img{
	margin-left:10px;
}


.comments_count {
	background-color: #EBE9EB;
	padding:10px;
	margin-bottom:50px;
}

.comments_post {
	background-color: #EBE9EB;
	padding:10px;
	border-left:5px solid #666;
}

.comments_text {
	font-style:italic; 
}

.comments_form {
	border-left:5px solid #666;
	padding:10px;
	margin-bottom:50px;
}

.comments_form [type=submit] {
	border:1px solid #666;
	cursor:pointer;
	padding:10px;
}

.comments_form textarea {
	border:1px solid #666;
	padding:10px;
	resize: none; 
}
.requests_form {
	border-left:5px solid #ccc;
	padding:10px;
	margin-bottom:50px;
}

.requests_form input, textarea{
	border:1px solid #ccc;
	padding:5px;
}

.requests_form [type=submit] {
	border:1px solid #666;
	cursor:pointer;
	padding:10px;
}

.requests_table {
	background-color: #ccc;
	padding:10px;
	margin-bottom:30px;
}
.requests_title {
	margin-bottom:20px;
}
.requests_body {
	margin-bottom:20px;
}
.requests_button{
	text-align:right
}