
/**********************************/
/* PAGE	BODY                      */
/**********************************/

BODY.page {
	background:	white;
	color: 		black;

	margin: 	0.5cm;
	padding:    0.5cm;
	padding-left: 	1cm;
	
	font-family: 	Verdana, Helvetica, Arial,	Sans-serif;
	font-size: 		9pt;
}
   
TABLE {
	font-family: 	Verdana, Helvetica, Arial,	Sans-serif;
	font-size: 		9pt;
}

TD.sidepane {
	display: none;
}

/*********************************************/
/* disable display of some elements in print */
/*********************************************/

#control-panel {
	display: none;
}

DIV.engineInfo {
	display: none;
}

.screenonly {
	display: none;
}

.printonly {
	display: inline;
}
   

/**********************************/
/* LINKS                          */
/**********************************/

A {
	color:	   		 black;
	text-decoration: none;
}

A:visited {
	text-decoration: none;
	color:			 black;
}

A:hover {
	text-decoration: none;
	color:			 black;
}

A.dept {
	color:	         white;
}

A.dept:visited {
	text-decoration: none;
	color:	         white;
}
	
A.dept:hover {
	text-decoration:  none;
	color:		      white;
}


/**********************************/
/* MISCELLANEOUS CLASSES          */
/**********************************/
HR {
	color: black;
	height: 1pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
}

.framed {
	border-color: black;
	border-style: solid;
	border-width: 1pt;
}

/**********************************/
/* BIBTEX FORMATTING              */
/**********************************/

.bibtex_author {
	text-transform : uppercase;
}

.bibtex_title {
	font-style: oblique;
}

.bibtex_journal {
}

.bibtex_university {
}

.highligted_bibtexentry {
    /* Nothing in print. */
    border: none;
    background-color: inherit;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

/**********************************/
/* CV FORMATTING                  */
/**********************************/

TABLE.cv {
	vertical-align: top;
	text-align: left;
	font-family: Tahoma, Arial, Sans-serif;
}

TABLE.cv TD.cv_entry_name {
	vertical-align: top;
	font-style: oblique;
	white-space: nowrap;
}

TABLE.cv TD.cv_entry_value {
}

TABLE.cv TD.cv_section {
	padding-top: 1em;
	padding-bottom: 1em;
	text-size: 12pt;
	font-weight: bold;
	font-style: oblique;
}


/**********************************/
/* LISTS                          */
/**********************************/

OL {
	text-align: justify;
}

LI {
	margin-top: 5pt;
}
   
/****************/
/* Chapter tags */
/****************/

   DIV.chapter_level_1 {
		font-size:  1.2em;
		font-weight: bold;
   		margin-top: 1.5em;
		margin-bottom: 1em;
   }

   DIV.indent {
   		padding-left: 1cm;
   }

   DIV.frame {
		padding: 5pt;
		border-style: solid;
		border-width: 1pt;
		border-color: red;
   }

   P.larger-top-space {
		margin-top:	2em;
   }
 

/****/
/* Paragraph markers */
/****/

IMG.inlined {
	float: 			left;
	border-color:	black;
	border-width:	1px;
	border-style:	solid;
	margin-right:	1.5em;
	margin-bottom: 	1em;
}

DIV.figure IMG {
	border-color:	black;
	border-width:	1px;
	border-style:	solid;
	margin: 1em;
}


	P {
		margin-top:	 0.7em;
		margin-left: 0px;
		margin-bottom: 0px;
		text-align:	justify;
	}

	P.leftalign	{
		text-align:	left;
	}
	
	DIV.section	{
		margin-top:	15px;
				margin-bottom: 15px;
				text-align:	center;
				background:	url('../gfx/graydot.gif');
				background-position: 0px 6px;
				background-repeat: repeat-x;
	}
	
	DIV.section	SPAN {
		font-family: Minion	Web, Times,	Serif;
		font-size: 11px;
		background-color: #ebebeb;
		padding-left: 5px;
		padding-right: 1px;
		letter-spacing:	0.5em;
	}
	
	DIV.pagetitle {
		text-align:	right;
		margin-top:	0px;
		margin-bottom: 10px;
		padding-right: 0px;
		padding-left: 0px;
		font-family: Times;
		font-style:	oblique;
		font-size: 26px;
		color: #8D8D8D;
	}

	DIV.important {
		padding: 10px;
		border-style: solid;
		border-width: 1px;
		border-color: red;
		text-align:	center;
	}
	
	DIV.download {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom:	5px;
		text-align:	left;
	}
	
	DIV.download A {
		font-weight: normal;
	}
	
	DIV.download IMG {
		border : 0px;
		vertical-align : middle;
	}
	
	DIV.download SPAN {
		font-size: 9px;
	}
		
	DIV	{
		font-family: Verdana, Helvetica, Arial;
		margin-top:	10px;
		margin-bottom:	5px;
		}
	
	DIV.heading1 {
		font-size: 20px;
	}

	DIV.figure {
		text-align:	center;
	}





