/* ================================================= */
/* general styles                                    */
/* ================================================= */

body {
	color:black;
	margin:0;
	padding:8px;
	background-image:url(/images/sprinter_grey.gif);
}

h1 { font-size:16pt; }
h2 { font-size:14pt; }
h3 { font-size:12pt; }

a:link { color:#006331; }
a:visited { color:#006331; }
a:active { color:#006331; }
a:hover { color:#009e43; }

.bold {
	font-weight:bold;
}
.smalljust { 
	font-size:10pt; 
	text-align:justify; 
}

#main { width:600px; }

img.noborder {
	border:0;
}

div.center { text-align:center; }

p.small { font-size:10pt; }
p.justify { text-align:justify; }
th.info { background-color:#c0c0c0; text-align:left; }
tr.info { background-color:#e0e0e0; }

.mini { font-size:9pt; margin:0; }
table.center { margin:0 auto; }

h1.welcome { 
	font-weight:bold; font-size:11pt; 
	text-align:justify; 
	padding:10px; 
	background-color:#d0d0d0; 
}

.nowrap, span.nobr { white-space:nowrap; }

p.start { font-size:10pt; text-align:justify; background-color:#e0e0e0; padding:10px; }
p.startimg { font-size:10pt; padding:10px; }
ul.tri {
	font-size:10pt; background-color:#e0e0e0;
	list-style-image:url(../icons/triangle.gif);
}

/* ================================================= */
/* for reports                                       */
/* ================================================= */

h1.report { 
	font-size:16pt; 
	clear:both; 
}
h2.report { 
	font-size:14pt; 
	clear:both; 
}
p.report { 
	text-align:justify; 
}
pre.result { 
	font-family:courier new,courier; 
	font-size:9pt; 
	margin-bottom:0pt; 
	margin-top:10pt; 
}
p.cite  { 
	text-align:justify; 
	font-style:italic; 
}
img.report { 
	float:left; 
	border:1px solid black; 
}
span.author { 
	font-size:8pt; 
	clear:both; 
}
p.imageleft300 { 
	font-size:10pt; 
	text-align:justify; 
	width:300px; 
}
p.imageleft225 { 
	font-size:10pt; 
	text-align:justify; 
	width:225px; 
}
div.imageleft { 
	float:left; 
	margin-bottom:10px; 
	margin-right:10px; 
}
div.imageright { 
	float:right; 
	margin-bottom:10px; 
	margin-left:10px; 
}
#leftcol {
	float:left;
}
#rightcol {
	margin-left:300px;
}
div.result {
	white-space:pre;
	font-family:Courier New,Courier;
	font-size:9pt;
}

/* ================================================= */
/* for prettyPhoto                                   */
/* ================================================= */

div.pp_pic_holder {
	font-size:0.8em; 
}

/* ================================================= */
/* Navigation (left)                                 */
/* ================================================= */

#greennavibox {
	border:0;
	background-color:#0b6d40;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:top;
	white-space:nowrap;
	color:white;
	font-size:0.8em;
	padding:7px;
}	

#greennavibox div.navihead {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:4px;
}

#w3com {
	font-size:0.8em;
	text-align:center;
	padding-top:30px;
}

ul.greennavi {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.greennavi li { 
	background-color: white;
	margin: 0 0 2px 0; 
	padding: 1px 1px 1px 1px;
}

ul.greennavi a {
	padding: 0 5px 0 18px;
	background-color: white;
	background-image: url(/icons/bulletr.gif);
	background-repeat:no-repeat;
	background-position:2px center;
}

ul.greennavi a:hover {
	background-image: url(/icons/bulletra.gif);
}

/* ================================================= */
/* Lists with images                                 */
/* ================================================= */

ul.bullet li {
	list-style-image:url(/icons/bulletr.gif);
}

ul.bullet li.active {
	list-style-image:url(/icons/bulletra.gif);
}

ul.triangle li {
	list-style-image:url(/icons/triangle.gif);
}

ul.triangle li.active {
	list-style-image:url(/icons/triangle_light.gif);
}

ul li.pdf {
	list-style-image:url(/icons/pdf.gif);
}

ul li.word {
	list-style-image:url(/icons/word.gif);
}

ul li.ps {
	list-style-image:url(/icons/ps.gif);
}

/* ================================================= */
/* New green tables                                  */
/* ================================================= */

div#main table.green th {
	background-color:#0b6d40;
	color:white;
}
div#main table.green td {
	background-color:#f0f0f0;
}
div#main table.green td, div#main table.green th {
	vertical-align:top;
	text-align:left;
	border: 1px solid black;
	padding:4px;
}
div#main table.green {
	border-collapse:collapse;
	margin:auto; 
	border: 1px solid black;
}
