/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    color: Dark Gray;
    FONT-FAMILY: Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

P
{
	font-family: Tahoma, Arial, helvetica;
	font-size: 9pt;
}
		
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.HeaderPanel
{
	font: 9pt Tahoma;
	border-right: #40587d thin solid;
	border-top: #40587d thin solid;
	border-left: #40587d thin solid;
	border-bottom: #40587d thin solid;
}

.BodyPanel
{
	border-right: gray thin solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font: 9pt Tahoma;
	vertical-align: top;
	overflow: auto;
	border-left: gray thin solid;
	padding-top: 10px;
}

.ProductPanel
{
	font: 9pt Tahoma;
	border-right: gray ridge;
	padding-right: 5px;
	border-top: gray thin solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gray thin solid;
	padding-top: 5px;
	border-bottom: gray ridge;
	background-color: white;
}

.FeaturesPanel
{
	border-right: #6c8ca7 thin solid;
	padding-right: 3px;
	border-top: #6c8ca7 thin solid;
	padding-left: 3px;
	padding-bottom: 3px;
	font: 9pt Tahoma;
	overflow: auto;
	border-left: #6c8ca7 thin solid;
	width: 350px;
	padding-top: 3px;
	border-bottom: #6c8ca7 thin solid;
	height: 200px;
	background-color: #a8c8dd;
	text-align: left;
}
.BannerTable
{
	font: 12pt bold Tahoma;
}

.FormLabel
{
	font: 9pt bold Tahoma;
}
.FormField
{
	font: 9pt Tahoma;
}
.ErrorMessage
{
	color: Red;
	font: 9pt bold Tahoma;
}