/* STILE PAGINE */


/* STILE GENERICO 
============================== */


body {
       background-color: #C9D1CD;
    	font-family: Verdana, Helvetica, Arial, sans-serif;
    	font-size: 10px;
        text-align: center;
}

a:link {
    	color: #737C7A;
    	text-decoration: none;
        font-weight: bold;
}

a:visited {
    	color: #737C7A;
    	text-decoration: none;
        font-weight: bold;
}

a:hover {
    	color: #B1B9B6;
    	text-decoration: underline;
        font-weight: bold;
}

input,textarea {
        background-color: transparent;
        border: 1px inset #CCCCCC;
        color: #9AA19F;
}

ul {
    list-style: square;
    margin-top: 5px;
    margin-left: 25px;
    margin-bottom: 5px;
    padding-left: 2px;
    font-size: 11px;
}

li {
    background: transparent;
    color: #9AA19F;
}

blockquote{
        border: 1px solid #9AA19F;
        padding: 5px;
        margin-left: 50px;
        margin-right: 50px;
}

#container {
        background-color: #FFFFFF;
    	font-family: Verdana, Helvetica, Arial, sans-serif;
    	font-size: 10px;
        padding-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
      	width: 989px; 
    	border-bottom: 1px solid #CCCCCC;
    	border-right: 2px solid #CCCCCC;  
} 

#sidebarleft {
        background-color: transparent;
        float: left;
        text-align: left;
        color: #999999;
        width: 200px;
    	margin-top: 10px;
        padding-left: 10px;
}

#sidebarright {
        background-color: transparent;
        float: right;
        text-align: right;
        color: #999999;
        width: 200px;
   	margin-top: 10px;
        padding-right: 8px;
}

#contentmain {
        margin:0 230px;
        /*margin-left: 230px;*/
        background-color: #FFFFFF;
        padding-bottom: 15px;
        text-align: left;
    	color: #999999;
}

#sectiontitlegnu {
        color:#31D011;
        font-size: 11px;
    	font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    	padding: 1px;
    	background-color: #E6EBE8;
        border-bottom: 1px solid #CCCCCC; 
 }

#footer{
        height: 15px; 
        clear: both; 
        background-color: transparent;
        border-top: 1px solid #CCCCCC;
        font-size: 9px;
        color: #999999;
        text-align: right;
        padding: 2px; 
}

#codice{
	font-size: 11px;
	color: black;
}


/* STILE HEADER
============================== */

#header{
        background-image: url(immagini/headergnulinux.jpg);
    	background-position: center;
    	background-repeat: no-repeat;
    	height: 150px;
    	border-bottom: 1px solid #CCCCCC;
        margin-bottom: 5px;
}


/* STILE COLONNA
============================== */

.sectiontitle {
        color: #B1B9B6;
        font-size: 11px;
    	font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    	padding: 1px;
    	background-color: #E6EBE8;
        border-bottom: 1px solid #CCCCCC; 
        border-right: 2px solid #CCCCCC; 
}

.boxsection {
        color: #999999;
    	background-color: transparent;
        margin-bottom: 20px;
        margin-top: 5px;
}


/* STILE COLONNA CENTRALE
============================== */
.date {
        font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 15px;
	margin-top: 14px;
        color:#0000CC;
        background-color: #E6EBE8;
        border-bottom: 1px solid #CCCCCC; 
        border-right: 2px solid #CCCCCC; 
}

.text{
        font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
        font-weight: normal;
        color: #999999;
        text-align: justify;    
}

.boxsectiontext {
        color: #999999;
    	font-size: 13px;
	background-color: transparent;
        margin-bottom: 20px;
        margin-top: 5px;
}

#boxsectiontextp {
        color: #4D68FF;
    	font-size: 13px;
	background-color: transparent;
        margin-bottom: 20px;
        margin-top: 5px;
}
