/*  CSS Arix@you for Web-Lab */ 

/*------------------ main elements ------------------*/
body {
	color: #000;
	background-color: #fff;
	margin: 0.5in 0.25in;
	font: 11pt/15pt "Lucida Grande", Helvetica, sans-serif;
}

a { 
	color: #000; 
	font-weight:bold;	
	}

img, a img { 
	border:0px;
	}

.left {
	float:left;
	margin-right:4px;
}

.right{
	float:right;
	margin-left:4px;
	}


/*------------------ structural elements ------------------*/

#wrapper { 
	width: 600px;
	background: #fff;
}

#printheader {
	padding: 0px;
	margin-bottom: 20px;
	height: 97px;
	border-bottom: 2px solid #666;
	font: 24pt/34pt "Lucida Grande", Helvetica, sans-serif;
}

#top {
	display:none;
}

#maincontent {
	width: 600px;
	background: #fff;
}

	#leftcol {
		display:none;
	}
	
	#centercol {
		width: 600px;
		background: #fff;
	}

	#centercolinner {
		width: 600px;
		background: #fff;
	}

	#rightcol {
		display:none;
	}


#sep {
	clear:both;
	height:20px;
}

#bottom {
	display: none;
}


/*------------------ text ------------------*/


h1 { 
	color: #000;
	background: #fff;
	font-weight: bold;
	font-size: 16pt;
	}

p {	
	line-height: 1.5em;	
	margin: 1.2em 0; 
	}

p.news {	
	line-height: 1.3em;	
	margin: 1.2em 0;
	border-bottom:1px solid #ccc; 
	padding-bottom:5px;
	}

/*------------------ list ------------------*/


/********* form *********/ 
form {
	display: inline;
}

select {
	border: 1px solid #A2E8FD;
	background: #869AB2;
	font: 11px "Trebuchet MS", arial, verdana, sans-serif;
	padding: 0 0 0 6px;
	color:#000;
}

input, textarea {
	border:solid 1px #A2E8FD;
	background:#869AB2;
	font-family:"trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	margin:0px;
	padding:0px 0px 0px 4px;
	display:inline;
	
	}
	
textarea {
	width:250px;
}


.button { /* bottoni */
	padding:0px;
	margin:0px;
	height:17px;
} 

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
