﻿/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*


*/
/** {
    font-family: Calibri, Sans-Serif;
    font-size: 11px;
}*/

html, body, form {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    font-family: Calibri, sans-serif;
}

hr {
    border: 0;
    height: 1px;
    background-color: #555555;
}



.header {
}

    .header .navigation {
    }

    .header .user {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .header .line {
        clear: both;
        background-color: #006000;
        height: 2px;
    }

.footer {
    clear: both;
    float: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #006000;
    /*background-color: #ff6a00;*/
    color: #FFF;
    padding: 3px 10px 5px 10px;
}

    .footer, .footer * {
        font-family: Calibri, sans-serif;
        font-size: 11px;
    }

fieldset {
    padding: 5px 5px 5px 5px;
    margin-top: 10px;
    border: 1px solid #888888;
}

legend {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

/****/

.login {
    height: 340px;
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -170px;
    background-color: #fff;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    box-shadow: 5px 5px 10px 0px #888888;
    -moz-box-shadow: 5px 5px 10px 0px #888888;
    -webkit-box-shadow: 5px 5px 10px 0px #888888;
}

    .login, .login * {
        font-family: Calibri, sans-serif;
        font-size: 12px;
    }

        .login th, td {
            padding: 2px;
        }

        .login .logo {
            float: left;
            width: 380px;
            border-bottom: 2px solid #006000;
            padding: 15px 5px 15px 15px;
        }

        .login .content {
            padding: 20px;
        }

            .login .content hr {
                width: 360px;
                border: 0;
                height: 1px;
                background-color: #006000;
            }

        .login .caption {
            color: #006000;
        }

        .login .footer {
            position: absolute;
            bottom: 0px;
            background-color: #006000;
            padding: 3px 10px 5px 10px;
            width: 380px;
        }

            .login .footer, .login .footer * {
                font: normal 11px Calibri, sans-serif;
                color: #FFF;
            }
/****/


.content {
    padding: 10px 15px 30px 15px;
}

    .content, .content * {
        font-family: Calibri, sans-serif;
        font-size: 12px;
        color: #444;
    }

.caption {
    font-weight: bold;
    color: #006000;
}

.error, .error * {
    color: #aa0000;
}



/*****/
.ucBoxHeaderTitle {
    background-color: #8acaff;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
}


.list {
    /**/
}

    .list th, td {
        padding: 5px;
        border: 1px solid #fff;
    }

    .list th {
        color: #333;
    }

    .list td {
        /**/
    }


.headline {
    padding-top: 3px;
    padding-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .headline img {
        vertical-align: middle;
        margin-right: 10px;
    }

.rgMasterTable .rgHoveredRow {
    background: #f5f0d2;
}



.modalBackground {
    background-color: #444;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 8px;
    margin: 8px;
    /*
    width: 300px; 
    height: 200px; 
    */
}


.input {
    font-family: Consolas;
}




.Button, .Button a:link, .Button a:active, .Button a:visited {
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px 5px 20px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    text-decoration: none;
}

    .Button a:hover {
        text-decoration: underline;
    }

.Save {
    background: url(icon/disk.png) left center no-repeat;
}

.Delete {
    background: url(icon/delete.png) left center no-repeat;
}

.Cancel {
    background: url(icon/cancel.png) left center no-repeat;
}

.Back {
    background: url(icon/control_rewind_blue.png) left center no-repeat;
}

.Add {
    background: url(icon/page_add.png) left center no-repeat;
}

.Edit {
    background: url(icon/page_edit.png) left center no-repeat;
}

.Copy {
    background: url(icon/page_copy.png) left center no-repeat;
}

.NewPosition {
    background: url(icon/text_list_bullets.png) left center no-repeat;
}

.List {
    background: url(icon/table.png) left center no-repeat;
}

.Lock {
    background: url(icon/lock.png) left center no-repeat;
}

.Pdf {
    background: url(icon/page_white_acrobat.png) left center no-repeat;
}

.Report {
    background: url(icon/report.png) left center no-repeat;
}

.Print {
    background: url(icon/printer.png) left center no-repeat;
}

.ReleaseReport {
    background: url(icon/report_go.png) left center no-repeat;
}

.Release {
    background: url(icon/page_white_medal.png) left center no-repeat;
}

.Money {
    background: url(icon/money.png) left center no-repeat;
}

.Reversal {
    background: url(icon/page_white_delete.png) left center no-repeat;
}

.Excel {
    background: url(icon/page_white_excel.png) left center no-repeat;
}

th.SortAsc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(Sort/asc.gif) no-repeat;
}

th.SortDesc a {
    display: block;
    padding: 0 4px 0 15px;
    background: url(Sort/desc.gif) no-repeat;
}
