/* 
    Document   : isit.css
    Created on : 22-set-2011, 21.57.50
    Author     : miogo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a:hover, .art-hmenu ul a:active {
  background-color: #bbbbbb;
}
.art-logo address {
    font-size: 100%;
    text-align: right;
    font-family: georgia;
    font-weight: bold;
}

#system-message dd.error ul {
    background: none;
    border: solid 2px #666666;
    border-radius: 10px;
}
#system-message dd.error ul li{
    color: red;
}
#system-message dd.message ul {
    background: none;
    border: solid 2px #666666;
    border-radius: 10px;
}
#system-message dd.message ul li{
    color: blue;
}
.login-fields {
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type=text], input[type=password], input[type=checkbox]{
    border: solid 1px #666666;
    background-color: #efefef;
    border-radius: 3px;
    font-size: 12pt;
}
form dt {
    margin-top: 1em;
}
form legend {
    font-size: 14pt;
    font-weight: bold;
}
caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	background-color:  #aaaaaa;
	caption-side:top;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
 
}
caption h2{
    color: #000000 !important;
}
caption.nota {
	caption-side:bottom;
	font-size: 0.8em;
	text-align: left;
}


td.centra {
	text-align: center !important;
	vertical-align: middle !important;
}


table.QuadroOrario{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
	border-collapse:collapse;
}

table.QuadroOrario td, table.QuadroOrario th, table.QuadroOrario caption{
	border: 1px solid #aaaaaa;
} 

#art-flash-container
{
  height: 100px;
  top: 0px; 
  position: absolute;
  width: 100px; 
  left: 100%;
  margin-left: -100px;
}

.art-logo address{
    color: #cccccc;
    margin-top: 10px;
}

blockquote {
    border-radius: 10px;

}

hr {
    width: 40%;
    margin: 20px auto;
}

/* begin PostMetadata, PostMetadataHeader */
.art-postmetadataheader
{
    font-size: 80%;
}

ul.category-module-inevidenza h5{
	display: inline;
}

.linkHomeV, .linkHomeH {
	margin:0;
	padding:0;
	display: inline;
}
.linkHomeV li, .linkHomeH li {
	display: block;
	text-align: center !important;
	margin:0;
	font-size: 80% !important;
	background-image: none !important;
	padding:0 !important;
	padding-bottom: 5px !important;
}
.linkHomeV li {
	margin-top: 10px;
	border: solid 3px #aaa;
	border-radius: 10px;
	background-color: #ffffff;
}

.linkHomeV img, .linkHomeH img {
	border:0;
}

.linkHomeV li:hover, .linkHomeH li:hover {
	background-color: #eee;
	border-radius: 10px;
}
.linkHomeH li {
	display: inline;
	float: left;
	margin: 5px;
	padding: 0 5px !important;
}

.linkHomeV a, .linkHomeH a {
	text-decoration: none !important;
	font-family: georgia !important;
}

.slideHome {
	width: 100% !important;
	overflow: hidden;
}

.search .art-button-wrapper .art-button-l, .search .art-button-wrapper .art-button-r  {
	background: none;
}

.search button {
	margin-top: 5px;
}

.art-content-layout .art-sidebar1 {
	width: 200px;
}
.art-content-layout .art-sidebar1 a {
	font-size: 11px !important;
}
.slideshow {
	margin-top: -10px;
	margin-left: -3px;
}

.sptabs h5 {
}
.sptabs h5 a {
	text-decoration:none;
	font-size: 80% !important;
}
.sptabs li p {
	font-size: 80% !important;
}
.sptabs .latestnews li {
	margin-bottom: 18px;
}
.sptabs .latestnews li a{
	text-decoration: none;
	font-weight: bold;
}

.sptabs li {
	background-image: url("isit/images/blockcontentbullets.png");
	background-repeat: no-repeat;
	padding-left: 10px;
}

.wrapper {
  border: solid 3px #bbbbbb;
  border-radius: 10px;
}
.quadroBordato {
    border: solid 3px #bbbbbb;
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
}


.quadroBordato h2 {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #bbbbbb;
}
.quadroBordato ul {
    margin-left: 5px;
}

.quadroBordato td, .quadroBordato th {
    font-size: 85%;
}
.width50 {
    width: 50%;
}
.width33 {
    width: 33%;
}
.width100 {
    width: 95%;
}
.width20 {
    width: 20%;
}
.acapo {
    clear: both;
}
.smaller {
    font-size: 80%;
}
.floatr {
    float: right;
}
.floatl {
    float: left;
}
.centrato {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
}

.item-page fieldset {
    border-radius: 10px;
    border-color: #bbbbbb;
    margin: 20px auto;
}

.item-page fieldset legend{
    border-radius: 5px;
    border: solid 1px #aaaaaa;
    font-weight: bold;
}
.item-page .input label {
    width: 200px;
    float: left;
    display: block;
}
.item-page .input input {
    margin-left: 200px;
    display: block;
}


dd > fieldset {
    display: inline;
    border-radius: 5px;
}
/* 
    Pagina di ricerca
*/

fieldset.only{
    width: 45%;
    float:left;
}
fieldset.phrases{
    width: 45%;
    float:right;
}
div.form-limit {
    clear: both;
}
#searchForm .art-button-wrapper button {
    color: #666666 !important;
    font-weight: bold;
}

.wlist {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}
.wlist tr{
    border-bottom: solid 1px #cccccc;
}
.wlist td, .wlist th{
    border: none;
}
.wlist tr:hover{
    background-color: #eeeeee;
}

/*
Legacy con il vecchio sito
*/
.cellanum{
    text-align: right !important;
    padding-right: 3px !important;
}

.inevidenza p {
  font-size: 8pt;
}

.art-postcontent h5{
    margin-top:6px;
    margin-bottom:0;
}

.m180 {
		margin-right: 180px;
		text-align: center;
}

.linkHomeV li {
		text-align: center;
		list-style-type: none;
}

#maindx {
	width: 173px;
	float: right;
	margin-top: -5px;
}

#mainsx {
	text-align: center;
	margin-top: -10px;
}

.pin {
	background: url(images/needleleftyellow.png) left top no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	height: 32px;
	font-weigt: bold;
	font-size: 16pt;
	text-align: left;
}

fieldset.rounded {
	border-radius: 5px;
	border: solid 2px rgb(205,205,205);
}

#shadowbox_title_inner {
  font-size: 65%;
  line-height: 110%;
}