﻿@charset "utf-8";
/* CSS Document */
html,body{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#464646; }
img{ border:none; }
ul,li{ margin:0; padding:0; }
a{ color:#0066ff; }
*{ margin:0 auto; }

/*======================================================*/
select{ background:#717276; color:#fff; border:1pt solid #b8bac2; }
input[type=text]{ background:#fff; border:1pt solid #b8bac2; }
input[type=button]{ background:url(../images/gd-button.jpg) repeat-x; border:0pt; color:#fff; height:22px; line-height:22px; min-width:70px; border:1pt solid #b8bac2; font-size:11px; }
input[type=submit]{ background:url(../images/gd-button.jpg) repeat-x; border:0pt; color:#fff; height:22px; line-height:22px; min-width:70px; border:1pt solid #b8bac2; font-size:11px; }
input[type=reset]{ background:url(../images/gd-button.jpg) repeat-x; border:0pt; color:#fff; height:22px; line-height:22px; min-width:70px; border:1pt solid #b8bac2; font-size:11px; }

.btn-g{ color:#fff; background:url(../images/gd-button.jpg) repeat-x; line-height:22px; padding:0 10px; width:100px; height:22px; text-align:center; display:inline-block; text-decoration:none; }
/*======================================================*/

/*======================= Header ==========================*/
.header,.nav,.container{ position:relative; width:958px; clear:both; display:block; }
.header{ height:90px;}
.header h1 a{ position:absolute; background:url(../images/logo.png) no-repeat; width:280px; height:90px; display:block; overflow:hidden; text-indent:-1000px; }
/*======================= Header End ==========================*/



/*======================== Navigator ==============================*/
.nav{ position:relative; background:url(../images/nav-bg.jpg) no-repeat; -moz-border-radius:6px; line-height:31px; z-index:1000; white-space:nowrap; height:38px; }
.nav h1{ color:#fff; font-size:14px; padding:0 15px; }

.login-head{ background:url(../images/icon_login.jpg) no-repeat 8px 8px; padding:0 0 0 30px;}
/*======================== Navigator End ==============================*/

/*======================================================*/
.container{ z-index:0; }
.container-content{ overflow:hidden; padding:10px 0; z-index:0; }
.content-left{ width:700px; float:left; }
.content-right{ width:243px; float:right; }
/*======================================================*/


/*========================= Footer ===========================*/
.footer{ background:#4f4f4f; color:#fff; clear:both; display:block; overflow:hidden; height:50px;}

.copyright{ width:958px; text-align:right; font-size:11px; padding:5px 0; color:#b1b1b1; height:50px; }
.copyright ul{ list-style:none; overflow:hidden; float:left; }
.copyright ul li{ display:inline; float:left; }
.copyright ul li a{ color:#b1b1b1; text-decoration:none; margin:0 2px; }
.copyright ul li a:hover{ color:#fff; }
/*========================= Footer End ===========================*/

.hilight{ color:#ff7400; font-weight:bold; }

/*======================================================*/
.content-main{ position:relative; border:1pt solid #fff; box-shadow:0px 0px 1px #999; background:#e9e9e9; -moz-border-radius:4px;-webkit-border-radius:4px; border-radius:4px; padding:10px; overflow:hidden; behavior: url(PIE.htc); }
/*======================================================*/


.info{ width:958px; margin:0 auto; text-align:right; font-size:11px; padding:5px 0; }

/*======================================================*/

.content-error{ position:relative; border:1pt solid #fff; box-shadow:0px 0px 1px #999; background:#e9e9e9; -moz-border-radius:4px;-webkit-border-radius:4px; border-radius:4px; padding:8px; margin:0 1px 0 1px; behavior: url(PIE.htc);  }
.content-message{ background:#fff; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; padding:50px; behavior: url(PIE.htc); min-height:250px; font-size:14px; line-height:18px; }
/*======================================================*/
