﻿body
{
	font-family: Arial, Verdana;
	background-color: Silver;
}
.hideContent
{
	visibility: hidden;
}
.rootDiv
{
	background-color: Silver;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	vertical-align: top;
	width: 100%;
}
.bannerTable
{
	border-left-style: solid; 
	border-right-style: solid; 
	border-left-width: 3px; 
	border-right-width: 3px; 
	border-color: Gray; 
	vertical-align: top; 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.logoBox
{
	height: 135px; 
	width: 200px; 
	cursor: hand;
	vertical-align: middle; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-color: #000000; 
	background-image: url('images/masters/iptmlogo.png');
}
.titleBox
{
	height: 39px; 
	width: 600px; 
	vertical-align: text-top; 
	background-image: url('images/masters/titlebanner.png');
}
.bannerLabel
{
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: Black;
}
.searchBox
{
	height: 135px; 
	width: 200px; 
	background-color: #000000; 
	vertical-align: text-bottom;
	padding-left: 10px;
	padding-right: 10px; 
	text-align: right;
}
.bannerImages
{
	border-width: 0px; 
	vertical-align: bottom;
	height: 92px; 
	width: 600px; 
	vertical-align: bottom; 
	background-color: Black;
}
.menuRow
{
	background-color: Black;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.headerSeparator
{
	background-image: url('images/masters/checkedborder.jpg'); 
	background-repeat: no-repeat; 
	vertical-align: top; 
	background-position: center; 
	border-color: Black; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-left-width: thin; 
	border-right-width: thin; 
	border-bottom-style: solid; 
	border-bottom-width: thick;
}
.bodyTable
{
	border-left-style: solid; 
	border-right-style: solid; 
	border-left-width: 3px; 
	border-right-width: 3px; 
	border-color: Gray; 
	vertical-align: top; 
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
}
.leftNavBar
{
	background-color: Black; 
	vertical-align: top;
	width: 145px; 
	height: 100%;
}
.mainContent
{
	background-color: White; 
	vertical-align: top; 
	text-align: left; 
	padding-left: 5px;
	padding-right: 5px; 
	padding-top: 2px;
	font-size: small;
}
.leftNavFooter
{
	background-color: Black; 
	width: 145px; 
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
.footerText
{
	text-align: center; 
	vertical-align: middle; 
	background-color: Black;
	color: White;
	font-size: small;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}
