body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666666;
}

a:link,a:visited {
	color: #C82B22;
	text-decoration: underline;
}

a:hover,a:active,a:focus {
	color: #C82B22;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Pt Sans', sans-serif;
	font-weight: bold;
	color: #717274;
	letter-spacing: -1px;
	word-spacing: 1px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	color: #595A5C;
	letter-spacing: -1px;
	word-spacing: 1px;
	margin: 0 0 10px 0;
}

h3,h4,h5,h6 {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	color: #595A5C;
	margin: 0 0 10px 0;
}

.column-1 h2,.column-3 h2 {
	background-position: left top;
	background-repeat: no-repeat;
	color: #717274;
	cursor: default;
	font-family: "Pt Sans", serif;
	font-size: 18px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding-bottom: 0;
}

.column-1 .title,.column-3 .title {
	padding-left: 49px;
}

.column-1 .block,.column-3 .block {
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 37px;
}

p {
	margin: 0 0 10px 0;
	line-height: 160%;
}

textarea,input[type="password"],input[type="text"] {
	border: 1px solid #BEBEBE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

textarea:active,
textarea:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="text"]:active,
input[type="text"]:focus {
	border-color: #161616;
}

input[type="submit"] {
	border: 1px solid #161616;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	background-color: #161616;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-radius: 0px 4px 0px 4px;
	border-radius: 0px 4px 0px 4px;
	padding: 2px 6px;
}

input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus
	{
	color: #161616;
	background-color: #fff;
	cursor: pointer;
}

/****************************/
.title-5 {
	background-image: url("../img/navigation_menu-head-black.png");
	padding-left: 49px;
	padding-bottom: 11px;
	background-position: left top;
	background-repeat: no-repeat;
}

/****************/

.left {
	float: left;
}

img.left {
	float: left;
	margin: 6px 30px 8px 0;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: block;
}

.clear {
	clear: both;
	margin: 15px 0;
}

.centerText {
	text-align: center;
}

.rightText {
	text-align: right;
}

p.paginazione {
	text-align: center;
}

p.error {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #C9392E;
	margin: 25px 0;
	padding: 20px;
}
div.error {
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 2px solid #C9392E;
	margin: 0px 0 25px 0;
	padding: 20px 0;
}


table caption {
	margin: 10px 0;
}

table tr td {
	color: #444444;
	padding: 0.25em 0.5em;
	border: 1px solid #999999;
}


form {
	margin: 0;
}

.bar-content-edit {
	float: right;
}

label, .inlineNote {
	font-weight: bold;
	font-size: 12px;
}

.paginazione {
	float: left;
	width: 100%;
	margin: 25px 0 15px 0;
}

.paginazione a:link,
.paginazione a:visited {
	color: #fff;
	padding: 3px 5px;
	background-color: #3390CD;
	border: 1px solid #fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-radius: 0px 9px 0px 9px;
	border-radius: 0px 9px 0px 9px;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

.paginazione a:hover,
.paginazione a:active,
.paginazione a:focus {
	color: #3390CD;
	background-color: #fff;
	border: 1px solid #3390CD;
	text-decoration: none;
}
