/* Informazioni generiche di azzeramento */
* {
	top: 0; left: 0; padding: 0; margin: 0;
}

/* Classi generiche */
.clearer {
	clear: both;
}

/* Tricks ajax */
#wrapper-loading {
	height: 300px;
	width: 300px;
	margin: 0 auto;
	background: url('../img/items/ajax-loader.gif') center no-repeat;
}

/* Layout */
body {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
	background: #f5f5f5; 
}

/* Messages */
#messages {
	margin: 30px 0 0 0;
	}
	
#messages h2 {
	font-size: 14px;
	padding: 0 0 20px 0;
}

.message {
	border-top: 1px solid #999;
	margin: 20px 0;
	}
	
.message h3 {
	font-size: 12px;
	color: #666;
	padding: 10px;
	}	
	
.message p {
	font-size: 11px;
	}

/* Header */
#wrapper-header {
	width: 100%;
	height: 234px;
	background: url('../img/bg/bg.gif') 0 0 repeat-x;
}

#header {
	margin: 0 auto;
	background: url('../img/bg/header.png') 0 37px no-repeat;	
	width: 980px;
	height: 234px;
}

/* Navbar */
#navbar {
	float: right;
	background: url('../img/bg/navbar_bg.png') bottom no-repeat;
	height: 50px;
	padding: 74px 248px 0 0;
	width: 731px;
}

.navbtt{
	height: 30px; 
	width: 77px;
	margin: 10px 20px 0 0;
	float: right;
	font-size: 11px;
	padding: 5px 0 5px 0px;
	text-align: center;
	background: url('../img/navbarbtt.png') 0 0 no-repeat;
}

#navbar .tab {
	height: 40px;
	margin: 60px 0 0 0;
	float: left;
}

/* Tab on */
#navbar .on .tab_l {
	height: 40px;
	width: 25px;
	float: left;
	background: url('../img/bg/tab_l_on_bg.png') 0 0 no-repeat;
}

#navbar .on .tab_m {
	height: 40px;
	float: left;
	background: url('../img/bg/tab_m_on_bg.png') 0 0 repeat-x;
}

#navbar .on .tab_r {
	height: 40px;
	width: 25px;
	float: left;
	background: url('../img/bg/tab_r_on_bg.png') 0 0 no-repeat;
}

/* Tab off */
#navbar .off .tab_l {
	height: 40px;
	width: 25px;
	float: left;
	background: url('../img/bg/tab_l_off_bg.png') 0 0 no-repeat;
}

#navbar .off .tab_m {
	height: 40px;
	float: left;
	background: url('../img/bg/tab_m_off_bg.png') 0 0 repeat-x;
}

#navbar .off .tab_r {
	height: 40px;
	width: 25px;
	float: left;
	background: url('../img/bg/tab_r_off_bg.png') 0 0 no-repeat;
}

#navbar a {
	color: #333;
	text-decoration: none;
}

/* Tab label */
.tab_label {
	font-size: 13px;
	color: 	#000;
	margin: 16px 0 0 0;
}

/* Content */
#wrapper-content {
	margin: -110px 0 0 0;

}

#content {
	width: 874px;
	padding: 30px 124px 30px 0;
	margin: 0 auto;
	background: url('../img/bg/container.png') 0 0 repeat-y;
}

#footer {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	background: url('../img/bg/footer.png') 0 0 no-repeat;
}
/* Sidebar */
#sidebar {
	float: left;
	width: 160px;
	margin: 0 20px 0 30px;
}

#sidebar-t {
	height: 13px;
	background: url('../img/bg/sidebar_t_bg.png') bottom no-repeat;
}

#sidebar-m {
	background: url('../img/bg/sidebar_m_bg.png') 0 0 repeat-y;
	padding: 0 10px;
}

#sidebar-m .section {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 10px 30px;
}

#sidebar-b {
	height: 11px;
	background: url('../img/bg/sidebar_b_bg.png') 0 0 no-repeat;
}

#sidebar ul {
	padding: 0 0 20px 0;
	font-size: 11px;
	list-style-image: url('../img/bg/sidebar_list_style_bg.png');
	margin: 0 0 0 30px;
}

#sidebar ul li {
	padding: 0px 0 0px 0;
	margin: 4px 0;
}

#sidebar ul li a {
	color: #333;
	text-decoration: none;
}

/* Main */

#main {
	float: left;
	width: 600px;
	padding: 0 20px 0 20px;
}

/* Dashboard */

#dashboard {
	float: left;
	width: 130px;
	margin: 0 0 0 10px;
}

#dashboard .section {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 10px 20px;
}

#dashboard .name {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding: 0 0 20px 20px;
}

#dashboard .logout {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding: 0 0 20px 20px;
}

#dashboard .logout a{
	color: #666;
	text-decoration: none;
}

#dashboard .logout a:hover{
	color: #000;
}

#dashboard .dashboard-alerts {
	font-size: 10px;
	color: #666;
	padding: 0 0 6px 20px;
}

.dashboard-box {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #eee;
}

.news-box {
	font-size: 11px;
	color: #666;
}

.news-date {
	padding: 0 0 10px 0;
}

.news-content {
	padding: 0 0 3px 0;
}

.news-link {
	text-align: left;
	padding: 0 0 20px 0;
}

.news-link a {
	font-size: 10px;
	color: #66BB2A;
	text-decoration: none;
}




/*
#navbar #amministrazione .tab_label {
	margin: 20px 0 0 0;
	height: 10px;
	width: 103px;
	background: url('../img/bg/tab_amministrazione_bg.png') 0 0 no-repeat;
}

#navbar #contenuti .tab_label {
	margin: 20px 0 0 0;
	height: 10px;
	width: 59px;
	background: url('../img/bg/tab_contenuti_bg.png') 2px 0 no-repeat;
}

#navbar #bacheca .tab_label {
	margin: 20px 0 0 0;
	height: 10px;
	width: 50px;
	background: url('../img/bg/tab_bacheca_bg.png') 0 0 no-repeat;
}*/