.PubGrid
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.PubGrid table
{
	border: #fff 1px solid;
	border-width: 0px 1px 1px 1px;
}

.PubGrid tr
{
	margin: 0px;
	padding: 0;
	border-top-width: 0;
}

.PubGrid td
{
	padding: 3px;
	white-space: nowrap;
}

.PubGridHeader
{
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #cccccc;
	vertical-align: top;
	color: black;
	font-weight: normal;
	-moz-user-select: none;
	text-align: left;
	padding: 3px 3px 3px 3px;
}

.PubGridStub
{
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-color: #cccccc;
	vertical-align: top;
	color: black;
	font-weight: normal;
	-moz-user-select: none;
	text-align: left;
	padding: 3px 3px 3px 3px;
}

.PubGridHeaderItem, .PubGridStubItem
{
	vertical-align: top;
	background-color: #e5e5e6;
	text-align: left;
	font-weight: normal;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	padding: 3px 3px 3px 3px;
}

.PubGridUnit
{
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	vertical-align: top;
	font-style: italic;
	background-color: rgb(210, 236, 247);
	text-align: left;
	padding: 3px 3px 3px 3px;
}

.PubGridCell
{
	background-color: white;
	text-align: right;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

.PubGridCellNothing
{
	background-color: #cccccc;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}

.PubGridSource
{
    background-color: white;
    text-align: left;
	padding: 2px 2px 2px 2px;
	border: #fff 1px solid;
}

.PubGridErrorMessage
{
    height: 100%;
    color: Red;
    background-color:white;
}

.PubActionImg
{
	padding: 0px 0px 0px 2px;
	float: right;
}