/* Object Image */
.imgSx {
    background-image: url(../images/Cornice.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin:8px;
    margin-left:0;
    float: left;
    border:solid 2px #324A54;
}
.imgDx {
    background-image: url(../images/Cornice.png);
    background-position: top right;
    background-repeat: no-repeat;
    float: right;
    margin:8px;
    margin-right:0;
    border:solid 2px #324A54;
}
/* ******** */
/* **** DEFINIZIONE TABELLA GALLERIA **** */
/*
  .Galleria {
  clear:both;
  width:670px;
  margin-left:0px;
  }
  .Galleria img {
  border:solid 2px #324A54;
  }
  .Galleria tr td {
  float:left;
  margin-right:14px;
  margin-bottom:12px;
  }
 */
.Galleria {
    clear:both;
    overflow:auto;
    width:100%;
    margin-left:4px;
}
.Galleria img:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
}
.Galleria a {
	display:block;
	float:left;
	margin:5px;
	text-align:center;
	width:150px;
	height:100px;
	padding:0;
	border:3px solid #c6dacb;;
	background-color:#ffffff;
}
.Galleria img {
	max-width:150px;
	max-height:100px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	border:none;
	float: none;
}
/* **** DEFINIZIONE BOX **** */
.BoxContentBig {
    width:681px;
    height:auto;
    margin-bottom:20px;
    background-color: transparent;
}
.BoxContentTextBig {
    clear:both;
    width: 98%;
    padding:4px;
    padding-left:14px;
    min-height:220px;
}
.BoxContentBigTopTitle {
    background-image: url(../images/BoxContentBigTopTitle.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width:680px;
    height:45px;
}
.BoxContentBigTop {
    background-image: url(../images/BoxContentBigTop.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width:680px;
    height:9px;
}
.BoxContentBigTopTitle h1 {
    font-size:18px;
    float:right;
    margin-top:18px;
    margin-right:4px;
    font-weight:bold;
}
.BoxContentBigMiddle {
    background-image: url(../images/BoxContentBigMiddle.png);
    background-position: center center;
    background-repeat: repeat-y;
    width:680px;
}
.BoxContentBigBottom {
    background-image: url(../images/BoxContentBigBottom.png);
    background-position: top center;
    background-repeat: no-repeat;
    width:680px;
    height:10px;
}
.BoxContentTextSmall {
    width: 94%;
    padding:4px;
    padding-left:14px;
}
.BoxContentSmall {
    width:273px;
    height:auto;
    padding:0;
    margin-bottom:20px;
    background-color: transparent;
}
.BoxContentSmallTopTitle {
    background-image: url(../images/BoxContentSmallTopTitle.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width:273px;
    height:45px;
}
.BoxContentSmallTop {
    background-image: url(../images/BoxContentSmallTop.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    width:273px;
    height:9px;
}
.BoxContentSmallTopTitle h1 {
    font-size:18px;
    float:right;
    margin-top:18px;
    margin-right:4px;
    font-weight:bold;
}
.BoxContentSmallMiddle {
    background-image: url(../images/BoxContentSmallMiddle.png);
    background-position: center center;
    background-repeat: repeat-y;
    width:273px;
}
.BoxContentSmallBottom {
    background-image: url(../images/BoxContentSmallBottom.png);
    background-position: top center;
    background-repeat: no-repeat;
    width:273px;
    height:10px;
}
/* ********* */
/* ********* Links Vari ********* */
.BoxW3C {
    width: auto;
    margin-left:35px;
    margin-top:10px;
}
.BoxLanguages {
    float:right;
    margin-right:15px;
    margin-bottom:8px;
}
.BoxW3C img {
    border:none;
}
.BoxLanguages img {
    border:0;
}
.Hexcogito {
    float:right;
    margin-right:42px;
    background-image: url(../images/Hexcogito.png);
    background-repeat: no-repeat;
    background-position:bottom;
    position:absolute;
    bottom:6px;
    right:4px;
    width: 90px;
    height: 40px;
}
/*
  .Hexcogito:hover {
  background-image: url(../images/HexcogitoHover.png);
  }
 */
/* ******* */
/* ********* CONTENITORI FORM E RISULTATI ********* */
.BoxFormContentSmall {
    clear:both;
    width: 250px;
    height:auto;
    margin-top:5px;
    margin-left:15px;
    padding-bottom:1px;
}
.BoxFormContentBig {
    clear:both;
    width: 99%;
    height: auto;
    background-image: url(../images/Cornice.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding:1px;
}
.BoxResultsContent {
    clear:both;
    width: 95%;
    height: auto;
    margin-left:15px;
    background-image: url(../images/Cornice.png);
    background-position: top right;
    background-repeat: no-repeat;
}
/* ******* */
/* **** RESULTS TABLE DEFINITION *** */
.Results {
    clear:both;
    height:auto;
    border : 1px solid #324A54;
    border-collapse : collapse;
    width: 100%;
    margin-left :auto;
    margin-right: auto;
    margin-bottom:15px;
    font-size: 11px;
}
.Results td {
    border : 1px solid #324A54;
    border-collapse : collapse;
    width: 94%;
    margin-top: 8px;
    margin-left :auto;
    margin-right: auto;
    font-size: 11px;
}
.Results a:active {
    color : #324a54;
}
.Results a:hover {
    color : #324a54;
    text-decoration:underline;
}
.Results a:visited {
    color : #666;
}
.Results tr:hover {
    background : #f5f6f6;
}
.Results tr:hover td {
    color : #000000;
    font-style:italic;
}
.Results a:link {
    color : #324a54;
}
.Results thead th, .Results tbody th,.Results tfoot td,.Results tfoot th {
    background : #f5f6f6;
    width: auto;
    color : #324a54;
    padding : 4px 8px;
    border : 1px solid #324A54;
}
.Results tbody tr td {
    padding : 4px 4px;
    width: auto;
}
/* ******* */
/* ********* FORM ******* */
table.wwFormTable {
    width: 90%;
    height:auto;
    background-color: transparent;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 11px;
    color: #324a54;
    padding:0;
    margin-left:auto;
    margin-right:auto;
}
table.wwFormTable th {
}
table.wwFormTable tr td {
    vertical-align:top;
    width: 50%;
}
.tdLabel {
    font-weight: normal;
}
table.wwFormTable label {
    color:#324a54;
    float: left;
    width: 100%;
    margin-bottom: 2px;
    text-align:left;
    font-weight:normal;
}
/*
  .BoxFormContentBig table.wwFormTable input {
  width: auto;
  float:left;
  }
  .BoxFormContentSmall table.wwFormTable input {
  width: auto;
  float:left;
  }
 */
.BoxFormContentSmall table.wwFormTable {
    border:none;
    padding-left:0;
    margin-bottom:8px;
}
table.wwFormTable textarea {
    width: 20%;
    margin-top:2px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size:11px;
}
.BoxFormContentSmall #submitbutton {
    background-image: url(../images/Pulsante.png);
    background-position: center center;
    background-repeat: no-repeat;
    border:none;
    background-color:transparent;
    padding-bottom:4px;
    float:left;
    margin-left:15px;
    margin-top:4px;
    width:129px;
    height:34px;
    text-align:center;
    cursor:pointer;
}
.BoxFormContentBig #submitbutton {
    background-image: url(../images/Pulsante.png);
    background-position: center center;
    background-repeat: no-repeat;
    border:none;
    background-color:transparent;
    width:129px;
    height:34px;
    padding-bottom:4px;
    float:right;
    text-align:center;
    cursor:pointer;
}
#submitbutton:hover, #submitbutton:active {
    background-image: url(../images/PulsanteHover.png);
    background-position: center center;
    background-repeat: no-repeat;
    font-weight:bold;
}
table.wwFormTable br {
    clear: left;
}
table.wwFormTable select {
    width: 200px;
    float:left;
}
table.wwFormTable textarea {
    width: 100%;
}
table.wwFormTable checkbox {
    width: 100%;
    text-align: right;
    border: solid 1px red;
}
.Info {
	background-image: url(../images/Info.png);
    background-repeat: no-repeat;
    background-position:top center;
    width: 20px;
    height: 20px;
}
.Info:hover {
	background-image: url(../images/InfoHover.png);
    background-repeat: no-repeat;
    background-position:top center;
}
.Info a {
	display: block;
    width: 20px;
    height: 20px;
}
.Modifica {
	background-image: url(../images/Edit.png);
    background-repeat: no-repeat;
    background-position:top center;
    width: 20px;
    height: 20px;
}
.Modifica:hover {
	background-image: url(../images/EditHover.png);
    background-repeat: no-repeat;
    background-position:top center;
}
.Modifica a {
	display: block;
    width: 20px;
    height: 20px;
}
.Elimina {
    background-image: url(../images/Erase.png);
    background-repeat: no-repeat;
    background-position:top center;
    width: 20px;
    height: 20px;
}
.Elimina:hover {
    background-image: url(../images/EraseHover.png);
    background-repeat: no-repeat;
    background-position:top center;
}
.Elimina a {
	display: block;
    width: 20px;
    height: 20px;
}
/* ********* */
