/* Default CSS Stylesheet for a new Web Application project */

BODY
{
  font-family: verdana, helvetica, sans-serif;
  font-size: .8em;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  word-spacing: normal;
  background: #cccccc;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;  
  scrollbar-arrow-color: white;
  scrollbar-base-color: black;
  scrollbar-dark-shadow-color: white;
  scrollbar-track-color: #2981D5;
  scrollbar-face-color: #336799;
  scrollbar-shadow-color: white;
  scrollbar-highlight-color: #336799;
  scrollbar-3d-light-color: white;  
}

A.sub_links:link{font-size:12; color:#666666;text-decoration:none}
A.sub_links:visited{font-size:12;color:#6A588D;text-decoration:none}
A.sub_links:hover{font-size:12;background:#6A588D;color:white;text-decoration:none}
A.sub_links:active{font-size:12;color:#666666;text-decoration:none}


.subMenu
	{
		BORDER-RIGHT: black thin solid; 
		BORDER-TOP: black thin solid; 
		BORDER-LEFT: black thin solid; 
		BORDER-BOTTOM: black thin solid;
	}
.labelstyleleft 

{
     font-family: Verdana;
     font-weight:bold;
     font-size: 10px;
     color: Black;
     text-align:left;
}

.labelstyle  
{
   font-family: Verdana;
   font-weight:bold;
   font-size: 12pt;
   color: Black;
   text-align:right;
}
.labelstyle2 
{
   font-family: Verdana;
   font-weight:bold;
   font-size: 10pt;
   color: Black;
   text-align:right;
}
.input
{
  background : #FFFFFF;
  color      : #000000;
  border     : 1px solid #095ca6;
}

.textarea
{
  background : #FFFFFF;
  color      : #000000;
  border     : 1px solid #095ca6;
}

.headingbanner
{
  font-family: Verdana;
  font-weight: bold;
  font-size: 12pt;
  color: Black;
  background:#ae9ecc;  
  text-align: left;
  border: 1px solid #000000;
}

.button
{
  background : #cccccc;
  font-family:Verdana,"Arial Black",Verdana,Helvetica;
  color: #000000;
  font-weight:bold;
  border     : 1px solid #cccccc;
  
  border-style:ridge;
}

Span.textFont1
{
  font-family: Verdana;
  font-size: 10pt;
  color: #000000;  
}


Span.textFont2
{
  font-family: Verdana;
  font-size: 12pt;
  color: #000000;  
}

Span.textFont3
{
  font-family: Verdana;
  font-size: 14pt;
  color: #000000;
  font-weight:bold;
}