﻿.wdgrid1 table.GridView { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	width: 100%; 
	background-color: #fff; 
	margin: -1px 0 10px 0; 
   border-collapse: collapse;
	/* border: 1px solid #dcdcdc;  */
	}
	
.wdgrid1 table.GridView tr {
	white-space: nowrap;
}

.wdgrid1 table.GridView tr th {
	padding: 5px 3px 2px 2px;
	color: white;
	background: #003f5e url('../images/grid/row-head.gif') repeat-x top;
	font-weight: bold;
	text-decoration: none;
}
		
.wdgrid1 table.GridView tr th.sorted {
		padding: 5px 2px 4px 2px;
		background: #003f5e url('../images/grid/row-head-sorted.gif') repeat-x top; 
	}

.wdgrid1 table.GridView tr th.sortable {
		padding: 6px 2px 2px 2px; /* alters height of sortable headers */
}    

.wdgrid1 table.GridView tr th.sortable:hover {
	    background: url('../images/grid/row-head-hover.gif') repeat-x top;  
	}

.wdgrid1 table.GridView tr th.sortable a {
		padding: 4px 3px 2px 2px;
		color: white; 
		text-decoration: none;
		min-height: 1px;
	}

.wdgrid1 table.GridView tr th.asc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-asc.gif') center 1px no-repeat;
	}

.wdgrid1 table.GridView tr th.sortable a:hover {
		text-decoration: none;
	}
	
.wdgrid1 table.GridView tr th.desc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-desc.gif') center 1px no-repeat;
	}
	
.wdgrid1 table.GridView tr td { 
	padding: 2px; 
	color: #404040;
	border: solid 1px #d0d0d0; 
	text-align: left;
	/* border: thin solid;1px;
	border-color: #d9d9d9; */
	}
	
.wdgrid1 table.GridView tr td.rightalign { 
	text-align: right;
	}

.wdgrid1 table.GridView tr td.center { 
	text-align: center;
	}

.wdgrid1 table.GridView tr td a {
		color: #404040; 
		text-decoration: none;
	}
		
.wdgrid1 table.GridView tr td a:hover {
		color:red;
		/* background-color: #6666cc; */
	}

.wdgrid1 table.GridView tr.GridView-Normal td { 
		background: #fcfcfc;
	}

.wdgrid1 table.GridView tr.GridView-Alternate td { 
		background: #C0C0C0 url('../images/grid/row-alt-gray.gif') repeat-x top;
	}
	
.wdgrid1 table.GridView tr.GridView-Selected td { 
		background: #C0C0C0 url('../images/grid/row-selected.gif') repeat-x top;
	}

.wdgrid1 table.GridView tr.GridView-Page {
	background: #003f5e url('../images/grid/page-bar6.gif') repeat-x top;
	min-height: 1px;
}

.wdgrid1 table.GridView tr.GridView-Page table.Pagination {
	padding:0;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left:auto; 
	margin-right:auto;
	font-size: 9px;
}

.wdgrid1 table.GridView tr.GridView-Page table.Pagination tr {
	height: 22px;
}

.wdgrid1 table.GridView tr.GridView-Page table.Pagination tr td {
	border-style:none;
	text-align: center; 
	color:white
}
	
	/* smaller grid */
.wdgrid2 table.GridView { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8px;
	width: 100%; 
	background-color: #fff; 
	margin: -1px 0 10px 0; 
   border-collapse: collapse;
	/* border: 1px solid #dcdcdc;  */
	}
	
.wdgrid2 table.GridView tr th {
		padding: 5px 3px 2px 2px;
		color: white;
		background: #003f5e url('../images/grid/row-head.gif') repeat-x top;
		/* border-left: solid 1px #525252; */
		font-weight: bold;
		text-decoration: none;
}
		
.wdgrid2 table.GridView tr th.sorted {
		padding: 5px 2px 4px 2px;
		background: #003f5e url('../images/grid/row-head-sorted.gif') repeat-x top; 
	}

.wdgrid2 table.GridView tr th.sortable {
		padding: 6px 2px 2px 2px; /* alters height of sortable headers */
}    

.wdgrid2 table.GridView tr th.sortable:hover {
	    background: url('../images/grid/row-head-hover.gif') repeat-x top;  
	}

.wdgrid2 table.GridView tr th.sortable a {
		padding: 4px 3px 2px 2px;
		color: white; 
		text-decoration: none;
		min-height: 1px;
	}

.wdgrid2 table.GridView tr th.asc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-asc.gif') center 1px no-repeat;
	}

.wdgrid2 table.GridView tr th.sortable a:hover {
		text-decoration: none;
	}
	
.wdgrid2 table.GridView tr th.desc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-desc.gif') center 1px no-repeat;
	}
	
.wdgrid2 table.GridView tr td { 
	padding: 2px; 
	color: #404040;
	border: solid 1px #d0d0d0; 
	text-align: left;
	/* border: thin solid;1px;
	border-color: #d9d9d9; */
	}
	
.wdgrid2 table.GridView tr td.rightalign { 
	text-align: right;
	}

.wdgrid2 table.GridView tr td.center { 
	text-align: center;
	}

.wdgrid2 table.GridView tr td a {
		color: #404040; 
		text-decoration: none;
	}
		
.wdgrid2 table.GridView tr td a:hover {
		color:red;
		/* background-color: #6666cc; */
	}

.wdgrid2 table.GridView tr.GridView-Alternate td { 
		background: #fcfcfc url('../images/grid/row-alt-gray.gif') repeat-x top;
	}
	
.wdgrid2 table.GridView tr.GridView-Selected td { 
		background: #fcfcfc url('../images/grid/row-selected.gif') repeat-x top;
	}
	
.wdgrid2 table.GridView tr.GridView-Selected td { 
		background: #C0C0C0 url('../images/grid/row-selected.gif') repeat-x top;
	}

.wdgrid2 table.GridView tr.GridView-Page {
	background: #003f5e url('../images/grid/page-bar6.gif') repeat-x top;
	min-height: 1px;
}

.wdgrid2 table.GridView tr.GridView-Page table.Pagination {
	padding:0;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left:auto; 
	margin-right:auto;
	font-size: 9px;
}

.wdgrid2 table.GridView tr.GridView-Page table.Pagination tr {
	height: 22px;
}

.wdgrid2 table.GridView tr.GridView-Page table.Pagination tr td {
	border-style:none;
	text-align: center; 
	color:white
}
	

.wdgrid3 table.GridView { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	width: 100%; 
	background-color: #fff; 
	margin: -1px 0 10px 0; 
   border-collapse: collapse;
	/* border: 1px solid #dcdcdc;  */
	}
	
.wdgrid3 table.GridView tr th {
		padding: 5px 3px 2px 2px;
		color: white;
		background: #003f5e url('../images/grid/row-head.gif') repeat-x top;
		/* border-left: solid 1px #525252; */
		font-weight: bold;
		text-decoration: none;
}
		
.wdgrid3 table.GridView tr th.sorted {
		padding: 5px 2px 4px 2px;
		background: #003f5e url('../images/grid/row-head-sorted.gif') repeat-x top; 
	}

.wdgrid3 table.GridView tr th.sortable {
		padding: 6px 2px 2px 2px; /* alters height of sortable headers */
}    

.wdgrid3 table.GridView tr th.sortable:hover {
	    background: url('../images/grid/row-head-hover.gif') repeat-x top;  
	}

.wdgrid3 table.GridView tr th.sortable a {
		padding: 4px 3px 2px 2px;
		color: white; 
		text-decoration: none;
		min-height: 1px;
	}

.wdgrid3 table.GridView tr th.asc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-asc.gif') center 1px no-repeat;
	}

.wdgrid3 table.GridView tr th.sortable a:hover {
		text-decoration: none;
	}
	
.wdgrid3 table.GridView tr th.desc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-desc.gif') center 1px no-repeat;
	}
	
.wdgrid3 table.GridView tr td { 
	padding: 2px; 
	color: #404040;
	border: solid 1px #d0d0d0; 
	text-align: left;
	/* border: thin solid;1px;
	border-color: #d9d9d9; */
	}
	
.wdgrid3 table.GridView tr td.rightalign { 
	text-align: right;
	}

.wdgrid3 table.GridView tr td.center { 
	text-align: center;
	}

.wdgrid3 table.GridView tr td a {
		color: #404040; 
		text-decoration: none;
	}
		
.wdgrid3 table.GridView tr td a:hover {
		color:red;
		/* background-color: #6666cc; */
	}

.wdgrid3 table.GridView tr.GridView-Alternate td {
	background: #EAEAEA url('../images/grid/row-alt-gray50.gif') repeat-x top;
}
	
.wdgrid3 table.GridView tr.GridView-Selected td { 
		background: #fcfcfc url('../images/grid/row-selected50.gif') repeat-x top;
	}
	
.wdgrid3 table.GridView tr.GridView-Page {
	background: #003f5e url('../images/grid/page-bar6.gif') repeat-x top;
	min-height: 1px;
}

.wdgrid3 table.GridView tr.GridView-Page table.Pagination {
	padding:0;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left:auto; 
	margin-right:auto;
	font-size: 9px;
}

.wdgrid3 table.GridView tr.GridView-Page table.Pagination tr {
	height: 22px;
}

.wdgrid3 table.GridView tr.GridView-Page table.Pagination tr td {
	border-style:none;
	text-align: center; 
	color: #fcfcfc;
}



/* smaller grid for lower resolutions */

.wdgrid4 table.GridView { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8px;
	width: 100%; 
	background-color: #fff; 
	margin: -1px 0 10px 0; 
   border-collapse: collapse;
	/* border: 1px solid #dcdcdc;  */
	}
	
.wdgrid4 table.GridView tr th {
		padding: 5px 3px 2px 2px;
		color: white;
		background: #003f5e url('../images/grid/row-head.gif') repeat-x top;
		/* border-left: solid 1px #525252; */
		font-weight: bold;
		text-decoration: none;
}
		
.wdgrid4 table.GridView tr th.sorted {
		padding: 5px 2px 4px 2px;
		background: #003f5e url('../images/grid/row-head-sorted.gif') repeat-x top; 
	}

.wdgrid4 table.GridView tr th.sortable {
		padding: 6px 2px 2px 2px; /* alters height of sortable headers */
}    

.wdgrid4 table.GridView tr th.sortable:hover {
	    background: url('../images/grid/row-head-hover.gif') repeat-x top;  
	}

.wdgrid4 table.GridView tr th.sortable a {
		padding: 4px 3px 2px 2px;
		color: white; 
		text-decoration: none;
		min-height: 1px;
	}

.wdgrid4 table.GridView tr th.asc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-asc.gif') center 1px no-repeat;
	}

.wdgrid4 table.GridView tr th.sortable a:hover {
		text-decoration: none;
	}
	
.wdgrid4 table.GridView tr th.desc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-desc.gif') center 1px no-repeat;
	}
	
.wdgrid4 table.GridView tr td { 
	padding: 2px; 
	color: #404040;
	border: solid 1px #d0d0d0; 
	text-align: left;
	/* border: thin solid;1px;
	border-color: #d9d9d9; */
	}
	
.wdgrid4 table.GridView tr td.rightalign { 
	text-align: right;
	}

.wdgrid4 table.GridView tr td.center { 
	text-align: center;
	}

.wdgrid4 table.GridView tr td a {
		color: #404040; 
		text-decoration: none;
	}
		
.wdgrid4 table.GridView tr td a:hover {
		color:red;
		/* background-color: #6666cc; */
	}

.wdgrid4 table.GridView tr.GridView-Alternate td {
	background: #EAEAEA url('../images/grid/row-alt-gray50.gif') repeat-x top;
}
	
.wdgrid4 table.GridView tr.GridView-Selected td { 
		background: #fcfcfc url('../images/grid/row-selected50.gif') repeat-x top;
	}
	
.wdgrid4 table.GridView tr.GridView-Page {
	background: #003f5e url('../images/grid/page-bar6.gif') repeat-x top;
	min-height: 1px;
}

.wdgrid4 table.GridView tr.GridView-Page table.Pagination {
	padding:0;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left:auto; 
	margin-right:auto;
	font-size: 9px;
}

.wdgrid4 table.GridView tr.GridView-Page table.Pagination tr {
	height: 22px;
}

.wdgrid4 table.GridView tr.GridView-Page table.Pagination tr td {
	border-style:none;
	text-align: center; 
	color: #fcfcfc;
}
