/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
       height: 100%;
       }

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
}

#box {
	margin: auto;
    padding: 0px;
    border: 0px;
    width: 788px;
}


a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	clear:both;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
}

h1.istctitle {
	border-top: 1px solid #cccccc;
}

#sottotitolo{
width:400px;
vertical-align: text-bottom;

}
h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #334d55;
	vertical-align: text-bottom;
}

h4{
	font-size: 110%;
	font-weight: normal;
	color: #006699;
	margin-top: 5px;	
	margin-bottom: 5px;
}

h5{
	font-size: 110%;
	color: #006699;
	text-align: center; 
}

h6{
 font-size: 100%;
 color: #006699;
}

h7{
	font-size: 100%;
	color: #006699;
	font-weight: bold;
	float: right;
}


ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
/*	border-bottom: 1px solid #cccccc; */
/*	width: 64%; */
	text-align: center;
/*	margin-right: 180%;
	margin-left: 18%; */
}
#masthead img{
	padding: 0px 10px 0px 0px;
	margin: 5px 0px 0px 5px;
}
#navBar{
/*	margin: 0 79% 0 0; */
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
/*    width: 64%;*/
	margin-top: 30px; 
	padding: 0 0 0 0;
	text-align: justify;
/*	margin-right: 18%;
	margin-left: 18%; */
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 120%;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
/*padding: 0 3% 0 0;*/
white-space: nowrap;
    width: 100%;
	margin: 0;
/*	padding: 0 3% 0 0;*/
	text-align: center;
/*	position: relative;*/
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: inline;
}

#globalNav img.istclogo {
	position:absolute;
	top: -40px;
	left: 38px;
	display: inline;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

a.button {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
    display: block;
/*    font: 13px  Arial,sans-serif;*/
    color: #006699;
    width: 65px;
	border-top: 1px solid #CCC;
    border-left: 1px solid #AAA;
    border-right: 1px solid #666;
    border-bottom: 1px solid #000;
    margin-bottom: 1px;
    text-decoration: none;
}

a.button:hover {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #CCC;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;	
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	clear:both;
}

.feature h4{
	font-size: 110%;
	color: #334d55;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	clear:both;	
	margin-top: 25px;

}

.feature img.left{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 5px 5px 5px 5px;

}

.feature img.right{
	float: right;
	padding: 0px 5px 0px 10px;
	margin: 5px 5px 5px 5px;
	
	}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 0 0 0 0;
	margin-top: -1px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	vertical-align:middle;
/*	margin-right: 18%;
	margin-left: 18%; */
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	clear:both;
	padding: 0 0 0 0;
	vertical-align: bottom;
/* 	width: 64%; */
	margin: 0;
	padding: 0 0 0 0;
/*	text-align: right;*/
/*	margin-right: 18%;
	margin-left: 18%; */
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #lists **************/

ul.links{


}

ul.links a{
	font-variant: small-caps;

}

ul.media{


}

ul.media a{
	font-variant: oblique;

}

dl.project{


}

dl.project a{
	font-variant:normal;
	font-weight: bold;
	font-style: oblique;
}

/************** #members **************/

div.member{
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
/*	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #006699; */
}

div.member img.foto{
	height:70px;
	float:left; 
	display: block;
	 margin-right:2px;
}

div.member div.anagraph{
/*	float: left;*/
/*	clear:both;*/
}

div.member div.anagraph a:link, 
div.member div.anagraph a:visited, 
div.member div.anagraph a:hover, 
div.member div.anagraph span.nowww {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

div.member div.anagraph a:hover {
	text-decoration: none;
	font-style: italic;
}

div.member div.email{
    display:block;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
}

div.member div.descrip{
	display:block;
	margin-top: 0px;
	margin-bottom: 10px;
/*    width: 525px;*/
/*	float:right; */
}

.div.member div.descrip div.email{
	display:block;
/*	width: 300px; */
	float:right;
}

/************** #research **************/
table.table_research {
	width: 600px;
}
table.table_research td {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
table.table_research td.titolo {
	width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}


/************** #publications **************/

div.anno{
	display:block;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

div.anno h4{
	background-color:#066699;
	color: #FFFFFF;
	border-bottom: 1px solid gray;
	text-align: center;
}

div.anno h6{
	display:block;
	clear:both;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 80%;
}

ul.pub{
	font-size: 80%;
	color: #334d55;
	vertical-align: text-bottom;
	margin-top: 0px;
}


ul.pub a{
	font-variant: small-caps;
	font-size: 110%;
	font-style: oblique;
	font-weight: bold;	
}

div.most_cite a:link, 
div.most_cite a:visited, 
div.most_cite a:hover { 
	font-variant: normal;
	font-size: 100%;
	font-style: normal;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
}

div.most_cite a:hover {
	text-decoration: none;
	font-style: italic;
}


ul.pub span.author{
	font-weight:bold;

}

div.links_anni{
	display:block;
	margin-top: 15px;
	margin-bottom: 15px;
	
}

div.links_anni h4{
	color: #334d55;
	
}

div.links_anni a{
	font-size: 80%;
	color: #334d55;
	font-weight: bold;
	margin-top:3 px;
	margin-bottom:3 px;
	margin-right:3 px;
	margin-left:3 px;
}

div.freccia{
	display:block;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right:3 px;
	margin-left:3 px;
	clear:both;
	position: relative;
}

