/* === STRUTTURA SKIN === */
.container{
    background-color:white;
    max-width: 970px ;
}

body {
  background-image:url(background.png);
}
#footer {
    background: none repeat scroll 0 0 #2D3032;
    border-top: 5px solid #88AFD6;
    color: #AAAAAA;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
#footer .container {
	background-color: transparent !important;
}
#footer a:link,
#footer a:visited {
    color: #AAAAAA;
     text-decoration:none;
}
#footer a:hover {
    color: #969696;
	text-decoration:none;
}
/*h4 {
	color: #67856D !important;
}*/

.glyphicon-inverse {color: #fff;}
.margintop5 {margin-top: 8px !important;}
/* === /STRUTTURA SKIN === */


/* === pannello Actions DNN === */
/* corregge zindex del pannello Actions DNN con il Menu navbar bootstrap */
/*.dnnActionMenu {
    z-index: 1001 !important;
}*/
.dnnActionMenuTag {
    height:auto !important;
}
/* === /pannello Actions DNN === */


/* === Sovrascrivo impostazioni default DNN === */
.Normal, .NormalDisabled, .NormalDeleted {
    font-size: inherit !important;
    font-weight: inherit !important;
}
.SubHead {
    font-size: inherit !important;
    font-weight: inherit !important;
}

a.btn-default:link, a.btn-default:visited, a.btn-default:active {
    color: #333333 !important;
}
a.btn-primary:link, a.btn-primary:visited, a.btn-primary:active,
a.btn-success:link, a.btn-success:visited, a.btn-success:active, 
a.btn-info:link, a.btn-info:visited, a.btn-info:active, 
a.btn-warning:link, a.btn-warning:visited, a.btn-warning:active, 
a.btn-danger:link, a.btn-danger:visited, a.btn-danger:active {
    color: white !important;
}
a.btn-link:link, a.btn-link:visited, a.btn-link:active {
    color: #428BCA !important;
}
a.btn-SDM:link, a.btn-SDM:visited, a.btn-SDM:active {
    color: #67856D !important;
}
/* === /sovrascrivo impostazioni default DNN === */

