/* datagrid styles */
.link{
/* OVERWRITE BAD LINK FROM STLES.CSS*/
}
.datagrid {
	margin:0px 0px 0px -3px;
	background-color:#fff;
	width:100%;
}
html>body .datagrid{
	margin:0px;
}

.datagrid table {
	border: 1px solid #cfcfcf;
	background:#fff;
	width:100%;
}
.datagrid th {
	background-color:#cfcfcf;
	color:#333;
	padding:2px 4px;
	line-height:16px;
	white-space:nowrap;
}

.datagrid td {
	background-color:#fff8dd;
	color:#666;
	padding:2px 4px;
}

.datagrid a:link, .datagrid a:hover, .datagrid a:active  {
	color:#333;
	text-decoration:none;
}

.datagrid th a:link, .datagrid th a:hover, .datagrid th a:active  {
	color:#333;
	text-decoration:underline;
}

.datagrid a:visited {
	color:#666;
	text-decoration:none;	
}

.datagrid a:hover {
	text-decoration:underline;
}

.datagrid tr.a td {
	background-color:#fff8dd;
	line-height:26px;
	vertical-align:middle;
}

.datagrid tr.b td {
	background-color:#ffffeb;
	line-height:26px;
	vertical-align:middle;
}

.datagrid td.link a {
	padding-left:20px;
	background: url(../images/edit.gif) no-repeat left top;
	display:inline-block;
	line-height:16px;
}
html>body td.link a {
	padding: 2px 0 2px 0;
}
.datagrid tr td.leftData{
	text-align:left;
	border:1px solid #f00;
}
.datagrid tr td.centerData{
	text-align:center;
}
.datagrid .orderBy{
	margin-left:5px;
	vertical-align:middle;
}
.datagrid td.delete img{
	border:none;
}
/***********************************/
.toolbar{
	padding:4px;
	margin-top:2px;
	margin-bottom:2px;
	width:auto;
	background:#efefef;
}
.tableHolder{
	background:#cfcfcf;
}
.toolbar input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#efefef;
	color:#000;
	font-weight:bold;
}
.button{
	width:80px;
	margin:5px 15px 5px 0px;
}
.editTable{
	width:99%;
}
.editTable tr td{
/*	padding-bottom:5px; */
}
.editTable tr td.spacer{
/*	padding-top:15px; */
	border-top:1px dotted #333;
}
.imageLink img{
	border:none;
}
label {
	font-weight:bold;
	line-height:2em;
}
div.hr {
	border-top:1px dotted #ccc;
	margin:2em 8px
}