/*-------------------------------------------------------*/
/* Pagina																	*/
/*-------------------------------------------------------*/
.errore{
	font-family: "Courier New", Courier, monospace;
	color: #FF0000;
}
body {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #333333;
	scrollbar-arrow-color: #FF3300;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-3dlight-color: #333333;
	scrollbar-base-color: #FF3300;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #CCCCCC;
}
body, td{
	font-size: 70%;
}
hr{
	color: #555555;
}
h1, h2, h3, h4{	
	font-family: Arial, Helvetica, sans-serif;
}
h1{
	color: #444444;
	width: 100%;
	background: url(../../img/bg_h1.gif) repeat-x;
	font-size: 150%;
	margin-bottom: 5px;
}
h2{
	color: #444444;
	width: 100%;
	font-size: 150%;
	font-style: italic;
}
h3 {
	font-size: 110%;
	color: #444444;
	margin: 0px 0px 10px 0px;
	line-height: 150%;
}
h4{
	color: #ff3300;
	margin: 0;
	padding: 2px;
	font-size: 130%;
}
p{
	margin-top: 12px;
}
.input{
	border: 1px solid #333333;
	height: 18px;
	font-size: 100%;
}
.inputnum {
	border: 1px solid #7f9db9;
	background: #FFFFFF;
	padding: 1px;
	height: 18px;
	font-size:11px;
	text-align:right;
}
.frmtitoletto {
	font-size: 80%;
	letter-spacing: 1px;
	color: #777777;
	font-weight: bold;
}
.button{
	color: #FF3300;
	height: 20px;
	font-size: 11px;
}
.btncarrello{
	background: transparent url(../img/car_icon.gif) no-repeat;
	margin: 0px; /* for IE5/Win only */
	width: 18px;	
	height: 18px;
	border: none;
	cursor: hand;
}
.tabstrip, .tabstripon, .tabstripoff{
	height: 35px;
	width: 120px;
	font-size: 11px;
	padding: 3px;
	text-align: center;
}
a.tabstrip, a.tabstripoff{
	color: #000000;
	text-decoration: none;
}

a.tabstripon {
	color: #CC0000;
	text-decoration: none;
}
.tabstrip{
	background: #ADD8E6;
	background-image: url(../img/tabstrip.gif);
}
.tabstripon{
	background: #FF8C00;
	background-image: url(../img/tabstripon.gif);
}
.tabstripoff{
	background: #DDDDDD;
	background-image: url(../img/tabstripoff.gif);
}
table td.body5 {
	line-height: 130%;
	border: 1px solid #CCCCCC;
}
.body5 td{
	line-height: 130%;
}
table.btn3 td{
	margin: 0;
	padding: 0;
	font-size: 70%;
	line-height: 90%;
	color: #333333;
}
.link2{
	color: #333333;
	padding-right: 5px;
}
.maschera {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 555px;
	border: 0px;
}
FIELDSET {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 555px;
}
.contenitore {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	/*width: 100%;*/
	width: 555px;
	border: 0px;
}

.intestazione {
	background: #666666;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}
a.intestazione, a:link.intestazione, .intestazione a, .intestazione a:link {
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-decoration: none;
}
a:hover.intestazione, .intestazione a:hover{
	color : #000000;
}

.paginazionegriglia {
	background: #666666 /*url(../img/bg5.jpg) repeat-x bottom;*/
	color: #FFFFFF;
	padding: 2px 5px 2px 3px;
	height: 20px;
	/*text-transform: uppercase;*/
}

a.p, a:link.paginazionegriglia,
.paginazionegriglia a, .paginazionegriglia a:link,.paginazionegriglia a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	text-decoration: none;
	display: inline-block;
}
a:hover.paginazionegriglia, .paginazionegriglia a:hover {
	color : #000000;
}

.td1 {
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	padding: 1px 3px 1px 3px;
	vertical-align: top;
}
.td2 {
	background-color : #EEEEEE;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	padding: 1px 3px 1px 3px;
	vertical-align: top;
}
a.td1, a.td2, .td1 a, .td2 a{
	text-decoration: none;
	color: #000000;
}
a:hover.td1, a:hover.td2,.td1 a:hover,.td2 a:hover{
	color: #FF0000;
}
.TDfrm {
	color : #1F3C6C;
	font-style: italic;
	font-family : Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: right;
}
a.link1 {
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	padding: 2px;
	margin: 2px;
}
a:hover.link1 {
	background-color: #EFEFEF;
	color: #464646;
}
a.link2 {
	color: #000000;
	text-decoration: none;
}
a:hover.link2 {
	color: #0000FF;
	text-decoration: underline;
}
/*-------------------------------------------------------*/
/* MsgBox con Div 										*/
/*-------------------------------------------------------*/

div.mbombra {
background-color: #444444;
display: block;
z-index: 999;
position: absolute;
padding: 5px;
filter: alpha(opacity=80);
opacity: .80;
moz-opacity: 0.80;
}
div.retinatura {
z-index: 998;
position: absolute;
background-color: #ffffff;
left: 0px;
top: 0px;
filter: alpha(opacity=50);
opacity: .50;
moz-opacity: 0.50;
}
div.msgbox {	
z-index: 999;
display: block;
position: absolute;
left: 375px;
width: 270px;
padding: 0px;	
top: 220px;
background-color: #ffffff;
}
div.msgbox table {
background-color: #ffffff;
}
div.msgbox .close {
cursor: move;
background: transparent url(../img/mb_bg_head.gif) no-repeat top right;
text-align: right;
border-left: 1px solid #003399;
}
div.msgbox .body 
{
background-color: #f0f0e7;
border-right: 1px solid #003399;
border-bottom: 1px solid #003399;
border-left: 1px solid #003399;
}
div.msgbox .body div{
margin:40px 0px 0px 40px;
text-align: center;
}
div.msgbox input {
cursor: hand;
font-size: 11px;
height: 25px;
margin: 1px 1px 1px 0px;
width: 70px;
}

div.divseleziona {	
z-index: 999;
display: block;
position: absolute;
padding: 0px;
background-color: #ffffff;
height: 300px;
}
div.divseleziona table {
background-color: #ffffff;
}
div.divseleziona .close {
background: transparent url(../img/mb_bg_head.gif) no-repeat top right;
text-align: right;
border-left: 1px solid #003399;
cursor: move;
}
div.divseleziona .body 
{
border-right: 1px solid #003399;
border-bottom: 1px solid #003399;
border-left: 1px solid #003399;
vertical-align: top;
height: 300px;
overflow-y: auto;
}

div.selmbombra {
background-color: #444444;
display: block;
z-index: 999;
position: absolute;
padding: 5px;
filter: alpha(opacity=80);
opacity: .80;
moz-opacity: 0.80;
}

div.selretinatura {
z-index: 998;
position: absolute;
background-color: #ffffff;
left: 0px;
top: 0px;
filter: alpha(opacity=50);
opacity: .50;
moz-opacity: 0.50;
}



.btnsearch{
	background: transparent url(../img/search_icon.gif) no-repeat;
	margin: 0px 0px -2px -7px !important; 
	margin /**/:0px 0px 0px -10px; /* for IE5/Win only */
	width: 21px;	
	height: 18px;
	border: none;
	cursor: hand;
}
.lnksearch, a.lnksearch, a:link.lnksearch, a:visited.lnksearch {
	background: #FFFFFF url(../img/search_icon.gif) no-repeat right;
	margin: 0px; 
	cursor: hand;
	border-top: 1px solid #7f9db9;
	border-right: none;
	border-bottom: 1px solid #7f9db9;
	border-left: 1px solid #7f9db9;
	padding: 1px 20px 1px 3px;
	height: 18px;
	text-decoration: none;
}

