﻿table.MasterFullView
{
	height:80%;
	width: 100%;
}

tr.MasterFullView_Top
{
	color: #FFFFFF;
	background-color: #002d96;
	text-align: left;
	background-image: url('./Background.gif');
	background-repeat: repeat-x;
}

th.MasterFullView_Top
{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ffd275;
	padding-left: 5px;
	padding-right: 5px;
}

tr.MasterFullView_Info
{
	color: #000000;
	background-color: #FFFFFF;
}

td.MasterFullView_Info
{
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ffd275;
}

tr.MasterFullView_Middle
{
	height: 100%;
	width: 100%;
}

td.MasterFullView_Middle
{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #ffd275;
}

table.MasterFullView_Middle
{
	height:100%;
	width: 100%;
}

td.MasterFullView_Navigation
{
	color: black;
	background-color: #e1ecfc;
	width: 200px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
}

.MasterFullView_MinNavigationWidth
{
	width: 200px;
	height: 1px;
}

td.MasterFullView_Content
{
	color: black;
	font-size: 8pt;
	background-color: white;
	vertical-align: top;
}

table.MasterFullView_Content
{
	width: 100%;
	font-size: 8pt;
	background-color: white;
	vertical-align: top;
}

tr.MasterFullView_Bottom
{
	height: 20px;
}

td.MasterFullView_Bottom
{
	color: black;
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}
