/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
A:link	
{	
	text-decoration:	none;
	color:	#299926;
	font-weight: bold;
	FONT-SIZE: 11px;
}		
A:visited	
{	
	text-decoration:	none;
	color:	#299926;
	font-weight: bold;
	FONT-SIZE: 11px;
}		
A:active	
{	
	text-decoration:	none;
	color:	#299926;
	font-weight: bold;
	FONT-SIZE: 11px;
}		
A:hover	
{	
	text-decoration:	underline;
	color:	#299926;
	font-weight: bold;
	FONT-SIZE: 11px;
}
INPUT
{
    font-family:Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}
TEXTAREA
{
    font-family:Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}
SELECT
{	
    font-family:Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
}

/* ComponentArt Menu Styling */
.MenuGroup
{
  color:White;
  background-image: url(../images/background.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color:#299926;
  font-family:Arial;
  font-size: 12px;
  font-weight: bold;
  text-align:left;
  padding-left:5px;
}
.MenuItem
{
  color:White;
  background-image: url(../images/background.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color:#299926;
  font-family:Arial;
  font-size: 12px;
  font-weight: bold;
  text-align:left;
  cursor:hand;
  padding-left:15px;
  width:174;
  height:27
}
/* ComponentArt Menu Styling */
.innerTable
{
	font-size: 10px;
}
.header
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
}
.data
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	padding-left:10px;
}
.gridItem
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	color: #094788;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ebebeb;
}
.gridAlternativeItem
{
	font-weight: normal;
	font-size: 10px;
	word-spacing: normal;
	text-transform: none;
	color: #094788;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: azure;
}
.gridHeader
{
	font-weight: bold;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #094788;
}
TABLE
{
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}
