/*** TESTATA ***/

#container_header {
    background-color: #6c532b !important;		/* colore background */
    border-bottom: none;		/* colore border-bottom */
    margin-bottom:0;
    margin-top:0;
    padding-bottom:0;
    padding-top:0;
}
div#testata_titolo{
	background-image:url(../images/headertitle_bg.jpg);
	background-repeat:repeat-x;
	height:142px;
	
}
/* deve essere parametrico rispetto all'altezza della testata per allineare il menù in basso */
/* di norma la differenza tra l'altezza della testata e l'offset del div di circa 30px */
.menu_site {
    margin-top: 80px; 		/* spazio tra menu_site e menu_user */
}

#topNav {
    color: #fff !important; 	/* colore testo della testata	*/
	font-weight:normal;
}

#topNav a {		/* link testata */
    color: #fff !important;   
}
#topNav a:hover {		/* link testata */
    color: #f0ddbd !important;   
}
/*** FOOTER ***/

#dock {
    background: #6c532b none repeat scroll 0 0 !important;		/* background color del footer */
}

div#credits a, div#credits a:visited{   	/* link Hyperborea */
    color: #fff !important; 
}
div#credits a:hover, div#credits a:visited:hover {   	/* link Hyperborea */
    color: #f0ddbd !important; 
}

/*** BOX LOGIN ***/

div#simplelogin {		/* box login */
    background-color: #F3F0E1 !important;    
    border: 1px solid #AD8E57 !important;
}

div#simplelogin label input {		/* input text del box login */
    border: 1px solid #AD8E57 !important;   
}

div#simplelogin a, div#simplelogin a:visited {		/* box login */
    color:#6C532B;
	font-weight:normal;
}
div#simplelogin a:hover {		/* box login */
	color:#765c31;
}

#dockWrapper{
	border:none;
	
}

/*
	Pagina statica: index.jsp
*/

body.pagina_statica{
	padding:0px;
	margin:0px;
	background-color:#F4F0E1;
	line-height:1.3em;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#000;
}
body.pagina_statica a, body.pagina_statica a:visited{
	color:#6C532B;
	font-weight:bold;
	text-decoration:none;
}
body.pagina_statica a:hover{
	color:#866a3a;
	text-decoration:underline;
	
}
html.pagina_statica, body.pagina_statica{
	height:100%;
	font-size:0.9em;
}
#static_wrapper{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -30px; /* margine negativo altezza footer */
}
.static_pushfooter{
	height:30px; /* altezza footer */
	clear:both; /* clear di eventuali float se presenti nel layout */
}
.static_footer{
	 background-color:#6c532b;	
	 height:30px;
	 color:#fff;
	 font-size:11px;
}
.static_credits_l{
	float:left;	
	padding-top:5px;
	padding-left:15px;
}
.static_credits_r{
	float:right;
	padding-top:5px;
	padding-right:15px;
}
div.static_footer a, div.static_footer a:visited{   	/* link Hyperborea */
    color: #fff !important; 
}
div.static_footer a:hover, div.static_footer a:visited:hover {   	/* link Hyperborea */
    color: #f0ddbd !important; 
}
div.static_foto img{
	padding:3px;
	background-color:#fff;
	border:1px solid #7A7369;	
	margin-bottom:3px;
}
div.static_content{
	float:left;
	width:100%;
}
div.static_content1{
	border:2px solid #A48570;
	margin:10px;
	float:left;
	background:url(../images/pagina.jpg) no-repeat top left;
}
div.static_content1a{
	float:left;
	width:100%;
	background:url(../images/pagina_bg.jpg) repeat-x top left;
}
div.static_content2{
	border:1px solid #A48570;
	padding-left:10px;
	padding-top:10px;
	margin:2px;
	float:left;
}
div.static_col_left{
	width:380px;
	float:left;
}
div.static_col_right{
	position:relative;
	margin-left:390px;
	padding-right:60px;
}
div.static_col_right h2 {
	color:#330000;
	font-family:"Times New Roman",Times,serif;
	font-size:2em;
	font-weight:normal;
	margin-bottom:25px;
	margin-top:45px;
}
.static_menu ul{
	padding-left:0px;
	margin-top:10px;
	margin-left:0px;	
}
.static_menu ul li{
	list-style-type:none;
	margin-bottom:5px;	
	padding-left:0px;
}
.static_menu ul li a img, .static_menu ul li a:visited img{
	border:none;	
}
*:first-child+html div.static_content1 /* solo IE 7.0 */ {
	padding-bottom:3px;
}
*:first-child+html div.static_content /* solo IE 7.0 */ {
	margin-bottom:10px;
}

/*
	Colore di background del nodo dell'albero selezionato
*/
.mooTree_selected	 {
    background-color:#eadbc1;  
}

/*
ToolTips
*/
 .tip {
	color: #fff;
	background-color: #f1ca81;
	border: 1px solid #dbcaad;
}

.tip-title {
	color:#eadbc1;
}
