﻿/* -----------------------------------------------------------------------
css framework 0.1
screen.css: reset typography grid forms
----------------------------------------------------------------------- */

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
html,body {line-height:1.5em;}
body,form{height:100%;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
li{ list-style:none;}

/* typography */
body{font-size: 75%;color: #444;background: #fff;font-family: "宋体" , serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {text-decoration:underline;}
a {color:#444;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {width:100%;border-collapse:collapse; table-layout:fixed;}
td{text-overflow:ellipsis; overflow:hidden; white-space:pre;}
th {font-weight:bold; text-align:center; color:#333;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a{color: #FF3300;}

/* grid */
div.container{ float:none;width: 900px; margin: 0 auto; display:block;}
.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:10px;}
.last, div.last {margin-right:0;}
.span-1  { width: 30px;}
.span-2  { width: 68px;}
.span-3  { width: 106px;}
.span-4  { width: 144px;}
.span-5  { width: 182px;}
.span-6  { width: 220px;}
.span-7  { width: 258px;}
.span-8  { width: 296px;}
.span-9  { width: 334px;}
.span-10 { width: 372px;}
.span-11 { width: 410px;}
.span-12 { width: 448px;}
.span-13 { width: 482px;}
.span-14 { width: 520px;}
.span-15 { width: 558px;}
.span-16 { width: 596px;}
.span-17 { width: 634px;}
.span-18 { width: 672px;}
.span-19 { width: 710px;}
.span-20 { width: 748px;}
.span-21 { width: 786px;}
.span-22 { width: 824px;}
.span-23 { width: 862px;}
.span-24, div.span-24 { width: 900px; margin: 0; }
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:16px!important;}
input.span-2, textarea.span-2 {width:54px!important;}
input.span-3, textarea.span-3 {width:92px!important;}
input.span-4, textarea.span-4 {width:130px!important;}
input.span-5, textarea.span-5 {width:168px!important;}
input.span-6, textarea.span-6 {width:206px!important;}
input.span-7, textarea.span-7 {width:244px!important;}
input.span-8, textarea.span-8 {width:282px!important;}
input.span-9, textarea.span-9 {width:320px!important;}
input.span-10, textarea.span-10 {width:358px!important;}
input.span-11, textarea.span-11 {width:396px!important;}
input.span-12, textarea.span-12 {width:434px!important;}
input.span-13, textarea.span-13 {width:472px!important;}
input.span-14, textarea.span-14 {width:510px!important;}
input.span-15, textarea.span-15 {width:548px!important;}
input.span-16, textarea.span-16 {width:586px!important;}
input.span-17, textarea.span-17 {width:624px!important;}
input.span-18, textarea.span-18 {width:662px!important;}
input.span-19, textarea.span-19 {width:700px!important;}
input.span-20, textarea.span-20 {width:738px!important;}
input.span-21, textarea.span-21 {width:776px!important;}
input.span-22, textarea.span-22 {width:814px!important;}
input.span-23, textarea.span-23 {width:852px!important;}
input.span-24, textarea.span-24 {width:890px!important;}

div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}

.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* pager */
.pager{}
.pagercontrol{width:100%; height:30px; float:left; line-height:30px;}
.pager_customInfo{width:40%;float:left;}
.pager_navigate{width:60%; float:left;}
.pager_navigate select{ height:20px; display:inline; vertical-align:middle;}

#ajaxProgresss
{
    z-index: 101;
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: #000;    
    -moz-opacity: 0.50;
    filter: Alpha(Opacity=50, Style=0);
    opacity: 0.50;
    text-align: center;    
    font-size: x-large;
    font-weight: bold;
     _position:absolute;
    _top: expression( eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (documentElement.clientHeight - this.clientHeight) - 1 : document.body.scrollTop + (document.body.clientHeight - this.clientHeight) - 1);
}

#ajaxProgresss_content{
    width:600px; height:100px; line-height:100px; background:#fff; margin:200px auto; z-index:102;
}

#ajaxProgresss_icon1{background:url(images/load.gif); height:91px; width:86px;  display:inline-block;}

#ajaxProgresss_message
{    
    z-index:4;
    color: #FF0000; 
    display:inline;
   
}
