@CHARSET "ISO-8859-1";

html, body {
	color:#000;
	font-size:11px; 
	font-family:verdana, arial, helvetica, sans-serif;	
}

body {
	background-color:#e0e0e0;
	margin:0;
	padding:0;
	text-align:center;
}

img {
	border:none;
}

#container {
}

#content {
	border-right:1px solid #0080c0;
	border-left:1px solid #0080c0;
	background-color:#fff;
/*	
	background-image:url(/images/andreafidone.it/v1/content_bg.png); 
	background-repeat:repeat-y;
*/
}


#main {
	padding-top:10px;
	width:760px;
	margin:auto;
	text-align:left;
}


#left {
	float:left;
	width:165px;
	padding:1px;
}


#center {
	float:left;
	width:581px;
	padding-left:5px;
	padding-right:5px;
}


#center h1,h2 {
	display:block;
	margin:6px 0 8px 0;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#505050;
}

#center h1 {
	background-image:url('../../../../../../images/apps/andreafidone.it/v1/h1.gif');
	background-repeat:no-repeat;
	color:white;
	padding-left:10px;
	width:582px;
}

#center h1 span {
	font-size:60%;
}

#center h2 {
	font-size:1.5em;
}



#center table {
	font:100% Verdana,Tahoma,Arial,sans-serif;
	text-align:left;
	width:100%;
	border-top:1px dotted #ccc;
	margin-bottom:5px;
	empty-cells:show;
}

#center table td, #content table th {
	border-bottom:1px dotted #ccc;
	padding:5px;
}

#center table tr.odd td {
	background-color:#9CD1FB;
}

#center table tr.even td {
	background-color:#C5E5FF;
}

#center table tr.selected td {
	background-color:#C5E5FF;
}


#border-top {
	height:16px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url("../../../../../../images/apps/andreafidone.it/v1/border.gif");
}


#header {
	height:70px;
	text-align:right;
	background-color:#0080c0;
	color:white;
	background-image:url("../../../../../../images/apps/andreafidone.it/v1/header.gif");
	background-repeat:no-repeat;
}


#footer {
	padding-top:5px;
	padding-bottom:13px;
	text-align:center;
	color:white;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url("../../../../../../images/apps/andreafidone.it/v1/border.gif");
}


#footer a {
	color:#a0d0f0;
}


#footer a:hover {
	color:white;
}





a {
	font-weight:bold;
	text-decoration:none;
	color:#0080c0;
}

a:hover {
	color:#005090;	
}


div {
	border:0px solid black;
	margin:0px;
	padding:0px;
}

div.clean {
	clear:both;
	visibility:hidden;
	padding:0px;
	margin:0px;
	border:0px solid red;
}

div.blank {
	border-bottom:1px solid white;
}



form {
	margin:0px;
}


.border1 { 
	background-image:url("../../../../../../images/apps/andreafidone.it/v1/border.png");
}



#photos {
}

#photos .photo {
	float:left;
	width:200px;
	height:200px;
	background:#0080c0;
	margin:10px 20px;
	text-align:center;
	padding:5px;
	color:#fff;
}

#photos .photo  .data {
}

#photos .photo  .titolo {
	font-weight:bold;
	margin:3px 0;
}

#photos .photo  .descrizione {
	font-size:10px;
}

/*#login {
	background:#007EC3;
	padding:14px 0;
	border-radius:14px;
}
*/
#login table th {
	border:none;
	padding:0 1px;
	font-weight:normal;
}



.box {
	color:#fff;
	margin:5px;
	margin-bottom:10px;
}

.box .top,
.box .bottom {
	background:#007EC3;
	border-radius:10px 10px 0 0;
	padding-left:10px;
	font-weight:bold;
	line-height:22px;
}

.box .top {
}

.box .bottom {
	border-radius:0 0 10px 10px;
	line-height:16px;
}

.box .content {
	background:#007EC3;
}

.box ul {
	margin:0;
	padding-left:10px;
	list-style-position:inside;
}

.box a {
	color:#a0d0f0;
}

.box a:hover {
	color:#fff;
}

#login.box .content .field {
	width:80px;
}

