/* the css in this file should be able to stand for ANY page in the site */
#PageMessage {
	width: 80%;
	background-color: lightblue;
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	margin: 5px;
}
.errorField {
	border: 1px;
	border-style: solid;
	border-color: red;
	font-weight: bold;
	color: red;
	font-size: 10px;
	padding: 5px;
	white-space: nowrap;
	margin: 2px; padding: 2px;
	margin-left: 5px; 
}
.errorGlobalNotice {
	padding: 2px; 
	margin: 2px;
	font-weight: bold; 
	color: red; 
	border: 1px; 
	border-style: solid; 
	border-color: red; 
	background-color: pink
}

.gridview {}
.gridview_headerrow { background-color: #cccccc; }
.gridview_headercell {}
.gridview_itemrow{  }
.gridview_itemrow_striped { background-color: lightblue; }
.gridview_itemcell {}

