*{
	font-family: "Lucida Grande", "Luxi Sans", "Liberation Sans", "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
}
img{
	border: 0px;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:20px;
}
li {
	font-size: 0.8em;
}
img {
	max-width:100%;
}
a.noborder:hover { background-color:#fff; }
/* Scheletro */
.main_content{
	position:absolute;
	width:955px;
}
.layout_main{
	margin:0 auto;
	width:955px;
}
.right_column{
	width:225px;
	float:left;
}
.left_column{
	width:729px;
	float:left;
}
.layout_title{
	width:100%;
	text-align:center;
	font-size:large;
	font-weight:bolder;
	color: #999;
	padding-bottom:10px;
	padding-top:10px;
}
.layout_content{
	width:90%;
	margin-top:10px;
	padding:1% 5% 1% 5%;
	float:left;
	min-height:800px;
}
.layout_navigator_top{
	height:30px;
	background-image: url('/images/top.jpg');
}
.layout_navigator_content{
	background-image: url('/images/middle.jpg');
	padding-left:20px;
	padding-right:20px;
}
.layout_navigator_bottom{
	height:30px;
	background-image: url('/images/bottom.jpg');
}
.layout_extra{
	text-align:center;
}
.layout_navigator_adsense{
	text-align:center;
	width:225px;
	float:right;
	margin-top:10px;
}
.layout_footer{
	width:100%;
	clear:both;
	text-align:center;
	font-weight:bolder;
	color: #999;
	padding-bottom:0px;
	padding-top:10px;
}
.layout_sub_menu{
	width:225px;
	margin-bottom:20px;
	margin-top:10px;
	color: #666;
}
/* Navigator */
.nav_root{
	clear:both;
	color: #999;
	font-weight:bolder;	
}
.nav_child{
	color: #999;
	padding-left:16px;
}
.nav_child_td{
	color: #999;
}
/* Articolo */
.content_leftcol{
	width:20%;
	font-size:medium;
	font-weight:bolder;
	color: #999;
}
.content_title{
	font-size:2em;
	font-weight:bolder;
	color: #999;
}
/* Widget */
.widget_title{
	text-align:center;
	width:36%;
	float:left;
}
.widget_screen{
	width:63%;
	float:right;
}
.widget_text{
	clear: both;
}
/* Widget home */
.widget_home_top{

}
.widget_home_bottom{

}
.widget_home_footer{
	clear: both;
}
.separator{
	height:40px;
	width:100%;
	background-image: url('/images/background.png');
}
#user_div{
	padding-left:5px;
	width:25%;
	float:left;
	text-align:center;
	color: white;
}
#search_div{
	float:right;
	width:20%;
	text-align:right;
	padding-top:8px;
}
.mn_sec{
	width:100px;
	height:40px;
	background-image: url('/images/button.png');
	color:#fff;
}
.commento_top{
	background-image: url('/images/top_comment.jpg');
	width:531px;
	height:38px;
}
.commento_bottom{
	background-image: url('/images/bottom_comment.jpg');
	width:531px;
	height:16px;
}
.commento_inner{
	background-color:#eee;
	padding-left:10px;
	width:517px;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
}
.ridoc{
	/* font-family: monospace; */
}
a.toplink { color: #fff; }
a.toplink:visited { color: #fff; }
a.toplink:hover { color: #fff; background-color:#000; }

#login_layer{
	background-color:#ccc;
	color:#fff;	
}
#searchResults{
	clear: both;
	width:350px;
	height:auto; 
	position:relative;
	float:right;
	z-index:10;
}
#searchResults_ul{
	background-color:#ccc;
}
#applesearch{
	text-align:left;
}
#busy{
	display: none;
}
#new_widget{
	position:relative;
	top:-13px;
	left:-16px;
}
#searchResults_ul li{
	display:block;
	list-style: none;
	width:100%;
	padding-bottom:2px;
}
.content_rightcol{
	border-bottom:1px solid black;
	padding:10px;
	margin-left: 30px;
	margin-right: 30px;
}
pre {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
pre .normal {}
pre .comment { color: #005; font-style: italic; }
pre .keyword { color: #A00; font-weight: bold; }
pre .method { color: #077; }
pre .class { color: #074; }
pre .module { color: #050; }
pre .punct { color: #447; font-weight: bold; }
pre .symbol { color: #099; }
pre .string { color: #944; background: #FFE; }
pre .char { color: #F07; }
pre .ident { color: #004; }
pre .constant { color: #07F; }
pre .regex { color: #B66; background: #FEF; }
pre .number { color: #F99; }
pre .attribute { color: #5bb; }
pre .global { color: #7FB; }
pre .expr { color: #227; }
pre .escape { color: #277; }