/**/

body
{
	font: 12px Tahoma,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	background: #ddd;
	color: #666;
	line-height: 1.5em;
}

a, a:active, a:visited, a:hover
{
	color: #174291;
	text-decoration: none;
}

h1, h2, h3
{
	font-family: Georgia, Tahoma, Arial, Helvetica, 'Bitstream Vera Sans', sans-serif;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h1 
{	font-size: 18px; 
}
h2
{	font-size: 16px; 
}
h3
{	font: 14px Tahoma,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-weight: bold;
}

h4,h5,h6,h7
{	font: 12px Tahoma,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-weight: bold;
	margin: 0 0 1em 0;
}

p
{
	margin: 0 0 1em 0;
}

div.contenuto
{
	margin: 0 0 1em 0;
}

h1.title
{
}

div.outframe
{	background: #fff;
	margin: 3px auto 0 auto;
	width: 700px;
	max-width: 700px;
	-webkit-box-shadow: 1px 1px 1px #888;
	-moz-box-shadow: 1px 1px 1px #888;
	-ms-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
}

div#header
{
	background: #fff;
}

div#header .pre-hdr 
{	clear: both;
	height: 5px;
	background: #2B5DB0;
	border-bottom: 1px solid rgb(61, 78, 105);
	margin: 0 0 8px 0;
}

div#header #logo
{	float: left
}

div#header #logo img
{	height: 50px;
	width: auto;
}

div#header #intest
{	float: right;
	font-size: 20px;
	text-transform: uppercase;
	color: #aaa;
}



div#header .hdr 
{	clear: both;
	margin: 10px 15px 0px 15px;
	min-height: 60px;
	position: relative;
}


div#header #hdr-right 
{
	float: right;
	width: 300px;
}

div#header #login
{
	position: absolute;
	right: -15px;
	font-size: 11px;
	padding: 2px 15px 2px 12px;
	background: #4B7FD3;
	top: 34px;
	color: #fff;	
}

div#header #login a,
div#header #login a:active, 
div#header #login a:visited, 
div#header #login a:hover
{	color: #fff;
}

div#header .sub-hdr 
{	clear: both;
	height: 1px;
	border-bottom: 2px solid #eee;
	margin: 0 0 8px 0;
}

#page
{
	background: #fff;
}
#page .page-inner
{
	min-height: 300px;
	margin: 15px 20px;
}

#footer
{
	background: #fff;
	border-top: 2px solid #ddd;
}
#footer .footer-inner
{
	margin: 0px 15px 0 15px;
}

#piepagina address {
/*	background: url('/sites/all/themes/zen/irdcec/images/footer_fiore.png') no-repeat top left;*/
	font-style: normal;
	font-size: 11px;
	margin: 12px 0px 0 0px;
/*	padding: 0px 0px 16px 40px;	*/
	padding: 0px 0px 16px 0;
}


div.errors
{
	text-align: center;
	padding: 80px 0;
	font-size: 20px;
	font-weight: bold;
}


th, td
{	text-align: left;
	font-family: Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: 12px;
}

tr.even, 
tr.odd 
{
	background-color: #f0f0f0;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
}

div.attachments
{
	margin: 20px 0 10px 0;
}

table#attachments 
{	width: 100%;
}

table#attachments th 
{
	border-top: 2px solid #cccccc;
	border-bottom: 1px solid #aaaaaa;
}

table#attachments td 
{
	border-bottom: 1px solid #aaaaaa;
}

table#attachments tr 
{	border: 0px none;
}
#attachments td, 
#attachments th 
{
	vertical-align: top;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 6px;
}

#attachments th.filename 
{
	letter-spacing: 1px;
	font-weight: bold;
}

#attachments td.size, 
#attachments th.size 
{	white-space: nowrap;
	font-weight: normal;
	font-style: italic;
}

#attachments tr.even
{	background-color: #ffffff;
}

#attachments td.filename  a
{	font-weight: bold;
}

#attachments td .t-description
{	font-weight: normal;
	font-size: 11px;
	font-style: italic;
}


#attachments td.filename .f-info
{	display: block;
	margin-left: 18px;
}
#attachments td.filename img.ico
{	width: 10px;
	height: 10px;
	float: left;
	margin-top: 3px;
}

a.btn-login-entra
{
	padding: 6px 30px;
	background: #eee;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 1px #ccc;
	border-radius: 3px;
	font-weight: bold;
	color: #666;
}


#login label
{
	margin: 0 10px 0 0;
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
}

#login input#passwd,
#login input#user
{
	width: 200px;
}
#login fieldset
{
	margin-top: 20px;
}

#login input#submit
{	margin-left: 110px;
	padding: 3px 10px;
}

#login form p
{	clear: both;
}

#login p.error 
{
	color: #b00;
	font-weight: bold;
	text-transform: uppercase;
}