﻿*,html {
    margin: 0;
    padding: 0;
}

body {
    background:#404040 url('/Images/bg.jpg') no-repeat;
    color: #999;
    font-size: 14px;
    font-family: 微软雅黑,Verdana, Helvetica, Sans-Serif;
}

a:link, a:visited, 
a:active, a:hover {
    color: #999;
    text-decoration: none;   
}

a:hover {
    color:#fff;
}

h1, h2, h3, h4, h5, h6
{
    font-weight:bold;
	letter-spacing:-0.05em;
}

h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

img{border:0;}
p{line-height: 1.8em;}
hr
{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom-style: solid;
    border-width: 3px;
    border-color: #000000;
}
.clear{clear: both;}

#container{
   margin:0 auto;
   width:936px;
}

#header{
   height:95px;
}

#content{
   margin:30px 0;
   min-height:400px;
}

#footer{
   text-align:right;
   height:60px;
   padding-top:5px;
}

#logo{
   width:128px;
   height:45px;
   position:relative;
   float:left;
   left:0px;
   top:25px;
   background:url('/Images/logo.png') no-repeat 0 0;
   cursor:pointer;
}

#logo:hover{
   background-position:0 -45px;
}

#logOn_Section{
   width:396px;
   position:relative;
   float:right;
   top:15px;
   text-align:right;
}

#logOn_Section span{
   padding: 3px 15px;
   background:#404040;
   border:3px solid #000;
   line-height:32px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }
    
        fieldset ol li {
            padding-bottom: 5px;
        }
    
    fieldset label {
        display: block;
    }
    
    fieldset label.checkbox {
        display: inline;
    }
    
    fieldset input[type="text"], 
    fieldset input[type="password"] {
        border: 1px solid #e2e2e2;
        background-color:#404040;
        margin: 5px 0 6px 0;
        padding:0 5px;
        width: 300px;
        height:22px;
    }
    
        fieldset input[type="text"]:focus, 
        fieldset input[type="password"]:focus {
            border: 1px solid #800000;
            background-color:#999966;
        }
    
    #sendBtn,
    fieldset input[type="submit"] {
        background-color: #404040;
        border: solid 3px #000;
        cursor: pointer;
        padding: 3px 15px;
        color:Silver;
    }

/* ajax login/registration dialog */
.modal-popup {
    font-size:0.8em;
}

    .modal-popup input[type="text"], 
    .modal-popup input[type="password"] {
        width: 96%;
    }

/* info and errors */  
.message-error {
    clear: both;
    color: #e80c4d;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    margin: 20px 0 10px 0;
}

.success {
    color: #7ac0da;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: solid 1px #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
}

.validation-summary-valid {
    display: none;
}

.centerDiv{
    width:500px;
    margin:20px auto;
}

.smstxt
{   
    border: 1px dashed Silver;
    background-color: #404040;
    color:Silver;
}

/* 树形菜单样式及菜单管理 */
.zongDiv
{
   width:100%;
}

.treeDiv
{
    border-width: 1px;
    border-color: #808080;
    width: 190px;
    position: relative;
    float: left;
    overflow: auto;
    border-right-style: dashed;
}

.treeManagerDiv
{
    position:relative;
    float:right;
    width:740px;
}

.treeUl
{
   margin-left:20px;
   list-style:none;
   line-height:22px;
}

.selcted
{
    background: #99CCFF;
}

#reorderList
{
    list-style:none;
}

#reorderList li
{
    border:1px solid #666;
    background:url('/Images/item_bar.gif') repeat-x;
    margin:5px 0;
    line-height:25px;
    padding:0px 2px;
}

.buttonmain
{
	background: url( '/Images/bbk_main.gif' ) no-repeat left center;
	height: 22px;
	padding: 2px 8px 2px 22px;
	border: #909bac 1px solid;
	cursor: pointer;	
}

.saveBtn
{
    width: 16px;
    height: 16px;
    background: url('/Images/save.gif') no-repeat;
    border:none;
    cursor:pointer;
}
/* 菜单样式结束 */
