.grid .formTable {
	width: 100%
}


.grid .noRecords {
	padding: 10px;
	text-align: center;
	color: brown;
	font-size: 14px;
}

.grid th a .selected {
	font-weight: bold;
}


.grid .gridLoading {
	background: #F2F2F2 url(/images/grid/ajax-loader.gif) no-repeat center
		center;
	border: 1px solid #FFA500;
}

.grid .paginationExport {
	float: left;
	width: 120px;
}

.grid .paginationNumbers {
	float: left;
	text-align: center;
	width: 100%;
}

.grid .massActions {
	background-color: beige;
	text-align: right;
}

.grid .massActions .massSelect {
	display: block;
	float: left;
	padding-top: 2px;
}

.grid .massActions * {
	color: #333;
	text-decoration: none;
}

.grid .massActions input {
	margin-left: 10px;
}

.grid td input[type='checkbox'],td input[type='radio'],td textarea:focus {
	border: 1px solid #666;
	background-color: #f4F4F4;
}

table.grid {
	border: 2px solid #FFa500;
	border-collapse: collapse;
	width: 98%;
}

.grid td.alt2 {
	text-align: center;
	background-color: #DEDEDE;
}

.grid td {
	text-indent: 5px;
	padding: 4px 0px 4px 0px;
	color: #333;
}


.grid td.alt,tr.alt  td {
	background: #F6F7F7;
	color: #333;
}


.grid .sum {
	border: 0px;
	background-color: #999;
	color: F4F4F4;
}

