\@charset "utf-8";

/* 
	@名称: base
	@功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{
	color:#000;background:#fff;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;padding:0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{
}
input,select,textarea{
	font-size:100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table{
	border-collapse:collapse;border-spacing:0;
}

/* IE bug fixed: th 不继承 text-align*/
th{
	text-align:inherit;
	font-size:12px;
}

/* 去除默认边框 */
fieldset,img{
	border:0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe{
	display:block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym{
	border:0;font-variant:normal;
}

/* 一致的 del 样式 */
del {
	text-decoration:line-through;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:500;
}

/* 去掉列表前的标识, li 会继承 */
/*ol,*/ul {
	list-style:none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {
	text-align:left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500;
}

q:before,q:after {
	content:'';
}

/* 统一上标和下标 */
sub, sup {
    font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}



/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration:underline;
}

/* 默认不显示下划线，保持页面简洁 */
ins,a {
	text-decoration:none;
}

/* 清理浮动 */
.fn-clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.fn-clear {
	zoom:1; /* for IE6 IE7 */
}

/* 隐藏, 通常用来与 JS 配合 */
body .fn-hide {
	display:none;
}

/* 设置内联, 减少浮动带来的bug */
.fn-left,.fn-right {
	display:inline;
}
.fn-left {
	float:left;
}
.fn-right {
	float:right;
}

ul.inline li {
    float: left;
}
/*===========================以下是我加的东西===========================*/
/* 初始化按钮 */
input[type='button'], input[type='submit'], button {
    background: none;
    border: 1px solid #bbb;
    padding: 6px 10px;
    cursor: pointer;
    font: bold 15px "Microsoft YaHei";

border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;

-moz-box-shadow: 2px 2px 1px #000000;
-webkit-box-shadow: 2px 2px 1px #000000;
box-shadow: 2px 2px 1px #000000;
}

/*圆角边框*/
.circle_corner_box { position: relative; background: url(../images/circle_corner/circle_corner_lcenter.gif) left top repeat-y; }
.circle_corner_top, .circle_corner_bottom { position: relative; height: 8px; background: url(../images/circle_corner/circle_corner_tbcenter.gif) left top repeat-x; overflow: hidden; }
.circle_corner_bottom { background-position: left bottom; }
.circle_corner_top .circle_corner_left , .circle_corner_top .circle_corner_right , .circle_corner_bottom .circle_corner_left , .circle_corner_bottom .circle_corner_right { position: absolute; top: 0; width: 9px; height: 8px; background: url(../images/circle_corner/circle_corner_lrtop.gif) left top no-repeat; overflow: hidden; }
.circle_corner_top .circle_corner_left { left: 0; }
.circle_corner_top .circle_corner_right { right: 0; background: url(../images/circle_corner/circle_corner_lrtop.gif) right top no-repeat; }
.circle_corner_bottom .circle_corner_left { left: 0; background-image: url(../images/circle_corner/circle_corner_lrbottom.gif); }
.circle_corner_bottom .circle_corner_right { right: 0; background: url(../images/circle_corner/circle_corner_lrbottom.gif) right top no-repeat; }
.circle_corner_center { padding-left: 7px; padding-right: 7px; padding-bottom: 2px; background: url(../images/circle_corner/circle_corner_rcenter.gif) right top repeat-y; }
.circle_tab { padding: 0px 3px; }

.grid_cond {
    padding: 10px 10px 10px;
}

/*标题栏*/

ul.titlebar {
	/*
    border-bottom: 2px solid #CE0000;
    */
    margin-bottom: 10px;
    clear: both;

    /*
    background-image: url("../images/extends.gif");
    background-repeat: repeat;
    */
    font: normal normal bold 16px "Microsoft YaHei",SimYou;
    border-bottom: 5px groove #6392D6;
}

ul.titlebar li {
	/*
    border-top: 2px solid #CE0000;
    border-left: 2px solid #CE0000;
    border-right: 2px solid #CE0000;
    border-bottom: 2px solid #fff;
    margin-bottom: -2px;
    */
    float: left;
    padding: 5px 5px;
    background-color: #fff;

    background: url(../images/book.gif) no-repeat;
    padding-left: 58px;
}
ul.titlebar li h1 {
    padding: .3em 20px;
    display: inline;
}

/* 查询条件的表单 */
.grid_cond {
    border: 3px solid #E3DDCF;
    background: #f0f0f0;
}
.form_cond {
    clear: both;
}
.cond_elem li {
    float: left;
    padding-right: 15px;
    height: 2.5em;
    line-height: 2.5em;
}
.cond_elem label {
    padding-right: 10px;
}
.cond_elem label:after {
    content: "：";
}
.form_btn {
}
.form_btn input[type='submit'] {
    margin-right: 10px;
}
/* 表格结果 */
.grid_result {
    margin-top: 10px;
    border: 3px solid #E3DDCF;
    padding-bottom: 10px;
    background: #f0f0f0;
    padding: 10px;
}
/* 分页内容 */
.snbc_pager  {
    padding: 10px 0;
    font-size: .9em;
}
.snbc_pager a, .snbc_pager button {
    margin: 0 5px;
    border: 1px solid #bbb;
    height: 30px;
    cursor: pointer;
    width: 40px;
}
.snbc_pager button[disabled=disabled] {
    display: none;
}
.snbc_pager .curr {
    color: red;
    /*font-family: Broadway;*/
    cursor: default;
}
.snbc_pager form {
    display: inline;
}
.snbc_pager form input {
    width: 2em;
    margin: 0 10px;
}
.snbc_pager button.snbc_pager_topage_btn {
    border: 1px solid #aaa;
    padding: 0 5px;
    width: auto;
}
.requiredInputStar{
	color:red;
}
.singleselect{
	color:#804000;
	width:66px;
	display:inline-block;
	/*
	height:22px;
	background: url(../images/inputico/singleselect.png);
	*/
}
.multiselect{
	color:#804000;
	width:66px;
	display:inline-block;
	/*
	height:22px;
	background: url(../images/inputico/multiselect.png);
	
	*/
}
.manualinput{
	/*
	width:22px;
	height:22px;
	background: url(../images/inputico/manualinput.png);
	display:inline-block;
	*/
}
hr{
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 3px 1px #e7d922;
    margin-bottom: 16px;
}

.form-error {border-color: red;}