html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
}

* {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun";
}

p {
    line-height: 23px;
}

img {
    border:0;
}
a {
    text-decoration: none;
    color: #08c;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

em {
    color: red;
}

label {
    float: left;
}

    label.error {
        float: none;
        color: red;
        padding-left: .5em;
        vertical-align: middle;
    }


input[type='text'] {
    height: 28px;
    line-height: 28px;
    autocomplete: off;
    padding-left: 2px;
    color: #666;
    border: 1px solid #CCC;
}

input[type='password'] {
    height: 28px;
    line-height: 28px;
    autocomplete: off;
    padding-left: 2px;
    color: #666;
    border: 1px solid #CCC;
}

input.checkbox {
    border: none;
}

input.error {
    border: 1px red;
    border-style: solid;
}

input[type='button'] {
    font-size: 12px;
    cursor: pointer;
    width: 80px;
    height: 25px;
    padding: 0;
    border: none;
    color: white;
    background-color: #2d83cf;
}

.confirmButton {
    background-color: rgb(255,132,0);
}

.i-text {
    width: 200px;
    padding: 0 2px;
    height: 28px;
    line-height: 28px;
    color: #666;
    border: 1px solid #CCC;
}

.error-i-text {
    border: 1px solid red;
}

.Nav {
    display: inline;
}

    .Nav li {
        list-style: none;
    }


/*tableÑùÊ½begin*/
.tableSite {
    border-collapse: collapse;
}

    .tableSite th {
        background: none repeat scroll 0 0 #EEEEEE;
        border: 1px solid #CCCCCC;
        font-size: 12px;
        font-weight: bold;
        padding-left: 5px;
        text-align: center;
        height: 30px;
    }

    .tableSite tfoot tr td {
        background: none repeat scroll 0 0 #EEEEEE;
        border: 1px solid #CCCCCC;
        font-size: 12px;
        font-weight: bold;
        padding-left: 5px;
    }

    .tableSite .tdLeft {
        border-left: 0px;
    }

    .tableSite .tdRight {
        border-right: 0px;
    }

    .tableSite td {
        border: 1px solid #C1DAD7;
        font-size: 12px;
        padding: 5px 3px 5px 3px;
        color: black;
    }

.td_text_left {
    text-align: left;
}

.td_text_center {
    text-align: center;
}

.td_text_right {
    text-align: right;
}

.tr_selected {
    background-color: greenyellow;
}


.odd {
    background-color: #FFFFFF;
}

.even {
    background-color: #FFFFFF;
}

.td_title {
    background-color: azure;
}

.listDetailBg {
    background-color: #f9f9f9;
    margin: 5px 15px 15px 15px;
    padding: 5px ;
    min-height: 600px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#d9d9d9,direction=120,strength=4); /*ie*/
    -moz-box-shadow: 2px 2px 10px #d9d9d9; /*firefox*/
    -webkit-box-shadow: 2px 2px 10px #d9d9d9; /*safari»òchrome*/
    box-shadow: 2px 2px 10px #d9d9d9; /*opera»òie9*/
}
