﻿body {
    background-color: #DBE5F1;
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Cambria;*/
    font-size: 13px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    text-decoration: none;
    /*410036
        CBDCA8
        */
}

.table_headerInner {
    background-color: #CBDCA8;
    height: 25px;
}

    .table_headerInner td {
        color: #410036;
        font-family: Arial, Helvetica, sans-serif;
        /*font-family: Cambria;*/
        font-size: 13px;
        font-weight: bolder;
        text-decoration: none;
    }

td {
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Cambria;*/
    font-size: 13px;
    text-decoration: none;
}

.table_header {
    background-color: #2B897E;
    height: 15px;
}

    .table_header td {
        color: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        /*font-family: Cambria;*/
        font-size: 13px;
        font-weight: bolder;
        text-decoration: none;
    }

.table_footer {
    background-color: #2B897E;
    height: 25px;
}

    .table_footer td {
        color: #555555;
        font-family: verdana;
        /*font-family: Cambria;*/
        font-size: 13px;
        font-weight: bolder;
        text-decoration: none;
    }

table.gridstyle {
    border: 1px #ddd;
}

    table.gridstyle th {
        /*background-color: #F2F2F2;
        border-color: #2B897E;
        color: #410036;
        font-size: 11px;
        font-weight: bolder;
        padding: 5px;
        text-align: center;
        height: 10px;
        vertical-align: middle;*/
        background-color: #dff0d8;
        border-color: #ddd;
        color: #410036;
        font-size: 13px;
        font-weight: bolder;
        padding: 3px;
        text-align: center;
        height: 10px;
        vertical-align: middle;
    }

    table.gridstyle td {
        /*border-color: #2B897E;
        color: #555555;
        font-family: verdana;
        font-size: 11px;
        padding: 5px;
        height: 10px;
        vertical-align: middle;*/
        border-color: #ddd;
        color: #555555;
        font-family: Arial, Helvetica, sans-serif;
        /*font-family: Cambria, Helvetica, sans-serif;*/
        font-size: 13px;
        padding: 3px;
        height: 10px;
        vertical-align: middle;
    }

        table.gridstyle td.datarow1 {
            text-align: center;
        }

        table.gridstyle td.datarow2 {
            text-align: left;
        }

        table.gridstyle td.datarow3 {
            text-align: right;
        }

    table.gridstyle span {
        font-size: 13px;
    }

    table.gridstyle tr:nth-child(odd) {
        /*background-color: #F2F2F2;*/
        background-color: #ffffff;
        color: #000;
    }

    table.gridstyle tr:nth-child(even) {
        background-color: #ffffff;
        color: #000;
    }

    table.gridstyle tr:hover {
        background-color: #DAEFEF;
        color: #000;
    }

a:link {
    color: #2B897E;
    font-family: verdana;
    /*font-family: Cambria;*/
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
}

a:visited {
    color: #2B897E;
    font-family: verdana;
    /*font-family: Cambria;*/
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
}

a:active {
    color: #2B897E;
    font-family: verdana;
    /*font-family: Cambria;*/
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
}

a:hover {
    color: #2B897E;
    font-family: verdana;
    /*font-family: Cambria;*/
    font-size: 11px;
    font-weight: bolder;
    text-decoration: none;
}

input, textarea, select {
    color: #555555;
    /*border: solid 1px #555555;*/
    font-family: verdana;
    /*font-family: Cambria;*/
    font-size: 13px;
    text-decoration: none;
}

.border {
    border: solid 1px #2B897E;
}

.msg {
    color: #b81727;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Cambria;*/
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    text-align: Center;
    vertical-align: Middle;
}

/* CSS*/
table tr {
    text-align: left;
    vertical-align: top;
}

select {
    font-size: 13px;
    text-align: left;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Cambria;*/
}

input.Textbox {
    height: 18px;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Cambria;*/
    width: 250px;
}

.TableStyle {
    border-color: #1568b1;
    border-width: 1px;
    border-style: solid;
}

.ErrorText {
    color: Red;
}

textarea {
    height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Cambria;*/
    width: 250px;
}

.TableStyle {
    border: solid 1px #2B897E;
}
/*
span
{
	font-size:12px;
	font-weight:normal;	
}
*/
.emptyrowstyle {
    background-color: #ffffff;
    border-color: #cc0000;
    text-align: Center;
    vertical-align: Middle;
    color: red;
}

/*-------------*/
.BodyContainer {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 96%;
    height: 100%;
    text-align: left;
    margin-left: 30px;
}

fieldset legend {
    font-size: 15px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 0px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Cambria;*/
    color: Black;
}

.oddrowstyle {
    /*background-color: #f4f8fe;*/
    background-color: #efefef;
    border-color: #26559b;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Cambria;*/
    font-size: 13px;
    /*height: 25px;*/
    padding: 5px;
    vertical-align: middle;
}

.evenrowstyle {
    background-color: #efefef;
    border-color: #26559b;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Cambria;*/
    font-size: 13px;
    /*height: 25px;*/
    padding: 5px;
    vertical-align: middle;
}

.emptyrowstyle {
    background-color: #f4f8fe;
    border-color: #26559b;
    color: #b81727;
    font-family: verdana;
    /*font-family: Cambria;*/
    font-size: 13px;
    /*height: 25px;*/
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

table.gridstyle td, table.gridstyle th {
    border: solid 1px #ddd;
}

input[type="submit"], input[type=button] {
    color: #555555;
    border: solid 1px #555555;
    font-family: verdana;
    /*font-family: Cambria;*/
    font-size: 13px;
    text-decoration: none;
}

.pagination table td {
    border: none;
}

.style3 {
    font-size: 14px;
}

.form-control {
    display: block;
    height: 20px;
    padding: .5px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-transform: capitalize;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.OnFocusChangeColor:focus {
    color: red;
    font-size: 12px;
}




table.TrailBalancestyle {
    border-color: #ddd;
}

table.TrailBalancestyle th {
        
    background-color: #dff0d8;
    border: 1px #ddd;
    color: #410036;
    font-size: 13px;
    font-weight: bolder;
    padding: 3px;
    text-align: center;
    height: 10px;
    vertical-align: middle;
}

table.TrailBalancestyle td {
    border-color: #ddd;
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
    height: 10px;
    vertical-align: middle;
}

table.TrailBalancestyle tr:hover {
    background-color: #DAEFEF;
    color: #000;
}