@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
}

a { color: #535353; text-decoration: none; }
a:visited { color: #535353; }
a:hover { color: #666; text-decoration: none; }

h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #466e9d;
	font-weight: normal;
	font-family: georgia;
	line-height: 26px;
}

h2 {
	font-size: 20px;
	margin-bottom: 6px;
	color: #466e9d;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #466e9d;
	line-height: 32px;
	font-weight: normal;
	font-family: georgia;
}

h3 {
	font-size: 16px;
	margin-bottom: 4px;
	color: #466e9d;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #466e9d;
	font-weight: normal;
	font-family: georgia;
}

h4 {
	font-size: 12px;
	margin-bottom: 2px;
	color: #466e9d;
	font-weight: normal;
	font-family: georgia;
}

.spaceright {
	margin-right: 10px;
}
.tablestyle {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 0px;
}
.tabletitle {
	font-weight:bold;
	border-left: 1px solid #999999;
	padding: 5px;
	background-color:#466e9d;
	color: #FFFFFF;
}
.tablecell {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 5px;
}
.tablevcol {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 5px;
	background-color:#89a9ca;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
}
.tablesubtitle {
	font-weight:bold;
}
.tablestyle a {
	color:#466e9d;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 790px;
	background-color:#FFFFFF;
}

#container {
	clear:both;
	background-color:#FFFFFF;
	background-image: url(../images/page_bkg.jpg);
	background-repeat: repeat-y;
	width: 790px;
	overflow: hidden;
}

#time {
	text-align:right;
	font-size:11px;
	color:#FFFFFF;
	background-color: #466e9d;
	padding-top: 4px;
	/*padding-bottom: 9px;*/
	padding-right: 10px;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	height:27px;
}

#header {
	margin: 3px 0 3px 0;
	padding-top:5px;
	height: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	overflow:hidden;
}
#menu {
	clear:both;
	margin: 0 0 0 0;
	height: 27px;
	background-color:#c4c4c4;
	width: 790px;
	overflow: hidden;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font-size: 12px;
/*font-weight:bold;*/
font-weight:bold;
width: 100%;
overflow: hidden;
margin-bottom: 0px;
border-left: 1px solid white;
height: 27px;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #333333;
padding: 7px 22px;
text-align:center;
text-decoration: none;
border-right: 1px solid white;
}


.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #FFFFFF;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}



#submenu {
/*	clear:both;
	height: 17px;
	background-color:#466e9d;
	padding-left: 0px;
	padding-top: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	color: #FFFFFF;
	font-size:11px; */
	padding-top: 3px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	
}
#logo {
	float: left;
}
#top_image {
	float: right;
}

#left {
	float: left;
	width: 186px;
	
}


.box{
	width: 185px; /*width of menu*/
	margin-bottom: 0px;
	border: 1px solid #999999;
	
}
.box h4 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;
	background-color:#00FFCC;
	margin:0px;
	padding:5px;
	background: black url(../images/blockdefault.gif) center center repeat-x;
}

.box ul{
list-style-type: none;
margin: 0;
padding: 0px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.box ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
width: 185px;
}
.box .data {
	color:#535353;
}

.box ul li a{
	color: #466e9d; /*custom bullet list image*/
	display: block;
	padding: 4px 0 4px 0;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px solid #dadada;
}

.box ul li a:visited{
color: #466e9d;
}

.box ul li a:hover{ /*hover state CSS*/
color: #89a9ca;
}
.box p {
padding: 4px 0 0px 0;
margin:0 6px 0 0;
text-align:right;
font-weight:bold;
font-size:11px;
color:#535353;
}

.box p a {
	color:#535353;
	text-decoration:none;
}
.box p a:hover {
	color:#a0a0a0;
	text-decoration:none;
}

.leftmenu{
	width: 186px; /*width of menu*/
	margin-bottom: 20px;
}


.leftmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
width: 186px;
padding:0px;
margin:0px;
overflow:hidden;
}

.leftmenu ul li a{
	color: #466e9d; /*custom bullet list image*/
	display: block;
	padding: 4px 0;
	padding-left: 12px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	/*background-image: url(../images/bullet_blue.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	border-bottom: 1px solid #dadada;
	overflow:none;
	width: 186px;
}

.leftmenu ul li a:visited{
color: #466e9d;
}

.leftmenu ul li a:hover{ /*hover state CSS*/
color: #89a9ca;
background-color: #F3F3F3;
}

.leftmenu ul li #selected{
color: #FFFFFF;
background-color: #466e9d;
}

#right {
	float: right;
	width: 150px;
	background: green;
}

#content {
	float: left;
	width: 576px;
	padding-right: 0px;
	padding-left: 27px;
	padding-bottom: 0px;
	line-height: 18px;
}

#content .subtitle {
	font-size:14px;
	font-weight:bold;
	color: #466e9d;
}
#content .links {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
}

#content #box {
	padding: 5px;
	border-left: 2px solid #466e9d;
	border-right: 2px solid #466e9d;
	border-top: 2px solid #466e9d;
	border-bottom: 2px solid #466e9d;
	margin-top: 15px;
}

#content #fotografi_container {
padding: 0px;
overflow:hidden;
margin-top:15px;
border:1px solid #d4d4d4;
width:574px;
}

#content #fotografi_container #nome_fotografo_container {
	color:#535353;
	background-color:#d4d4d4;
	padding: 3px 3px 3px 11px;
	overflow:hidden;
	width:574px;
}

#content #fotografi_container #nome_fotografo_container #nome_fotografo {
	width: auto;
	color:#466e9d;
	float:left;
	text-align:right;
	margin-right: 10px;
	font-weight:bold;
	font-size:13px;
}

#content #fotografi_container #nome_fotografo_container #galleria {
	width: auto;
	color:#535353;
	float:right;
	text-align:right;
	font-size:11px;
	margin-right: 10px;
	font-weight:bold;
	padding-right:10px;
}

#content #fotografi_container #foto {
	width:70px;
	padding: 10px;
	float:left;
	
}

#content #fotografi_container #testo {
	width:474px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#content #fotografi_container #testo_nofoto {
	width:474px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#content #fotomese_container {
padding: 0px;
overflow:hidden;
margin-right:-10px;
margin-top:15px;
}

#content #fotomese_container #fotomese {
width:114px;
float:left;
background-color:#FFFFFF;
border:1px solid #c2c2c2;
padding: 10px;
margin-right:10px;
margin-bottom:10px;
}



#content #fotomese_containerx {
border:1px solid #c2c2c2;
padding: 10px;
overflow:hidden;
}
#content #fotomese_containerx #fotomese_fotox {
width:auto;
float:left;
background-color:red;
}
#content #fotomese_containerx #fotomese_testox {
width:100px;
float:left;
background-color:yellow;
}




#content ul {
list-style-image: url(../images/bullet_blue.jpg);
margin-bottom: 0px;
margin-left: 15px;
padding-left: 20px;

}

#footer a { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; }
#footer a:hover { color: #89a9ca; text-decoration: none; }

#footer {
	clear: both;
	background: #466e9d;
	color: #FFFFFF;
	padding: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #89a9ca;
	margin-top: 10px;
}
#footer_top {
height: 80px;
}

#footer_top #rightx {
	width:300px;
	text-align:right;
	float:right;
}
#footer_top #leftx {
	width:300px;
	float:left;
}

#footer_bottom {
text-align:center;
font-size:11px;
}
.img_left {
	padding-right: 15px;
	padding-bottom: 10px;
}