/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */


html
{
	overflow-y: scroll;
}

html, body
{
	font-family: "Titillium Web",Arial,sans-serif;
	font-size: 11px;

	background-color: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family: "Titillium Web",Arial,sans-serif;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* Remove Dotting Links */
a{ outline: none; }
:focus{ -moz-outline-style: none; }
/* Remove Dotting Links */


body.portal-popup {
	background: none;
	padding: 10px;
}

body.portal-iframe {
	padding: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

blockquote, ul, ol, dl {
	margin: 16px;
}

ol, ul, dl {
	margin-left: 32px;
}

ol li, ul ol li {
	list-style: decimal outside;
}

ul li, ol ul li {
	list-style: disc outside;
}

ul ul li {
	list-style-type: circle;
}

ol ol li {
	list-style-type: upper-roman;
}

dl dd {
	margin-left: 1em;
}

th {
	font-weight: bold;
}

caption {
	margin-bottom: 8px;
	text-align: center;
}

p {
	margin-bottom: 16px;
}

.hide{ display: none; }

.clear1,
.clearboth
{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
/* ---------- Links ---------- */

a,
a:visited
{
	color: #666;
	text-decoration: underline !important;
}

a:hover {
	color: #333;
	text-decoration: underline !important;
}

/* ---------- Headers ---------- */

h1 {
	font-size: 28px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

h1, h2, h3 {
	margin: 16px 0;
}

h4, h5, h6 {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

/* ---------- Text formatting ---------- */

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code, pre {
	font-family: "Courier New",Courier,monospace;
	white-space: pre;
}

.important {
	font-weight: bold;
}

/* ---------- Staging area ---------- */

body.staging {
	border: 10px solid #f00;
}

.portal-iframe.staging {
	border: none;
}

/* ---------- Main content body ---------- */

#page
{
	text-align: center;
}
#content {
	font-size:14px !important;
	}

#wrapper {
/*  border: 1px solid #ccc; */
	margin:0px auto;
/*	padding:2px; */
	padding:0px;
	text-align:left;
/*	width:1157px;*/
}

#content-wrapper {
   width: 100%;
}

#head {
/*	height:70px;
	background-image: url(../images/base/headBg1.png);*/
	background-repeat: no-repeat;
	background-position: left -1px;
	position: relative;
	display: none;
/*	z-index: 103;*/
}
#head h1.logo {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 10px;
    position: absolute;
}
#head .logo2 {
    left: 9px;
    position: absolute;
    top: 50px;
}

#head img.logo-home {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 178px;
    height: 55px;
}

#head_overlap
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 745px;
	height: 25px;

	position: absolute;
	bottom:-14px;
	left:0;

	z-index: 102;
}
#dataAttuale
{
	position:absolute;
	right:15px;
	top:8px;
	text-transform: capitalize;
/*	font-weight: bold; */
	color: #777;
	font-size: 12px;
}
#lingua
{
	position:absolute;
/*	right: 6px;*/
/*	top: 17px; */
	right: 16px;
	top: 30px;
	width: 200px;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
}
#lingua img
{
	margin-right: 5px;
}
#lingua a, #lingua a:visited
{
	color: #333;
	text-decoration: underline;
}
#lingua ul, #lingua li
{
	list-style: none;
}
#lingua li
{
	display: inline;
/*
	width: 31px;
	height: 13px;
	background-position: center top;
	background-repeat: no-repeat;

	text-indent: -9999em;
*/
}
#lingua img
{
	margin-right: 6px;
	vertical-align: bottom;
}
#lingua li.english
{
	background-image: url(../images/base/bandiera_eng.gif);
}
#accessibilita
{
	position:absolute;
	right: 16px;
	top: 48px;
	width: 200px;
	text-align: right;
	font-size: 11px;
}
#accessibilita ul, #accessibilita li
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#accessibilita li
{
	display: inline;
}
#accessibilita li.elemento1 a
{
	border-left: none !important;
}
#accessibilita a, #accessibilita a:visited
{
	border-left: 1px solid #666;
	padding-left: 3px;
	color: #4E4C4C;
}
.boxDestro input
{
	border: 1px solid #333333 !important;
	background-image: none !important;
	padding: 0 2px !important;
}
.boxDestro input.focus
{
	background-color: #E1DACC !important;
}
.boxDestro input.submit,
.boxDestro input.pulsante
{
	background-color: #666 !important;
	border: 0 none !important;
	color: #FFF !important;
	font-weight: normal !important;
}
.boxDestro a, .boxDestro a:visited
{
	color: #333;
	text-decoration: underline;
}
.boxDestro table
{
/*	margin-left: 16px; */
}
.boxDestro table td
{
	padding: 0;
}
.boxDestro .legend
{
	text-align: left;
}
.ricercaAvanzata1{
/*	visibility: hidden; */
}
.boxDestro .ricercaAvanzata1{
	text-align: right;
/*	padding-bottom: 4px;*/
	margin-bottom: -5px;
	padding-right: 19px;
}
.boxDestro, .boxDestro td, .boxDestro input
{
	font-size: 10px;
}
#areaRiservata1
{
	padding-top:10px;
}
#ricerca1,
#areaRiservata1
{
/*	padding-left:146px;*/
}
#ricerca1 div.ricercaVuoto1
{
/*	height: 24px; */
	height: 10px;
}
#ricerca1 h2,
#areaRiservata1 h2
{
    margin: -126px 0 0 0;
    float: right;
    width: 350px;
    height: 76px;
    padding-top: 0px;
    text-align: right;
    font-size: 11px;
}
}

#ricerca1 h2 tt,
#areaRiservata1 h2 tt,
#ricerca1 .portlet-topper,
#ricerca1 .portlet-borderless-bar,
#areaRiservata1 .portlet-borderless-bar,
#areaRiservata1 .portlet-topper {
/*	display:none;*/
}

#areaRiservata1 .portlet-msg-error
{
	position: absolute;
	display: block;

	margin: 36px 0 0 0;
	border: none !important;
	padding: 0 !important;

	background: none !important;
	color:#E1DACC;
	font-size:10px;

	line-height: 0.8;
	width: 220px;
}
#areaRiservata1 div.logged
{
	clear: both;
	padding: 3px 19px 0 0;
}
#areaRiservata1 div.logged div.nomeutente
{
/*	float: left;*/
	color: #505051;
	font-weight: bold;
	text-align: right;
	width: 169px;
	height: 20px;
	overflow: hidden;
	margin-left: -4px;
}
#areaRiservata1 div.logged div.esci
{
	float: right;
}
#areaRiservata1 div.logged div.esci a,
#areaRiservata1 div.logged div.esci a:visited
{
	background-color: #666;
	color: #fff;
	cursor: pointer;
	padding: 1px 10px;
	text-decoration: underline;
	font-size: 10px;

	text-align: center;
	margin-right: -6px;
	display: block;
	float: right;
}
#areaRiservata1 input.username
{
	margin-bottom: 3px;
}
#ricerca1 input.keyword,
#areaRiservata1 input.username,
#areaRiservata1 input.password
{
	width: 105px;
	color: #666 !important;
	border: 1 #ccc !important;
	background-color: #fff !important;
}
#ricerca1 input.submit,
#areaRiservata1 input.submit
{
	width: 38px;
}

#areaRiservata1 table.lfr-table a
{
	display: block;
	margin-bottom: 3px;
}
#areaRiservata1 table.lfr-table input.submit,
#areaRiservata1 table.lfr-table a
{
	margin-left: 3px;
}


#corpo
{
	padding-top: 9px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
/*	background-color: #ADA69E; */
/*	background-color: #fff; */
}

#wrapper
{
	background-image: url(../images/navigation/colSxBg1.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#col_sx
{
	float: left;
	margin: -10px 0 30px 0;
	width: 126px;
	z-index:104;
	position: relative;
}


#content
{
/*	margin-left: 126px;*/
	padding-top: 25px;
/*	background-color: #fff; */
	font-size: 11px;
/*	min-height: 407px; */
	z-index: 1;
}

#footer
{
	position: relative;
	background-color: #7D7C79;
	font-size: 10px;
	color: #fff;
	min-height: 29px;
}
#footer div.linea1
{
	display: none;
}
#copyright
{
	width: 100%;
	text-align: center;
	padding: 2px 0;
	clear: both;
}
#footerUniSalento
{
	position: absolute;
	top: -4px;
	right: 10px;

	background-image: url(../images/base/footerUniSalentoHp.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:36px;
	width:143px;
}
.portal-iframe #content-wrapper {
	width: 100%;
}

/* ---------- Alerts and popups ---------- */

.alert-background {
	background: #000;
}

.popup-alert-notice {
	background-color: #ffc;
	border-bottom-color: #fc0;
}

.popup-alert-warning {
	background-color: #fdd;
	border-bottom-color: #f00;
}

/* ---------- Portal add content ---------- */

.portal-add-content {
	background: #fff;
	text-align: left;
	z-index: 120;
}

.portal-add-content a {
	text-decoration: underline;
}

/* ---------- Portal tool tips ---------- */

.portal-tool-tip {
	background: #fff url(../images/forms/button.png) repeat-x 0 100%;
	border: 1px solid;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #1E2529;
	max-width: 200px;
	padding: 6px 4px;
}

/* ---------- Loading animation ---------- */

.loading-animation {
	background: url(../images/progress_bar/loading_animation.gif) no-repeat top center;
	margin-top: 10px;
	padding-top: 40px;
	text-align: left;
}

/* ---------- Separator ---------- */

hr, .separator {
	border-top: 1px dotted #BFBFBF;
}

/* ---------- Update Manager ---------- */

.update-available {
	margin-top: 10px;
	padding: 2px;
	text-align: left;
}

/* ---------- Text highlighting ---------- */

.highlight {
	background: #ffc;
	font-weight: bold;
	padding: 0 1px;
}