/* CSS Arix@you 2012 */


/* --------------- main elements --------------- */

body, #content, #main, #maininner, #leftcentercol {
  	width: auto !important;
  	margin: 0 !important;
  	padding: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
}

	
	/* printheader */		
	
	#printheader {
		padding: 0px;
		margin-bottom: 20px;
		height: 50px;
		border-bottom: 2px solid #666;
		font-family: georgia, Arial, Helvetica, sans-serif;
		font-size:22px;
		font-weight:bold;
		font-style:italic;
		}


img, form {
	margin: 0;
	padding: 0;
	border: 0;
}


/* link */

a {
	margin: 0;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}


hr {
    width: 100%;
    height: 1px; 
	clear:both;
	visibility:hidden;
	margin:0;
	padding:0
} 

.sep {
    border: 1px;
	height:1px;
	color:#ccc;
}

.sep_home {
    border: 1px;
	height:1px;
	color:#ccc;
}




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

#content { 
	}

/*Header*/
#top {
display:none;
}


#Nav {
display:none;
}

#service {
display:none;
	}
	

/*Main image*/

#main_image {
display:none;
}


/*Main homepage*/

#main {
}

#leftcol { 
	width: 600px;
	margin: 0;
	padding:50px 0 0 0;
	position:relative
	}
	
	#leftcol p {
		margin:15px 5px 15px 0px;
		line-height:1.2em
	}

	#leftcol img {
		display:none;
		}
	
	#leftcol a {
		color:#666;
		font-size:11px;
		font-weight:bold;
		}
	
#centercol {
	width:600px;
	margin:0;
	padding:50px 0 0 0;
}	

	#centercol p {
		margin:0px 5px 0px 0px;
		line-height:1.2em;
		padding:8px;
	}
		
#rightcol { 
	display:none;
	}
	
/*Main inner*/

#main_inner {

}

#leftcentercol { 

	}
	
	#leftcentercol p {
		margin:20px 5px 20px 0px;
		font:12px/1.5em verdana, Arial, Helvetica, sans-serif
	}

	#leftcentercol ul {
		margin:10px 10px 10px 0px;
		font:12px/1.3em verdana, Arial, Helvetica, sans-serif;
		list-style-type:square;
	}

	#leftcentercol ul li {
		margin:4px 0;
		list-style-type:square;
		background:url(../img/check.png) no-repeat 0 0;
		padding-left:20px;
		line-height:1.8em;
		}

	#leftcentercol ul.down li {
		margin:4px 0;
		list-style-type:square;
		background:url(http://www.istitutocomprensivotrecase.gov.it/albo/img/download.gif) no-repeat left center;
		padding:5px 0 5px 20px;
		border-bottom:1px solid #efefef;
		display:block;
		}

#menucol { 
	display:none;
	}
	
/*Footer Styles*/

#bottom { 
	display:none;
}


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

h1 { /* titolo sezioni */
	color: #333;
	font:bold italic 1.6em Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:20px 0 20px 0px;
}


/* tabelle dati */

table.ruler {
	margin: 10px 40px 10px 40px;
	font:12px tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	float:left
}

table.ruler th {
	border-bottom: #d0d8af 1px solid; 
	border-collapse: collapse;
	padding: 5px;
}

tr.ruled {
	background: #eff1e4;
}

table.ruler td {
	border-bottom: #d0d8af 1px solid; 
	border-collapse: collapse;
	padding: 6px;
}

table.ruler td a {
	text-decoration:none;
	font-weight:bold;
}

/* --------- classes --------- */

img.left {
	float: left;
	margin-right:10px;
}
img.right {
	float: right;
}

img.shadow {
	background:url(http://www.istitutocomprensivotrecase.gov.it/albo/img/box.jpg) no-repeat center center;
	padding:10px;
	float:left;
	margin-right:10px;
}

p.list {
	float:left;
	width:250px;
	margin:20px 20px 20px 0;
}

p.news {
	background:url(http://www.istitutocomprensivotrecase.gov.it/albo/img/news.png) no-repeat top left;
	padding-left:80px;
}


/* scrolling testi */

.menutitle {
	padding: 5px 0;
	cursor:pointer;
	margin: 10px 40px;
	border-bottom:1px dotted #ddd;
}

.menutitle h3 {
	font-size:11px;
	font-weight:bold;
	margin:0;
	background:url(../img/plus.png) no-repeat 0 0;
	padding-left:20px;
}

.submenu {
	margin: 10px 40px;
	padding: 0;
	color: #333;
	background:#fff;
}

.submenu p {
	font-size:13px;
	margin:0;
	padding:0;
}

.submenu img {
	padding:5px;
	background:#f0f0f0;
	margin:0 10px 10px 10px;
	float:left;
}
