@import url(niftycube.css);
body, html {
	margin:0;
	padding:0;
	font: 80%/150% arial;
}
body {
	background: #ddd url(/inc/theme/bg_main.gif) repeat-x;
	width: 960px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
}
div {
	font-family:"Trebuchet MS", verdana, arial;
	font-size:11px;
	color: #333;
	letter-spacing:normal;
}
.clearfix {
	clear:both;
	margin:0px;
	padding:0px;
}

/*************************************************************************************************/
/* LAYOUT */

#wrapper {
	background: #FFFFFF;
	width: 920px;
	margin: 0px auto 10px;
	padding: 0px 13px 20px 13px;
	border: 1px solid #C0C0C0;
}

/************************************************
*	Header  									*
************************************************/
#header {
	background: #FFFFFF url(/inc/theme/bg_header.jpg) no-repeat;
	width: 920px;
/*	height: 65px;*/
	height: 115px;
	color: #000000;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#header a, #header a:visited {
	color: #333;
	font-family: Arial, Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
#header a:hover {
	color: #2255AA;
	text-decoration: underline;
}
.headerleft {
	width: 580px;
	float: left;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
/*.headerright {
	width: 320px;
	float: right;
	font-size: 12px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align:right;
}*/
.headerright {
	width: 320px;
	font-size: 11px;
	margin: 85px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	vertical-align:top;
}


/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: #376B9D url(/inc/theme/bg_navbar.gif);
	width: 920px;
	height: 36px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #1A4182;
	border-bottom: 1px solid #1A4182;
}
#navbar a, #navbar a:visited {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
}
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
}
#navbarleft {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#navbarright {
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(/inc/theme/bg_navbar2.gif);
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav a, #nav a:visited {
	color: #FFFFFF;
	display: block;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
	padding: 10px 9px 7px 9px;
	border-right: 1px solid #548ADA;
/*	border-left: 1px solid #2255AA;*/
}
#nav a:hover {
	background: #5186D7;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 10px 9px 7px 9px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #2255AA;
	width: 160px;
	float: none;
	margin: 0px;
	padding: 7px 30px 7px 10px;
	border-bottom: 1px solid #DDDDDD;
}
#nav li li a:hover, #nav li li a:active {
/*	background: #376B9D url(/inc/theme/bg_navbar.gif);*/
	padding: 7px 30px 7px 10px;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
	display: block;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 900px;
	margin: 10px auto 0px;
	padding: 10px;
	line-height: 17px;
	background-color: #e0e0e0;
	overflow:hidden;
}
#content #mid{
	height:400px;
	min-height:400px;
	padding-left:10px;
	padding-right:10px;
}
html>body #content #mid{ height: auto; min-height:400px;} 
#content #mid:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#content #top{ background: url(/inc/theme/bg_content_top_right.gif) no-repeat top right; }
#content #top div{ background: url(/inc/theme/bg_content_top_left.gif) no-repeat top left; }
#content #bot{ background: url(/inc/theme/bg_content_bot_right.gif) no-repeat bottom right; }
#content #bot div{ background: url(/inc/theme/bg_content_bot_left.gif) no-repeat bottom left; }
#content #top, #content #top div, #content #bot, #content #bot div { height:14px; font-size: 1px;}




/************************************************
*	Hyperlinks									*
************************************************/
a, a:visited {
	color: #2255AA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/************************************************
*	Html tags  									*
************************************************/
	
td {
	font-size:11px;
}
form {
	border: 0;
	margin: 0;
	padding: 0;
}
input {
	font-size:11px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin: 0px;
}
select {
	font-size:11px;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin: 0px;
}
input.button {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #055E83;
	font-weight: normal;
	text-decoration: none;
	text-indent: 5px;
	background-color: #000000;
}
textarea.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:10px;
	width:95%;
}
.INPUT {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	MARGIN-TOP: 2px;
	FONT-WEIGHT: 400;
	FONT-SIZE: 10px;
	BORDER-LEFT: #cccccc 1px solid;
	COLOR: #666666;
	BORDER-BOTTOM: #cccccc 1px solid;
	FONT-FAMILY: arial, verdana, helvetica, sans-serif;
	TEXT-DECORATION: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
H1 {
	font: bold 18px arial, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
H2 {
	font: bold 16px arial, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
H3 {
	font: bold 14px arial, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
H4 {
	font: bold 12px arial, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
H5 {
	font: bold 10px arial, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
H6 {
	font: bold 8px arial, sans-serif;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.titolo {
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}

.link a{
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:2px;
	font-size:10px;
	line-height:20px;
}
.link a:hover{
	text-decoration:underline;
}

.titoli_p {font-size:16px;}


/************************************************
*	Navigazione laboratori / servizi 			*
************************************************/
#areaNav{
	float:left;
	background: #fff;
	width: 162px;
	margin: 0px;
	padding: 0px;
}

#areaNav_top{ clear:both; background: url(/inc/theme/bg_top_right.gif) no-repeat top right; }
#areaNav_top div{ background: url(/inc/theme/bg_top_left.gif) no-repeat top left; }
#areaNav_top, #areaNav_top div { height:15px; font-size: 1px;}

#areaNav_top ul { clear:both; margin: 0px; padding: 0px; list-style: none; }
#areaNav_top li { display:block; width:95px; height:22px; padding-top: 3px; float:left; text-align:center; background:url(/inc/theme/tab_1_off.gif) no-repeat;}
#areaNav_top li a { color:#fff; font-size:12px; }
#areaNav_top li a:visited{ color:#fff; font-size:12px; }
#areaNav_top li.curr{ background:url(/inc/theme/tab_1_on.gif) no-repeat;}
#areaNav_top li.curr a{ color:#000; font-size:12px;}
#areaNav_top li.curr a:visited{ color:#000; font-size:12px;}

#areaNav_mid {}
#areaNav_mid ul{ clear:both;  margin:10px; padding: 0px; list-style: none; }
#areaNav_mid li{ padding-top:2px; padding-bottom:2px;}
#areaNav_mid li a{ font-size:12px; color: #2e384d; }

#areaNav_bot{ background: url(/inc/theme/bg_bot_right.gif) no-repeat bottom right; }
#areaNav_bot div{ background: url(/inc/theme/bg_bot_left.gif) no-repeat bottom left; }
#areaNav_bot, #areaNav_bot div { height:5px; font-size: 1px;}

/************************************************
*	Contenuto pagine							*
************************************************/
#main{
	background-color:#FFFFFF;
	margin-bottom:10px;
	padding-top:10px;
}
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 

#mainall{ padding:10px; }

#mainleft{ 
	float:left;
	padding:10px;
	width:142px;
}

#mainleft ul{ margin:0px; padding:0px;}
#mainleft li{ list-style:none; padding:3px 0 3px 0; font-weight:bold; border-top:1px dotted #eee; border-bottom:1px dotted #eee;}
#mainleft li a{ color:#666;}
#mainleft li a:hover{ color: #006699;}
#mainleft li ul { margin-left:10px;}
#mainleft li ul li { border:none;}
#mainleft li ul li a{ display:block; color:#006699;  font-weight:normal;}
#mainleft li ul li a:hover{ color:#006699;}

#mainright{
	float:right;
	width:700px;
	padding:10px;
}
#mainright h1 { color:#0066FF; font-size:18px; text-transform:uppercase; line-height:28px; font-weight:normal;}

#main_top { background: url(/inc/theme/bg_top_left.gif) no-repeat top left;}
#main_top div{ background: url(/inc/theme/bg_top_right.gif) no-repeat top right; }
#main_bot{ background: url(/inc/theme/bg_bot_right.gif) no-repeat bottom right; }
#main_bot div{ background: url(/inc/theme/bg_bot_left.gif) no-repeat bottom left; }
#main_top, #main_top div, #main_bot, #main_bot div { height:5px; font-size: 1px;}

/************************************************
*	Html tags  									*
************************************************/
#areaHead{
	margin:0px;
	clear:both;
	height:40px;
}
#areaHead_title{
	float:right;
	font-size:24px;
	color:#1A1A6C;
	padding-top: 14px;
	text-transform:uppercase;
}
#areaHead_links{ float:left; margin:0; padding:0; }
#areaHead_links ul { margin: 0px; padding: 13px 0 0 0; list-style: none; }

#areaHead_links li { width:162px; height:24px; padding-top: 10px; padding-bottom:4px; margin-left:0px; margin-right:5px; float:left; text-align:center; background-color: #001a35;}
#areaHead_links li a {color:#fff; font-size:12px; }
#areaHead_links li a:visited{ color:#fff;}

#areaHead_links li.curr{ background-color:#FFFFFF;}
#areaHead_links li.curr a{ color:#000;}
#areaHead_links li.curr a:visited{ color:#000;}

/************************************************
*	TABELLE  									*
************************************************/

#gradient-style{font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;font-size:11px;width:690px;text-align:left;border-collapse:collapse;margin:0px;}
#gradient-style th{font-size:11px;font-weight:normal;background:#b9c9fe url("http://test.chelab.com/img/icon/gradhover.png") repeat-x;border-top:2px solid #d3ddff;border-bottom:1px solid #fff;color:#039;padding:5px;}
#gradient-style td{border-bottom:1px solid #fff;color:#669;border-top:1px solid #fff;background:#e8edff url("http://test.chelab.com/img/icon/gradhover.png") repeat-x;padding:8px;}
#gradient-style tr:hover td{
	background:#d0dafd url("http://test.chelab.com/img/icon/gradhover.png") repeat-x;
	color:#339;
	font-weight: bold;
}
.sottotitoli {
	color: #06F;
}

/************************************************
*	RICONOSCIMENTI  									*
************************************************/

.image_border
{ border:1px solid #999; margin:0px 0px 4px; padding:4px;}





#box { float:left; width:135px; height:175px; border: 1px solid #A1AFCB; margin:10px 6px 5px 0px; padding:5px; background:url(/img/home/bk-box.jpg) repeat-x;}

#box h2 { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333; margin:5px 0px 10px 5px;}

#box img { margin:0px; border:0px;} 


#areanews { float:left; width:450px; height:493px; border: 1px solid #A1AFCB; margin:20px 10px 10px 0px; background:url(/img/home/bk-box.jpg) repeat-x; }

#areanews-title { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; padding:10px; color:#FFF; background:#aeaeaf; height:15px;}


#areanews-data { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#333; margin:5px 0px 5px 10px;}

#areanews-titolo { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; color:#09F; margin:5px 0px 5px 10px;}

#areanews-abstract { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#333; margin:5px 0px 5px 10px;}

#areanews-read { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; color:#09F; margin:5px 10px 20px 10px; border-bottom: 1px solid #A1AFCB;}

#areanews-readfine { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:11px; color:#09F; margin:5px 10px 20px 10px; }


#homedx { float:right; width:450px;  border: 1px solid #A1AFCB; margin:20px 0px 10px 0px; background:url(/img/home/bk-box.jpg) repeat-x; }
#homedx-title { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; padding:10px; color:#FFF; background:#aeaeaf; height:15px;}
#homedx-img { padding:15px 10px 15px 10px;}

#homedx2 { float:right; width:450px;  border: 1px solid #A1AFCB; margin:5px 0px 10px 0px; background:url(/img/home/bk-box.jpg) repeat-x; }
#homedx2-title { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; padding:10px; color:#FFF; background:#aeaeaf; height:15px;}

#homecenter {width:920px;  border: 1px solid #A1AFCB; margin:10px 0px 0px 0px;}
#homecenter-title {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:18px; padding:10px; color:#09F;  height:15px;}
#homecenter-link { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:13px; color:#333; margin:5px 10px 10px 10px; }


#footnew{background:#e8e8e8; margin-top:10px;}
	
	#footerwrap {
		width: 850px;
		padding: 10px 10px 10px 10px;
		background: #e8e8e8;
		height:130px;
		}
	.footerminibox {
		width:170px;
		float:left;
		}
	.footerbox {
		width:170px;
		float:left;
		}
	.aboutimage {float:left; }
	.aboutimage img {padding:0 18px 3px 0; width:80px;height:80px;margin-top:8px;}
	.footertitle { font-size:14px;  margin-bottom:10px; color:#111;}
	.footertitle2 { font-size:14px;  margin-bottom:10px; margin-left:40px; color:#111;}
	.footertitle a { font-size:14px;  margin-bottom:10px; color:#111;}
	.footertext { font-size:12px; line-height:20px;color:#7d7d7d;}
	.footertext a{color:#111;}
	.footertext a:hover {text-decoration:none;color:#000;}
	
	/* -------- Footer list style -------- */

	.footerposts { font-size:12px; line-height:18px; color:#7d7d7d; margin-top:-8px;}
		.footerposts ul { list-style:none; font-size:12px; line-height:18px; color:#7d7d7d; padding:0;margin:0; padding-top:5px;}
		.footerposts ul li { font-size:12px; line-height:18px; color:#7d7d7d; border-bottom:1px solid #B9B9B9; padding:6px 0 5px 0;}
		.footerposts ul li a { font-size:12px; line-height:18px; color:#7d7d7d;}
		.footerposts ul li a:hover { font-size:12px; line-height:18px; color:#000; text-decoration:none;}
		
	
		
	/* -------- Footer Address  -------- */
		
	.footeraddress {font-size:12px; line-height:20px;color:#7d7d7d;}
	
		.footeraddress ul {list-style:none;}
		.footeraddress ul li {font-size:12px; line-height:20px;color:#7d7d7d;}
		.footeraddress ul li a {color:#7d7d7d;}
		.footeraddress ul li a:hover {color:#111; text-decoration:none;}
		
	/* -------- Copyright style -------- */

	#footerbarwrap {
		margin: 0px auto;
		padding: 5px 0 5px 0px;
		background:#006;
		font-size:11px;
		color:#CCC;
		}
		
		
