/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #fbf0ff;
}

.border1px
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}



.txtFooter
{
	font-size: 9px;
	color: black;
}

.tdPadding
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #ffffff;
}

.tdBody
{
	background-color: #def4e4;
}

TD
{
	font-size: 11px;
	color: black;
}

.textbox
{
	font-size: 11px;
}

.tdHeader
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	color: #000000;
	padding-top: 2px;
	background-color: #ccccff;
}


UL
{
	list-style-position: outside;
	list-style-type: square;
}
.divHighlight
{
	background-color: #ffcc99;
}
