﻿body {
    font: 8pt verdana;
}

.MainTable {
	font: 8pt verdana;
	width: 800px;
}

.MainTable .BannerImage {
	border-bottom: 3px solid #4D97B2;
}

.MainTable .NewsSection {
	background-color: #fff;
	border-right: 1px solid #eee;
	height: 200px;
	padding: 5px;
	width: 255px;
}

.MainTable .NewsSection .Header {
	border-bottom: 1px solid #eee;
	color: #616161;
	font: 10pt verdana;
	font-weight: bold;
	width: 90%;
}

.MainTable .NewsSection .Body {
	color: #000;
	font: 8pt verdana;
	padding-left: 10px;
}

.MainTable .SubNews {
	background-color: #EAE8DC;
	border-top: 3px solid #4D97B2;
	height: 150px;
	padding: 5px;
}

.MainTable .Footer {
	background-color: #CCC9C0;
	padding: 5px;
}

.TabBar {
	/*background: url(NavBarFill_DarkGray.jpg);*/
	border-bottom: 3px solid #4D97B2;
	font: 7pt verdana;
	height: 29px;
	width: 800px;
}

.TabBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.TabBar ul li {
	display: inline;
}

.TabBar ul li a {
	/*background: url(NavBarFill_DarkGray.jpg);*/
	background-color: #eee;
	color: #616161; /*#616161*/
	float: left;
	font-weight: bold;
	margin: 0px 1px 0px 0px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
}

.TabBar ul li a:hover {
	background-color: #C5D6E6;
}

.TabBar ul li a.Selected, .TabBar ul li a.Selected:hover {
	background-color: #ffcc17;
	color: #414141;
}

.TabBar input, .TabBar select {
	border: 1px solid #ccc;
	font: 8pt verdana;
}

.SuperTable {
    font: 8pt verdana;
}

.SuperTable input, .SuperTable textarea, .SuperTable select, .File {
    border: 1px solid #ccc;
    font: 8pt verdana;
}

.SuperTable tr td {
    padding: 5px;
}

.SuperTable tr.Header td {
    background-color: #ccc;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
}

.SuperTable tr.Row td {
    background-color: #fff;
}

.SuperTable tr.AltRow td {
    background-color: #eee;
}

.SuperTable tr.HotRow td {
    color: Blue;
    cursor: pointer;
    text-decoration: underline;
}

.SuperTable tr td.Label {
    background-color: #ddd;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    width: 100px;
}

.SuperTable tr td.Field {
    background-color: #eee;
    border-bottom: 1px solid #aaa;
}

.ModalOverlay, #ModalOverlay1 {
	background-color: #333;
	bottom: 0;
	display: none;
	filter: alpha(opacity=75);
	height: 100%;
	left: 0;
	margin: 0;
	-moz-opcaity: 0.75;
	opacity: 0.75;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 102;
}

* html .ModalOverlay, #ModalOverlay1 {
	position: absolute;
}

.ModalPanel {
    background-color: #fff;
    border: 0px solid #000;
    display: none;
    position: absolute;
    z-index: 103;
}