body{
	background-color: #3b3b37;
	font-family: tahoma, arial, sans serif;
	margin:0px auto;
	text-align:center;
	font-size:12px;

}

textarea{
	width: 450px;
	height: 250px;
}

.even{
	background-color: #dbdbca;
	
}

.maintable td{
	padding: 5px;
}

.label{
	font-size: 10px;
	color: #133e7f;
}

.label a{
	color: #9999cc;
	text-decoration: none;
}

.label a:hover{
	color: #9999cc;
	text-decoration: underline;
}

.menuLeft{
	font-size: 11px;
	color: #133e7f;
}

.menuLeft a{
	color: #133e7f;
	text-decoration: none;
}

.menuLeft a:hover{
	color: #133e7f;
	text-decoration: underline;
}

.title{
	font-size: 16px;
	font-weight: bold;
	color:#ff711c;
}

.normal_text{
	font-size: 12px;
	color: #000000;
}

.normal_text a{
	color: #9999cc;
	text-decoration: none;
}

.normal_text a:hover{
	color: #9999cc;
	text-decoration: underline;
}

.alert{
	font-size: 12px;
	color: #ff711c;
}

input.button{
	font-size: 14px;
	color: #133e7f;
	background-color: #c8c8ba;
	border: 2px solid #133e7f;
}

input.rimuovi{
	font-size: 12px;
	color: #133e7f;
	background-color: #ffffff;
	border: 2px solid #133e7f;
}

.textbox{
	font-size: 12px;
	color: #133e7f;
	background-color: #ffffff;
	border: 2px solid #133e7f;
	padding: 2px;
	
}
hr{
	border-top: 1px solid #133e7f;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 100%
}
.manual_list_title{
	font-size: 28px;
	font-weight: bold;
	color:#ff711c;
}
a.manual_list, a:visited.manual_list, a:active.manual_list{
	color:#333333;
	text-decoration: none;
}

a.manual_list_logout, a:visited.manual_list_logout, a:active.manual_list_logout{
	color:#ff711c;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
a:hover, a:hover.manual_list, a:hover.manual_list_logout{
	text-decoration: underline;
}
