body, table {
	font-family:Verdana, Arial;
	font-size:12px;
}
table {
	text-align:left;
}
img {
	border:0;
}
h4 {
	border-bottom:1px solid black;
	margin:0;
	padding:0;
	margin-top:5px;
	margin-bottom:4px;
	font-size:15px;
}
hr {
	height:2px;
	background-color:black;
}
a, a:link, a:visited {
	color:#424262;
	font-weight:bold;
	outline:none;
}
a:hover {
	text-decoration:none;
}

.label {
	text-align:right;
}
.required {
	font-weight:bold;
}
.error {
	text-align:center;
	color:red;
}
.iefix {
	height:1%;
}

img.imgleftfloat {
	float:left;
	margin-right:4px;
}
img.imgrightfloat {
	float:right;
	margin-left:4px;
}
img.imgborder {
	border:1px solid black;
}

input.styledinput, textarea.styledinput, select.styledinput {
	border:1px solid #fead00;
	margin:2px 0;
	margin-right:2px;
}
input.ricerca, select.ricerca{
	border:1px solid #fead00;
	width:200px;
}
input.siactive, textarea.siactive {
	border:1px solid #f0cc98;
}

.panel {
	background-color:white;
	position:relative;
}
.panel a, .panel a:visited {
	color:white;
}
.whitepanel a, .whitepanel a:visited  {
	color:black;
}

.panel .paneltopleft {
	position:absolute;
	background:url(img/panel_topleft.jpg) no-repeat top left;
	top:0;
	left:0;
	width:17px;
	height:17px;
}
.panel .paneltopright {
	position:absolute;
	background:url(img/panel_topright.jpg) no-repeat top right;
	top:0;
	right:0;
	width:17px;
	height:17px;
}
.panel .panelbottomleft {
	position:absolute;
	background:url(img/panel_bottomleft.jpg) no-repeat bottom left;
	bottom:0;
	left:0;
	width:17px;
	height:17px;
}
.panel .panelbottomright {
	position:absolute;
	background:url(img/panel_bottomright.jpg) no-repeat bottom right;
	bottom:0px;
	right:0px;
	width:17px;
	height:17px;
}

.panel .panelleftborder {
	position:absolute;
	width:17px;
	background:url(img/panel_leftborder.jpg) repeat-y;
	top:17px;
	left:0px;
	bottom:17px;
}
.panel .panelrightborder {
	position:absolute;
	width:17px;
	background:url(img/panel_rightborder.jpg) repeat-y;
	top:17px;
	right:0px;
	bottom:17px;
}
.panel .paneltopborder {
	position:absolute;
	height:17px;
	background:url(img/panel_topborder.jpg) repeat-x;
	top:0px;
	left:17px;
	right:17px;
}
.panel .panelbottomborder {
	position:absolute;
	height:17px;
	background:url(img/panel_bottomborder.jpg) repeat-x;
	bottom:0px;
	left:17px;
	right:17px;
}

.panel .panelcontent {
	margin:7px;
	position:absolute;
	left:0;
	right:0;
}
.panel .panelcontentrelative {
	position:relative;
}
.panel .subpanelcontentrelative {
	margin-top:33px;
}

.panel .panelgoldtitle {
	left:11px;
	right:11px;
	background:url(img/panel_headerbg.jpg) repeat-x;
	height:33px;
	line-height:33px;
	text-align:center;
	position:absolute;
}
.panel .panelgoldtitleleft {
	background:url(img/panel_headerleft.png) no-repeat;
	position:absolute;
	width:11px;
	height:33px;
	left:0px;
}
.panel .panelgoldtitleright {
	background:url(img/panel_headerright.png) no-repeat;
	position:absolute;
	width:11px;
	height:33px;
	right:0px;
}

.panel .panelredtitle {
	left:11px;
	right:11px;
	background:url(img/panel_redheaderbg.jpg) repeat-x;
	height:33px;
	line-height:66px;
	text-align:center;
	position:absolute;
	z-index:2;
}
.panel .panelredtitleleft {
	background:url(img/panel_redheaderleft.png) no-repeat;
	position:absolute;
	width:11px;
	height:33px;
	left:0px;
}
.panel .panelredtitleright {
	background:url(img/panel_redheaderright.png) no-repeat;
	position:absolute;
	width:11px;
	height:33px;
	right:0px;
}