/* 
MODULE NAME:  gwvrp.css
PURPOSE: Stylesheet for GWVRP application
AUTHOR: Grant Szabo (grant@quagmire.com)
CREATED: 1/30/03
LAST MODIFIED: 2/15/03
*/

body,p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h2 {
	font-size: 13pt; 
	color: Black; 
	font-weight: bold;
}
.fontItalic    {
	font-family: "Times New Roman";
	font-size: 10pt;
	color: black;
	font-weight: normal;
	font-style: italic;
}
.font1    {
	font-size: 10pt; 
	color: black; 
	font-weight: normal}
.font1Bold    {
	font-size: 10pt; 
	color: black; 
	font-weight: bold
}
.font1SmallCaps    {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	font-variant: small-caps;
}	
.font2	{
	font-size: 8pt; 
	color: black; 
	font-weight: normal
}	
.font2Bold	{
	font-size: 8pt; 
	color: black; 
	font-weight: bold
}
.fontShaded	{
  font-size: 10pt; 
  color: Black; 
  font-weight: bold;
  background-color: #dedede;
}
.fontRed  {
	font-size: 10pt; 
	color: red; 
	font-weight: bold
}
.fontRequired {
	font-size: 10pt; 
	color: red; 
	font-weight: normal;
}
.fontblue  {
	font-size: 10pt; 
	color: #333399; 
	font-weight: bold
}
.recordsFound {
	font-family: "Times New Roman";
	font-size: 10pt;
	color: #333399; 
	font-weight: normal;
	font-style: italic;
}
.recordsFoundBold {
	font-family: "Times New Roman";
	font-size: 10pt;
	color: #333399; 
	font-weight: bold;
	font-style: italic;
}
.debug {
	font-size: 9pt; 
	color: White; 
	font-weight: bold;
	background: #BA55D3;
}
.PageTitle {
	font-size: 12pt; 
	color: Black; 
	font-weight: bold;
	letter-spacing: 3px;
}
.SubPageTitle	{
  font-size: 11pt; 
  color: Black; 
  font-weight: bold;
  background-color: #bcb185;
  width: 100%;
}
tr.colHeading {
	font-size: 8pt; 
	color: White; 
	font-weight: bold;
	background-color: #C45151;
}
tr.font1 {
	font-size: 10pt; 
	color: black; 
	font-weight: normal;
	vertical-align: top;
}
td {
	vertical-align: top;
	font-size: 10pt;
}
td.baseline {
	vertical-align: baseline;
}
td.middle {
	vertical-align: middle;
}
td.font1 {
	font-size: 8pt; 
	color: black; 
	font-weight: normal;
	vertical-align: top;
}
td.font1Bold {
	font-size: 8pt; 
	color: black; 
	font-weight: bold;
	vertical-align: top;
}
td.font2 {
	font-size: 10pt; 
	color: black; 
	font-weight: normal;
	vertical-align: top;
}
td.font2Bold {
	font-size: 10pt; 
	color: black; 
	font-weight: bold;
	vertical-align: top;
}
tr.highlight {
	background-color: Yellow;
	font-size: 8pt; 
	color: black; 
	font-weight: bold	
}
iframe.visible {
	visibility: visible;	
}
iframe.hidden {
	visibility: hidden;	
}
.Submit {
	font-size:10px;
	font-weight:bold;
	color: Black;
	font-style : normal;
}
.SubmitRed {
	font-size:10px;
	font-weight:bold;
	background-color: #be1d1a;
	color:#FFFFFF;
	font-style : normal;
}
