﻿/* **********************
	General Setup
*********************** */
* 
{
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}

body, html, form, input, div, table, tr, td, img, textarea, select
{
	margin: 0px 0px;
	padding: 0px 0px;
}

img 
{
	border: solid 0px black;
	vertical-align: middle;
}

body, html, form 
{
	width: 100%;
	background-color: #FFFFFF;
}

div 
{
	border: solid 0px black;
}

a:link,
a:visited,
a:active,
a:hover 
{
	color: #0000B7;
	font-weight: bold;
}
a:hover 
{
	color: #ADADAD;
}

/* **********************
	Page Header
*********************** */
table.header 
{
	background-color: #8FC3F7;
	width: 100%;
	height: 24px;
	border-bottom: solid 1px #AA9363;
}

td.header_logo 
{
	width: 16px;
	height: 16px;
	padding: 4px 4px;
	vertical-align: middle;
	text-align: center;
}
td.header_title 
{
	width: auto;
	padding: 4px;

	line-height: 16px;
	font-size: large;
	font-weight: bold;
	white-space: nowrap;
}

td.header_tools
{
	width: auto;
	text-align: right;
	padding: 4px;
}

td.header_tools,
td.header_tools a 
{
	font-size: small;
	font-weight: bold;
}

td.header_tools a:link,
td.header_tools a:active,
td.header_tools a:visited
{
	color: #000000;
	text-decoration: underline;
}

td.header_tools a:hover 
{
	color: #000000;
	text-decoration: underline;
}

td.header_tools ul 
{
	display: inline;
	list-style-type: none;

	padding: 0;
	margin: 0;
}
td.header_tools li
{
	display: inline;

	margin: 4px;
	padding: 0;
}

/* **********************
	General Layout
*********************** */
div.cpBody 
{
	width: 100%;
}
div.cpBodyPadding
{
	margin: 5px;
	padding: 10px;
}

.title
{
	color: #000000;
	font-size: large;
}
.subtitle
{
	color: #000000;
	font-size: medium;
	font-weight: bold;
}
.notation
{
	font-size: .7em;
	font-weight: bold;	
}

div.section
{
	width: 100%;
}
div.sectionPadding,
div.sectionIndented
{
	padding-top: 10px;
	padding-bottom: 10px;
}
div.sectionIndented
{
	padding-left: 15px;
}

