﻿html, body
{
	margin:0;
	background-color:White;
	font-family:Tahoma;
	font-size:11px;
	line-height:15px;
	color:#515151;
}
.wrapper 
{ 
/*	background: #eee; 
	height: auto !important; 
*/	
	min-height: 100%; 
	width:800px;
	margin: 0 auto; 
}
.divMiddle
{
	background-image:url(../Immagini/sfondo_1.png);
	background-repeat:repeat-x;
	width:219px;
	top: 0px;
	bottom: 0px;
	margin-left:25px;
	z-index:0;
	position:absolute;
} 
.divContainer
{
	margin-bottom: 20px;
	margin-left:25px;
	z-index:0;
	position:absolute;
	padding-top:4px;
} 
.boxLoginSinistra
{
    background-image:url(../Immagini/body_login_sinistra.png);
    background-repeat:no-repeat;
    background-color:White;
    border: solid 1px #6E6E6E;
    height:155px;
    width:207px;
} 
.boxMenuSinistra
{
    background-position: left top;
    background-image: url(../Immagini/body_login_sinistra.png);
    background-repeat: no-repeat;
    background-color: White;
    border: solid 1px #6E6E6E;
    height: 120px;
    width: 207px;
    margin-top: 7px;
} 
.boxMenuCertificati
{
    background-image:url(../Immagini/body_login_sinistra.png);
    background-repeat:no-repeat;
    background-color:White;
    border: solid 1px #6E6E6E;
    height:122px;
    width:207px;
    margin-top:7px
} 
input, textarea
{
    font-family: tahoma;
    font-size: 11px;
    border: 1px solid #807F7F;
    padding-left:5px;
    padding-right:5px;
}
.pulsante
{
    border: solid 1px #999999;
    font-family: tahoma;
    font-size: 10px;
    background-image: url(../Immagini/button_sfondo.png);
    height: 20px;
    cursor:hand;
}
.lineaGriccia
{
	background-image:url(../Immagini/LineaGriccia.gif);
	background-repeat:repeat-x;
	height:20px;
	background-position:center;
}
.displayNone
{
    display:none;
}
.error
{
    color:#A51717;
}
.titolo_rosso
{
    font-weight: bold;
    color: #B83F38;
}
.testo_griccio_bold
{
    font-weight: bold;
   color:#807F7F;
}

a.linkGriggioBold:link
{
    font-weight:bold;
    color:#353535;
    text-decoration: none;
}
a.linkGriggioBold:active
{
    font-weight:bold;
    color:#353535;
    text-decoration: none;
}
a.linkGriggioBold:hover
{
    font-weight:bold;
    color: #353535;
    text-decoration: underline;
}
a.linkGriggioBold:visited
{
    font-weight:bold;
    color:#353535;
    text-decoration: none;
}

a.linkGriggio:link
{
    color:#353535;
    text-decoration: none;
}
a.linkGriggio:active
{
    color:#353535;
    text-decoration: none;
}
a.linkGriggio:hover
{
    color: #353535;
    text-decoration: underline;
}
a.linkGriggio:visited
{
    color:#353535;
    text-decoration: none;
}

a.linkNero_Underline:link
{
    color: #000000;
    text-decoration: underline;
}
a.linkNero_Underline:active
{
    color:#000000;
}
a.linkNero_Underline:hover
{
    color: #000000;
    text-decoration: none;
}
a.linkNero_Underline:visited
{
    color:#000000;
}


.rfv
{
    background-position: right 2px;
    border: 1px dotted #CC0000; /*background-color: #FFFF99;*/
    background-image: url(../Immagini/warning.png);
    background-repeat: no-repeat;
}
.displayNone
{
    display:none;
}
.modalBackground
{
    background-color: #333333;
    filter: alpha(opacity=80);
    opacity: 0.5;
}
.ModalWindow
{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}

