/*
defines a styles used for FormViews or tables playing this sort of role
*/

TABLE.fv-style
{
	border-style:solid;
	border-color:#507CD1;
	border-width:0px;     
}

.fv-style TH
{
	font: bold 12px Verdana, arial, sans-serif;
	text-align: left;
	color:White;
	padding: 4px;
	background-color: #507CD1;
}

.fv-style TD.data-cell
{
	font: normal 12px Verdana, arial, sans-serif;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	background-color: White;
	border-bottom-style:solid;
	border-bottom-color:#EFF3FB;
	border-bottom-width:1px;
}

.fv-style TD.header-cell
{
	font: normal 12px Verdana, arial, sans-serif;
	text-align: right;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #EFF3FB;
	border-bottom-style:solid;
	border-bottom-color:white;
	border-bottom-width:1px;
}

.fv-style TD.footer-cell
{
	font: bold 12px Verdana, arial, sans-serif;
	color:White;	
	text-align: right;
	padding: 4px;
	background-color: #EFF3FB;
}

.fv-style TD.menu-cell
{
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 2px;
	padding-bottom : 2px;
	border-width:0pt;	
}

.fv-style TR.menu-cell
{
	background: url('../Images/menu-shaded-bg.gif');
}
