@charset "utf-8";
/* CSS Document */
/* 全局样式 */
* {
	margin:0;
	padding:0;
}
html {
	font-size: 100%;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	background:#FFF;
	text-align:center;
}
/* Fonts */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: bold;
}
h1 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 31px;
}
h2 {
	font-family:"黑体";
	font-size:24px;
	padding: 5px;
}
h3 {
	font-size: 17px;
	padding: 0 0 10px 0;
}
h4 {
	font-size: 16px;
	padding: 0 0 5px 0;
}
h5 {
	font-size: 14px;
	padding:0 10px;
	font-weight:normal;
}
h6 {
	font-size: 12px;
	padding: 0 0 5px 0;
}
a {
	color: #1774C2;
	text-decoration: none;
}
a:hover {
	color: #000;
    cursor: pointer;
}
a:active {
	color: #777;
}
a:focus {
	outline: 1px;
}
strong {
	color: #333;
	font-size:14px;
	font-weight:normal;
}
p {
	padding: 5px 0 10px 0;
	line-height: 1.6em;
}
img { border:none;}

/*     General Classes     */

.clear {
	clear: both;
}
.align_left {
	float: left;
}
.align_right {
	float: right;
}
/*     Button     */
.right_nav li{list-style:none;}
.right_nav .default a { display:block; background:url(../images/demo_add_05.png) repeat-x; height:30px; line-height:30px; text-align:center; padding:0 10px; font-size:14px; font-weight:bold;  color:#333;}

/*     Common     */

/*zgc*/
.cred{color:red}
.cblue{color:blue}
.cgreen{color:green}

/*警告页面*/
.ajaxbox { border:1px solid #ddd; padding:50px 300px; margin:0 auto; background:url(../images/comm/ajax-ico.png) no-repeat 230px -50px;}
.ajax-title {}
.ajax-title h2 { color:#F26912; font-size:18px; padding-left:0;}

