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

body, p {
    color:#333333;
    font-family:Trebuchet MS,verdana,arial,georgia,sans-serif,helvetica;
    font-size: 1em;
    background:#a9a9ff url(/images/bgbody.gif) repeat-x scroll center top;
}

#header {
 width: 768px;
 float: left;
 padding: 10px;
 border: 1px solid #FFFF00;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background: #0F218B;
}

#content { 
 float: left;
 color: #333;
 border: 1px solid #FFFF00;
 background: #0F218B;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 768px;
 display: inline;
}

#footer { 
 width: 768px;
 clear: both;
 color: #333;
 border: 1px solid #FFFF00;
 background: #0F218B;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

.centered { margin: 0 auto; }
.center { text-align: center; }

div.formError {
    color: red;
    font-weight: bold;
    display: inline;
}

div.fieldWithErrors {
    border: 2px solid red;
    padding: 3px;
    display: inline;
}

div.redBorder {
    border: 2px solid red;
}

table.locations {
    width: 100%;
    border-collapse: collapse;
	border: 0px;
}

td {
	vertical-align: top;
}

table.locations td, table.locations th {
	background-color: #f0f0f0;
    padding: 4px;
	border-bottom: 1px solid silver;
	vertical-align: top;
}

hr {
	background-color: silver;
	border: 0px;
    height: 1px;
}

table.formfields { padding: 0px; margin: 0px; }
table.formfields td {
	padding: 4px; 
	padding-left: 0px;
}

div.box {
    width: 200px;
    border: 2px solid #027AC6;
    padding: 10px;
    text-align: center;
    background: #FFFFFF
}
div.search form { margin-bottom: 0px; }

div.spacer { padding: 3px; }

table.stats {
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
}
table.stats td, table.stats th {
    border: 1px solid black;
    padding: 4px;
}

span.serialnumber {
    color: #027AC6;
}

div.notice {
    padding: 10px;
    border: 2px solid #027AC6;
    color: #027AC6;
    font-weight: bold;
    margin-bottom: 10px;
}
div.error {
    padding: 10px;
    border: 2px solid red;
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

.contenitore {
margin:0px auto;
padding:0px;
width: 768px;
}

.corpo {
background:transparent url(/images/bgCorpo.gif) repeat-y scroll left top;
padding:20px;
padding-top:0px;
padding-bottom:0px;
}

.main {
	min-height: 400px;
}

.corpoTop {
background:transparent url(/images/bgCorpoTop.gif) no-repeat scroll 0%;
height:22px;
width:768px;
margin: 2px 0 0 0;
}

.corpoBottom {
background:transparent url(/images/bgCorpoBottom.gif) no-repeat scroll 0%;
height:22px;
width:768px;
}

.header {
background:transparent url(/images/bgHeader2.gif) no-repeat scroll left top;
height:87px;
margin:0px;
padding:0px 0px 13px;
width:768px;
}

.linkLogin {
padding:10px 0px 10px 20px;
}

.logo {
background:transparent url(/images/myeurobill.gif) no-repeat scroll left top;
float:left;
margin:5px 0px 0px 15px;
}

div.errorExplanation {
color: red;
border: 1px solid red;
padding: 15px;
}

a, input, select, textarea {
font-weight: bold;
color: #027AC6;
}

div.footer {
	margin-bottom: 20px;
}

.piccolo {
	font-size: 70%;
}

div.left {
	float: left;
	/*width: 200px;*/
}
div.right {
	float: right;
	/*width:450px;*/
}

div.separator {
	clear: both;
	margin: 0px;
	padding: 0px;
}

table.top5 {
    width: 100%;
    border-collapse: collapse;
	border: 0px;
}
table.top5 td, table.top5 th {
	background-color: #f0f0f0;
    padding: 4px;
	border-bottom: 1px solid silver;
	vertical-align: top;
}
table.top5 th {
	background-color: #e0e0e0;
}


#icon-new{
background: url(/images/new_small.png);
width: 64px;
height: 64px;
}
* html #icon-new { /* Regole per IE (dalla 5.5 in poi) */
background-color: #000;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/new_small.png" ,sizingMethod="scale");
}

#bookmark {
margin-top: 10px;
}
#bookmark a, #bookmark a img { padding: 0; margin: 0; border: 0; }
