@charset "utf-8";
/* CSS Document */

body, header, footer, nav, section, aside, h1, h2, h3, h4, h5, h6, p, div, ul,ol, li, dl, dt, dd, strong, textarea,input{
	margin: 0;
	padding: 0
}
body, input, button, textarea, select {
	font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1', Arial, Helvetica, sans-serif;
	-moz-border-radius:0; 
	-ms-border-radius:0;
    -webkit-border-radius:0;  
     border-radius:0; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
input, button, textarea, select {
	-webkit-appearance: none;
}

li{ list-style:none}

img {
	vertical-align: middle;
	border: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	color: #909090;
	text-decoration: none;
	outline: 0
}
*, ::after, ::before {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-o-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none
}
img {
	max-width: 100%;
}


	
#AspNetPager1{ display:block; width:100%; overflow:hidden; margin-bottom:15px; margin-top:15px;text-align:center}
#AspNetPager1 a{ display:inline; padding:5px 8px 5px 8px; background:#1ABB99; color:#252525;margin-left:3px; margin-right:3px;}
#AspNetPager1 .cpb  { color:red  }