﻿body
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
}

table
{
	font-family: Verdana;
	font-size: 8pt;
}

.ptblcont
{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 1px;
}

.ppnltblcont
{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.btn
{
	background-color: white;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Arial, Verdana;
	font-size: 9pt;
	height:25px;
}

.btn:hover
{
	background-color: #ffcc66;
}


.btncontainer
{
	background-color: darkgray;
	height: 35px;
	width: 100%;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

.btn2
{
	border-right: darkgray 3px solid;
	border-top: gainsboro 2px solid;
	border-left: gainsboro 2px solid;
	border-bottom: darkgray 3px solid;
	font-size: 11px;
	color: #31313d;
	background-color: lightgrey;
	font-family: Verdana;
}


.homeTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: darkred;
	border-bottom: firebrick 2px solid;
}


.ttitle
{
	font-weight: bolder;
	font-size: 10pt;
	vertical-align: middle;
	color: white;
	background-color: peru;
	text-align: left;
	height: 23px;
	border-right: darkorange thin outset;
	border-top: darkorange thin outset;
	border-left: darkorange thin outset;
	border-bottom: darkorange thin outset;
	text-indent: 4pt;
}

.labeltext
{
	color: dimgray;
	
}

.reqlabeltext
{
	font-weight: bold;
	color: red;
}

.inputtext
{
}

.readonlytext
{
	background-color: gainsboro;
}

.inputcomment
{
	border-right: darkred 1px solid;
	border-top: darkred 1px solid;
	border-left: darkred 1px solid;
	border-bottom: darkred 1px solid;
}


.sectiontitletext
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	font-weight: bold;
	border-left: gray thin solid;
	color: black;
	border-bottom: gray thin solid;
	background-color: lavender;
}

.subsectiontitletext
{
	color: blue;
	background-color: silver;
}


.grid
{
	border-right: #990000 thin solid;
	padding-right: 4px;
	border-top: #990000 thin solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: #990000 thin solid;
	padding-top: 4px;
	border-bottom: #990000 thin solid;
}

.gridTitle
{
	font-weight: bold;
	color: white;
	background-color: #3F3F3F;
	text-align: center;
}

.gridpager
{
	font-weight: bold;
	color: white;
	background-color: gray;
	text-align: right;
}

.gridDetailNormal
{
	border-right: #0066cc thin solid;
	border-top: #0066cc thin solid;
	border-left: #0066cc thin solid;
	border-bottom: #0066cc thin solid;
	color: black;
}

.griddetailhighlight
{
	background-color: lightgreen;
}

.gridDetailAlternate
{
	border-right: #0066cc thin solid;
	border-top: #0066cc thin solid;
	border-left: #0066cc thin solid;
	border-bottom: #0066cc thin solid;
	color: black;
	background-color: blanchedalmond;
}


.mtablecontainer
{
	width: 150px;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	padding-bottom: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
}


.mtitlecontainer
{
	height: 20px;
}


.menustyle
{
	background-color: tan;
	color: black;
	border: 0px;
	border-color: #3F3F3F;
	border-bottom-color: black;
	border-top-color: #808080;
	border-left-color: #808080;
	border-right-color: black;
	border-style: ridge;
	font-size: 8pt;
	font-family: verdana;
}

.menupanel
{
	background-color: tan;
	color: black;
	border: 1px;
	border-color: #3F3F3F;
	border-bottom-color: black;
	border-top-color: #808080;
	border-left-color: #808080;
	border-right-color: black;
	border-style: ridge;
	font-size: 8pt;
	font-family: verdana;
	width: 100%;
}

.menuitem
{
	padding: 2px;
	padding-left: 5px;
	padding-right: 15px;
	color: black;
	border: 1px;
	border-style: solid;
	background-color: wheat;
}

.mouseup
{
	background-color: burlywood;
	color: white;
	padding: 2px;
	padding-left: 5px;
	padding-right: 15px;
	border: 1px;
	border-color: #3F3F3F;
	border-style: solid;
	cursor: pointer;
	cursor: hand;
}
.mouseover
{
	background-color: #3B5386;
	color: white;
	padding: 2px;
	padding-left: 5px;
	padding-right: 15px;
	border: 1px;
	border-color: #3F3F3F;
	border-left-color: #8A99BA;
	border-top-color: #8A99BA;
	border-right-color: black;
	border-bottom-color: black;
	border-style: ridge;
	cursor: hand;
}
.mousedown
{
	background-color: #3B5386;
	color: white;
	padding: 2px;
	padding-left: 5px;
	padding-right: 15px;
	border: 1px;
	border-color: #3F3F3F;
	border-right-color: #8A99BA;
	border-bottom-color: #8A99BA;
	border-left-color: black;
	border-top-color: black;
	border-style: solid;
	cursor: pointer;
	cursor: hand;
}

