@charset "UTF-8";
/* CSS Document */
html {
	background: url(img/bgPage_login.png) repeat-x center top;
	padding: 0;
	margin: 0;
	text-align: center;
}

#wrapper {
	width: 636px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.loginPanel {
	margin-right: auto;
	margin-left: auto;
	width: 636px;
	height: 243px;
	background: url(img/box.png) no-repeat center top;
	padding-top: 10px;
	text-align: left;
}

.loginFrom {
	margin-left: 37px;
}

h1 {
	margin-left: 37px;
	text-transform: uppercase;
	font: bold 30px Arial, sans-serif;
	letter-spacing: -1px;
	color: #303030;
}

h2 {
	margin-left: 37px;
	text-transform: uppercase;
	font: bold 18px Arial, sans-serif;
	letter-spacing: -1px;
	color: #303030;
}

.loginFrom .loginRow {
	display: block;
	margin-bottom: 7px;
}

.loginFrom label {
	width: 122px;
	display: inline-block;
	text-transform: uppercase;
	font: 16px Arial, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

.inputField {
	border-width: 0;
	border-style: none;
	width: 227px;
	height: 28px;
	outline: 0 none;
	font: 18px/28px "Courier New", Courier, mono;
	background: transparent url(img/form.gif) 0 top;
	margin: 0;
	padding: 0;
	text-indent: 4px;
}

.inputField:focus {
	background: transparent url(img/form.gif) 0 bottom;
}

.loginRowSubmit input {
	border: 0;
	outline: 0 none;
	margin-left: 260px;
	display: block;
	xtext-indent: -3000px;
	width: 90px;
	height: 23px;
	background: url(img/btnAccedi.png) center top;
}

.loginRowSubmit input:hover {
	background: url(img/btnAccedi.png) center -23px;
}

.loginRowSubmit input:active {
	background: url(img/btnAccedi.png) center bottom;
}

.errorMsgLogin {
	zdisplay: block;
	margin-left: 7px;
	width: 152px;
	padding: 8px 50px 8px 14px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(img/errorLabel.gif) no-repeat;
}

.btnLogout {
	outline: 0 none;
	display: block;
	xtext-indent: -3000px;
	content: none;
	width: 190px;
	height: 23px;
	font-size:12px;
	line-height:21px;
	background: url(img/btnLogout.png) center top;
}

.btnLogout:hover {
	background: url(img/btnLogout.png) center -23px;
}

.btnLogout:active {
	background: url(img/btnLogout.png) center bottom;
}

.btnReturn {
	outline: 0 none;
	display: block;
	text-indent: -3000px;
	content: none;
	width: 230px;
	height: 23px;
	background: url(img/btnReturn.png) center top;
}

.btnReturn:hover {
	background: url(img/btnReturn.png) center -23px;
}

.btnReturn:active {
	background: url(img/btnReturn.png) center bottom;
}


.box {
	margin-right: auto;
	margin-left: auto;
	width: 636px;
	height: 243px;
	background: url(img/box.png) no-repeat center top;
	padding-top: 10px;
	text-align: left;
}

.error-icon {
	margin-left: 37px;
	margin-top: 20px;
	float: left;
	margin-right: 23px;
}

.errorText {
	float: left;

}

.errorText h1, h2 {
	margin-left: 0;
}

.messagePane {
	display: block;
	width: 500px;
	border: 1px solid #cc080e;
	background-color: #ffc8c8;
	color: black;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 10px;

}

/* pagina documenti */

#documents {
	background: url(img/bgPage_HtmlT.png) repeat-x center top;
	padding: 0;
	margin: 0;
	text-align: left;	
}

#documents body {
	padding: 0;
	margin: 0;
}

#documents .header {
	background: url(img/bgPage_BodyTR.png) no-repeat right top;
}

#documents .header table {
	height: 93px;
}

#documents .header h1 {
	color: #95b5bb;
	display: inline;
	padding: 0;
	margin: 0;
	font: bold 21px Arial, sans-serif;
	letter-spacing: normal;
	text-shadow: #01333c 1px 1px 2px;
}

#documents h2 {
	color: black;
	display: inline;
	padding: 0;
	margin: 0;
	font: bold 21px Arial, sans-serif;
	letter-spacing: normal;
	text-shadow: white 1px 1px 2px;
}

#documents .content .intro {
	margin: 25px;
	color: #333;
	font: 11px Arial, sans-serif;
	text-align: left;
	letter-spacing: normal;
}

#documents .content {
	margin: 15px;
}
