/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Main
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html
{
	font-size: 14px;
}

body
{
	background-color: #fff;
	color: #036;
	padding: 0 1em 0 0;
	margin: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

pre, code
{
	font-family: "Courier New", Courier, monospace;
}

strong
{
	font-weight: bold;
}

q, em, var
{
	font-style: italic;
}

/* fixup IE & Opera otherwise they forget to inherit the computed font-size value */
table, code
{
	font-size: 1em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Links
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a:link
{
	color: #0073c7;
	background-color: inherit;
}

a:visited
{
	color: #0073c7; /* #5a88b5 */
	background-color: inherit;
}

a:hover,
a:active
{
	color: #0073c7;
	background-color: #f0f0f0;
}

h2 a:hover,
h2 a:active
{
	color: #0073c7;
	background-color: #ffffff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Headings
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1
{
	padding: 0.2em 0.2em 0.2em 0.5em;
	margin: 0 0 0.5em 0;
	border: 1px solid #405871;
	background-color: inherit;
	color: #036;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
}

h2
{
	padding: 0.2em 0 0.2em 0.5em;
	margin: 0 0 0.2em 0;
	border-bottom: 1px solid #405871;
	background-color: #e5ecf3;
	color: #405871;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

h2.danger
{
	color: #036;
	background-color: #fa3;
	border-bottom: 1px solid #520;
}

/* take care of <a name>s inside */
h2 a,
h2 a:hover,
h2 a:active
{
	color: inherit;
	background-color: inherit;
	text-decoration: none;
}

div#title-l
{
	font-size: 72px;
	font-family: Book Antiqua, Times New Roman;
	line-height: 36px;
	font-weight: bold;
/*
	font-variant: small-caps;
*/
	letter-spacing: -0.05em;

	margin: 0;
	padding: 0 0 0.2em 0;

	color: #bbb;
	border-bottom: 1px solid #e5ecf3;
}
div#title-b
{
	font-size: 72px;
	font-family: Book Antiqua, Times New Roman;
	line-height: 36px;
	font-weight: bold;

	margin: -0.55em 0 0.25em 2.28em;
	padding: 0;

	color: #036;
}
div#title-v
{
	font-size: 12px;
	font-family: Book Antiqua, Times New Roman;

	margin: -2.95em 0 1.7em 19em;
	padding: 0;

	color: #036;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Tables
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

table
{
	background: #eee;
	margin: 0 0 0 0.2em;
}

td, th
{
	empty-cells: show; /* show border around empty cells */
	padding: 0.4em;
	vertical-align: top;
	text-align: left;
	line-height: 1.3em;
}

th
{
	font-style: italic;
}

td.centered
{
	text-align: center;
}

td.data
{
	font-family: monospace;
	text-align: right;
	padding-left: 1em;
}

th.data
{
	text-align: right;
}

/* for large tables alternating colors */
tr.odd
{
	background-color: #f2f2f2;
}

tr.header, tr.header th
{
	background-color: #e2e2e2;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

/* bordered table cells   */
/* ====================== */

table.bordered
{
	background: none;
	border-collapse: collapse;
}

/* turn off borders in tables nested in bordered tables per default */
table.bordered table td,
table.bordered table th
{
	border-style: none;
	border: 0;
}

table.bordered td,
table.bordered th,
table table.bordered td,
table table.bordered th
{
	border: 1px solid #aaaaaa;
}

/* index page layout table */
/* ======================= */
body#act-index-page div#page-content
{
	width: 100%; /* IE fun */
}

body[id]#act-index-page div#page-content
{
	width: auto; /* reasonable browsers. */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Forms
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form textarea
{
	background-color: inherit;
/*	padding: 0.2em 0 0 0.2em;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width: 24em;
	height: 8em;
/*	border: 1px solid #aaa;*/
}

/*
form
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

form input.submit
{
	border: 1px solid #aaa;
	font-size: 15px;
	padding: 5px;
}
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Lists
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* list default values    */
/* ====================== */
ul
{
	list-style-type: disc;
}

ul ul
{
	list-style-type: square;
}

ul ul ul
{
	list-style-type: circle;
}

li, dt, dd
{
	line-height: 1.3em;
}

dt
{
	margin-top: 0.5em;
	font-weight: bold;
}

ol li
{
	margin-top: 0.5em;
}

ol.up-A
{
	list-style-type: upper-alpha;
}

dd.separate
{
	margin-bottom: 2em;
}

li.separate
{
	margin-bottom: 1em;
}

ul.branchview
{
	list-style-type: disc;
	margin: 0.4em 0 0 0;
	padding: 0 0 0 1.6em;
}

ul.branchview-yes
{
	list-style-type: none;
	background: url('yes.gif') top left no-repeat;
	margin: 0.4em 0 0 0;
	padding: 0 0 0 1.6em;
}

ul.branchview-no
{
	list-style-type: none;
	background: url('no.gif') top left no-repeat;
	margin: 0.4em 0 0 0;
	padding: 0 0 0 1.6em;
}

ul.branchview-info
{
	list-style-type: circle;
	margin: 0.4em 0 0 0;
	padding: 0 0 0 1.6em;
}

/* quickview */
/* ========= */

div#quickview ul
{
/*	list-style-type: none;*/
	margin: 0 0.4em 0 1.1em;
	padding: 0;
}

div#quickview div#nonotes ul,
div#quickview div#yesnotes ul
{
	color: #ff0000;
	font-weight: bold;
}

div#quickview ul li
{
	margin-top: 0.3em;
	padding-top: 0.3em;
/*	border-top: 1px solid #cccccc;*/
}
/*
div#quickview ul li.first
{
	padding-top: 0;
	border-top: 0;
}
*/
div#quickview h3
{
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

/* summary */
/* ======= */

ul.summary
{
	list-style-type: disc;
	margin: 0.8em 0 0.8em 0;
	padding: 0 0 0 1.6em;
}

ul.summary li
{
	margin: 0.3em 0 0.6em 0;
}

ul.summary ul
{
	list-style-type: circle;
	margin: 0.3em 0 0.6em 0;
	padding: 0 0 0 1.6em;
}

ul.summary ul li
{
	margin: 0.1em 0 0 0;
}


/* permissions */
/* =========== */

ul.access_list
{
	list-style-type: none;
	margin: 0.4em 0 0 0;
	padding: 0 0 0 1em;
}

ul.access_list li
{
	margin: 0.4em 0 0 0;
	padding: 0.1em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Sections
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* page header            */
/* ====================== */

/* breadcrumb navigation */
div#page-header
{
	margin: 0.2em 0 1.2em 0;
}

div#page-header p.menu
{
	float: right;
	text-align: right;
	margin-top: -0.05em;
	padding: 0 0 0 1em;
}

div#page-header table
{
	background-color: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}

/* page content           */
/* ====================== */

div#page-content p.menu
{
	clear: both;
	float: right;
	text-align: right middle;
	margin-top: 0.4em;
	padding: 0 0.5em 0 0;
}

div#page-content p.nextlink
{
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding: 0 0.5em 0 0;
}

div#page-content p.sublinks
{
	font-size: 12px;
	color: #405871;
	margin: 0;
	padding: 0;
}

.hid
{
	display: none;
	visibility: hidden; /* redundant */
}
.vis
{
	background-color: inherit;
	display: block;
	visibility: visible; /* redundant */
}

/* in general */
p
{
	line-height: 1.3em;
}

/* overlib                */
/* ====================== */

.olFont
{
	font-size: 0.9em;
}
.olCap
{
	width: 24em;
	color: #036;
/*	background-color: #fa3;*/
/*	background-color: #e5ecf3;*/
	background-color: #f0f0f0;
/*	border-bottom: 1px solid #520;*/
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 0.3em 1em 0.3em 0;
}
.olCap A
{
	font-size: 0.8em;
}

.olFG
{
	width: 24em;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
.olFG ul
{
	margin: 0 0.4em 0 1.1em;
	padding: 0;
}
.olFG ul li
{
	margin-top: 0.3em;
	padding-top: 0.3em;
}

.olBG
{
	background-color: #fff;
	border: 1px solid #405871;
	width: 24em;
	margin: 0;
	padding: 0;
}

/* sidebar                */
/* ====================== */
div#quickview
{
	float: right;
	margin: 0 0 1em 1em;
	width: 40%;
	color: inherit;
	background-color: white;
	padding-left: 0.8em;
}

div#quickview div
{
	padding: 0.8em;
	margin-bottom: 0.5em;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
/*	border-left: 9px solid white;*/
}

/* page footer            */
/* ====================== */
div#footer
{
	margin-top: 2em;
	border-top: 1px solid #405871;
	padding-top: 0.6em;
	clear: both;
}

div#footer p.updated
{
	float: left;
	text-align: left;
	padding: 0 0 1em 0;
	margin-top: 0;
	font-weight: bold;
}

div#footer p.menu
{
	float: right;
	text-align: right;
	margin-top: 0;
	padding: 0 0 1em 0;
}

/* google sitesearch      */
/* ====================== */

div#sitesearch
{
	font-size: 0.8em;
	margin-top: 0.4em;
	padding-left: 90px;
/*	height: 30px;*/
	background: url('google-small.gif') top left no-repeat;
}

p#cc
{
	clear: both;
	margin-top: 2em;
	padding: 0.5em;
	border-top: 1px solid #ccc;
	background: #eee;
	font-size: 0.8em;
	text-align: center;
}

a.navlink
{/*
	font-size: 0.9em;
	line-height: 1em;
*/}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Registration Form
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

form#reg ul, form#reg li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

form#reg label {
	width: 10em;
	float: left;
	text-align: right;
	clear: left;
	margin-right: 0.5em;
}

form#reg input {
	text-align: left;
	float: left;
	clear: right;
}

form#reg input.nolabel {
	position: relative;
	clear: both;
	float: none;
	margin-left: 14.5em;
	display: block;
}

form#reg li {
	clear: both;
	width: auto;
	margin-bottom: 0.5em;
	padding: 4px;
	float: left;
	clear: left;
	/* Line up with errored inputs*/
	border: 2px white solid;
}

form#reg br {
	clear: both;
}

form#reg h2 {
	position: relative;
	clear: both;
	float: none;
	display: block;
}

form#reg li.error {
	border: 2px solid #0099FF;
	padding-right: 30px;
	background: url('statmsg_info_wide.gif') center right no-repeat #EEEEEE;
}

span.errormsg {
	font-weight: bold;
	font-size: 65%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Status Messages
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.statmsg
{
	list-style: none;
	padding-left: 1em;
	margin-left: 0;
}

ul.statmsg li.pass
{
	padding-left: 2em;
	background: url('statmsg_pass.gif') top left no-repeat;
}

ul.statmsg li.info
{
	padding-left: 2em;
	background: url('statmsg_info.gif') top left no-repeat;
}

ul.statmsg li.fail
{
	padding-left: 2em;
	background: url('statmsg_fail.gif') top left no-repeat;
}

span.inactive
{
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Navigation Links
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul.nav
{
	list-style-type: none;
	margin: 0.6em 0 1em 0.4em;
	padding: 0;
}

ul.nav li
{
	margin: 0.3em 0 0.3em 0;
	padding: 0.3em 0 0 28px;
}

ul.nav li.back
{
	background: url('back.gif') top left no-repeat;
}

ul.nav li.folder
{
	background: url('folder.gif') top left no-repeat;
}

ul.nav li.quest
{
	background: url('quill.gif') top left no-repeat;
}

ul.nav li.doc
{
	background: url('text.gif') top left no-repeat;
}

ul.nav li.special
{
	background: url('a.gif') top left no-repeat;
}

