/* Default CSS Stylesheet for a new Web Application project */

 A.menu:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none;
	font-size: 11px; 
    cursor: hand;
    font-weight:bold;
}

A.menu:visited
{   font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none; 
    font-size: 11px; 
    cursor: hand;
    font-weight:bold;  
}

A.menu:visited
{
   cursor: hand;
   font-size:11px;
   font-weight:bold;
}

A.menu:hover
{
   color: #435607; 
   text-decoration: none;
   font-size:11px;
   font-weight:bold;
}



A.bottommenu:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 9px; 
    cursor: hand;
    font-weight:bold;
}

A.bottommenu:visited
{   font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	text-decoration: none; 
    font-size: 9px; 
    cursor: hand;
    font-weight:bold;  
}

A.bottommenu:visited
{
   cursor: hand;
   font-size:9px;
   font-weight:bold;
}

A.bottommenu:hover
{
   color: #435607; 
   text-decoration: none;
   font-size:9px;
   font-weight:bold;
}
.MenuOver
{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   color: #808160; 
   text-decoration: none;
   font-size:11px;
   font-weight:bold;
}
.MenuBottomOver 
{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   color: #435607; 
   text-decoration: none;
   font-size:9px;
   font-weight:bold;
 
}
.ContentTextNormal
{
	font-family:Verdana;
	font-size:9pt;
	font-style:normal;
    color:#435607	
}
.ContentTextItalic
{
	font-family:Verdana;
	font-size:10pt;
	font-style:normal;
    color:#435607	
}
.ContentTextBold
{
	font-family:Verdana;
	font-size:10pt;
	font-style:normal;
	font-weight:bold;  
    color:#435607	
}
.ContentTextHeader
{
	font-family:Verdana;
	font-size:13pt;
	font-style:normal;
	font-weight:bold;  
    color:#435607	
}
.GrayFont
{
	font-family:Verdana;
	font-size:xx-small;
	color:Gray    
	
}
.Scrolling
{
    overflow:auto;
	position:relative;
}
.Content {
  background-color: #FBFBFB;
  border: 1px dashed #DDDDDD;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.header1, h1
		{color: #ffffff; background: #435607; font-weight: bold; font-family: Tahoma, Verdana; font-size: 13px; margin: 0px; padding-left: 2px; height: 21px}
.btnform
		{border: 0px; font-family: tahoma, verdana; font-size: 12px; background-color: #808160; width: 100%; height:18px; text-align: center; cursor: hand;}
.btn
		{background-color: #808160; padding: 0px;}
INPUT
{
	border-right: #808160 1pt solid;
	border-top: #808160 1pt solid;
	border-left: #808160 1pt solid;
	border-bottom: #808160 1pt solid;
}
BODY 
 {
    OVERFLOW-Y: hidden;
	SCROLLBAR-FACE-COLOR: #435607; 
	SCROLLBAR-HIGHLIGHT-COLOR: #E5DCCD; 
	SCROLLBAR-SHADOW-COLOR: #B6A684; 
	SCROLLBAR-3DLIGHT-COLOR: #E5DCCB;
	SCROLLBAR-ARROW-COLOR: #E5DCCB; 
	SCROLLBAR-DARKSHADOW-COLOR: #808160 
 }
 
TEXTAREA
{
    border-right: #808160 1pt solid;
	border-top: #808160 1pt solid;
	border-left: #808160 1pt solid;
	border-bottom: #808160 1pt solid;
}

.formButton {border: 0px; color:White;font-family:verdana,tahoma; font-weight:bold;  font-size: 14px; background-color: #808160; width: 100%; height:20px; text-align: center; cursor: hand;

}
