/*Bookmarks

- menu
- content
- footer
- generic

*/

@font-face {
    font-family: 'ralewaylight';
    src: url('raleway-light-webfont.eot');
    src: url('raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-light-webfont.woff') format('woff'),
         url('raleway-light-webfont.ttf') format('truetype'),
         url('raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
    font-family: 'ralewaylight';
	font-size:0.75em;
	color: #004E00;
	background: url('../img_home/back_html.png');
}

* {margin: 0; padding: 0;}

#container {
	width:100%;
	clear:both;
}

#top {
	width: 960px;
	height: 240px;
	border-bottom: 2px solid #004e00;
	background: url("../img_home/logo.png") no-repeat;
}

#top_nomeditta{
	color: #000;
	padding-top: 70px;
	padding-left: 550px;
	font-size: 32px;
	font-weight:bold;
}

#top_ragsoc{
	color: #000;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 16px;
}

#main_cont {
	width: 960px;
	background-color: #FFF;
	background-image: url(../img_home/back_container.png);
	background-repeat: no-repeat;
	background-position: top;
}

/* menu ------------------------------------------------------------- */
#menu {
	padding:0;
	margin:0;
	height: 45px;
	width: 960px;
	background-image: url(../img_home/sfondo_menu.png);
	background-repeat: repeat-x;
	
}

#menu ul {
	padding:0;
	margin:0;
	z-index: 600;
}

#menu li {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;
	line-height: 45px;
	height: 45px;
	width:150px;
}

#menu li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	display: block;
	text-align: center;
	line-height: 45px;
	color: #0a3f00;
	font-size: 130%;
}

#menu li a:hover {
	color: #199a01;
	text-decoration: underline;
}

#menu ul ul {
	position:absolute;
	top:45px;
	visibility:hidden;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}

#menu ul li:hover ul {
	visibility:visible;
	width:350px;
	background-image: url(../img_home/sfondo_menuulli.png);
	background-repeat: repeat-x;
}

#menu ul li ul li {
	width: 400px;
}

#menu ul li ul li a {
	text-align:left !important;
	padding-left: 10px;
	font-size: 100%;
}
/* menu END---------------------------------------------------------- */

/* parte contenuto -------------------------------------------------- */
#content {
	width: 960px;
	border-top: 2px solid #004e00;
	position: relative;
}

#cont_left {
	float: left;
	width: 280px;
	padding: 0px;
	margin: 0px;
}
#cont_left .box {
	background: #004e00;
	margin: 20px 2px;
	padding: 5px;
	color: #000;
	font-weight: bold;
}
#cont_left .box img {
	margin-bottom: 15px;
}

#cont_left a {
	color: #004e00;
}
#cont_left a:hover {
	color: #FF8000;
	text-decoration: none;
}

#cont_right {
	float: left;
	width: 660px;
	border-left: 1px solid #999;
	padding: 10px 0px 20px 10px;
	text-align: justify;
	background: url('../img_home/back_bottom_right.png') right bottom no-repeat;
}
#dettaglio a {
	color:#000;
	text-decoration: underline;
}
#dettaglio a:hover {
	color:#000;
	text-decoration: none;
}
.list_articolo {
	border: 1px solid #999;
	padding: 5px;
	text-align: left;
	float: left;
	width: 98%;
	margin-bottom: 10px;
}
.list_articolo i {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	line-height: 30px;
}
.totale {
	float: right;
	border-top: 1px solid #000;
	margin-top: 20px;
}
.tabella_carr th, .tabella_carr td {
	padding: 5px;
}
.tabella_carr th {
	background: #D05F23;
	color: #FF6;
}
/* parte contenuto END----------------------------------------------- */

/* help tooltip ----------------------------------------------------- */
#help {
	position: absolute;
	display: none;
	background-color: #FFEB7A;
	border: 1px solid #FF8000;
	color: #BD5810;
	padding: 15px;
	font-style: italic;
	display: inline-block;
	max-width: 250px;
}
#help ul {
	list-style-position:inside;
}
/* help tooltip END -------------------------------------------------- */

/* finestra overlay per immagini e testo ----------------------------*/

/* immagini */
#box, #boxtxt { 
	padding:10px;
	background-color:#FFF; 
	display:none; 
	z-index:+300; 
	position:fixed;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
	font-style: italic;
}

#on_load {
	padding:10px;
	background-color:#FFFFFF;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:fixed;
	left:50%;
	top:50%;
	z-index:+300;
	margin-left:-35px;	/* metà larghezza immagine loading.gif + padding*/
	margin-top:-35px; 	/* metà altezza immagine loading.gif + padding*/
}

.detail {
	width: 600px;
	height: 400px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left:-310px;	/* metà larghezza immagine loading.gif + padding*/
	margin-top:-210px; 	/* metà altezza immagine loading.gif + padding*/
	background: url(../img/overlay_detail.png) repeat;
	z-index: 500;
}
.detail img {
	border: none !important;
}

.chiudi_popup{ 
	position:absolute; 
	right:-15px; 
	top:-15px;  
	cursor:pointer;
	z-index: 500;
}
.title_popup{ 
	font-size:110%; 
	color:#CCCCCC; 
	text-shadow:#000000 0.1em 0.2em 0.2em;
	font-weight:bold; 
	position:absolute; 
	left:0; 
	top:-35px;  
}

.overlay {
	background-image:url(../img/overlay.png);
	background-repeat:repeat;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
    cursor:pointer;
	/*Trasperenza cross browser*/
	opacity: .7; filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";   
}
/* finestra overlay per immagini e testo END ------------------------ */

/* footer ------------------------------------------------------------ */
#footer {
	width: 960px;
	height: 120px;
	border-top: 2px solid #004e00;
	background: url('../img_home/back_footer.png') repeat;
	color: #FF6;
}
#footer .text {
	color: #004e00;
	padding: 20px;
	line-height: 20px;
	float: left;
}
#footer .credits {
	float: right;
	margin: 20px 10px;
}
#footer .credits a {
	color: #004e00;
	text-decoration: none;
	padding: 0px 5px;
}
#footer .credits a:hover {
	text-decoration: underline;
}
#footer .login {
	width: 580px;
	height:30px;
	line-height: 30px;
	position: relative;
	right: 5px;
	top: 5px;
	float: right;
}
#footer .logout {
		height:30px;
		line-height: 30px;
		position: relative;
		right: 5px;
		top: 5px;
		float: right;
	}
#footer .user, #footer .password {
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}
#footer .user {
	background-image:url(../img_home/user.png);
}
#footer .password {
	background-image:url(../img_home/lock.png);
}
/* footer END--------------------------------------------------------- */

/* modali  ---------------------------------------------------------- */
#credits_dialog, #privacy_dialog {
	display:none;
	z-index:3000;
}
#credits_dialog img {
	padding:5px;
	border:0;
}
/* modali END-------------------------------------------------------- */

/* paginazione ------------------------------------------------------ */
.page, .page a {
	color: #AA4C09;
	padding: 1px;
	margin: 2px;
}
.page b {
	font-weight: bold;
	background: #FF3;
}
/* paginazione END--------------------------------------------------- */

/* alert e info ----------------------------------------------------- */
.ui-icon-info {
	margin-left:0px;
	margin-right:3px;
	float:left;
}

.ui-state-highlight{
	padding:2px 5px;
	margin:2px;
}

.ui-icon-alert {
	margin-left:3px;
	margin-right:3px;
	float:left;
}

.ui-state-error {
	 padding: 0.7em;
	 font-weight:bold;
}
/* alert e info END-------------------------------------------------- */

/* icone action ------------------------------------------------------ */
.act_ico {
	height: 16px;
	width: 16px;
	background: url("../css/ui-lightness/images/ui-icons_ffffff_256x240.png") no-repeat;  /* icone 16x16 */
}
.act_lock {
	background-position:  -192px -96px;
}
/* icone action END--------------------------------------------------- */


/* generic ---------------------------------------------------------- */

.no_float {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.fl_right {
	float: right;
}
.fl_left {
	float: left;
}

.img_pag_left {
	float: left;
	margin: 2px 5px 2px 0px;
}

.m_right_10 {
	margin-right: 10px;
}

.m_left_10 {
	margin-left: 10px;
}
