﻿* {
    margin: 0px 0 7px 0px;
    padding: 1px 4px;
}

body {
    color: #333;
    font-size: 9pt;
    background-color: #DFE8F6;
    text-align: center;
}

ul {
    list-style: none;
    width: 261px;
    text-align: left;
    background-color: #FFFFFF;
    height: 114px;
}

a {
    color: #003366;
    outline: none;
    padding: 0 3px;
    text-decoration: none;
}

    a:link, a:visited, a:active, a:hover {
        color: #000099;
    font-weight: 700;
}

    a:hover {
        background-color: #DFE8F6;
    }

    a.btn {
        color: #366c93;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

input[type="text"], textarea {
    font-size: 1.2em;
    padding: 3px;
}

span.mutirow {
    word-break: normal;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-align: left;
    font-size: medium;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {    height: 77px;
}

.header {
    position: absolute;
    width: 100%;
    height: 75px;
    top: 0px;
    left: 0px;
}

.logo {
    background: url("/Images/logo2.png") no-repeat center center;
    width: 491px;
    height: 100%;
    margin-left: 5px;
}

.login_info {
    text-align: right;
    line-height: 380%;
    margin-right: 5px;
}

.right {
    position: absolute;
    top: 80px;
    bottom: 16px;
    left: 228px;
    right: 5px;
    background-color: #fff;
    border: 1px solid #A6C9E2;
}

.footer {
   
    position:absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    bottom: 12px;
    text-align: center;
    padding: 2px 0;
}

/* left
----------------------------------------------------------*/
.left {
    position: absolute;
    top: 80px;
    bottom: 16px;
    left: 5px;
    background-color: #F2F2F2;
    border: 1px solid #a6c9e2;
    width: 210px;
}

.left_header {
    background: #003399 url('themes/base/images/panel-header/panel-header-default-top-bg.gif') repeat-x;
    color: #04408C;
    padding: 1px 5px;
    line-height: 15px;
    border-bottom: 1px solid #A6C9E2;
    width: 202px;
      left: 0px;
    height: 20px;
     top: 30px;
}

.left_nav {
    position: absolute;
    top: 9px;
    overflow: auto;
    width: 95%;
    left: 0px;
}

.splitter {
    position: absolute;
    top: 80px;
    left: 219px;
    width: 15px;
    cursor: col-resize;
    height: 12px;
}

.splitter-split {
    position: absolute;
    background: url("themes/base/images/util/splitter/mini-left.gif") no-repeat;
    height: 35px;
    top: 50%;
    width: 7px;
    cursor: pointer;
    left: 4px;
}
/* login
----------------------------------------------------------*/
#login {
    width: 442px;
    margin: 57px auto 53px auto;
    border: 1px solid #EBEBEB;
    padding:20px;
    height: 322px;
}
#login .txt
{
    border:solid 1px #f4f4f4;
    background-color:#C1E0FF;
    padding:5px;
    }
#login p
{
    margin:10px 0;
    height: 0px;
}
#login li
{
    line-height:200%
}
#login .btnL
{
    text-align:right;
    margin-top:20px;
}
select {
    padding: 3px;
    }

input:focus, textarea:focus {
    border: 1px solid #7ac0da;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

/* styles for validation helpers */
.required {
    color: #f00;
}

/* tables
----------------------------------------------------------*/
table.content {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #DFE8F6;
    width: 99%;
    margin: 0 auto;
    background-color: #FFFFFF;
    height: 0px;
}

    table.content caption {
         background: #DFE8F6 url('/Images/bj3.png');
        color: #FFFFFF;
        padding: 8px 5px;
        text-align: left;
        margin: 3px 0;
    
}

    table.content td {
        padding: 3px 3px;
        border: 1px solid #DFE8F6;
        word-break: keep-all; /* for ie */
        white-space: nowrap;
    text-align: left;
}

        table.content td.btns {
            width: auto;
        }

    table.content tr.pager td {
        padding: 0 0.25em 0 0;
    }

    table.content td.tdtitle {
        background-color: #DFE8F6;
        font-weight: bold;
        color: #555;
    }

#rListSex td {
    border: none;
}

.dataView {
    margin: 5px auto;
    border-color: #A6C9E2;
    text-align: left;
}

    .dataView td, th {
        padding: 4px;
        border-color: #A6C9E2;
    }

    .dataView th {
        background-color: #DFE8F6;
        color: #555;
        font-weight: normal;
    }

    .dataView td a {
        text-decoration: underline;
        color: #366C93;
    }

.emptyData {
    text-align: center;
    margin: 5px auto;
    color: #f00;
}
