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:Verdana, Arial, Helvetica, sans-serif;
	font-size:98%;
	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;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
body {
	background-color: #fff;
	background: transparent url(../images/body_bg.jpg) repeat-x;
}
html {
	height: 100%;
}
body.portal-popup {
	background: none;
	padding: 10px;
}
body.portal-iframe {
	padding: 0;
}
table {
	clear: both;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
blockquote, ul, ol, dl {
	margin: 1em;
}
ol, ul, dl {
	margin-left: 2em;
}
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: 0.5em;
	text-align: center;
}
p {
	margin-bottom: 1em;
}
a {
	color: #369;
	text-decoration: none;
}
a:hover {
	color: #06c;
	text-decoration: underline;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h1, h2, h3 {
	margin: 1em 0;
}
h4, h5, h6 {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
code, pre {
	white-space: pre;
}
/* wrapper */
#wrapper {
	margin: 0 auto;
	width: 767px;
}
#content-wrapper {
	margin: 0 auto;
	width: 757px;
	padding: 0 5px 0 5px;
}
#pis11-content-wrapper {
	margin: 0 auto;
	width: 757px;
	padding: 0 5px 0 5px;
}
#pis11-content-wrapper  a:hover img {
	opacity: 0.6;
}
/* Separatori */
.pis11-separator-up {
	background: url(../images/sep_up.jpg) no-repeat center;
	overflow: hidden;
	width: 100%;
	height: 17px;
}
.pis11-separator-down {
	background: url(../images/sep_down.jpg) no-repeat center;
	overflow: hidden;
	width: 100%;
	height: 17px;
}
.pis11-clear {
	clear: both;
	margin:0;
	padding:0;
}
/* Banner */
#banner{
	background: transparent url(../images/banner_bg.jpg) no-repeat 100% 100%;
	height: 120px;
	margin: 0;
	padding:0;
}
#banner #pis11-top-header{
	width: 50%;
	float: right;
	clear: both;
	height: 33px;
}
#banner .portlet-language{
	width: 10%;
	margin-top: 10px;
	margin-right: 5%;
	float: right;
}
#banner .logo a{
	background: transparent url(../images/logo_barocco.png) no-repeat 20px 0;
	display: block;
	font-size: 0;
	height: 120px;
	margin: 0;
	padding:0;
	text-indent: -9999em;
}
#banner .pis11-ext-logos{
	display: block;
	width: 40%;
	float: right;
	height: 94px;
}
#banner .pis11-ext-logos a.pis11-viaggipuglia{
	background: transparent url(../images/viaggiareinpuglia.png) no-repeat;
	display: block;
	float: left;
	width: 90px;
	height: 94px;
	margin: 0 10px 0 0;
	padding:0;
	text-indent: -9999em;
}
#banner .pis11-ext-logos a.pis11-assessorato{
	background: transparent url(../images/assessorato.png) no-repeat;
	display: block;
	float: left;
	width: 74px;
	height: 94px;
	margin: 0 10px 0 0;
	padding:0;
	text-indent: -9999em;
}
#banner .pis11-ext-logos a.pis11-ue{
	background: transparent url(../images/ue.png) no-repeat;
	display: block;
	float: left;
	width: 88px;
	height: 94px;
	margin: 0;
	padding:0;
	text-indent: -9999em;
}
#banner h1.logo{
  margin: 0;
  padding: 0;
  color: black;
  width: 30%;
  float: left;
}
/* Form */
legend {
	font-weight: bold;
	padding: 0 6px;
}
input {
	background: #fff;
}
input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea {
	background-image: url(../images/forms/input_shadow.png);
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 1px;
}
select {
	padding: 1px;
}
input[type="image"] {
	background: transparent none;
	border: none;
	padding: 0;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	background: #F5F5F5 url(../images/forms/button.png) repeat-x 0 0;
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #34404F;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #DFF4FF;
	border: 1px solid #A7CEDF;
	color: #369;
}
input.focus, textarea.focus, .ie6 input.focus, .ie6 textarea.focus {
	background: #ffc none;
	border: 1px solid #fc0;
}
/* Articoli e Abstract generici */
.pis11-article {
	margin-bottom: 1em;
	margin-top: 10px;
	line-height: normal;
	min-height: 110px;
	position: relative;
	padding: 0;
}
.pis11-focus {
	padding: 0 0 1em 0;
}
.pis11-article h2{
	margin-top: 10px;
	font-size: 1em;
}
.pis11-article-type {
	color: #575757;
	font-size: 1em;
}
.pis11-article p {
	color: #575757;
	font-size: 1em;
	margin: 0 0 .5em;
}
.pis11-article p a{
	color: #FF0000;
}
.pis11-article p a{
	color: #FF0000;
}
.pis11-article p a.blank{
	color: #304C80;
}
.pis11-article p a:hover{
	text-decoration: underline;
}
.pis11-article .pis11-readmore {
	padding-bottom: 0px;
	padding-right: 1em;
	text-align: right;
}
.pis11-article .pis11-readmore a{
	color: #FF0000;
	font-size: 0.9em;
}
.pis11-article .pis11-readmore a:hover{
	text-decoration: underline;
}
.pis11-abstract-type {
	color: #575757;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 1em;
}
/* Layout 1 */
.pis11-layout1{
	margin: 0 0 2em 0;
}
.pis11-layout1 .pis11-article{
	border-bottom: 1px solid #D7D7D7;
}
.pis11-layout1 .pis11-article h2 {
	color: #FF0000;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px;
}
.pis11-layout1 .pis11-article h2 a{
	color: #FF0000;
	text-decoration: none;
}
.pis11-layout1 .pis11-article h2 a:hover{
	text-decoration: underline;
}
/* Back */
#pis11-back {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
#pis11-back a {
	color: #000000;
}
#pis11-back a:visited{
	color: #000000;
}
#pis11-back a:hover{
	color: #000000;
	text-decoration: underline;
}
/* search */
.liferay-search {
	font-size: 90%;
}
.liferay-search label{
	color: #EC0006;
}
/* Footer */
.pis11-menuheader-hidden{
	display: none;
}
#pis11-footer {
	clear:both;
	margin: auto;
	width: 90%;
	border-top: 1px solid #D7D7D7;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 0.7em;
}
#pis11-footer p {
	font-size: 0.8em;
	margin-top: 1em;
	font-weight: bold;
}
#pis11-footer a {
	color: #575757;
}
#pis11-footer a:hover{
	text-decoration: underline;
}

