﻿body
{
	margin: 0 8px 0 8px;
	height: 100%;
	text-align: center;
	color: #333333;
	background-color: white;
	font-family: arial, sans-serif;
}

a
{
	color: #0B5394;
}

th, td
{
	font-size: 10pt;
}

input, select, textarea
{
	font-size: 10pt;
}

.mainTable
{
	width: 980px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.siteTitle
{
	font-size: 32px;
	color: #cc6600;
	padding: 10px 4px 8px 1px;
}

.siteExtra
{
	padding: 10px 0px 8px 4px;
	white-space: nowrap;
	vertical-align: top;
}

.tabBar
{
	border-bottom: solid 1px #dcdcdc;
}

.toolBar
{
	padding: 8px 16px 8px 16px;
	background-color: white;
	border-top: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}

.toolBarLink
{
	color: #0B5394;
	text-decoration: none;
}

.toolBarLink:hover
{
	text-decoration: underline;
}

.leftPane
{
	height: 98%;
	vertical-align: top;
	padding: 12px 12px 12px 16px;
	background-color: White;
	border-top: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}

.rightPane
{
	height: 98%;
	vertical-align: top;
	padding: 12px 16px 12px 16px;
	background-color: White;
	border-top: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}

.singlePane
{
	height: 98%;
	vertical-align: top;
	padding: 12px 16px 12px 16px;
	background-color: White;
	border-top: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
}

.footer
{
	padding: 8px 0px 8px 0px;
	border-top: solid 1px #dcdcdc;
}

.tabContainer
{
	text-align: center;
	border-right: solid 2px white;
}

.tab
{
	color: #0B5394;
	background: #eeeeee;
	font-weight: bold;
	text-decoration: none;
	display: block; /* for padding to work */
	padding: 8px 10px 5px 10px;
}

.tab:hover
{
	text-decoration: underline;
}

.tabSelected
{
	color: #0B5394;
	background: #dcdcdc;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 8px 10px 5px 10px;
}

.tabSelected:hover
{
	text-decoration: underline;
}

.sectionTitle
{
	font-size: 11pt;
	font-weight: bold;
	padding: 0px 4px 2px 0px;
}

.content
{
	padding: 6px 4px 6px 0px;
}

.contentB
{
	padding: 6px 4px 6px 0px;
	border-bottom: solid 1px #eeeeee;
}
