﻿#content
{
	position: relative;
}
table.datagrid
{
	width:100%;
	border: 1px solid silver;
}
table.datagrid thead
{
	background: url(/img/redmond/ui-bg_flat_0_aaaaaa_40x100.png);
}
table.datagrid th
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}
table th.num, .money
{
	text-align: right;
	min-width: 90px;
}
table.datagrid tr
{
	line-height: 15px;
	border-bottom: 1px solid #ccc;
}
tr.odd
{
}
tr.even
{
}
tr.highlight
{
}
tr.highlighterror
{
	background-color: #EF2D2D;
}
table.datagrid td
{
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #ccc;
}
table.datagrid td.first
{
	border-left: 0px solid #CCCCCC;
}
table.datagrid td.num
{
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #ccc;
	width: 70px;
}
td
{
	padding: 3px;
	font-size: 11px;
}
td.rowstatus
{
	width: 12px;
}
#errorcontainer
{
	position: relative;
	float: left;
	height: 10px;
	line-height: 10px;
	width: 0px;
	top: 0;
	left: 0;
}
#innerError
{
	position: absolute;
	left: 0px;
	top: 0;
	border: 1px solid #000;
	height: 23px;
	background-color: #727272;
	background: url(/img/ajax-anim.gif) no-repeat 50% 50%;
	left: -4px;
	top: -4px;
	height: 31px;
}
.errorInfo
{
	display: block;
	width: 20px;
	height: 14px;
	background: url(/img/redmond/ui-icons_cd0a0a_256x240.png) no-repeat -14px -144px;
}
img.rowstatus
{
	width: 10px;
	height: 10px;
	text-align: center;
}
.overlaycontainer
{
	width: 1px;
	font-size: 1px;
	position: relative;
}
.tdReset
{
	height: 0px !important;
	border: 0px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0px !important;
	overflow: hidden !important;
}
.trReset
{
	height: 0px !important;
	line-height: 0px !important;
	border: 0px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0px !important;
	overflow: hidden !important;
}
.overlaytr
{
	border: 1px solid red;
	display: block !important;
	width: 600px;
	height: 10px;
	position: absolute;
	left: -600px;
	left: 0;
}

