.detailsViewRowStyle
{
    background-color:#FFFFFF;
    color:#000000;
    font-weight:bold;
}

.detailsViewAlternatingRowStyle
{
    background-color:#829EB8;
    color:#FFFFFF;
    font-weight:bold;
    background:transparent;
	border-top:10px solid #829EB8;
	border-bottom:10px solid #829EB8;
}

.detailsViewStackedHeader
{
	background:url('../images/hdr_blue.gif') repeat-x;
    color:#404040;
    font-weight:bold;
    text-align:left;
    border-top:10px solid #829EB8;
	border-bottom:10px solid #829EB8;
	height:16px;
}



.detailsViewStackedData
{
	background-color:#FFFFFF;
    color:#000000;
    font-weight:normal;
}


.stackedDataCol
{
	text-align:left;
    padding-left:20px;
}


.panelAttributeData
{
	border-color:#829EB8;
	border-style:double;
	border-width:1px;
	width:260px;
}


.report
{
	margin-left:20px;
	margin-right:20px;
	width:90%;
}
