/*
// --------------------------------------------------------------------------------------------------------------------
// Desktop-Level Definitions
// --------------------------------------------------------------------------------------------------------------------
*/

.bea-portal-body
{
    margin: 10px 10%;
    padding: 0px;
    background-color: #fff;
    font: normal normal 0.8em Tahoma, Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
	color: #666;
}

h1, h2, h3, h4 {
	font-family: "Palatino", "Times New Roman", Times, serif;
	color: #72A0E4;
}

a:hover {
    text-decoration: underline;
	color: #5A8CD5;
}
input, select, option, .bottone {
    font: normal normal 1em Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px 3px;
	color: #333;
	border: 1px solid #5A8CD5;
	background: #DAEAF7;
}
input.readonly {
	border: 1px solid #999;
	background: #eee;
	color: #999;
}
.bottone:hover {
	text-decoration: none;
}
.bottoneInactive {
    font: normal normal 1em Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px 3px;
	color: #333;
	border: 1px solid #5A8CD5;
	background: #EEE;
}
select {
	padding: 0;
}
option {
	border: none;
	padding: 0;
}
img {
	border: none;
	}
br.brall {
	clear: both;
}
.errore {
	background: #ffc url(/Unappa/resources/images/errore.gif) 5px 5px no-repeat;
	padding: 10px !important;
	padding-left: 42px !important;
	border: 1px solid #c00;
	border-width: 1px 0;
	color: #C00;
	font: normal normal 1.5em "Palatino", "Times New Roman", Times, serif;
}
.info {
	background: #cff url(/Unappa/resources/images/info.gif) 5px 5px no-repeat;
	padding: 10px !important;
	padding-left: 42px !important;
	border: 1px solid #039;
	border-width: 1px 0;
	color: #039;
	font: normal normal 1.5em "Palatino", "Times New Roman", Times, serif;
}
.errore_small {
	background: url(/Unappa/resources/images/errore_small.gif) 5px 5px no-repeat;
	padding: 5px !important;
	padding-left: 42px !important;
	color: #C00;
	font: normal normal 12px "Palatino", "Times New Roman", Times, serif;
}
.info_small {
	background: url(/Unappa/resources/images/info_small.gif) 5px 5px no-repeat;
	padding: 5px !important;
	padding-left: 42px !important;	
	color: #039;
	font: normal normal 12px "Palatino", "Times New Roman", Times, serif;
}
.bea-portal-body-content {
    margin-bottom: 20px;
    border-bottom: 10px solid #666;
	position: realtive;
		
}
.terra {
	color: #937442;
	}
.turchese {
	color: #5E9380;
	}
.bea-portal-body-header, .bea-portal-body-footer {
	height: 84px;
	margin: 0px;
    padding: 0px;
    background: #666;
}
.bea-portal-body-header h1, .bea-portal-body-header h2 {
	text-indent: -20000px;
	overflow: hidden;
	height: 84px;
	float: left;
	margin: 0; padding: 0;
	font-size: 1px;
}

.bea-portal-body-header h1 {
	background: url("/Unappa/framework/skins/default/images/logoUnappa.gif");
	width: 256px;
}
.bea-portal-body-header h2 
{
	background: url("/Unappa/framework/skins/default/images/sloganUnappa.gif");
	width: 200px;
}
#bea-portal-footer {
	margin-top: 5px;
	border-top: 1px solid #666;
	font-size: 0.9em;
	clear: both;
	padding: 2px;
	color: #666;
}


/*
	FORUM
*/

#thread {
	border: 1px dotted; background-color: #DFE7E9;
}

#thread-body {
	margin: 10px; background-color: #FFF;
}

.post {
	background-color: #F2F5F6;
}

.post-body {
	margin: 10px; background-color: #FFF;
}

#fasciaForum {
	background: url("/Unappa/resources/images/sfondoFasciaForum.jpg") top right no-repeat;
	margin: 0; padding: 0;
	clear: both;
	overflow: hidden;
}
#fasciaForum p {
	margin: 0; padding: 0;
}
#fasciaForum ul {
	margin: 0; padding: 0;
	list-style: none;
}
