﻿body {
    margin: 0;
    padding: 0;
}

body, td {
    font-family: Arial;
    font-size: 12px;
    color: #333;
}

img {
    border: 0;
}

a {
    color: #f60;
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        color: #01427e;
        text-decoration: underline;
    }

    a.a01 {
        font-weight: normal;
    }

    a.alight {
        font-weight: normal;
    }

#pageContainer {
    padding-bottom: 30px;
}

#pageHeader {
    background: #f5f5f5;
    height: 60px;
    border-bottom: solid 1px #ccc;
}

#pageLeft {
    padding-top: 30px;
    float: left;
    width: 161px;
}

#page {
    min-height: 1400px;
    padding: 30px 20px;
    margin: 0 10px 0 170px;
    border-left: solid 1px #e2e2e2;
}

#pageFooter {
    border-top: solid 1px #e2e2e2;
    color: #999;
}

#pagePopup {
}



h1 {
    font-size: 22px;
    font-family: Calibri, Arial;
    font-weight: bold;
    margin: 0;
    padding: 4px 0;
    color: #cb2028;
}

h2 {
    margin: 0;
    padding: 5px 0 5px 10px;
    color: #fff;
    font-weight: normal;
    font-size: 13px;
    font-family: Tahoma;
    background: #5f783a;
}


div.warningdiv {
    background: #fee;
    border: solid 1px #f30;
    padding: 15px;
    margin-bottom: 20px;
    color: #f00;
}

div.warning01 {
    background: #eaf4dd;
    border: solid 1px #364f14;
    padding: 15px;
    margin-bottom: 20px;
}

div.header01 {
    font-family: Calibri, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #49710d;
}

    div.header01 img {
        vertical-align: middle;
        margin-right: 10px;
    }

div.header02 {
    padding: 4px 10px;
    background: url(/assets/img/bar2.png) repeat-x #e2e2e2;
    font-family: Tahoma, Calibri, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #364f14;
}

.box01 {
    border: solid 1px #e2e2e2;
    padding: 3px;
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial;
}

.box02 {
    border: solid 1px #aaa;
    padding: 2px;
    font-size: 11px;
    font-family: Tahoma;
    text-align: right;
}

.box03 {
    width: 200px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    border-bottom: solid 1px #4280ba;
    padding: 4px 3px 4px 3px;
    font-size: 11px;
    font-family: Tahoma;
}

.boxDate {
    width: 80px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    border-bottom: solid 1px #79BB16;
    padding: 4px 3px 4px 3px;
    font-size: 11px;
    font-family: Tahoma;
}

.numeric {
    width: 80px;
    text-align: right;
}

.decimal {
    width: 80px;
    text-align: right;
}

ul.MenuLeft {
    font-size: 11px;
    font-family: Tahoma, Verdana, Arial;
    list-style: none;
    margin: 0px;
    line-height: 24px;
    padding: 5px;
}

    ul.MenuLeft li a {
        display: block;
        color: #222;
        text-decoration: none;
        background: url(/assets/img/image50.png) no-repeat left center;
        padding: 0 0 0 20px;
        font-weight: normal;
    }

        ul.MenuLeft li a:hover {
            background-color: #dce8f2;
        }

div.boxHeader01 {
    padding: 5px 5px;
    border-top: solid 1px #a9cd76;
    background: #eaf4dd;
    display: block;
}

    div.boxHeader01 div.hdrcontent {
        height: 15px;
        font-size: 11px;
    }

    div.boxHeader01 div.hdrTitle {
        float: left;
        font-weight: bold;
        color: #2c430d;
    }

    div.boxHeader01 div.hdrAction {
        float: right;
        display: block;
    }

div.boxHeader02 {
    padding: 5px 5px;
    border-top: solid 1px #f00;
    background: #ffc4c4;
    display: block;
}

    div.boxHeader02 div.hdrcontent {
        height: 15px;
        font-size: 11px;
    }

    div.boxHeader02 div.hdrTitle {
        float: left;
        font-weight: bold;
        color: #c00;
    }

    div.boxHeader02 div.hdrAction {
        float: right;
        display: block;
    }


.boxHeader01 td {
    font-size: 11px;
    font-weight: bold;
}

.searchPanel {
    background: #fff2c6;
    padding: 10px;
    border-left: solid #e3b619 3px;
    position: relative;
    height: 50px;
}

    .searchPanel .item {
        position: absolute;
        top: 5px;
    }

/* Gridview ***************************/
.GridView01 {
    font-size: 11px;
    text-align: left;
}

    .GridView01 th {
        font-size: 12px;
        background-color: #b7cf93;
        color: #3a4529;
        font-weight: bold;
        text-align: left;
        border-top: solid 2px #5a831c;
    }

    .GridView01 tr {
        background-color: #fff;
    }

        .GridView01 tr.row_alt {
            background-color: #fff;
        }

        .GridView01 tr:hover {
            color: #f11;
            background-color: #fff;
            cursor: pointer;
        }

.GridView02
{
    border-spacing: 0;
    border-collapse: collapse;
    border:solid 1px #aca;
}
.GridView02 th
{
	font-size: 12px;
	background-color: #b7cf93;
	color: #3a4529;
	font-weight: bold;
    padding:5px; 
}
.GridView02 td
{
    border:solid 1px #aca;
	padding:5px;
}
.GridView02 tr.row_alt
{
	background-color: #fff;
}
.GridView02 tr:hover
{
	color: #f11;
	background-color: #fff;
	cursor: pointer;
}


/* Modal Popup */
#ModalPopUp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: hidden;
}

#ModalPopUp {
    position: fixed;
    width: 100%;
    height: 100%;
}

#ModalPopUp {
    background: #000;
    _position: absolute;
}

#PopUpLoading {
    width: 500px;
    height: 300px;
    overflow: auto;
    position: absolute;
    _position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 100;
    border: solid 4px #8ec840;
}

#popContent {
    display: none;
}

#closeButton {
    position: absolute;
    top: 20px;
    width: 24px;
    height: 27px;
    z-index: 101;
    cursor: pointer;
}
/* modal popup end ***/
div.popUpHeader {
    background: #ebf3b8;
    font-size: 1.5em;
    color: #060;
    padding: 5px 10px;
    font-weight: bold;
}

div.popUpContent {
    padding: 10px;
}

ul.popupTopButtons {
    background: #d2d2d2;
    list-style: none;
    margin: 0px;
    padding: 0;
    height: 24px;
}

    ul.popupTopButtons li {
        float: left;
        border-right: solid 1px #aaa;
        border-left: solid 1px #f5f5f5;
        background: #ccc;
        height: 24px;
    }

        ul.popupTopButtons li a {
            padding: 5px 10px 0 10px;
            display: block;
        }


a.aJQuery {
    cursor: pointer;
    color: #3c610b;
    font-weight: bold;
}

table.table01 {
    width: 100%;
    border-collapse: collapse;
}

    table.table01 td {
        border: solid 1px #e2e2e2;
        width: 17%;
    }

        table.table01 td.b {
            font-weight: bold;
        }

ul.tab01 {
    list-style: none;
    font-size: 11px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    clear: both;
}

    ul.tab01 li {
        float: left;
        vertical-align: bottom;
    }

        ul.tab01 li a.selected {
            float: left;
            padding: 5px 20px 5px 20px;
            background: #5a831c;
            color: #fff;
            margin-right: 5px;
            vertical-align: bottom;
            border-top: solid 1px #000;
        }

        ul.tab01 li a {
            display: block;
            font-family: Arial;
            color: #336;
            font-size: 11px;
            text-decoration: none;
            padding: 5px 20px 5px 20px;
            margin-right: 5px;
            background: #ddd;
            border-top: solid 1px #ddd;
        }

.ChartHeader1 {
    background: #e3bc35;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.AnaResim {
    padding: 8px;
    background: #fae6e6;
    border: solid 1px #ef8787;
}

.NormalResim {
    padding: 8px;
    background: #fff;
    border: solid 1px #f5f5f5;
}

.td01 {
    height: 20px;
    padding-top: 5px;
}

.formTable2 tr td:first-child {
    vertical-align: top;
    padding-top: 6px;
    background: #e2e2e2;
    text-align: right;
    min-width: 100px;
}

.toolbox01 {
    background: #f2f2f2;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 8px 5px 6px 5px;
}

ul.buttonlist {
    list-style: none;
    height: 23px;
    padding: 0;
    margin: 0;
    background: #f2f2f2;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 8px 5px 6px 5px;
}

    ul.buttonlist li {
        float: left;
        padding-left: 20px;
    }

        ul.buttonlist li:first-child {
            padding-left: 0px;
        }

ul.buttonlist2 {
    list-style: none;
    height: 23px;
    padding: 0;
    margin: 0;
}

    ul.buttonlist2 li {
        float: left;
        padding-left: 20px;
    }

        ul.buttonlist2 li:first-child {
            padding-left: 0px;
        }


ul.list1 {
    padding-left: 20px;
    line-height: 15px;
}

div.calendar01 {
    border-bottom: solid 1px #9cc;
}

.CalendarSelectDay {
    border: solid 1px #f00;
}

.CalendarWarningDay {
    background: #ffc4c4;
}

.weekend {
    background: #f2f2f2;
}


table.table1 {
    border: solid 1px #f2f2f2;
    width: 100%;
}

    table.table1 td {
        border-bottom: solid 1px #f2f2f2;
        vertical-align: top;
        padding: 4px 0 0 5px;
    }

        table.table1 td.left1 {
            background: #eaefc8;
            text-align: right;
            color: #616443;
            padding-top: 8px;
            font-weight: bold;
        }

.button01 {
    background: #01427e url(/assets/img/bg_buttons.png);
    color: #fff !important;
    font-size: 11px;
    border: solid 1px #304513;
    padding: 3px 10px;
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    margin-left: 0px;
}

    .button01:hover {
        background: #61a4e1 url(/assets/img/bg_buttons.png) 0 -30px;
        color: #fff !important;
        text-decoration: none;
    }

.button02 {
    background: #01427e;
    color: #fff !important;
    font-size: 11px;
    border: solid 1px #304513;
    padding: 3px 10px;
    vertical-align: middle;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
}

    .button02:hover {
        background: #61a4e1;
        color: #fff !important;
        text-decoration: none;
    }

.button00 {
    font-size: 11px;
    padding: 3px 10px;
    vertical-align: middle;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
}

.button03 {
    background: #f33;
    color: #fff !important;
    border: solid 1px #f00;
}

    .button03:hover {
        background: #fee;
        color: #f00 !important;
        text-decoration: none;
    }


table.rpt1 td {
    padding: 5px;
}

table.rpt1 tr.rpt_header {
    background: #ccc;
    font-weight: bold;
}

table.rpt1 tr.rpt_footer {
    background: #ffa;
    font-weight: bold;
}

table.rpt1 td.rpt_data_val {
    text-align: right;
}

table.rpt1 td.rpt_data_hdr {
    font-weight: bold;
}

table.rpt1 tr.alt {
    background: #f2f2f2;
}

div.ResponseText {
    border: dotted 1px #ccc;
    padding: 0 0 8px 10px;
}


.GridView01 {
    font-size: 11px;
    background-color: #ff8a00;
    color: #333;
    text-align: left;
}

.GridViewHeader01 {
    font-size: 11px;
    background-color: #12a9b6;
    color: #fff;
    text-align: left;
}

    .GridViewHeader01 th {
        border-top: solid 2px #ccc;
        border-bottom: solid 1px #ccc;
        text-align: left;
    }

tr.GridViewRow01 {
    background-color: #e5e5e5;
}

    tr.GridViewRow01:hover, tr.GridViewRow01_alt:hover {
        color: #f11;
        background-color: #ff9;
        cursor: pointer;
    }

tr.GridViewRow01_alt {
    background-color: #f5f5f5;
}

.GridViewHeader01 a {
    font-size: 11px;
    color: #000;
    text-align: left;
    text-decoration: none;
}

    .GridViewHeader01 a:hover {
        font-size: 11px;
        color: #fff;
        text-align: left;
        text-decoration: none;
    }

.GridViewPager01 {
    background-color: #ccc;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .GridViewPager01 span {
        font-size: 13px;
        color: #c60c17;
        background-color: #f5f5f5;
        padding: 5px;
        font-weight: bold;
    }

    .GridViewPager01 a {
        font-weight: normal;
        color: #666;
        text-decoration: none;
    }

        .GridViewPager01 a:hover {
            color: #fff;
            background-color: #666;
            text-decoration: none;
        }

.ui-autocomplete {
    font-size: 11px !important;
    list-style: none;
}

    .ui-autocomplete li {
        color: #f00;
    }


/* TEST */
div.modalpopup11 {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #666;
    z-index: 90;
}

#loadingpopup {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 55px;
    width: 160px;
    padding-top: 6px;
    text-align: center;
    font-weight: bold;
    border: solid 2px #666;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1010;
}

#popup01 {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    top: 0;
    left: 0;
    z-index: 995;
}

#popup01content {
    background: #fff;
}

#popup02 {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    top: 0;
    left: 0;
    z-index: 985;
}

#popup02content {
    background: #fff;
}

div.popupHeader {
    background: #e0edfe;
    color: #000;
    font-family: Georgia;
    font-size: 16px;
    padding: 8px;
}

div.gridview01 tr:hover {
    background: #e5ff95;
}

#displayHeader {
    text-align: left;
    background: #ccc;
    clear: both;
    position: fixed;
    height: 100px;
    width: 970px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    border-left: solid 5px #eee;
    border-right: solid 5px #eee;
    border-bottom: solid 5px #eee;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

    #displayHeader td {
        color: #000;
        font-size: 12px;
    }

ul.tab01 {
    list-style: none;
    height: 25px;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #e5e5e5;
}

    ul.tab01 li {
        float: left;
        padding: 0 1px;
    }

        ul.tab01 li:first-child {
            padding-left: 0px;
        }

        ul.tab01 li a {
            height: 20px;
            padding: 5px 10px 0 10px;
            font-weight: normal;
            color: #999;
            border-top: solid 1px #ccc;
            border-left: solid 1px #ccc;
            border-right: solid 1px #ccc;
            background: #e2e2e2;
        }

            ul.tab01 li a.active {
                background: #cb2028;
                color: #fff;
                font-weight: bold;
            }
