body { background: #FFFFFF none repeat scroll 0 0; color: #444444; height: 100%; margin: 0; padding: 0; }

a { background-color: transparent; border: 0 none; color: #0099EE; text-decoration: none; }
a:hover { background-color: transparent; color: #00AAEE; text-decoration: underline; }
a:active, a:focus { color: #FF6600; text-decoration: none; }

div, blockquote, q, iframe, form, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; }
ul, dl, li { list-style: none, outside, none; }
img { border: 0 none; vertical-align: middle; }

body, input, textarea, select, button { font-family: Tahoma, SimSun, sans-serif; font-size: 12px; }
div, p, table, th, td { font-size: 1em; line-height: inherit; }
body, td, textarea { line-height: 1.4em; }
em, i, u, q, s, dl, caption, dfn, var, address, cite, s, strike, del, ins {
    font-style: normal; font-weight: normal; text-decoration: none; }

iframe { border: 0 solid #778899; }
form { display: inline; }

h1 { font-family: SIMHEI, sans-serif; font-size: 24px; font-weight: normal; }
h2 { font-family: SIMHEI, sans-serif; font-size: 20px; font-weight: normal; }
h3 { font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; }
h4 { font-family: Arial, sans-serif; font-size: 14px; font-weight: bold; }
h5 { font-family: SIMSUN, sans-serif; font-size: 13px; font-weight: bold; }
h6 { font-family: SIMSUN, sans-serif; font-size: 12px; font-weight: bold; }
caption { text-align: left; }
hr { background-color: #DDD; border: 0 none; clear: both; color: #DDD; font-size: 1px; height: 1px; line-height: 1px; margin: 7px 0; }
em, i { color: #669900; }
pre, code { font-family: monospace; }

* html textarea { overflow-x: hidden; overflow-y: auto; }
* html iframe, * html frame { overflow: auto; }

table { border-collapse: collapse; border-spacing: 0; }
table.cellspacing { border-collapse: separate; }

input { color: #114477; margin: 0; vertical-align: middle; }
fieldset { border: 1px solid #CCCCCC; padding: 0.5em; }
legend { color: #445566; font-weight: bold; padding: 1px 6px 2px; }

.fl { float: left; }
.fr { float: right; }

.clear { clear: both; font-size: 1px; height: 0; overflow: hidden; visibility: hidden; width: 1px; }
.clearfix { display: block; }
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearself { overflow: hidden; }

.error, .notice, .success { border: 2px solid #DDDDDD; margin-bottom: 1em; padding: 0.8em; }
.error { background: #FBE3E4 none repeat scroll 0 0; border-color: #FBC2C4; color: #664444; }
.notice { background: #FFF6BF none repeat scroll 0 0; border-color: #FFD324; color: #776644; }
.success { background: #E6EFC2 none repeat scroll 0 0; border-color: #C6D880; color: #668844; }
.error a { color: #D12F19; font-weight: bold; }
.notice a { color: #9C6500; font-weight: bold; }
.success a { color: #529214; font-weight: bold; }
.error ul, .notice ul, .success ul { list-style: decimal; margin-left: 20px; margin-right: 10px }
.code { border: 1px solid #DDD; margin-bottom: 1em; padding: 0.8em; background-color: #FFF; font-family: Courier New; }

.fb { font-weight: bold }
.clw { color: #FFF }
.clo { color: #FFFF99 }
.sep10 { margin-left: 10px }
.highlight { color: red }

.visible { display: block; }
.hidden { display: none }
.nowrap { white-space: nowrap; word-wrap: normal; overflow: hidden }
.full-table { height: 100%; table-layout: fixed; width: 100%; }

.help {
    background: none repeat scroll 0 0 #F4F6F9;
    border: 1px solid #C5CDD4;
}
.help .help-title {
    height: 27px; line-height: 27px; font-weight: bold;
    border-bottom: 1px dashed #EEE; margin-left: 20px;
}

.help .help-content ul {
    list-style: none;
    margin: 4px 10px;
}
.help .help-content ul li {
    line-height: 24px;
}
.alert {
    padding: 8px 0 8px 0; margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3; border: 1px solid #fbeed5;
    -webkit-border-radius: 4px; -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert .alert-inner {
    margin-left: 14px; margin-right: 35px;
}
.alert-error, .alert-danger {
    color: #b94a48; background-color: #f2dede; border-color: #eed3d7;
}

.alert-success {
    color: #468847; background-color: #dff0d8; border-color: #d6e9c6;
}
.alert-info {
    color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1;
}
