﻿/* Browser Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {

	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
* {margin:0; padding:0;}


body 
{
	font-family : arial,verdana,helvetica;
	font-size: 11px;
	color:#3e3f39;
	background-color:#e5e5e5;	
	background-image:url(../../images/pages/global/bg_page.jpg);
    background-position:center top;
    background-repeat:no-repeat;
}

h2 
{
   font-weight:bold;
   font-size:120%;
   line-height:120%;
}
h1
{
   font-weight:bold;
   font-size:140%;
}
h3
{
   font-size:100%;
   line-height:100%;
}

.Left 
{
   float:left;    
}
.Right 
{
  float:right;    
}

.Centered 
{
  	margin-left: auto; 
	margin-right: auto;
}

.MainContainer{
   width:960px;
}

.Header{
   height:297px;
}

.HeaderLeft{
   padding-top:47px;
   float:left;
   width:278px;
   height:250px;
}

.HeaderRight{
   padding-top:47px;
   float:left;
   width:682px;
}

.Content{
   background-image:url(../../images/pages/global/bg_content.gif);
   background-position:top left;
   background-repeat:repeat-y;
}

/* Fix per float dentro un DIV */ 
.clearfix:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
} 

.clearfix 
{
	display:inline-block;
} 

/* Hide from IE Mac \*/ 
.clearfix 
{
	display:block;
}

.ContentLeft{
   float:left;
   width:280px;
}

.ContentRight{
   float:left;
   width:680px;
}

.Footer{
	border-top:1px solid #ccc;
	clear:both;
	background-image:url(../../images/pages/global/bg_footer.jpg);
    background-position:top left;
    background-repeat:repeat-x;
    height:33px;
    text-align:center;
    padding-top:20px;
    font-size:12px;
}

.Rosso{
	color:#ea353c;
}

.Blu{
	color:#3f76aa;
}

.Nero{
	color:#3e3f39;
}

.Nero a{
	color:#3e3f39;
}

.Nero a:Hover{
	text-decoration:underline;
	color:#3e3f39;
}

.DatalistFoto{
	float:left;
	width:90px;
}

.DatalistDetails{
	float:left;
	width:570px;
}

.DatalistDetailsPress{
	float:left;
	width:660px;
}

.RowContainer{
	 clear:both;
}

.TextContainer{
	 float:left;
	 width:220px;
	 padding-top:10px;
}

.ControlContainer{
	 float:left;
	 width:210px;
	 padding: 4px 10px 0 0;
}

.ButtonContainer{
	 float:right; 
	 padding-top:30px;
}

.Bottone
{
	border: solid 1px #3e3f39;	
	background-color: #75b64a;	 
	color: #fff;
	text-align:center;		
	font-weight: bold;
	margin:5px;
	padding:2px 5px;	
	width:auto;
    overflow:visible;
	-moz-box-sizing: content-box;
}

.LineSeparator{
	display:block;
	clear:both;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	margin:4px 0;
}

.PreviewContainer{
	border:1px solid #999999;
	background-color:#efeeee;
	float:left;
	width:150px;
	text-align:center;
	margin:0 5px 10px 5px;
}

.PreviewFoto{
	padding-top:10px;
	height:100px;
}

.PreviewDescrizione{
	padding:10px 0;
	height:30px;
}

.Foto{
   border:1px solid #999999;
   padding:4px;    
   background-color:#efeeee;
}
