/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* ------------------------ */
/* RESET DEFAULT ATTRIBUTES */
/* ------------------------ */

html, body, div, form, input, textarea, select, h1, h2, h3, h4, h5, h6, p, blockquote, q, table, tr, td, caption, fieldset, legend, address, site, samp, img, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;	
	}
div, tr, td, caption, fieldset, legend {
	text-align: left;	
	}
table, img {
	border: none;
	}
table {
	border-spacing: 0;
	border-collapse: collapse;
	}
	
/* ------------------------ */
/* DEFINE COMMON ATTRIBUTES */
/* ------------------------ */

body {
	font: .75em/1.5em Helvetica, Arial, sans-serif;	
	}
	h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dd, table, address, cite, samp {
		margin-bottom: 20px;
		}
	dt {
		font-weight: bold;
		}
	dd table {
		margin-bottom: 0;
		}
	blockquote, ul, ol, dl {
		margin-left: 30px;
		margin-right: 30px;
		}
	blockquote {
		font-style: italic;
		}
	cite {
		display: block;
		}
	p cite {
		display: inline;
		}
	h1, h2, h3, h4 {
		font-family: "Times New Roman", Times, serif; /* Minion Pro was original concept font */
		font-weight: normal;		
		}
	h1 {
		font-size: 2em;		
		}
	h2 {
		font-size: 1.8em;				
		}
		h2 em {
			display: block; /* To force line break */
			line-height: .9em;
			font-size: 1.3em;
			font-style: normal;				
			color: #0061a1;
			}
	h3 {
		font-size: 1.6em;				
		}
	h4 {
		font-size: 1.5em;		
		}	
	span.h-small{
		font-size: .8em;		
		}
	h5 {
		font-size: 1.2em;		
		}
	h6 {
		font-size: 1em;		
		margin-bottom: 0;		
		}			
	ul {
		list-style-type: square;		
		}
	ul ul {
		list-style-type: circle;
		margin-bottom: 0;
		}
	ol ol { /* Nested ordered list */
		list-style-type: lower-alpha;
		margin-bottom: 0;
		}	
	hr {
		height: 1px;		
		margin: 10px 0 20px 0;	
		}
	address {
		font-style: normal;
		}		
	div.address {
		float:left;
		padding-right:15px;
		width:auto;
		}		
	caption {
		padding-bottom: 2px;
		text-align: left;
		font-weight: bold;
		border-bottom: 1px solid #d7ecff;
		}
	table {		
		word-wrap: break-word;
		border: 1px solid #d7ecff;
		}	
	th {
		text-align: left;
		padding: 3px 8px 3px 8px;
		}
	td {
		empty-cells: show;
		padding: 3px 8px 3px 8px;
		vertical-align: top;
		border-top: 1px solid #d7ecff;							
		}	
	fieldset {		
		margin-bottom: 15px;
		padding: 15px;		
		}
	q {
		font-style: italic;
		}
	sup {
		font-family:tahoma;
		}
	h2 sup {
		font-size:.6em; 
		}		
	
/* ---------------------- */
/* COMMON GENERIC CLASSES */
/* ---------------------- */

.hidden {
	display: none;
	visibility: hidden;
	}
.end {
	clear: both;
	}
/* Author of a citation */
.author {
	margin-right: 20px;
	margin-left: 20px;	
	text-align: right;
	}
/* Note */
.note {
	font-style: italic;
	}
/* Registration */
.reg {
	position: relative;
	top: -.2em;
	margin-left: .1em;
	font-size: .9em;
	}
/* Generic Superscript */
.sup {
	position: relative;
	top: -.4em;
	margin-left: .1em;
	font-size: .7em;
	font-style: normal !important; /* Override citations */
	}
/* Publications */
.pub {
	font-style: italic;
	}
/* Generic Floats */
.f1 {
	float: left;
	margin: 5px 15px 5px 0;
	}	
.f2 {
	float: right;
	margin: 5px 0 5px 15px;
	}	
/* Types of lists */
li.pdf {
	list-style-image: url(../../images/icons/pdf.gif);
	}
li.msword {
	list-style-image: url(../../images/icons/word.gif);
	}
li.jpeg {
	list-style-image: url(../../images/icons/jpeg.gif);
	}
li.rss {	
	list-style-image: url(../../images/icons/rss.gif);
	}
/* W3C validation logo */
.valid {	
	display: none;
	padding: 10px;	
	text-align: center;
	}