﻿.GridView{width:100%;margin-top:15px;-moz-box-shadow:  0 0 2px #333; -webkit-box-shadow: 0 0 2px #333; box-shadow: 0 0 2px #333;}
.GridView_PagerStyle{padding-left:5px;}
.GridView_PagerStyle td{width:20px;text-align:center;}
.GridView_HeaderStyle,.GridView_ItemStyle {text-align:center;}
.GridView_RowStyle{line-height:21px;}
.GridView_RowStyle td:first-child{padding-left:10px;padding-right:0;}
.GridView_RowStyle td:last-child{padding-right:10px;padding-left:0;}
.GridView_AlternatingRowStyle{background-color:#F0F8FF;}
.GridView_PagerStyle > td > table { margin: 0 auto; }
.GridView_PagerStyle a, .GridView_PagerStyle span { display: block; font-weight: bold; text-align: center; text-decoration: none; margin: 6px 4px; padding: 2px 10px; }
/* white */
.GridView_PagerStyle a { color: #606060; border: solid 1px #b7b7b7; background: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: -moz-linear-gradient(top, #fff, #ededed); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); }
	.GridView_PagerStyle a:hover { background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top, #fff, #dcdcdc); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); }
	.GridView_PagerStyle a:active { color: #999; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); background: -moz-linear-gradient(top, #ededed, #fff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff'); }
/* gray */
.GridView_PagerStyle span { color: #e9e9e9; border: solid 1px #555; background: #6e6e6e; background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757)); background: -moz-linear-gradient(top, #888, #575757); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757'); }
	.GridView_PagerStyle span:hover { background: #616161; background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b)); background: -moz-linear-gradient(top, #757575, #4b4b4b); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b'); }
	.GridView_PagerStyle span:active { color: #afafaf; background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888)); background: -moz-linear-gradient(top, #575757, #888); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888'); }

