* {
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    /* color: #85859c; */
    font-family: tahoma, arial, sans-serif;
    font-size: 10px;
    text-align: center;
    background-color: #808080;
}

textarea {
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 14px;
    padding-top: 5px;
    padding-left: 5px;
}

a {
    color: #85859c;
    text-decoration: underline;
}

    a:hover {
        color: #69699c;
    }

img {
    border: none;
}

p {
    margin: 10px 0px 5px;
    text-align: justify;
    line-height: 14px;
}

.clearthis {
    margin: 0px;
    height: 1px;
    clear: both;
    float: none;
    font-size: 1px;
    line-height: 0px;
    overflow: hidden;
}

#container {
    margin: 0 auto;
    width: 1050px;
    border-color: #9e9ec3;
    border-width: 0px 0px 0px;
    border-style: solid;
    background-color: #ffffff;
}

input {
    padding-left: 2px;
    background-color: #fff;
    color: #85859c;
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
}

    input.button2 {
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        line-height: 30px;
        color: #003366;
        width: 100px;
        height: 40px;
    }


/* Page Header */

#page_header {
    width: 900px;
    height: 120px;
    color: #e1e1e1;
    overflow: hidden;
}

#page_header_left {
    width: 260px;
    height: 60px;
    color: #e1e1e1;
    overflow: hidden;
    float: left;
}

#page_header_right {
    width: 720px;
    height: 60px;
    color: #e1e1e1;
    overflow: hidden;
    /* float: right; */
}

    #page_header_right .h_divider {
        margin-bottom: 2px;
        height: 1px;
        background-color: #c2c2cd;
        overflow: hidden;
    }

    #page_header_right h2 {
        text-align: right;
        font-size: 14px;
        padding-top: 20px;
        padding-right: 20px;
        color: #12147b;
    }


/* Left Sidebar */

#left_sidebar {
    width: 150px;
    float: left;
    text-align: left;
    color: #8989b6;
}

    #left_sidebar a {
        color: #8989b6;
    }

        #left_sidebar a:hover {
            color: #75759c;
        }



/* Left Sidebar: Menu Box */

#menu {
    margin-bottom: 2px;
    margin-top: 6px;
    padding: 5px 5px 15px 0px;
    width: 144px;
    border-color: #9e9ec3;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    overflow: hidden;
    font-size: 12px
}

    #menu h2 {
        padding-bottom: 2px;
        padding-top: 2px;
        padding-left: 4px;
        padding-right: 2px;
        font-size: 12px;
        border: #bfbfe6 1px solid;
        background-color: #12147b;
        color: #FFFFFF;
        width: 144px;
    }

    #menu a {
        color: #003366;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-decoration: none;
        font-size: 12px;
        line-height: 18px;
        width: 146px;
        display: block;
    }

        #menu a:hover {
            padding-left: 10px;
            padding-right: 5px;
            padding-top: 0px;
            padding-bottom: 0px;
            text-decoration: none;
            color: #FFFFFF;
            background-color: #12147B;
            font-size: 12px;
            line-height: 18px;
            width: 144px;
            display: block;
        }

    #menu .Warning {
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-decoration: none;
        color: #003366;
        background-color: #FFFF66;
        font-size: 12px;
        line-height: 18px;
        width: 144px;
        display: block;
    }

    #menu .Alert {
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-decoration: none;
        color: #003366;
        background-color: #FF0000;
        font-size: 12px;
        line-height: 18px;
        width: 144px;
        display: block;
    }


/* Main Content Area */

#main_content {
    /* margin-right: 2px; */
    width: 860px;
    text-align: left;
    float: left;
}

#main_content_printable {
    /* margin-right: 2px; */
    width: 1020px;
    text-align: left;
    float: left;
}

#main_content .h_divider {
    margin-bottom: 2px;
    height: 1px;
    background-color: #c2c2cd;
    overflow: hidden;
}


/* Week Planner Tabular Display */

#planner-left {
    left: 0px;
    width: 400px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    float: left;
}

#planner-right {
    left: 401px;
    width: 400px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    text-align: right;
    font-size: 12px;
    line-height: 22px;
    float: right;
}

#planner {
    margin: 0px auto 0px;
    padding: 5px 5px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}

    #planner p {
        margin: 0px auto 2px;
        padding: 5px 10px;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    }


    #planner td {
        margin: 0px 0px 0px 0px;
        padding-left: 5px;
        text-align: left;
        font-size: 12px;
        line-height: 14px;
        color: #000000;
        min-height: 10px;
    }

        #planner td a {
            margin: 0px 0px 0px 0px;
            padding-left: 0px;
            padding-right: 0px;
            text-align: left;
            font-size: 12px;
            line-height: 14px;
            color: #000000;
            text-decoration: none;
        }

            #planner td a:hover {
                margin: 0px 0px 0px 0px;
                padding-left: 0px;
                padding-right: 0px;
                text-align: left;
                font-size: 12px;
                line-height: 14px;
                color: #FFFFFF;
                background-color: #12147B;
                text-decoration: none;
            }

    #planner th {
        margin: 0px 0px 0px 0px;
        padding-left: 5px;
        text-align: left;
        font-size: 12px;
        line-height: 30px;
        color: #000000;
    }

        #planner th a {
            margin: 0px 0px 0px 0px;
            padding-bottom: -5px;
            text-align: left;
            font-size: 12px;
            line-height: 30px;
            color: #000000;
            text-decoration: none;
        }

            #planner th a:hover {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px;
                text-align: left;
                font-size: 12px;
                line-height: 30px;
                color: #FFFF00;
                text-decoration: none;
            }

    #planner p {
        margin: 0px 0px 0px 0px;
        text-align: center;
        font-size: 11px;
        line-height: 14px;
        color: #000000;
    }

    #planner a {
        margin: 0px 0px 0px 0px;
        font-size: 11px;
        line-height: 14px;
        color: #000000;
    }

        #planner a:hover {
            margin: 0px 0px 0px 0px;
            font-size: 11px;
            line-height: 14px;
            color: #000000;
        }


/* Helpdesk Tabular Display */

#helpdesk {
    margin: 0px auto 2px;
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
}

    #helpdesk p {
        margin: 0px 0px 0px 0px;
        padding: 5px 10px;
        text-align: center;
        font-size: 11px;
        line-height: 22px;
        color: #003366;
    }

    #helpdesk .pagenumbers {
        padding-top: 30px;
        margin-bottom: 2px;
        height: 20px;
        width: 750px;
        background-color: #ffffff;
        overflow: hidden;
        font-size: 13px;
        display: block;
        text-align: center;
        text-decoration: none;
    }

#helpdesk input.finished {
    margin: 0px 0px 0px 10px;
    font-size: 12px;
    line-height: 22px;
    color: #003366;
    width: 100px;
    height: 30px;
}

    #helpdesk input.finished:hover {
        margin: 0px 0px 0px 10px;
        font-size: 12px;
        line-height: 22px;
        color: #FFFFFF;
        background-color: #12147B;
        width: 100px;
        height: 30px;
    }

    #helpdesk input.button_search {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 12px;
        color: #003366;
        width: 70px;
        height: 25px;
    }

        #helpdesk input.button_search:hover {
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            line-height: 12px;
            color: #FFFFFF;
            background-color: #12147B;
            width: 70px;
            height: 25px;
        }

    #helpdesk input.button_header {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        font-weight: bold;
        line-height: 12px;
        background-color: #6699ff;
        color: #003366;
        height: 25px;
        border: 0px;
    }

        #helpdesk input.button_header:hover {
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            font-weight: bold;
            line-height: 12px;
            color: #FFFF00;
            background-color: #6699ff;
            height: 25px;
        }

    #helpdesk input.search_box {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 12px;
        color: #003366;
        width: 150px;
        height: 21px;
    }

    #helpdesk td {
        margin: 0px 0px 0px 0px;
        padding-left: 5px;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
    }

        #helpdesk td.TwoLine {
            margin: 0px 0px 0px 0px;
            padding-left: 5px;
            text-align: left;
            font-size: 12px;
            line-height: 14px;
            color: #003366;
        }

        #helpdesk td.RightAlign {
            margin: 0px 0px 0px 0px;
            padding-left: 5px;
            padding-right: 30px;
            text-align: right;
            font-size: 12px;
            line-height: 14px;
            color: #003366;
        }

        #helpdesk td.RightAlignNarrow {
            margin: 0px 0px 0px 0px;
            padding-left: 5px;
            padding-right: 10px;
            text-align: right;
            font-size: 12px;
            line-height: 14px;
            color: #003366;
        }

        #helpdesk td a {
            margin: 0px 0px 0px 0px;
            padding-left: 2px;
            padding-right: 2px;
            text-align: left;
            font-size: 12px;
            line-height: 22px;
            color: #003366;
            text-decoration: none;
        }

            #helpdesk td a:hover {
                margin: 0px 0px 0px 0px;
                padding-left: 2px;
                padding-right: 2px;
                text-align: left;
                font-size: 12px;
                line-height: 22px;
                color: #FFFFFF;
                background-color: #12147B;
                text-decoration: none;
            }

    #helpdesk th {
        margin: 0px 0px 0px 0px;
        padding-left: 5px;
        text-align: left;
        font-size: 12px;
        line-height: 30px;
        color: #003366;
    }

        #helpdesk th a {
            margin: 0px 0px 0px 0px;
            padding-bottom: -5px;
            text-align: left;
            font-size: 12px;
            line-height: 30px;
            color: #003366;
            text-decoration: none;
        }

            #helpdesk th a:hover {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px;
                text-align: left;
                font-size: 12px;
                line-height: 30px;
                color: #FFFF00;
                text-decoration: none;
            }

    #helpdesk a {
        margin: 0px 0px 0px 0px;
        font-size: 11px;
        line-height: 22px;
        color: #003366;
    }

        #helpdesk a:hover {
            margin: 0px 0px 0px 0px;
            font-size: 11px;
            line-height: 22px;
            color: #003366;
        }

    #helpdesk .EngName a {
        margin: 0px 0px 0px 0px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        color: #003366;
        text-decoration: none;
    }

        #helpdesk .EngName a:hover {
            margin: 0px 0px 0px 0px;
            padding-left: 5px;
            padding-right: 5px;
            text-align: left;
            font-size: 14px;
            line-height: 22px;
            color: #FFFFFF;
            background-color: #12147B;
            text-decoration: none;
        }
#LEV_Layout {
    margin: 0px;
    padding-left: 0px;
    text-align: left;
}

    #LEV_Layout input {
        padding-left: 0px;
        Width: 60px;
        Height: 60px;
    }
        #LEV_Layout input[type="checkbox"] {
            padding-left: 0px;
            Width: 13px;
            Height: 13px;
        }
        #LEV_Layout input[type="textbox"] {
            padding-left: 0px;
            Height: 13px;
            width: 100px;
        }
    #LEV_Layout input .withborder {
        padding-left: 0px;
        Width: 60px;
        Height: 60px;
        border-color: green;
        border: 2px;
        border-style:solid;
    }
    #LEV_Layout table {
        border-spacing: 0px;
    }
    #LEV_Layout p {
        text-align: center;
        font-weight: bold;
    }
    #LEV_Layout input.LEVBlock2 {
        border: 2px;
        border-color: white;
        border-style: solid;
    }

#email .email {
    color: #FF0000;
}

/* Control_Panel Tabular Display */

#control_panel {
    margin: 0px auto 2px;
    padding: 5px 10px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
}

    #control_panel p {
        margin: 0px auto 2px;
        padding: 5px 10px;
        text-align: center;
        font-size: 12px;
        line-height: 22px;
    }

    #control_panel td {
        margin: 0px 0px 0px 0px;
        padding-left: 5px;
        text-align: left;
        font-size: 11px;
        line-height: 15px;
        color: #003366;
    }

        #control_panel td a {
            margin: 0px 0px 0px 0px;
            padding-left: 5px;
            padding-right: 5px;
            text-align: left;
            font-size: 11px;
            line-height: 15px;
            color: #003366;
            text-decoration: none;
        }

            #control_panel td a:hover {
                margin: 0px 0px 0px 0px;
                padding-left: 5px;
                padding-right: 5px;
                text-align: left;
                font-size: 11px;
                line-height: 15px;
                color: #FFFFFF;
                background-color: #12147B;
                text-decoration: none;
            }

    #control_panel th {
        margin: 0px 0px 0px 0px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        font-size: 11px;
        line-height: 18px;
        color: #003366;
    }

        #control_panel th a {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px;
            text-align: left;
            font-size: 11px;
            line-height: 18px;
            color: #003366;
            text-decoration: none;
        }

            #control_panel th a:hover {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px;
                text-align: left;
                font-size: 12px;
                line-height: 30px;
                color: #FFFF00;
                text-decoration: none;
            }

    #control_panel p {
        margin: 0px 0px 0px 0px;
        text-align: center;
        font-size: 11px;
        line-height: 22px;
        color: #003366;
    }

    #control_panel a {
        margin: 0px 0px 0px 0px;
        font-size: 11px;
        line-height: 22px;
        color: #003366;
    }

        #control_panel a:hover {
            margin: 0px 0px 0px 0px;
            font-size: 11px;
            line-height: 22px;
            color: #003366;
        }

/* Login screen */


#login p {
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #003366;
}

#login td {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 40px;
    color: #003366;
}

#login input {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 40px;
    color: #003366;
}

    #login input.button {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
        width: 100px;
        height: 30px;
    }

/* General Form layout */

#general_form p {
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    color: #003366;
}

#general_form td {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 30px;
    color: #003366;
}

#general_form input {
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 14px;
    color: #003366;
}

#general_form select {
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 14px;
    color: #003366;
}

#general_form input.button {
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    line-height: 22px;
    color: #003366;
    width: 100px;
    height: 30px;
}

#general_form a {
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    color: #003366;
}

    #general_form a:hover {
        margin: 0px 0px 0px 0px;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
    }

/* Centred Form layout */

#centred_form {
    margin-left: 200px;
}

    #centred_form p {
        margin: 0px 0px 0px 0px;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
    }

    #centred_form td {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 30px;
        color: #003366;
    }

    #centred_form input {
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        line-height: 14px;
        color: #003366;
    }

    #centred_form select {
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        line-height: 14px;
        color: #003366;
    }

    #centred_form input.button {
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        line-height: 22px;
        color: #003366;
        width: 100px;
        height: 30px;
    }

    #centred_form a {
        margin: 0px 0px 0px 0px;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
    }

        #centred_form a:hover {
            margin: 0px 0px 0px 0px;
            text-align: left;
            font-size: 12px;
            line-height: 22px;
            color: #003366;
        }

/* Request details layout */

#request_details {
    margin: 0px;
    padding-left: 20px;
    text-align: left;
}

    #request_details p {
        margin: 5px 0px 0px 0px;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        color: #003366;
    }
    #request_details p.info {
        margin: 5px 0px 0px 0px;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        color: #003366;
        font-weight:normal;
    }

    #request_details ul {
        margin: 5px 0px 0px 0px;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        color: #003366;
    }

    #request_details li {
        margin: 0px 0px 0px 0px;
        text-align: left;
        font-size: 12px;
        line-height: 15px;
        color: #003366;
        padding: 0px;
        list-style-position: outside;
        left: 30px;
        position:relative;
    }

    #request_details .tightpara {
        margin: 5px 0px 0px 0px;
        text-align: left;
        font-size: 12px;
        line-height: 12px;
        color: #003366;
    }

    #request_details td {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 30px;
        color: #003366;
    }

        #request_details td.tightpara {
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            line-height: 17px;
            color: #003366;
        }

        #request_details td.headpara {
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            line-height: 12px;
            color: #003366;
        }

        #request_details td.iso_info_blue {
            background-color: #003366;
            line-height: 17px;
            text-align: center;
            color: #ffffff;
            font-weight: bold;
        }

        #request_details td.iso_info_white {
            background-color: #FFFFFF;
            line-height: 17px;
            text-align: center;
            color: #003366;
            border-width:1px;
            border-color: #003366;
            border-style: solid;
        }

        #request_details td.iso_info_grey {
            background-color: #dddddd;
            line-height: 8px;
            text-align: center;
            color: #003366;
            border-width: 1px;
            border-color: #003366;
            border-style: solid;
        }

#infobox {
    width: 830px;
    height: 100px;
    margin-bottom: 10px;
    text-align: left;
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
    background-color: #e1e1e1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
}

#infobox2 {
    width: 830px;
    height: 70px;
    margin-bottom: 10px;
    text-align: left;
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
    background-color: #e1e1e1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    overflow: hidden;
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
}

#SupplierTable .headpara {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 17px;
    color: #003366;
}

    #request_details input {
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        line-height: 14px;
        color: #003366;
    }

    #request_details select {
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        line-height: 18px;
        color: #003366;
    }

    #request_details a {
        margin: 0px 0px 0px 0px;
        text-align: left;
        font-size: 12px;
        line-height: 12px;
        color: #003366;
    }

        #request_details a:hover {
            margin: 0px 0px 0px 0px;
            text-align: left;
            font-size: 12px;
            line-height: 12px;
            color: #003366;
        }

    #request_details input.button {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
        width: 100px;
        height: 30px;
    }

        #request_details input.button:hover:enabled {
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            line-height: 22px;
            color: #FFFFFF;
            background-color: #12147B;
            width: 100px;
            height: 30px;
        }

        #request_details input.aspNetDisabled.button {
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            line-height: 22px;
            width: 100px;
            height: 30px;
        }

    #request_details input.button_big {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
        width: 130px;
        height: 30px;
    }

        #request_details input.button_big:hover {
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            line-height: 22px;
            color: #FFFFFF;
            background-color: #12147B;
            width: 130px;
            height: 30px;
        }

    #request_details input.button_150 {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
        width: 150px;
        height: 30px;
    }

        #request_details input.button_150:hover {
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            line-height: 22px;
            color: #FFFFFF;
            background-color: #12147B;
            width: 150px;
            height: 30px;
        }
        #request_details input.button_150:disabled {
            margin: 0px 0px 0px 0px;
            font-size: 12px;
            line-height: 22px;
            color: #cccccc;
            background-color: #aaaaaa;
            width: 150px;
            height: 30px;
        }
#request_details input.button_150_padded {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
    color: #003366;
    width: 150px;
    height: 30px;
    margin: 10px 0px 10px 0px;
}

    #request_details input.button_150_padded:hover {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 22px;
        color: #FFFFFF;
        background-color: #12147B;
        width: 150px;
        height: 30px;
        margin: 10px 0px 10px 0px;
    }

    #request_details input.button_150_padded:disabled {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 22px;
        color: #cccccc;
        background-color: #aaaaaa;
        width: 150px;
        height: 30px;
        margin: 10px 0px 10px 0px;
    }

#request_details input.button_200 {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
    color: #003366;
    width: 200px;
    height: 30px;
}

    #request_details input.button_200:hover {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 22px;
        color: #FFFFFF;
        background-color: #12147B;
        width: 200px;
        height: 30px;
    }

    #request_details input.button_200:disabled {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 22px;
        color: #cccccc;
        background-color: #aaaaaa;
        width: 200px;
        height: 30px;
    }

#request_details input.button_200_padded {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 22px;
    color: #003366;
    width: 200px;
    height: 30px;
    margin: 10px 0px 10px 0px;
}

    #request_details input.button_200_padded:hover {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 22px;
        color: #FFFFFF;
        background-color: #12147B;
        width: 200px;
        height: 30px;
        margin: 10px 0px 10px 0px;
    }

    #request_details input.button_200_padded:disabled {
        margin: 0px 0px 0px 0px;
        font-size: 12px;
        line-height: 22px;
        color: #cccccc;
        background-color: #aaaaaa;
        width: 200px;
        height: 30px;
        margin: 10px 0px 10px 0px;
    }

    #request_details .DelButton {
        margin: 0px 0px 0px 10px;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
        width: 89px;
        height: 30px;
    }

        #request_details .DelButton:hover {
            margin: 0px 0px 0px 10px;
            font-size: 12px;
            line-height: 22px;
            color: #FFFFFF;
            background-color: #12147B;
            width: 89px;
            height: 30px;
        }

#request_details-right {
    left: 401px;
    width: 400px;
    margin: 0px 0px 0px 0px;
    padding-right: 55px;
    text-align: right;
    font-size: 12px;
    line-height: 22px;
    float: right;
}

#request_details-left {
    left: 0px;
    width: 300px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    float: left;
}
#request_details .fakedisabled {
    background-color: #f8f8f8;
    border-style:solid;
    border-color: #c2c2c2;
    cursor:default;
}
#request_details .tighttableline {
    line-height: 16px;
    padding-bottom: 2px;
    padding-top: 2px;
    vertical-align:top;
}
#request_details .tighttableline2 {
    line-height: 16px;
    padding-bottom: 6px;
    padding-top: 2px;
    vertical-align: top;
}
#request_details .tighttablelineright {
    line-height: 16px;
    padding-bottom: 2px;
    padding-top: 2px;
    vertical-align: top;
    text-align:right;
}
#request_details .tighttablenumberright {
    line-height: 16px;
    padding-bottom: 2px;
    padding-top: 2px;
    vertical-align: top;
    text-align: right;
    padding-right: 8px;
    font-weight:bold;
}

#ContentPlaceHolder_error_message {
    left: 0px;
    width: 800px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    float: left;
    clear: both;
}

.Error_Green {
    background-color: green;
    color: white;
}

.Error_Red {
    background-color: red;
    color: white;
}

/* Subrecord Tabular Display */

#subrecord {
    margin: 0px;
    padding: 0px;
    width: 600px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
}

    #subrecord p {
        margin: 0px auto 2px;
        padding: 5px 10px;
        width: 500px;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
    }


    #subrecord td {
        margin: 0px 0px 0px 0px;
        padding-left: 5px;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
    }

        #subrecord td a {
            margin: 0px 0px 0px 0px;
            padding-left: 5px;
            padding-right: 5px;
            text-align: left;
            font-size: 12px;
            line-height: 22px;
            color: #003366;
            text-decoration: none;
        }

            #subrecord td a:hover {
                margin: 0px 0px 0px 0px;
                padding-left: 5px;
                padding-right: 5px;
                text-align: left;
                font-size: 12px;
                line-height: 22px;
                color: #FFFFFF;
                background-color: #12147B;
                text-decoration: none;
            }

    #subrecord th {
        margin: 0px 0px 0px 0px;
        padding-left: 5px;
        text-align: left;
        font-size: 12px;
        line-height: 22px;
        color: #003366;
    }

        #subrecord th a {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px;
            text-align: left;
            font-size: 12px;
            line-height: 30px;
            color: #003366;
            text-decoration: none;
        }

            #subrecord th a:hover {
                margin: 0px 0px 0px 0px;
                padding: 0px 0px;
                text-align: left;
                font-size: 12px;
                line-height: 30px;
                color: #FFFF00;
                text-decoration: none;
            }

    #subrecord p {
        margin: 0px 0px 0px 0px;
        text-align: center;
        font-size: 11px;
        line-height: 22px;
        color: #003366;
    }

    #subrecord a {
        margin: 0px 0px 0px 0px;
        font-size: 11px;
        line-height: 22px;
        color: #003366;
    }

        #subrecord a:hover {
            margin: 0px 0px 0px 0px;
            font-size: 11px;
            line-height: 22px;
            color: #003366;
        }

/* Page Footer */

#page_footer {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 1010px;
    height: 30px;
    color: #9595c2;
    text-align: center;
    clear: both;
}

/* Calendar Controls */

.ajax__calendar_title, .ajax__calendar_day, .ajax__calendar_days, .ajax__calendar_dayname, ajax__calendar_day td {
    line-height: normal;
}
