body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #EEEEEE;
}

header {
    margin: 0;
    width:100%;
	position: fixed;  
    top:0;  
    left:0;  
    background-color:#000;
}
.headerMenu{
    margin-top: 16px;
    float: right;
    margin-right: 32px;
    font-size:12px;
}
.headerMenu a{
    text-decoration: none;
    color: #fff;
    margin-right: 12px;
    padding:2px;
}
.headerMenu a:hover{
    background-color:#ffa633;
}


.sideMenuBar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 38px;
    min-height: 120px;
    padding: 0px;
}
.sideMenuBar a{
    text-decoration: none;
    display: block;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 2px;
}
.sideMenuBar a:hover{
    text-decoration: none;
    background-color: #ffa633;
}
.sideMenuBar .hover{
    text-decoration: none;
    background-color: #ffa633;
}
.sideMenuBar a img{
    width: 24px;
}

.sideMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    min-width: 180px;
    min-height: 100%;
    color: #000;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #CCC;
    padding: 4px;
    z-index: 888;    
}
.sideMenu a{
    display:block;
    height:32px;
    text-decoration: none;
    color:#000;
    padding: 4px 4px 4px 4px;
    margin: 0px 0px 0px 2px;
}
.sideMenu a:hover{
    background-color: #666;    
    color:#ffffff;
}
.sideMenu img{
    width: 24px;
}
.sideMenu img:hover{
    background-color: #666;    
    color:#ffffff;
}

.statusBar{
    position:relative;
    float:right;
    background:#3f3f3f;
    color:white;
    padding:8px;
    cursor:default;
}

.buttonBar{
    margin: 0px;
    padding: 0px;
}

footer {
    clear:both;
    position: fixed;
    bottom: 0;
    width:100%;
    height:32px;
    color:#fff;
    font-size:12px;
    background-color:#000;
}
.footerCopy{
    margin-top: 8px;
    float: left;
    margin-left: 32px;
    font-size:10px;
    color:#fff;
}

.footerMenu{
    margin-top: 8px;
    float: right;
    margin-right: 32px;
    font-size:11px;
}
.footerMenu a{
    text-decoration: none;
    color: #fff;
    padding:2px;
}
.footerMenu a:hover{
    background-color:#ffa633;
}

.login-bannar{
    width:580px;
    height:440px;
    margin: 0 auto;
    padding: 1em;
}
.login-bannar img{
    width:100%;
}

.main {
    width:94%;
    min-height:480px;
    margin: 0px 16px 16px 40px;
    padding: 1em;
    font-size: 14px;
    color: #333333;
    background-color:#FFF;
    line-height:140%;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style:solid;
    text-align: left;
}

aside {
    margin: 8px;
    border:1px solid #CCC;
    padding:8px;
}

.hscroll{
    overflow-x:scroll;
}
.vscroll{
    overflow-y:scroll;
}

table{
    width:100%;
    white-space: nowrap;
    border: 1px solid bkack;
    border-spacing: 0;
    border-collapse: collapse;
}
tr:hover{
    height: 18px;
    background-color:#ebebeb;
    cursor: default;
}
/**
tr input, select{
    margin:2px;
    height:18px;
}
**/

th{
    height: 18px;
    padding: 0 4px 0 4px;
    font-weight: bold;
    font-size:13px;
    background-color:#eeeeee;
    border: 1px solid gray;    
}
th:hover{
    background-color:#ffa633;
    cursor: pointer;    
}
td{
    height: 18px;
    padding: 0 4px 0 4px;
    border: 1px solid gray;    
}

tr img{
    vertical-align: bottom;
}

tr th a {
    text-decoration: none;
    color: black;
}
tr th a:hover{
    background-color:#ffa633;
}

form {
    margin:4px;
}
input[type="submit"], input[type="button"], button{
    min-width: 120px;
    margin:8px 0 8px 8px;
    padding:4px;
    background-color:#ffa633;
    border:1px solid #CCC;
    color:#fff;
    height:32px;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    background-color: #666;
    color:#fff;
}
input[type="submit"]:disabled, input[type="button"]:disabled, button:disabled {
    background-color: #eeeeee;
    color:#000;
}
.disabled{
    background-color: #eeeeee;
    color:#000;    
}

label {
    display:block;
    font-weight:bold;
}
input[type="text"],input[type="password"]{
    margin: 0 0 8px 12px;
    height:2em;
}
select{
    margin: 0 0 8px 12px;
}
input[readonly="readonly"]{
    background-color: #f4f4f4;
}
textarea{
    margin: 0 0 8px 12px;
}

table.layout{
    width:100%;
    white-space: nowrap;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
table.layout th{
    height: auto;
    border: 0;
}
table.layout td{
    height: auto;
    padding: 4px;
    border: 0;
}




.context{
    display:none;
    position: absolute;
    z-index:999;
    width: 240px;
    max-height: 480px;
    overflow: scroll;
    box-shadow:0 0 8px #666;
    -webkit-box-shadow:0 0 8px #666;
    background-color:#ebebeb;
    border:1px solid #CCC;
    padding:4px;
}
.context a{
    display:block;
    height:24px;
    text-decoration: none;
    color:#000;
    padding:4px;
}
.context a:hover{
    background-color: #666;    
    color:#ffffff;
}

.dialog{
    display:none;
    position: absolute;
    min-width: 380px;
    z-index:999;
    box-shadow:0 0 15px #666;
    -webkit-box-shadow:0 0 15px #666;
    left:30%;
    top:30%;
    background-color:#ebebeb;
    border:1px solid #CCC;
    padding: 1px;
}
.dialog h3,h4{
    margin: 0;
    padding: 8px;
    line-height:150%;
	background-color: #666;    
    color:#ffffff;
    cursor:move;
}

.balloon {
    position:absolute;
    margin:0 auto auto auto;
    z-index:1000;    
    min-width:320px;
    box-shadow:0 0 15px #666;
    -webkit-box-shadow:0 0 15px #666;
    background-color:rgba(231, 26, 91, 0.9);
    padding:12px;
    color:#fff;
    font-size:14px;
    line-height:1.5;
}
.error{
    color:rgba(231, 26, 91, 0.9);
}
.success{
    color:#0000f0;
}

.left {
    float:left;
    width:48%; 
}
.left-20 {
    float:left;
    width:20%; 
}
.right {
    float:right;   
    width:48%;   
}
.right-75 {
    float:right;   
    width:75%;   
}
.left-text {
    text-align: left;
}
.right-text {
    text-align: right;
}
.center {
    text-align: center;
}
.top-text{
    vertical-align: top;
}
.middle-text{
    vertical-align: middle;
}
.bottom-text{
    vertical-align: bottom;
}



.clearfix{
	clear:both;
}

.hidden{
    display:none;
}
.number{
    text-align: right;
}
.bold{
    font-weight: bold;
}
.normal{
    font-weight: normal;
}
.block{
    display: block;
}
.inline{
    display: inline;
}
.small{
    margin-top: 4px;
    font-size: 8pt;
}

.shadow{
    position:fixed;
    display:none;
    background-color:rgba(0, 0, 0, 0.75);
    left:0;
    top:0;
    width:100%;
    height:120%;
    z-index: 500;
}


.tab{
    margin:10px 0 0 0;
    padding:0;
    background-color:#FFFFFF;
}
.tab li {
    float:left;
    display:block;
    font-size:12px;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
}

.tab li.on {
    background-color:#ffffff;
    width:120px;
    padding:6px 0 9px 0;
    margin-bottom:-1px;
    text-align:center;
    border-top:5px solid #064473;
}

.tab li.off {
    background-color:#EEEEEE;
    width:120px;
    padding:10px 0 8px 0;
    text-align:center;
}

.tab li.on a {
    text-decoration:none;
    display:block;
    font-weight:bold;
}
.tab li.on a:link    {color:#064473;}
.tab li.on a:visited {color:#064473;}
.tab li.on a:hover   {color:#064473;}

.tab li.off a {
    text-decoration:underline;
    display:block;
}
.tab li.off a:link    {color:#777777;text-decoration:none;}
.tab li.off a:visited {color:#777777;text-decoration:none;}
.tab li.off a:hover   {color:#FF6600;text-decoration:none;}

.tabInner{
	border:1px solid #CCCCCC;
	background-color:#ffffff;
	padding: 8px;
}

.subtitle a{
    text-decoration: none;
    margin-right: 2px;
    padding:2px;
    color: black;
}

.subtitle a:hover{
    background-color:#ffa633;
}


.bordedContainer{
    position: absolute;
    z-index:999;
    box-shadow:0 0 15px #666;
    -webkit-box-shadow:0 0 15px #666;
    left:30%;
    top:30%;
    background-color:#ebebeb;
    border:1px solid #CCC;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

