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

