/*==== RESET ============*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th {
	font-weight: normal;
	text-align: left;
	}
fieldset, iframe {
	border: 0;
	}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	}
li {
	list-style: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	}
body {
	font: 75%/1.5 Helvetica, Arial, Sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
input, button, textarea, select, option, optiongroup {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	}
code, pre, var {
	font-family: Consolas, "Courier New", monospace;
	}
legend {
	color: inherit;
	border: 0;
	}
button, input, select, textarea {
	margin: 0;
	padding: 0;
	line-height: normal;
	vertical-align: middle;
	}
input.button, button {
	cursor: pointer;
	overflow: visible;
	}
textarea {
	overflow: auto;
	resize: none;
	vertical-align: top;
	}
label[for], input[type="button"], input[type="submit"], input[type="reset"] {
	cursor: pointer;
	}
input::-moz-focus-inner, button::-moz-focus-inner {
	border:0;
	padding:0;
	}
button, input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: button;
	}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	}
a:focus {
	outline: 0 none;
	}
.radio-vlign {
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	}
.img-vlign {
	vertical-align: middle;
	}

::-webkit-input-placeholder {
color:#999;
	}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
	}
audio, canvas, video {
	display: inline-block;
	zoom: 1;
	}
audio:not([controls]) {
	display: none;
	}
*[hidden], .hide {
	display: none;
	}
.clearfix {
	zoom: 1;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	}
.clear {
	clear: both;
	}
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.center {
	text-align: center !important;
	}
.vlign-bottom * {
	vertical-align: bottom;
	}
.vlign-middle{
	vertical-align: middle;
	}	
.require {
	color: #c00;
	font-weight: bold;
	}
.black {
	color: #000 !important;
	}
.red {
	color: #c00 !important;
	}
.redSize{
	color: #c00 !important;
	font-size: 12px !important;
	}	
.blue {
	color: #06c !important;
	}
.gray-3 {
	color: #333 !important;
	}		
.gray-6 {
	color: #666 !important;
	}	
.gray {
	color: #999 !important;
	}
.darkgray {
	color: #5a5a5a !important;
	}
.yellow {
	color: #f90 !important;
	}
.orange {
	color: #f60;
	}
.green {
	color: #080 !important;
	}
.blue2 {
	color: #0000FF !important;
	}
.blue3 {
	color: #0065A3 !important;
	}
.blue4{
    color: #025181 !important;
    }	
.blue5{
    color:#0065a3 !important;
}
.purple {
	color: #609 !important;
	}
.darkred {
	color: #900 !important;
	}
.fz12{
	font-size: 12px!important;
	}	
.large {
	font-size: 14px;
	}
.larger {
	font-size: 150%;
	}
.larger2 {
	font-size: 180%;
	}
.lh20{
	line-height: 20px;
	}	
.small {
	font-size: 12px !important;
	}
.simsun {
	font-family: "simsun" !important;
	}	
.marginT-15{
	margin-top: 15px;
	}	
.underline {
	text-decoration: underline !important;
	}
.mb-10{
	margin-bottom: 10px;
	}	
.newIcon,
.newIcon-red {
	display: inline-block;
	width: 25px;
	height: 15px;
	margin: 0px 0 0 3px;
	position: relative;
	top: -6px;
	background: url(../images/new.gif) no-repeat;
	}
.newIcon-red{
	background: url(../images/new-red.gif) no-repeat;
	}		
a {
	color: #0065a3;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	cursor: pointer;
	}
.ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	}	
.pr-30{
    padding-right:30px;
    }
.pl-0{
    padding-left:0px !important;
    }
.mtb5{
	margin: 5px 0;
	}   
.grayBtn{
	background: #f9f9f9;
	display: inline-block;
	border: 1px solid #eee;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	color: #666;
	cursor: pointer;
	margin: 0 5px;
	}	 
.grayBtn:hover{
	text-decoration:none;
	}	