/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: #747373;
}
.contHeader
{
	background-repeat: no-repeat;
}
.contPage
{
	background-image: url(img/bgPage.gif);
	background-repeat: repeat-y;
}
table.contentPage
{
	BACKGROUND-POSITION-Y: top;
	background-image: url(img/bgPageShine.gif);
	margin: 0px 16px 20px 10px;
	width: 772px;
	background-repeat: no-repeat;
}
td, p
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration: none;
}
a
{
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
a.hrefLogout
{
	color: #ffffff;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
a:hover
{
	color: #FBB316;
	font-family: Verdana, Arial;
	text-decoration: underline;
}
a:active
{
	color: #FF5400;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

a.hrefMainMenu
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration: none;
}
a.hrefMainMenu:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #FBB316;
	font-family: Verdana, Arial;
	text-decoration: none;
}
a.hrefMainMenu:active
{
	font-weight: bold;
	font-size: 11px;
	color: #FF5400;
	font-family: Verdana, Arial;
	text-decoration: none;
}
h1
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration: none;
}
h2
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial;
	text-decoration: none;
	margin-bottom:0px;
}
tr.rowA
{
	background-color: #d0d2d6;
	height: 20px;
}
tr.rowB
{
	background-color: #FFFFFF;
	height: 20px;
}
td.lblField
{
	border-right: #c1c3c8 1px solid;
}
input.rowA
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px;
	width: 200px;
	padding-top: 0px;
	font-family: Verdana, Arial;
}
input.rowB
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 0px;
	width: 200px;
	padding-top: 0px;
	font-family: Verdana, Arial;
}