/* 
 * Main CSS 
 *
 * Copyright Gabriele Cecchetti 2008-2009
 *
 */
@charset "utf-8";

a {	
	color: #3366CC;	
	text-decoration: none
}
a:hover {	
	text-decoration: underline
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;	
}
h1 {
	font-size: 2em;
	line-height: 1.5em;
	color: #000000;
}
h2 {
	font-size: 1.5em;	
	color: #111111;
}
h3 {	
	font-size: 1.25em;	
	color: #222222;
	/* background-color: #006666; */
	/* background-color: #0FFFFF; */
}
h4 {
	font-size: 1.15em;
	color: #333333;
}
h5 {
	font-size: 1em;
	color: #444444;
}
h6 {
	font-size: 1em;
	color: #555555;
}
ul {
	font-size: 1em;	
	list-style-type: disc;	
	list-style-position: outside
}
ul li {
}
ul li.courseList {
	padding-top: 1.15em;
}
table {
	color: #FFFFFF
}
td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333
}
tr.ListHeaderColor th {
	text-align: left;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
}
.BulletBackgroundColor {
	color: #FFFFFF
}
.DataColor {
	color: #DEDECA
}
.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
	color: #333333;
	background-color: #CCCCCC
}
.FormBackgroundColor {
	color: #CCCCCC
}
.ImageTitleColor {
	color: #CCCCCC
}
.LabelColor {
	color: #CCCCCC
}
.ListColorEven {
	color: #CCCCCC
}
.ListFooterColor {
	color: #333333
}
.ListHeaderColor {
	color: #333333
}
.ListColorOdd {
	color: #DEDECA
}
.ListTitleColor {
	color: #CCCCCC
}
.NavigationBackgroundColor {
	color: #666666
}
.NavigationColor {
	color: #CCCCCC
}
.NewsDataColor {
	color: #DEDECA
}
.StoryTitle {
	color: #000000;
	font-weight: bold
}
.StoryContentColor {
	color: #000000
}
.TitleColor {
	color: #000000
}
.small {
	font-size: 85%;
}
/* course taught styles */
.courseTitle {
	font-size: 1.15em;
	font-weight: bold;
}
/* publicstions styles */
.orderBy {
	font-size: 0.8em;
}
#publications ul {
	list-style-type: disc;
}
#publications ul li {
	text-align: left;
	text-indent: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#publications .publicationType {
	font-variant: small-caps;
}
#publications .authors {
}
#publications .title {
	font-weight: bold;
}
#publications .publisher {
	font-style: italic;
}
#publications .book {
	font-style: italic;
}
#publications .booktitle {
	font-style: italic;
}
#publications .series {
	font-style: normal;
}
#publications .note {
	font-weight: bold;
}
#publications DIV.hideBibTex {
	display: none;
	visibility: hidden;
}
#publications DIV.showBibTex {
	margin: 0.5em 1em 1em 2em;
	padding: 0.5em 0 0.5em 0.5em;
	border: groove 3px yellow;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.8em;
	background-color: #CCCCCC;
	color: green;
	display: block;
	overflow: auto;
	visibility: visible;
	white-space: pre;
}

