body {
	font-family: helvetica, trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #888;
	background-color: #000000;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

a:link {
	color:#CCCCCC;
	text-decoration:none;
}

a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

a:hover {
	color:#666666; 
	text-decoration:none;
}

a:active {
    color: #CCCCCC;
	text-decoration:none;
}


a:link img{
	border: 1px solid #CCCCCC;
}

a:visited img{
	border: 1px solid #CCCCCC;
}

a:active img{
	border: 1px solid #CCCCCC;
}

.cleaner {
	clear: both;
}

#wrapper-top{
	margin:0 auto;
	text-align:center;
	width:1024px;
	padding-left:200px;
}

#wrapper-content{
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	/*border:1px solid red;*/
	margin-top:20px;
}

#wrapper-footer {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
	border:1px solid #333333;
	margin-top:20px;
	height:60px;
}

#menu-left{
	float:left;
}

#menu-left ul{
	color:#CCCCCC;
	font-size:20px;
	font-style:italic;
	vertical-align:middle;
	width:150px;
}

#menu-left li{
	border:1px solid #333333;
	list-style: none;
    text-align:right;
    width:150px; 
}


#menu-left li a{
	padding-right:10px;
}

#body{
	float:left;
	border:1px solid #333333;
	width:812px;
}

#news{
	padding:10px;
}

#news img {
    border: 0 none;
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
}

#home{
	background: url("../img/home.jpg");
	height:541px;
}

#testata h1{
    padding-left:10px;
    padding-top:10px;
    font-style:italic;
}

#list-folder{
	margin-bottom:10px;
	padding-left:10px;
}

#list-photo{
  	margin-top: 15px;
}

#list-photo #text{
	float:left;
	padding-left:30px;
	height: 52px;
	width: 100px;
	font-style: italic;
}

#list-photo #text{
	float:left;
	padding-left:30px;
	vertical-align: middle;
}

#list-photo #photo{
	float:left;
	padding-left:30px;
}

#contact{
	/*margin: 0 auto 0 auto;
	width: 600px;*/
	margin-top:10px;
	padding-bottom: 10px;
	margin-left: 150px;
}
#login {
	height: 20px;
	/*padding: 4px 10px 10px 9px;*/
	padding-top:5px;
	text-align: center;
}
#login input  {
	border: 0;
	height: 16px;
	font-size: 11px;
	font-family: verdana;
	padding: 1px 2px 1px 2px;
}

/*#login button {
	border: 0px;
	background-color: #666;
	color: white;
	font-size: 11px;
	padding: 1px;
} */

#login button {
	border: 0px;
	width: 16px;
	height: 19px;
	background: url("../img/bg_button_go.gif") 0 0px no-repeat;
	margin-bottom: 2px;
	cursor: pointer;
}

#messagebox {
	position: absolute;
	/* float:center; */
	width: 200px;
	height: 0px;
	top: 10px;
	left: 10px;
	z-index: 100;
	
	visibility: hidden;
}

.defaultSkin iframe {
	border: 0;
}

#message {
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: gray;
}

.pointer {
	cursor: pointer;
}

#messagebox .message_title {
	padding: 2px 0px 0px 0px;
	font-family: Trebuchet MS, Arial, Verdana, serif;
	font-size: 13px;
	font-weight: bold;
	color: orange;
	text-align: center;
}

#messagebox td.roundBox { 
  position: relative;
  background-color: white;
  width: 200px;
  
  font-family: Trebuchet MS, Arial, Verdana, serif;
	font-size: 13px;
	font-weight: normal;
	color: gray;
	text-align: center;
}
#messagebox td.uedge {
  background-position: top;
  background-image: url(../img/message_box/u.jpg);
  background-repeat: repeat-x;
  height: 26px;
}
#messagebox td.redge {
  background-image: url(../img/message_box/r.jpg);
  background-position: top right;
  background-repeat: repeat-y;
}
#messagebox td.bedge {
  background-image: url(../img/message_box/b.jpg);
  /*background-position: bottom left; */
  background-position: top;
  background-repeat: repeat-x;
}
#messagebox td.ledge {
  background-image: url(../img/message_box/l.jpg);
  background-repeat: repeat-y;
}
#messagebox td.ulcorner {
  background-image: url(../img/message_box/ul.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
#messagebox td.urcorner {
  background-image: url(../img/message_box/ur.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  cursor: pointer;
}
#messagebox td.blcorner {
 width: 23px;
 height: 7px;
  background-image: url(../img/message_box/ll.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}

#messagebox td.brcorner {
  width: 23px;
  height: 7px;
  background-image: url(../img/message_box/lr.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  
}
