@charset "utf-8";
/* CSS Document */

html,body
{
	height:100%;
	margin:0px;
	padding:0px;
	color:#595959;	
	font-family:Arial,Tahoma,Verdana,sans-serif;	
	line-height:20px;
	font-size:12px;
}

body
{
	/*background:url(Images/bgPage.jpg) no-repeat fixed top;*/
	background:url(/html/Templates/Template/Images/bgPage.jpg) no-repeat fixed top;
}

#MainBox
{
	margin: 0 auto;
	width:930px;
}

#Header
{
	
}

#TopBar
{
	height:20px;
	background-color:#F2F2F2;
	text-align:right;
	color:#999;
	font-size:10px;
}

#Logo
{
	height:80px;
	background-color:#FFF;
	text-align:right;
}

#Logo img
{
	margin-right:30px;
}

#TopMenu
{
	height:30px;
	background-color:#F2F2F2;
	text-align:right;
}

#Content
{
	/*background-image:url(Images/bgContent.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
	padding-left:4px;
}

#ContentRightCol
{
	width:240px;
	float:right;
	padding:2px;
}

#ContentLeftCol 
{
	width:680px;
	padding:4px;
	border-right-width: 1px;
	border-right-style:dotted;
	border-right-color: #E8E8E8;
}

#Footer
{
	text-align:center;
}

a {
	color:#1C7BA6;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
}

h1,h2
{
	font-size:20px;
	font-weight:bold;
	color:#008000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #008000;
}

/* ELENCHI */

ul
{
	padding:0px;
	margin:0px;
}

li
{
	padding:4px;
	list-style:square url("/html/Images/doc.gif");
	list-style-position:inside;
}

#ContentLeftCol ul
{
	background-color:#F3F3F3;
}

#ContentLeftCol li
{
	font-style:italic;
}

/*---------------*/

.Promozione
{
	background-color:#F4F4F4;
	display:block;
	padding:4px;
	font-style:italic;
	width:228px;
	float:right;
	margin-bottom:4px;
}

.Promozione h2
{
	border-bottom: none;
	font-size:12px;
}

.Evid1, strong
{
	color:#900;
	font-weight:bold;
}

.Approfondisci
{
	display:block;
	text-align:right;
	background-color:#F4F4F4;
}

.Approfondisci a
{
	text-decoration:none;
	color:#6C7EB7;
	font-weight:bold;
}

/*FORM */
.FieldContainer
{
	/*border:thin solid #B6DDAE;*/
	margin-bottom:8px;
	margin-top:5px;
	padding:5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.FieldName,.FieldNameMandatory,.FieldNameError
{
	/*display:block;*/		
	height:20px;
	padding-top:9px;
	margin-bottom:4px;
}

.FieldNameMandatory
{
	font-weight:bold;
	color: #005E8A;	
}

.FieldName
{
	/*background-color:#B6DDAE;*/
}

.FieldNameError
{
	/*background-color:#FF8000;*/
}

.FieldError
{
	color:#990000;
	font-weight:bold;
}

.Field
{
	padding:5px;
}

.img-shadow 
{
  float:left;
  background: url(/html/Images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/html/Images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 

