/* Default CSS Stylesheet for a new Web Application project */


input, textarea, select {
	
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	width: auto;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.defaultText{
	
	color: #333333;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	text-align: justify;
	
}

.text{
	
	color: #333333;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	text-align: justify;
	
}

.textBold{
	
	color: #333333;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	text-align: justify;
	font-weight: 700;
	
}

.SubButton
{
	
    BACKGROUND-COLOR: #d6e7ef;
    BACKGROUND-POSITION: 0% 50%;
    BACKGROUND-REPEAT: repeat;
    BORDER-BOTTOM: #104a7b 1px solid;
    BORDER-LEFT: #afc4d5 1px solid;
    BORDER-RIGHT: #104a7b 1px solid;
    BORDER-TOP: #afc4d5 1px solid;
    COLOR: #000066;
    CURSOR: hand;
    FONT-FAMILY: tahoma, sans-serif;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none;
	padding-left: 4px;
	padding-right: 4px;
}


.grid	
{
	background-color:#ecf1f6;
	border: 1px solid;
	border-color: #666 #666 #666 #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
}	

.greenText
{
	color: Green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700px;
}

