﻿body
{
	background-color: #334161;
	font-family: Verdana;
	margin: 0;
}

div
{
	margin: 0;
	padding: 0;
}

.redBold
{
	color: Red;
	font-weight: bold;
}

.redSmallBold
{
	color: red;
	font-size: .75em;
	font-weight: bold;
}



/* search table layout styles */
table
{
	width: 100%;
}

td
{
	vertical-align: top;
	padding: 3px;
}

.searchTbl
{
	background-color: #333333;
	font-family: Arial;
}

.searchTbl td
{
	background-color: #fff;
	padding-left: 3px;
}

.searchTbl .hdr
{
	font-weight: bold;
	text-align: center;
}

.searchTbl .hdrLeft
{
	font-weight: bold;
	text-align: left;
}

.searchTbl .hdrRt
{
	font-weight: bold;
	text-align: right;
}

.searchTbl .hdrPadLeft
{
	font-weight: bold;
	padding-left: 35px;
	text-align: left;
}

.searchTbl .hdrRed
{
	color: Red;
	font-weight: bold;
	text-align: center;
}

.searchTbl .cellRt
{
	text-align: right;
}

.searchTbl .cellCntr
{
	text-align: center;
}

.searchTbl .hdrLeftCov
{
	font-weight: bold;
	text-align: left;
}

.searchTbl .cellLeftCov
{
	text-align: left;
	width: 49%;
}

.searchTbl .center
{
	text-align: center;
}


/* multiview tab styles */
a.tabButton:link, a.tabButton:visited
{
	padding: 5px;
	font-size: .9em;
	margin: 20px 2px 0 2px;
	display: inline-block;
	background-color: #dee7f7;
	border: 1px solid #black;
	border-bottom: none;
}

a.tabButton:hover, a.activeTab:hover
{
	background-color: #3366cc;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.activeTab:link, a.activeTab:visited
{
	padding: 5px;
	font-size: .9em;
	margin: 20px 2px 0 2px;
	display: inline-block;
	background-color: #3366cc;
	text-decoration: none;
	color: White;
	font-weight: bold;
	border: 1px solid #black;
	border-bottom: none;
}

.mvContainer
{
	background-color: White;
	border: solid 1px Black;
	padding: 5px;
}
