﻿.detail
{
	margin: 10px;
	font-family: lucida grande,arial,helvetica,sans-serif;
	font-size: 11px;
	background-color: #fff;
}
.detail .footer
{
	text-align:right;
	padding:8px;
}

/* table style */
.detailgrid
{
	border:solid 1px #ad9e87;
	margin: 1.2em 0; 
	padding: 5px;
}

/* cell styles */
.detailgrid td
{
	cursor:default;
	height:20px;
    color:#000;
	padding:2px 8px;
	border-right-style:solid;
	border-right-width:1px;
    border-right-color:#f2e8da;		
	border-bottom-style:solid;
	border-bottom-width:1px;	
    border-bottom-color:#f2e8da;	
}

