/*Also used by ZF Utils Dynamic grid builder*/

.gridWrapper {
	width:100%;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:auto;
	margin-bottom:20px;
}

.gridColumnRow {
	background-color:#E9E9E9;
	color:#666666;
	height:10px;
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
}

.gridColumnField {
	padding:5px;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.gridDataRowAlert {
	background-color:#FFC1C1;
	padding:5px;
	color:#FFFFFF;
}

.gridDataRow, .gridDataRowEven {
	background-color:#E1F0FF;
}

.gridDataRowEven {
	background-color:#FFFFFF;
}

.gridDataRowHover { 
	background-color:#FFDDDD;
}

.gridDataRowField {
	color:#333333;
/*	border-right:double 1px #cccccc;
	border-bottom:double 1px #cccccc;*/
	text-align:left;
}

.gridDataRowFieldEdit {
	width:20px;
	text-align:center;
	cursor:pointer;
}

.gridDataRowFieldDelete {
	width:20px;
	text-align:center;
	cursor:pointer;
}

.gridButtonsContainer {
	width:300px;
	height:20px;
	float:right;
	margin-bottom:8px;
}

.gridButtonsContainer div {
	float:right;
}

.gridButtonsContainer input {
	cursor:pointer;
}

.gridRowSelectedDelete {
	background-color:#FFC1C1;
	color:#FFFFFF;
}

.gridRowSelectedEdit {
	background-color:#FFFF99;
}

#----gridButtonSelectAll, #----gridButtonClearAll, #----gridButtonApply {
	background-color:#999999;
	border:solid 1px #CCCCCC;
	margin-left:2px;
	color:#FFFFFF;
}