@import url("box_styles.css");
@import url("screen_tag.css");





/* SELETTORI */
#container {
	margin-top: 5px;
	width: 752px;
	margin-left: auto;
	margin-right: auto;
}

#headerMenu {
	margin-top: 10px;
}
#headerMenu ul li {
	display: inline;
	margin-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#headerSietequi 
{
	width: 500px;
}

#footer { margin-top: 10px; }
#footerMenu 
{
	float: right;
	margin-top: 10px;
}
ul.footerMenu,
li.footerMenu {
	display: inline;
	margin-left: 20px;
}

.footerText {
	color: #00466B;
	font-size: 10px;
}
/*
.footerText  a:link,
.footerText  a:visited {
	color: #00466B;
	font-size: 10px;
	background-color: inherit;
	text-decoration: none;
}
.footerText a:hover,
.footerText a:active {
	color: #00466B;
	font-size: 10px;
	background-color: inherit;
	text-decoration: underline;
}
*/

/*
#center
{
}
*/

#column-left
{
	float: left;
	width: 220px;
}

#content
{
	float: left;
	width: 522px;
}



h1, h2, h3, h4, h5, h6, p {
  position: relative;
} 
/* Classi */
div.mFloatRightAlignRight {
	float: right;
	text-align: right;
	display: block;
}
div.mFloatRight {
	float: right;
	display: block;
}
div.mFloatLeft {
	float: left;
	display: block;
}
div.spacer {
	clear: both;
	height: 1px;
}
.titleRed
{
	color: #CC3300;
	background-color: inherit;
}
.titleBlue
{
	color: #016DB8;
	background-color: inherit;
}
.sizeVeryLarge 
{
	width: 400px;
}
.sizeLarge 
{
	width: 300px;
}
.sizeMedium 
{
	width: 200px;
}
.sizeSmall 
{
	width: 90px;
}
.sizeVerySmall 
{
	width: 50px;
}


ul.ulPadded
{
	padding-top: 5px;
}
ul.ulNoPadMar
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.textAlignRight
{
	text-align: right;
}
div.fixedHeight150 {
	height: 180px;
}







.genTable1 {
	border: none;
	background-color: white;
	width: 100%;
	color: black;
}
.genTable1 th {
	background-color: white;
	color: black;
}
.genTable1 td {
}
.genTable1 tbody.bg1 {
	color: #000;
	background-color: #E6E3D2;
}
.genTable1 tbody.bg2 {
	color: #000;
	background-color: #F0EBD2;
}
div.camDescrStyle
{
	background-color: #DBEEF5;
	color: black;
	border: 1px solid #FFA500;
	padding: 10px;
}








.genTable2 {
	border: 1px solid #F1F0D2;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.genTable2 td {
	border: 1px solid #D0CE94;
}
.genTable2 a img {
	border: 3px solid #8AB9D8;
}
.genTable2 a:visited img {
	border: 3px solid #98CA97;
}
.genTable2 a:hover img {
	border: 3px solid #3333CC;
}






















.textRed 
{
	color:red;
	background-color: inherit;
}
.textGreen
{
	color:green;
	background-color: inherit;
}
.textSmall
{
	font-size: 10px;
}


.genMenuH 
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	position: relative;
}
.genMenuH li 
{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid gray;
}

.genMenuH li:first-child 
{
	border-left: 1px solid gray;
}

img.imgWithPad
{
	padding: 5px;
}








#mapContainer
{
	position: absolute;
	left: auto;
	top: 100px;
	padding: 5px;
	border: 3px solid #BDBD81;
	color: #000;
	background-color: #F3F2DD;
	z-index: 1;
}
div.show 
{
	display: block;
}
.hide
{
	display: none;
}

tr.showTr
{
	display: table-row;
}



   div.autocomplete {
      position:absolute;
      background-color:white;
      color: black;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      z-index: 3;
      width: 500px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected { 
    	background-color: #ffb;
    	color: black;
    }
    div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      cursor:pointer;
    }

.tablePaging
{
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	margin-top: 10px;
}
.help
{
	cursor: help;
}
div.divHelp
{
	position: absolute;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #000;
	display: none;
	width: 250px;
	margin: 10px;
	padding: 5px;
	z-index: 4;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}

#disclaimers {
	width: 750px;
}
#disclaimers ul li {
	list-style-type: disc;
}
#disclaimers h1 {
	font-size: 16px;
}
#disclaimers h2 {
	font-size: 14px;
}

