html 
{
    height: 100%;
    padding: 0;
    margin: 0;
}

body 
{
    background-color: White;
	color: black;
	font: normal 10pt Verdana,Arial,sans-serif;
	padding: 0;
	margin: 0;
}

pre
{
    font: normal smaller Courier,monospace;
}

img
{
    border: 0px;
}

/* --------------------- links ------------------------------- */

a 
{
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a:hover 
{
	color: black;
}

/* -------------- title area --------------------------------- */

#site_title 
{
	background: #222 url('../images/cog.png') no-repeat;
	padding: 12px 12px 12px 40px;
}

#site_title h1 	
{
	color: #EED;
	font: normal 16pt sans-serif;
	font-weight: bolder;
	margin: 0 0 1px;
}

#site_title h2 
{
	color: #BFBFB6;
	font: normal 12pt sans-serif;
	margin: 0;
}

/* -------------- menu --------------------------------------- */

#navigation 
{
	background: #353535 url('../images/navigation.jpg') repeat-x;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
	font-size: 10pt;
}

#navigation ul 
{
    display: inline; 
    margin: 0;
}

#navigation ul li 
{
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}

#navigation a 
{
	color: #AAA;
	display: block;
	font-weight: bold;
	padding: 4px 7px;
	text-decoration: none;
}

#navigation a:hover 
{
	background: #444;
	color: #E5E5D5;
	text-decoration: none;
}

#navigation li.current_page_item a 
{
	background: none;
	color: #EEE;
}

#navigation navright
{
    float: right;
    border-left: 1px solid #303030;
}

/* --------------- trail ---------------------------------------------- */

#trail
{
    background-color: Gray;
    color: #aaaaaa;
    padding: 2px 8px 2px 8px;
    border-bottom: 1px solid #333333;  
    font-size: 10pt;  
}

#trail a
{
    text-decoration: none;
    color: #aaaaaa;
}

#trail a:hover
{
    color: black;
}

/* ------------------------ footer ------------------------------ */

#footer 
{
	background: #2A2A2A;
	border-bottom: 1px solid #1A1A1A;
	border-top: 1px solid #333;
	color: #888;
	font-size: 8pt;
	padding: 5px 6px;
}
#footer a {color: #AAA;}
#footer .right,#footer .right a {color: #555;}
#footer a:hover {color: #BBB;}

/* --------------------- table of contents --------------------- */

#index
{
    background-color: #f0f0f0;
}

#index b
{
    padding: 5px;
}

#index ul
{
    padding-left: 20px;
    margin-left: 0;
}

#index li
{
    padding-left: 0;
    margin-left: 0;
}

/* --------------------- content ----------------------------- */

.content
{
    font-size: 10pt;
    padding: 10px;
}

.section_title
{
    font-weight: bold;
    font-size: 12pt;
}

/* --------------------- side bar --------------------------- */

#sidebar
{
    background-color: #f0f0f0;
    border-right: 1px solid black;
    padding: 10px;
}

/* --------------------- form tables --------------------------- */

/* ----------------------------------------
  Forms
------------------------------------------- */

form {margin: 0; padding: 0;}

input {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}
textarea {
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	width: 380px;
}
select {	
	background-color: #E8EBEF;
	border: 1px solid #B1BDC9;
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}
select optgroup {	
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
}


#formleft 
{
	background-color: #e4e4e4;
	font-weight: bold;
   	color: black;
    border-right: 1px solid black;
    padding-right: 8px;
    padding-left: 10px;
    padding-bottom: 4px;
    text-align: right;
    font-size: 10pt;
}

#formright 
{
	background-color: #FEFEFE;
	font-weight: normal;
	color: black;
	padding-right: 10px;
	padding-left: 8px;
	padding-bottom: 4px;
	text-align: left;
	font-size: 10pt;
}

#ftrow,#frow,#frol,#frowl,#fbrow,#fbrowl,#fs
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
   	font-size: 10pt;
}

#ftrow
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #888888;
}

#frow,#frol,#fs
{
    border-bottom: 1px solid #888888;
}

#fs
{
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#frol
{
    border-right: 1px solid #888888;
    border-left: 1px solid black;
    background-color: #eeeeee;
}

#fbrow,#fbrowl
{
    border-bottom: 1px solid black;
}

#fbrowl
{
    border-right: 1px solid #888888;
    border-left: 1px solid black;
    background-color: #eeeeee;
}


