﻿html, body { height: 100%; margin: 0; padding: 0;}
html {
    background: #5f5f5f url("Images/html_bg_black.png") repeat-x;
}
body {
    background: url("Images/body_back.png") no-repeat center center;
    font-size: .75em;
    font-family: "Microsoft Yahei", "Tahoma", "SimSun" !important;
    color: #333; 
}
input, select, textarea, button {
    font-family: "Microsoft Yahei", "Tahoma", "SimSun" !important;
}
.ui-widget { 
    font-family: "Microsoft Yahei", "Tahoma", "SimSun", sans-serif !important;
    font-size: 1.0em !important;
}

div.north {
    background: url("Images/xt.png") no-repeat bottom center;
    padding-bottom: 10px;
}

section { margin-bottom: 20px; }
    
/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin:.6em 0;}

h1          { font-size: 2.6em; }
section h1  { font-size: 2.1em; margin-bottom: 2px;}
h2          { font-size: 2em; margin-bottom: 2px;}
h3          { font-size: 1.6em; margin-bottom: 0; }
h4          { font-size: 1.4em; }
h5          { font-size: 1.1em; }
h6          { font-size: 1em; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

hgroup h1,
hgroup h2 {
    margin: 0;
    padding: 0;
}

/* Aside Headings */
aside h1 { font-size: 1.154em; }
aside h2 { font-size: 1.077em; }
aside h3, aside h4, aside h5, aside h6 { font-size: 1em; }

/* Lists */
li ul, li ol { margin:0 }
dl           { margin: 0 0 1.5em 0; }
dl dt        { font-weight: bold; }
dd           { margin-left: 1.5em;}

/* Text elements */
p           { margin: 0 0 1em; line-height: 1.538em; }
p img.left  { float: left; margin: 0.923em 0.923em 0.923em 0; padding: 0; }
p img.right { float: right; margin: 0.923em 0 0.923em 0.923em; }

a           { color:#0071bc; text-decoration: none; outline: none; }
a:hover     { text-decoration: underline; }
a img       { border: none; }

blockquote  { margin: 0.923em; 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 0.923em; font-style: italic; }
del         { color:#666; }

pre         { margin: 0.923em 0; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.462em; }

header, footer,
nav, section { display: block; }

      
    
/* Body */
#body {
    padding-bottom: 85px;
    padding-top: 10px;
}

    
.form-field input[type="password"] {
    background: #fff url("../content/images/inputBackground.png") repeat-x;
    border: solid 1px #ccc;
    color: #7f8c7d;
    font-size: 1.25em;
    padding: 5px 0 5px 10px;
    width: 300px;
    vertical-align: middle;
}
            
.form-field textarea {
    font-size: 1em;
    height: 200px;
    padding-top: 5px;
}
            
            
.form-field input[data-val-required],
.form-field textarea[data-val-required] {
    border-left: solid 5px #52a4ca; 
}
            
.form-field input[type="checkbox"]
{
    border-left: none;
}
            
.form-field input.input-validation-error,
.form-field textarea.input-validation-error {
    border-left: solid 5px #ca5252;
}
            
/* flyout Text */
.field-hint-message,
.field-validation-error {
    font-size: 0.8em;
    left: 330px;
    line-height: 1.2em;
    padding: 5px;
    /*position: absolute;
    top: 30px;
    width: 400px;
    z-index: 550;*/
}
            
.field-hint-message {
    display: none;
    background-color: #eff7fa;
    border: solid 1px #52a4ca;
                
}
            
.field-validation-error {
    display: block;
    background: #fbe3e4 url(./Images/s_error.png) no-repeat 0 7px;
    padding-left: 15px;
    /*border: solid 1px #c13a3f;*/
}
            
.form-field input:focus ~ .field-hint-message {
    display: block;
}
            
input:focus .field-validation-error .field-hint-message {
    display: none;
}
            
/*.form input[type="submit"] {
    background-color: #4585aa;
    background-image: -ms-linear-gradient(top, #4585aa 0%, #376783 100%);
    background-image: -o-linear-gradient(top, #4585aa 0%, #376783 100%);
    background-image: -webkit-linear-gradient(top, #4585aa 0%, #376783 100%);
    background-image: linear-gradient(top, #4585aa 0%, #376783 100%);
    border: solid 1px #376783;
    box-shadow: inset 0px 0px 1px rgba(255,255,255,1), 1px 1px 1px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 500;
    text-decoration: none;
    width: 100px;
    margin: 0 10px 0 0;
}
        
.form input[type="submit"]:hover { 
    background-color: #307A25;
    background-image: -ms-linear-gradient(top, #307A25 0%, #2C9E1B 100%);
    background-image: -o-linear-gradient(top, #307A25 0%, #2C9E1B 100%);
    background-image: -webkit-linear-gradient(top, #307A25 0%, #2C9E1B 100%);
    background-image: linear-gradient(top, #307A25 0%, #2C9E1B 100%);
    border-color: #307A25;
}*/
        
.form a.cancel {
    font-size: 1.25em;
}
        
.form input:focus  {
    outline: none;
}
        
.form img {
    margin: 15px 0;
    display: block;
}
        
.validation-summary-errors,
.field-validation-error {
    color: #c13a3f;
}
        
.validation-summary-errors {
    font-size: 1.25em;
    font-weight: 600;
}
        
.PoliteCaptcha.editor-field .field-validation-error {
    position: static;
    width: 300px;
}

/* To fix alignment of generated reCAPTCHA table */
.PoliteCaptcha.editor-field table {
    margin-left: -3px !important;
}

/* Errors */            
.error-content {
    margin-top: 80px;
}

.error-show-code {
    background-image: url("../Content/Images/errorPage.png");
    background-repeat: no-repeat;
    height: 125px;
    left: 0;
    position:fixed;
    top: 0;
    text-indent: -9999px;
    width: 220px;
}   
    
/* Footer */
.clear-fix {
    clear: both;
}
#layout-footer {
    background:#e4f1f7;
    color: #3e483c;
    clear: both;
    border-top: 8px solid #d3e7fe;   
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-top: -68px;
    height: 60px;
}

footer#footer  {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}
    
footer#footer p {
    padding: 0;
    margin: 0;
}
    
footer#footer p#releaseTag {
    margin: 6px 0 0 0;
}
    
footer#footer p#releaseTag a {
    color: #3e483c;
    width: 80%;
}
        
footer#footer p#releaseTag a:hover {
    color: #0071bc;
    text-decoration: underline;
}
    
footer#footer ul.recommended {
    width: 760px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

footer#footer ul.recommended li {
    margin-left: 0;
    float: left;
    text-align: left;
    padding: 10px;
    width: 170px;
}

footer#footer ul.recommended li a {
    display: block;
    font-size: 1.3em;
}

footer#footer ul.recommended li p {
    font-size: .9em;
}
    
footer#footer div.license {
    clear: both;
    font-size: .7em;
}

.tip-info { 
    background: #FFFEE6;
    color: black;
    padding: 12px;
}
.tip{
	width:24px;
	height:16px;
	float:left;
}
.actionMessage
{
	background: url(/Content/icons/icon16/apply.png) no-repeat top left;
	padding-left: 18px;
	display: inline;
	color:navy;
}

.login-icon 
{
    padding-left: 36px !important;
    height: 36px;
    background: url("/Content/icons/icon32/clean.png") no-repeat 2px 2px !important;
}
.regist-icon 
{
    padding-left: 36px !important;
    height: 36px;
    background: url("/Content/icons/icon32/kword.png") no-repeat 2px 2px !important;
}
.backLogin-icon 
{
    padding-left: 36px !important;
    height: 36px;
    background: url("/Content/icons/icon32/restart-1.png") no-repeat 2px 2px !important;
}
.active-icon 
{
    padding-left: 36px !important;
    height: 36px;
    background: url("/Content/icons/icon32/agt_login.png") no-repeat 2px 2px !important;
}

#hint {
    position: fixed;
    z-index: 9999;
    left: 60px;
    top: 60px;
    border: 1px solid #EEEEEE;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 10px;
    color: #000;
    background: #fff;
    opacity: 0.5;
    display: none;
}