/* CSS Document */
body {
	font-family: Trebuchet MS, geneva, verdana, arial;
	font-size:12px;
	color:#999999;
	line-height:16px;
}

/*Link standard*/
a:link {
color: #0099FF;
text-decoration: underline;
text-align: left;
}
a:visited {
color: #0099FF;
text-decoration: underline;
}
a:active {
color: #00aaff;
text-decoration: underline;
}
a:hover {
color: #00aaff;
text-decoration: underline;
}

/*Link tipo 1*/
a:link.tipo1 {
color: #fafafa;
text-decoration: underline;
}
a:visited.tipo1 {
color: #fafafa;
text-decoration: underline;
}
a:active.tipo1 {
color: #ffffff;
text-decoration: none;
}
a:hover.tipo1 {
color: #ffffff;
text-decoration: none;
}

/*Link tipo 2*/
a:link.tipo2 {
color: #36AB3E;
text-decoration: none;
font-weight:bold;
font-size:11px;
}
a:visited.tipo2 {
color: #36AB3E;
text-decoration: none;
font-weight:bold;
font-size:11px;
}
a:active.tipo2 {
color: #51DD5B;
text-decoration: underline;
font-weight:bold;
font-size:11px;
}
a:hover.tipo2 {
color: #51DD5B;
text-decoration: underline;
font-weight:bold;
font-size:11px;
}

.title{
	font-size:22px;
	font-family: Trebuchet MS, geneva, verdana, arial;
	color:#0099FF;
	font-weight:bold;
	line-height:22px;
	padding:10px 0px 10px 0px;
	
}

.subTitle{
	font-size:16px;
	font-family: Trebuchet MS, geneva, verdana, arial;
	color:#00bbFF;
	font-weight:bold;
	padding:10px 0px 5px 0px;
	
}


.bold_01{
	color:#0099FF;
	font-weight:bold;
}

.bold_02{
	color:#0099FF;
	font-weight:bold;
	font-size:14px;
}

.smallTxt{
	font-size:9px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#f3f3f3;
	text-decoration: none;
	line-height: 9pt;
}

.backcell
{	background-color: #0099FF;
	color:#ffffff;
	font-size:10px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 2px;
}

p{
	margin:10px 0px 10px 0px;
}

li{margin-left:10px;}
ul{margin-left:5px; padding-left:5px; margin-top:5px;}

.backinput
{
    BACKGROUND-COLOR: #fafafa;
	BORDER-BOTTOM: #C2D0D8 1px solid;
    BORDER-LEFT: #C2D0D8 1px solid;
    BORDER-RIGHT: #C2D0D8 1px solid;
    BORDER-TOP: #C2D0D8 1px solid;
    COLOR: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
    FONT-SIZE: 10px;
}
	
input.submit
{
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor:pointer;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial, helvetica, Verdana, sans-serif;
}

input.submit:active
{
	border: 1px solid #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}
.floatImageLeft{
	float:left;
	margin:0px 5px 5px 0px;
}

.floatImageRight{
	float:right;
	margin:0px 0px 5px 5px;
}

.hidden{
	visibility:hidden;
	display:none;
}
.visible{
	visibility:visible;
	display:block;
}

/* TABELLA */
.rt0 {background-color:#ffffff;}
.rt1 {width:12px; height:12px; background-image:url(../immagini/tabella_tl.gif); background-position:bottom right;}
.rt2 {height:12px; background-image:url(../immagini/tabella_t.gif); background-position:bottom;}
.rt3 {width:12px; height:12px; background-image:url(../immagini/tabella_tr.gif); background-position:bottom left;}
.rt4 {width:12px; background-image:url(../immagini/tabella_r.gif);}
.rt5 {width:12px; height:12px; background-image:url(../immagini/tabella_br.gif);}
.rt6 {height:12px; background-image:url(../immagini/tabella_b.gif);}
.rt7 {width:12px; height:12px; background-image:url(../immagini/tabella_bl.gif);}
.rt8 {height:12px; background-image:url(../immagini/tabella_l.gif);}


.bigBox{width:580px; margin-left:2px; margin-top:5px; margin-bottom:2px; text-align:left;}

.bigBox_top{background:#ffffff url("../immagini/box_top_1.gif") no-repeat; height:9px;}
.bigBox_mid{background:#ffffff url("../immagini/box_mid_1.gif") repeat-y; color:#333333;  font:10px Verdana,Arial, Helvetica, sans-serif; padding:0px 15px 5px 15px; }
.bigBox_bottom{background:#ffffff url("../immagini/box_bottom_1.gif") no-repeat; height:9px;}


.tecTable{
	background-color:#fafafa;
	border-collapse:collapse;
	float:none;
}
.tecTable td{
	padding:3px;
	border:1px solid #cccccc;
	text-align:center;
}

.tecTable th{
background-color: #0099FF;
	color:#ffffff;
	font-size:10px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	padding:3px;
	text-align:center;
}

.dldTableContainer{
	width:100%;
	float:left;
	padding:10px 0px 10px 0px;
}
.dldTable{
    BACKGROUND-COLOR: #fafafa;
	BORDER-BOTTOM: #C2D0D8 1px solid;
    BORDER-LEFT: #C2D0D8 1px solid;
    BORDER-RIGHT: #C2D0D8 1px solid;
    BORDER-TOP: #C2D0D8 1px solid;
    COLOR: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px;
	padding:3px;
}
