﻿.wdgrid1 div.AspNet-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: 1px solid #dcdcdc;  */
	}
	
.wdgrid1 div.AspNet-GridView table {
        width: 100%;
        border-collapse: collapse;
    }    

.wdgrid1 div.AspNet-GridView table thead 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;
}
		
.wdgrid1 div.AspNet-GridView table thead tr th.sorted {
		padding: 5px 2px 4px 2px;
		background: #003f5e url('../images/grid/row-head-sorted.gif') repeat-x top; 
	}

.wdgrid1 div.AspNet-GridView table thead tr th.sortable {
		padding: 6px 2px 2px 2px; /* alters height of sortable headers */
}    

.wdgrid1 div.AspNet-GridView table thead tr th.sortable:hover {
	    background: url('../images/grid/row-head-hover.gif') repeat-x top;  
	}

.wdgrid1 div.AspNet-GridView table thead tr th.sortable a {
		padding: 4px 3px 2px 2px;
		color: white; 
		text-decoration: none;
		min-height: 1px;
	}

.wdgrid1 div.AspNet-GridView table thead tr th.asc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-asc.gif') center 1px no-repeat;
	}

.wdgrid1 div.AspNet-GridView table thead tr th.sortable a:hover {
		text-decoration: none;
	}
	
.wdgrid1 div.AspNet-GridView table thead tr th.desc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-desc.gif') center 1px no-repeat;
	}
	
.wdgrid1 div.AspNet-GridView table tbody tr td { 
	padding: 2px; 
	color: #404040;
	border: solid 1px #d0d0d0; 
	text-align: left;
	/* border: thin solid;1px;
	border-color: #d9d9d9; */
	}
	
.wdgrid1 div.AspNet-GridView table tbody tr td.rightalign { 
	text-align: right;
	}

.wdgrid1 div.AspNet-GridView table tbody tr td.center { 
	text-align: center;
	}

.wdgrid1 div.AspNet-GridView table tbody tr td a {
		color: #404040; 
		text-decoration: none;
	}
		
.wdgrid1 div.AspNet-GridView table tbody tr td a:hover {
		color:red;
		/* background-color: #6666cc; */
	}

.wdgrid1 div.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td { 
		background: #fcfcfc url('../images/grid/row-alt-gray.gif') repeat-x top;
	}
	
.wdgrid1 div.AspNet-GridView table tbody tr.AspNet-GridView-Selected td { 
		background: #fcfcfc url('../images/grid/row-selected.gif') repeat-x top;
	}

.wdgrid1 div.AspNet-GridView-Pagination {
	min-height: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.wdgrid1 div.AspNet-GridView-Pagination table { 
	/* margin: 2px 0px;  */
	}
	
.wdgrid1 div.AspNet-GridView-Pagination table tbody tr td { 
	padding: 0px; 
	border: none;
	color: #fcfcfc;
	text-align: center;
	}

.wdgrid1 div.AspNet-GridView-Pagination tr.bar { 
	background: #003f5e url('../images/grid/page-bar5.gif') repeat-x;
	height: 22px;
	font-size: 9px;
}
	
.wdgrid1 div.AspNet-GridView-Pagination a { 
	/* color: red; 
	text-decoration: none; */
	}
   
.wdgrid1 div.AspNet-GridView-Pagination a:hover { 
	/* color: #000; 
	text-decoration: none; */
	}

	/* smaller grid */
.wdgrid2 div.AspNet-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: 1px solid #dcdcdc;  */
	}
	
.wdgrid2 div.AspNet-GridView table {
        width: 100%;
        border-collapse: collapse;
    }    

.wdgrid2 div.AspNet-GridView table thead 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 div.AspNet-GridView table thead tr th.sorted {
		padding: 5px 2px 4px 2px;
		background: #003f5e url('../images/grid/row-head-sorted.gif') repeat-x top; 
	}

.wdgrid2 div.AspNet-GridView table thead tr th.sortable {
		padding: 6px 2px 2px 2px; /* alters height of sortable headers */
}    

.wdgrid2 div.AspNet-GridView table thead tr th.sortable:hover {
	    background: url('../images/grid/row-head-hover.gif') repeat-x top;  
	}

.wdgrid2 div.AspNet-GridView table thead tr th.sortable a {
		padding: 4px 3px 2px 2px;
		color: white; 
		text-decoration: none;
		min-height: 1px;
	}

.wdgrid2 div.AspNet-GridView table thead tr th.asc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-asc.gif') center 1px no-repeat;
	}

.wdgrid2 div.AspNet-GridView table thead tr th.sortable a:hover {
		text-decoration: none;
	}
	
.wdgrid2 div.AspNet-GridView table thead tr th.desc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-desc.gif') center 1px no-repeat;
	}
	
.wdgrid2 div.AspNet-GridView table tbody tr td { 
	padding: 2px; 
	color: #404040;
	border: solid 1px #d0d0d0; 
	text-align: left;
	/* border: thin solid;1px;
	border-color: #d9d9d9; */
	}
	
.wdgrid2 div.AspNet-GridView table tbody tr td.rightalign { 
	text-align: right;
	}

.wdgrid2 div.AspNet-GridView table tbody tr td.center { 
	text-align: center;
	}

.wdgrid2 div.AspNet-GridView table tbody tr td a {
		color: #404040; 
		text-decoration: none;
	}
		
.wdgrid2 div.AspNet-GridView table tbody tr td a:hover {
		color:red;
		/* background-color: #6666cc; */
	}

.wdgrid2 div.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td { 
		background: #fcfcfc url('../images/grid/row-alt-gray.gif') repeat-x top;
	}
	
.wdgrid2 div.AspNet-GridView table tbody tr.AspNet-GridView-Selected td { 
		background: #fcfcfc url('../images/grid/row-selected.gif') repeat-x top;
	}

.wdgrid2 div.AspNet-GridView-Pagination {
	min-height: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
.wdgrid2 div.AspNet-GridView-Pagination table { 
	/* margin: 2px 0px;  */
	}
	
.wdgrid2 div.AspNet-GridView-Pagination table tbody tr td { 
	padding: 0px; 
	border: none;
	color: #fcfcfc;
	text-align: center;
	}

.wdgrid2 div.AspNet-GridView-Pagination tr.bar { 
	background: #003f5e url('../images/grid/page-bar5.gif') repeat-x;
	height: 22px;
}
	
.wdgrid2 div.AspNet-GridView-Pagination a { 
	/* color: red; 
	text-decoration: none; */
	}
   
.wdgrid2 div.AspNet-GridView-Pagination a:hover { 
	/* color: #000; 
	text-decoration: none; */
	}

.wdgrid3 div.AspNet-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: 1px solid #dcdcdc;  */
	}
	
.wdgrid3 div.AspNet-GridView table {
        width: 100%;
        border-collapse: collapse;
    }    

.wdgrid3 div.AspNet-GridView table thead 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 div.AspNet-GridView table thead tr th.sorted {
		padding: 5px 2px 4px 2px;
		background: #003f5e url('../images/grid/row-head-sorted.gif') repeat-x top; 
	}

.wdgrid3 div.AspNet-GridView table thead tr th.sortable {
		padding: 6px 2px 2px 2px; /* alters height of sortable headers */
}    

.wdgrid3 div.AspNet-GridView table thead tr th.sortable:hover {
	    background: url('../images/grid/row-head-hover.gif') repeat-x top;  
	}

.wdgrid3 div.AspNet-GridView table thead tr th.sortable a {
		padding: 4px 3px 2px 2px;
		color: white; 
		text-decoration: none;
		min-height: 1px;
	}

.wdgrid3 div.AspNet-GridView table thead tr th.asc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-asc.gif') center 1px no-repeat;
	}

.wdgrid3 div.AspNet-GridView table thead tr th.sortable a:hover {
		text-decoration: none;
	}
	
.wdgrid3 div.AspNet-GridView table thead tr th.desc a {
		/* use this for attaching sort graphic indicators */
		background:transparent url('../images/grid/glyph-desc.gif') center 1px no-repeat;
	}
	
.wdgrid3 div.AspNet-GridView table tbody tr td { 
	padding: 2px; 
	color: #404040;
	border: solid 1px #d0d0d0; 
	text-align: left;
	/* border: thin solid;1px;
	border-color: #d9d9d9; */
	}
	
.wdgrid3 div.AspNet-GridView table tbody tr td.rightalign { 
	text-align: right;
	}

.wdgrid3 div.AspNet-GridView table tbody tr td.center { 
	text-align: center;
	}

.wdgrid3 div.AspNet-GridView table tbody tr td a {
		color: #404040; 
		text-decoration: none;
	}
		
.wdgrid3 div.AspNet-GridView table tbody tr td a:hover {
		color:red;
		/* background-color: #6666cc; */
	}

.wdgrid3 div.AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
	background: #EAEAEA url('../images/grid/row-alt-gray50.gif') repeat-x top;
}
	
.wdgrid3 div.AspNet-GridView table tbody tr.AspNet-GridView-Selected td { 
		background: #fcfcfc url('../images/grid/row-selected50.gif') repeat-x top;
	}

.wdgrid3 div.AspNet-GridView-Pagination {
	min-height: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.wdgrid3 div.AspNet-GridView-Pagination table { 
	/* margin: 2px 0px;  */
	}
	
.wdgrid3 div.AspNet-GridView-Pagination table tbody tr td { 
	padding: 0px; 
	border: none;
	color: #fcfcfc;
	text-align: center;
	}

.wdgrid3 div.AspNet-GridView-Pagination tr.bar { 
	background: #003f5e url('../images/grid/page-bar5.gif') repeat-x;
	height: 22px;
	font-size: 9px;
}
	
.wdgrid3 div.AspNet-GridView-Pagination a { 
	/* color: red; 
	text-decoration: none; */
	}
   
.wdgrid3 div.AspNet-GridView-Pagination a:hover { 
	/* color: #000; 
	text-decoration: none; */
	}
