#main {
	border: 1px solid #EAEAEA;
	clear: both;
	background: #EAEAEA;
	padding-top: 2em;
}

#contents {
	padding: 1.5em;
	background: #EAEAEA;
	min-height: 300px;
}

#the_headers {
	position: relative;
	width: 100%;
	height: 23px;
	width: 1000px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin: 0px auto 0px auto;
	background-color:#f3f2f2;

}

#the_headers ul#primary {
	margin: 0;
	position: relative;
	bottom: 0px;
	width: 970px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	padding-left: 30px;
	border-bottom: none;
	padding-top: 0px;
}

#the_headers ul#primary li  {
	display: inline;
	list-style: none;
	
}

#the_headers ul#primary a,#the_headers ul#primary span,#the_headers ul#primary a.current {
	display: block;
	float: left;
	padding: 4px 12px 4px 15px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-decoration: none;
	color: #333;
}

#the_headers ul#primary span,#the_headers ul#primary a.current,#the_headers ul#primary a.current:hover {
	background: #EAEAEA;
	padding-bottom: 6px;
	margin-top: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: none;
}

#the_headers ul#primary a {
	background: #EAEAEA;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: none;
}

#the_headers ul#primary a:hover {
	margin-top: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 5px;
	background-color: #EAEAEA;
	text-decoration:underline;
}


/*Tabs menu di destra*/

.tabs {
	border-bottom: 1px solid #ddd;
	height: 20px;
	margin:0px;
	padding:0px;
}

.tabs li {
	float: left;
	display: inline;
	margin-right: 0px;
	height: 20px;
	margin-bottom:0px;
	background: #fff;
}

.tabs li a {
	display: block;
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 0 5px 0 5px;
	color: #a9dd46;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	background: #fff;
}

.tabs li a:hover {
	background: #a9dd46;
	color: #fff;
}

.tabs li a.selected {
	background: #a9dd46;
	color: #fff;
	z-index: 9;
	border-bottom:#CCC;
}

.tabs li a.selected:hover {
	background: #a9dd46;
	color: #fff;
	z-index: 9;
	border-bottom:#CCC;
}

.tabcontent_comment {
	display: none;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 5px 10px 10px 10px;
	height:200px;
	background: #fff;
	overflow:auto;
	width:480px;
	
}

.tabcontent_comment li {
	padding: 0px 0 0px 0;
	line-height: 1.4em;
	border-bottom: 1px dotted #ccc;
}

.tabcontent {
	display: none;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 5px 10px 10px 10px;
	height:200px;
	background: #fff;
	overflow:auto;
	width:316px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.tabcontent li {
	padding: 0px 0 0px 0;
	line-height: 1.4em;
	border-bottom: 1px dotted #ccc;
}


/* Page Layout */
#main-right {
	width: 320px;
/*	float: left;*/
	width: 30%;
	display: inline;
	margin-left: 10px;
}

#main-right ul li{
	float: left;
	display: inline;
	margin-right: 5px;
}

#sidebar {
	float: left;
	width: 320px;
}
#sidebarReg {
	float: left;
	width: 320px;
}
/*Tabs menu User*/
#TabMenuUser{
border-bottom:1px solid #EAEAEA;
text-decoration:none;
padding-bottom:5px;
margin-top:0px;"
}
#TabMenuUserSelected{
border-bottom:1px solid #EAEAEA;
text-decoration:underline;
padding-bottom:5px;
margin-top:0px;"
}
