/*------------------------------------------------------------------------
# Marco Sechi CSS
# ------------------------------------------------------------------------
# Copyright (C) 2010 Marco Sechi. 
# @license - GPU/GPL
# Author: marco.seki@gmail.com
-------------------------------------------------------------------------*/



/* ============================= System Messages ====================================*/
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB; list-style: none;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; }

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; list-style: none;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}



/*================================ PATHWAY / BREADCRUMB  ===============================*/
#pathway, #pathway a:link, #pathway a:visited{
	font-size:11px;
	font-weight: lighter;
}


/*=========================== LEFT MODULE ===============================*/
.sinistra .moduletable, .sinistra .moduletable_menu{
	margin-bottom: 20px;
}

.sinistra .moduletable{
	padding: 5px;
	border:1px solid #DDD;
	background-image: url(../images/modultrans.gif);
	background-repeat: repeat-x;

}

.sinistra .moduletable_bianco{
	margin-bottom: 20px;

}

.sinistra.moduletable h3, .sinistra .moduletable_menu h3{
	font-weight: lighter;
	font-size: 16px;
	color: #333;
}

/*=========================== RIGHT MODULE ===============================*/
.destra .moduletable, .destra .moduletable_text{
	margin-bottom: 15px;
}

.destra .moduletable h3{
	font-weight: lighter;
	font-size: 16px;
	color: #333;
}

/*=========================== RIGHT MODULE ===============================*/

.mainlevel-footer, .mainlevel-footer:link, .mainlevel-footer:visited{
	color: #888;
	text-decoration: none;
}


.mainlevel-footer:hover, .mainlevel-footer:active{
	color: #7cb905;
}

#active_menu-footer{
	color: #7cb905;
}









