/* table.grid */

table.grid
{
	margin: 0px;
	border-collapse: collapse;
}

.grid tr {
	vertical-align: top;
}

.grid th,.grid .rowId,.grid .noId
{

	border: 1px dotted white;

	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;

	background-color: #47B5FF;


	vertical-align: top;

	/* navalmar */	
	font-weight: normal;
	text-align: center;
	font-family: sans-serif, arial, helvetica;
	font-size: 11px;
	color: white;

}

.grid .rowId
{
	text-align: right;
}

.grid .noId
{
	text-align: right;
	font-size: 0px;
	width: 4px;
}

.grid td
{

	border: 1px dotted black;

	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;

	vertical-align: top;
}

.grid td[buttoncell], .grid th[buttoncell], .grid td.buttoncell
{
	text-align: center;
	background-color: transparent;
	background-color: White;
	
	width: 74px;
	
}

.grid td[buttoncell]:hover, .grid td.buttoncell:hover
{
	cursor: pointer;
}

.grid td[right] {
	text-align: right;
}

.grid th[orderby], .grid td[orderby] {
	cursor: pointer;
}