

h1{
	text-align:right;
	font-weight:bold;
	color:#290;
	border-bottom:1px dashed black;
	margin-bottom:5px;
	margin-top:15px;
	font-size:17px;
}

h2{
	font-size:15px;
	color:#290;
}
h3{
	font-size:14px;
	color:#290;
}
h4{
	font-size:13px;
	color:#290;
}

a{
	color:#441;
	cursor:pointer;
	text-decoration:none;
}

a:hover{
	color:#555;
	font-style:italic;
}

body{
	font-size:13px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;

	background-color: #333;
}

.color_picker{
	border:0px;
}

hr{
	border: 0px;
	border-top:1px solid black;
}

img{
	border:0px;
}

input{
	border:1px solid black;	
}

textarea{
	width:90%;
	height:250px;
	border:1px solid black;	
}

.lg_input{
	width:130px;
}

#loading_message{
	position: absolute;
	float:right;
	top:20px;
	padding:5px;
	right:20px;
	z-index:2;
	border: 1px solid black;
}

#titolo{
	z-index:1;
	position:relative;
	left:0px;
	right:0px;
	top:0px;
	padding-left:40px;
	height:170px;
	background-image: url(../img/bg.jpg); 
	background-repeat: no-repeat;
	background-position: left; 
  	font-size:25px;
  	font-weight:bold;
  	padding-top:10px;
}


.edit_stick,.edit_stick_selected{
	padding-left:3px; 
	padding-right:3px;
	padding-bottom:3px;
	padding-top:5px;
	border:1px solid black;
	background-color:#fff;
}

.edit_stick_selected{
	background-color:#ddd;
}


.edit_stick_class{
	border:1px solid black;
	padding:1px;
	background-color:#eee;
	margin-bottom:2px;
}

.edit_stick_cmd{
	margin-top:5px;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	text-align:center;
	width:120px;
	font-size:10px;
	padding:1px;
	background-color:#eee;
}

#navigatore{
	z-index:1;
	left:40px;
	top:195px;
	
	position:absolute;
  	margin-bottom:15px;
  	border-bottom:2px solid #290;
}
  


 
#laterale{
	z-index:1;
	position:absolute;
	top:180px;
	left:830px;
} 


.box{
	width:170px;
	margin-bottom:10px;
	background-color:#ffc;
  	border-bottom:2px solid #290;
  	border-right:2px solid #290;
}

.box_titolo{
	font-weight:bold;
	background-color:#ffc;
	text-align:center;
}
.box_corpo{
	padding:5px;
}



#corpo{
	z-index:0;
	text-align: justify;
	position:absolute;
	top:0px;
	left:15px;
	width:785px;
	border-bottom:2px solid #290;
  	padding-top:215px;
  	padding-left:20px;
  	padding-right:45px;
  	padding-bottom:20px;
  	background-color: #ffc;
}

#site{
	z-index:1;
	
}


.sticker_title, .blog_title{
	text-align:right;
	font-weight:bold;
	border-bottom:1px dotted #aaa;
	margin-bottom:5px;
	margin-top:15px;
}


.sticker_body{
}

.sticker_body a img{
    margin:4px;
	vertical-align: middle;
}

.blog_element,.faq_element{
	margin:10px;
}

.blog_text{
	margin-bottom:10px;
	text-align: justify;
}

.blog_text a{
	color :maroon;
}

.blog_footer,.faq_footer,.blog_comment_title,.blog_comment_title a{
	color:#777;
	font-style:italic;
}

.comment_function,.comment_function a{
	color:#777;
	font-size:11px;
}

.blog_footer,.faq_footer{
	font-size:10px;
}

.blog_comments,.faq_comments{
}

.blog_comment{
	border:1px solid #aaa;
	background-color: #fff;
	padding:5px;
	margin:10px;
}



.faq_question,.faq_answer{
	background-color: #eee;
	padding:5px;
	border:1px dashed black;
}

.notes{
	position: relative;
	height:150px;
	width:150px;
	background:#fdfb99;
}

