* {
	margin:0;
	padding:0;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	background-color: white;
}
#container {
	min-width: 820px;
}

#help_info {
	border-top: 1px solid black;
	padding-top: 10px;
}

#div_paypal {
	text-align: center;
}

#info_fidosat {
	padding-bottom: 10px;
}

#help_inlinea{
	display: none;
	width: 700px;
	height: 100px;
	overflow-y: auto;
	z-index: 100;
	position: absolute;
	background-color: white;
	padding: 10px;
	border: solid 1px orange;
}

#close_help {
	float:right;
}

#piede {
	background:none repeat scroll 0 0 #E6EEEE;
	border-top:1px solid #27537A;
	color:#27537A;
	clear:both;
	font-size:8pt;
	margin:0 auto;
	padding:3px;
	position:relative;
	font-size: 8pt;
}

#piede_info_ceamservice {
	bottom: 3px;
	right: 3px;
	position: absolute;
}

#piede_licenza {
	top: 3px;
	right: 3px;
	position: absolute;
}

#output_invio_form{
	display: none;
	position: absolute;
	min-height: 80px;
	min-width: 400px;
	background-color: yellow;
	color: red;
	text-align: center;
	z-index: 10000;
}
#testata {
	border-bottom: solid 1px black;
	background-image: url('../img/sfondo_testata.png');
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 3px;
}
#banner_testata {
	float: right;
	margin-top: 41px;
}
#comandi {
	text-align: right;
	border-bottom: 1px solid #97a5b0;
	padding: 0 3px;
}

#login_response {
	color: red;
	font-weight: bold;
}

#testo_licenza_uso {
	border:1px solid CadetBlue;
	height:100px;
	margin-left:150px;
	overflow-y:auto;
	padding:2px;
	width:600px;
}

#testo_privacy {
	font-size: 8pt;
}

.radio_sn {
	margin: 5px 0 0 150px ;
}

.etichetta_campo {
	width: 150px;
	display: block;
	float: left;
}

.blocco_input {
	margin: 10px;
}
input.campo_input {
	margin-right: 10px;
}
input.error {
	border-color: red;
	border-style: dotted;
	background-color: #ffdddd;
}
.campo_valido {
	border-color: green;
	background-color: #ddffdd;
}

#container_mappa {
	float: left;
	padding-right: 20px;
}

#container_sms {
	overflow: auto;
	width: 200px;
	padding-top: 5px;
}

#searchdate_mappa {
	width: 70px;	
}

#map {
	width: 800px;
}

#messaggi_sms_ricevuti {
	width: 45%;
	float: left;
	margin-bottom:10px;
}

#config_inviate {
	width: 45%;
	float: right;
	margin-bottom:10px;
}

a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

.all_destra {
	float: right;
}

.all_sinistra {
	float: left;
}
.txt_centro {
	text-align: center;
}
legend {
	padding: 0 5px;
}
.risultato_invio {
	font-size: bigger;
	font-weight: bold;
	background-color: #ccc;
	padding: 10px;
}

.nuovo_codice_sicurezza {
	font-size: 16px;
	padding: 5px;
	border: solid 1px black;
	color: #400;
	text-align: center;
	width: 80%;
}

.big-bold {
	font-weight: bold;
	font-size: 14px;
}

//CSS dei tab

.ui-tabs-hide { display: none; }
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    min-height: 300px;
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

//CSS accordion

li { list-style-type: none; }

.basic  {
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}

.op_button_back {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#EEEECC;
	border:2px groove #FFFFFF;
	color:#000000;
	font-size:8pt;
	padding:2px 5px;
}

.op_button_back a, a:visited{
	color: #000066;
	text-decoration: none;
}

#licenzausoFidosat {
	font-size: 10pt;
}

#licenzausoCGUS {
	font-size: 8pt;
}

.p_title {
	text-align: center;
	
}

.p_justify {
	text-align: justify;
}





//-------------

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

//-----------



