*
{
	margin: 0;
	padding: 0;
}
img
{
	border: none;
}
hr
{
	clear: both;
	visibility: hidden;
}
.only_radius
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#full_content{
	float:left;
	background-color:transparent;
}
body {
	font-family: lucida sans unicode,lucida grande,sans-serif;
	font-size: 12px;
	color: #ccc;
	background-color: #fff;
}

.pulsante2{
	background:url(../image_admin/bg.png);
	
	padding-left:6px;
	padding-right:6px;
	padding-top:0px;
	padding-bottom:0px;
	border:solid 1px #117537;
	font-size:11px;
	color:#eee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.pulsante2:hover, .pulsante2:focus, .pulsante2:active  {
	border:solid 1px #0099aa;
	background:url(../images/image_master.png);
	background-position:0px -118px;
	cursor: pointer;
	color:#fff;
}

.pulsante, .pulsante:visited{
	
	float:left;
	background:url(../image_admin/bg.png);
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
	border:solid 1px #777;
	font-size:11px;
	color:#333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.pulsante:hover, .pulsante:focus, .pulsante:active  {
	border:solid 1px #333;

	cursor: pointer;
	color:#555;
}

.live_button, .live_button:visited, .live_button:link, .live_button:active{
	
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:11px;
	color:#1F3977;
	text-decoration:none;
	border:solid 1px transparent;
}
.live_button:hover{
	
	border:solid 1px #9bdeff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/*
	ADMINISTRATOR CSS
*/

.body_admin
{
	background: url(../image_admin/bg.png) repeat-x top;
	color:#333;
	background-color:#fff
}

#lang_select
{
	padding:3px;
	width:60px;
	color:#555;
}

.testi
{
	padding:3px;
	color:#555;
	border:solid 1px #ddd;
}

.generic_select
{
	padding:3px;
	color:#555;
}

#main_title
{
	background:url(../image_admin/bg.png);
	width:1000px;
	height:30px;
	color:#555;
}

.div_titoli
{
	background:url(../image_admin/bg.png);
	height:15px;
	padding:5px;
	color:#555;
	width:975px;
	margin-bottom:10px;
	border-bottom: solid 1px #888;
}


#login_box{
	
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	width:280px;
	height:150px;
	border:solid 1px #D7E3F4;
}

#master_page{
	
	margin-top:28px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	overflow:hidden;
	border:solid 1px #aaa;
	padding:2px;
	
}

#content_admin
{
	float:left;
	margin-left:3px;
	width:985px;
	border:solid 1px #aaa;
	padding:4px;
}

.blocco_menu{
	float:left;
	text-align:center;
	margin:3px;
	width:100px;
	height:100px;
	overflow:hidden;
	border:solid 1px #aaa;
	padding:2px;
	background-color:#fff;
}

.blocco_menu:hover
{
	border:solid 1px #555;
}

.blocco_menu a, a:active, a:visited{
	color:#333;
	text-decoration:none;
}
.blocco_menu a:hover{
	text-decoration:underline;
	color:#4671d5;
}
.mod_settings_setting_text
{
	font-family: lucida sans unicode,lucida grande,sans-serif;
	font-size:11px;
	padding:1px;
	border:solid 1px #ddd;
	width:300px;
	color:#777;
}

/*
	STILI PERSONALI
*/
.rounded_div{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:solid 1px #222;
	padding:5px;
}

/*		TOOLTIP			*/
/* tooltip styling */
.tooltip {
	display:none;
	background:url(../tooltip/black_arrow.png);
	height:86px;
	padding:20px 20px 10px 20px;
	width:169px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}