/* Default CSS Stylesheet for a new Web Application project */


body {
	background-color : #CCCCCC;
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	
}

h2 {
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size : 16pt;
	font-weight : bold;
}

table {

}

td {
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size : 9pt;
}

.footer {
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size : 8pt;
}

.navcell {
	background-color : #CCCCCC;
	font-size : 8pt;
}

.navHead {
	background-color : #777B88;
	font-weight : bold;
	text-align : center;
}

.tblHead {
	background-color : #4682B4;
	font-weight : bold;
	color: #ffffff;
	font-size : 10pt;
}

.gencell {
	background-color : #fffffe;
}

.wrappercell {
	background-color : #000000;
}

.headercell {
	background-color : #4682B4;
}

p {
	text-indent : 15px;
	text-align : justify;
	padding-top : 4;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	margin-bottom : 4;
	margin-top : 5;
}

A.breadcrumb {
	color : #003399;
}

A.navlink {
	color : #003399;
	text-decoration : none;
	font-weight : bold;
}

A.navlink:hover {
	color : #CCCCCC;
	text-decoration : none;
	background-color : #003399;
}

input {
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size : 8pt;
}

input.myradio{
	background-color : #ffffff;
}

.gridmonkey {
	background-color : #eeeeee;
	text-align : center;
}

.TextBoldUnderScore 
{
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight :bold; 
	font-style :italic;
	text-decoration :underline;
}
.TextBold
{
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight : bold; 
}
.TextNormal
{
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size : 10pt;
	font-weight:normal;  
}
.TextTitle
{
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size : 14pt;
	font-weight: bold;
}
.MainTable
{
	background-color: White;
	border:solid 1px black;
	border-style:solid;
	width:100%;
}

.TableYellow
{
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	background-color:#ffffdd;
	border:solid 1px black;
}

.Grid
{
	border:solid 1px black;
}

.Grid td
{
	border:solid 1px black;
	
	padding:2px 2px 2px 2px;
}

.GridLeftAlign
{
	border:solid 1px black;
}

.GridHeader
{
	background-color : #4682B4;
	font-weight : bold;
	color: #ffffff;
	font-size : 10pt;
}

.GridItem
{
	background-color:White;
}

.GridAltItem
{
	background-color:#cccccc;
}

.HeaderTab
{
	border-left-color:Black;
	border-right-color:Black;
	border-top-color:Black;
	border-bottom-color:None;
	border-right:solid 1px black;
	border-left:solid 1px black;
	border-top:solid 1px black;
	
}
.tdStepColor
{
	background-color:#BDEDFF;
	font-family : 'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight : bold; 
}