/*===========================================*/
/*		BEGIN DATAGRID STYLES								*/
/*===========================================*/










	
/* Grid Header **********************/
.Grid {
	margin: 10px 0;
	background: #FFF;
	font-size: 90%;
	border: solid 1px #BBB;
	}
	
.Grid td,
.Grid th {
	font-weight: normal;
	font-size: 100%;
	background-color: #FFF;
	color: #333;
	border: solid 1px #DDD;
	border-color: #FFF #DDD #DDD #FFF;
	padding: .5em 1em !important;
	}
.Grid td input[type='submit'],
.Grid th input[type='submit'] {
	font-size: 100%;
	}


/* Grid Header background: #A50F10; **********************/
.GridHeader td,
.GridHeader th {
	font-weight: bold !important;
	padding: 6px;
	background: #EEEEEE;
	color: #000;
	text-align: left;
	border: 1px solid #003366;
	border-color: #FFF #DDD #DDD #FFF;
	border-width: 1px 1px 0 1px;
	}
.Grid tr.GridHeader:hover td,
.Grid tr.GridHeader:hover th {
/*	background-color: #366 !important; */
	}
.GridHeader td a,
.GridHeader th a {
	color: #013068 !important;
	}
.GridHeader td a:link {  }
.GridHeader td a:visited {  }
.GridHeader td a:hover { text-decoration: none; }
.GridHeader td a:active {  }

.GridHeader th a:link {  }
.GridHeader th a:visited {  }
.GridHeader th a:hover { text-decoration: none; }
.GridHeader th a:active {  }


.GridNav {
	width: 100%;
	background-color: #EEE;
	border: solid 1px #C9C9C9;
	border-color: #F6F6F6 #C9C9C9 #C9C9C9 #F6F6F6;
	color: #999;
}
.GridNav img {
	border: none;
}

/* Grid Pager **********************/
.GridPager td  {
	background-color: #EEE;
	border: solid 1px #CCC;
	border-color: #F3F3F3 #CCC #CCC #EEE;
	}
.Grid tr.GridPager:hover td {
/*	background-color: #EEE !important; */
	}
.GridPager td a {
	margin: 0 .5em;
	position: relative;
	top: -.25em;
	}
.GridPager td span {
	font-weight: bold;
	color: #366;
	font-size: 150%;
	margin: 0 .5em;
	}
.GridPager td a:link { color: #366; }
.GridPager td a:visited { color: #699; }
.GridPager td a:hover { text-decoration: none; }
.GridPager td a:active { color: #000; }