﻿@charset "utf-8";
/* CSS Document */


body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 13px;
}

.CMS_header {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    background-color: #347cbb;
}

.CMS_header_inner {
    width: 1000px;
    margin: 0 auto;
}

.mpo_logo_dv {
    float: left;
    margin: 10px 0 0 0;
}

.uni_logo_dv {
    float: right;
    text-align: right;
    margin: 10px 0 0 0;
}

.CMS_container {
    width: 1000px;
    min-height: 500px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0 0 4px #eee;
}

.Pssoutable {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial;
    font-size: 12px;
    margin-bottom: 10px;
}

    .Pssoutable th {
        padding: 3px;
        border: #c4dcec 1px solid;
        background: #448ccb;
        color: #FFFFFF;
        font-size: 14px;
        margin: 0 0 0 0;
        font-weight: normal;
        text-align: left;
    }

    .Pssoutable td {
        padding: 5px;
        border: #c4dcec 1px solid;
        text-align: left;
    }
    /* provide some minimal visual accomodation for IE8 and below */
    .Pssoutable tr {
        background: #f4f8fb;
    }
        /*  Define the background color for all the ODD background rows  */
        .Pssoutable tr:nth-child(odd) {
            background: #e9f0f7;
        }
        /*  Define the background color for all the EVEN background rows  */
        .Pssoutable tr:nth-child(even) {
            background: #f4f8fb;
        }


input[type="text"],
select {
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #CDE7EC;
}

input:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

input:hover {
  
    border-radius: 5px;
}


select:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

select:hover {
    border: 1px solid #82b8e8;
    border-radius: 5px;
}


select1:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

select1:hover {
    border: 1px solid #82b8e8;
    border-radius: 5px;
}

textarea:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border-color: #5AB0DB;
}

textarea:hover {
    border: 1px solid #82b8e8;
    border-radius: 5px;
}

.btn {
    background-color: #3b7fd4;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}

    .btn:hover, .btn:active {
        background-color: #265a9b;
        border: none;
        padding: 8px 8px;
        color: #fff !important;
        font-size: 14px;
        border-radius: 5px 5px;
    }

.del {
    background-color: #c5381d;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}

    .del:hover {
        background-color: #962913;
        border: none;
        padding: 8px 8px;
        color: #fff;
        font-size: 14px;
        border-radius: 5px 5px;
    }

.srch {
    background-color: #9646ce;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}

    .srch:hover {
        background-color: #7228a6;
        border: none;
        padding: 8px 8px;
        color: #fff;
        font-size: 14px;
        border-radius: 5px 5px;
    }

.bck {
    background-color: #666;
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}

    .bck:hover {
        background-color: #333;
        border: none;
        padding: 8px 8px;
        color: #fff;
        font-size: 14px;
        border-radius: 5px 5px;
    }

.lnk1 {
    background-image: url('../Images/button_03.png');
    width: 185px;
    height: 75px;
    display: table;
}

    .lnk1:hover {
        background-image: url('../Images/button_03.png');
        width: 185px;
        height: 75px;
        background-position: 0 77px;
        display: table;
    }

.lnk2 {
    background-image: url('../Images/button_05.png');
    width: 185px;
    height: 75px;
    display: table;
}

    .lnk2:hover {
        background-image: url('../Images/button_05.png');
        width: 185px;
        height: 75px;
        background-position: 0 77px;
        display: table;
    }

.lnk3 {
    background-image: url('../Images/button_07.png');
    width: 185px;
    height: 75px;
    display: table;
}

    .lnk3:hover {
        background-image: url('../Images/button_07.png');
        width: 185px;
        height: 75px;
        background-position: 0 77px;
        display: table;
    }

.lnk4 {
    background-image: url('../Images/cancelA.png');
    width: 185px;
    height: 75px;
    display: table;
}

    .lnk4:hover {
        background-image: url('../Images/cancelA.png');
        width: 185px;
        height: 75px;
        background-position: 0 77px;
        display: table;
    }
    /****New Style****/


    .form_heading {

        padding:5px;
        margin:0px 0 10px 0;
        border:1px solid #eee;
        font-size:20px;
        text-align:center;
        background-color:#f5efe2;

    }




.notice {
    color: red;
    font-family: arial;
    font-size: 13px;
    font-weight: lighter;
    padding:5px;

}
/**New Table style CSS**/

.printtable {
  width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
}

    .printtable th {
        background-color: #347cbb;
        padding: 8px;
        border: #ddd 1px solid;
        color: #fff;
        margin: 0 0 0 0;
        font-weight: normal;
        text-align: left;
    }

    .printtable td {
        padding: 7px;
        border: #ddd 1px solid;
        text-align: left;
    }
    /* provide some minimal visual accomodation for IE8 and below */
    .printtable tr {
       background: #fafafa;
    }
        /*  Define the background color for all the ODD background rows  */
        .printtable tr:nth-child(odd) {
           background: #FBFBFB;
        }
        /*  Define the background color for all the EVEN background rows  */
        .printtable tr:nth-child(even) {
             background: #f7f7f7;
        }

        /***********/
.CMStable, .CMStable4 {
    width: 100%;
    border-collapse: collapse;
    font-family: verdana;
    font-size: 12px;
}

    .CMStable th, .CMStable4 th {
        background-color: #347cbb;
        padding: 8px;
        border: #ddd 1px solid;
        color: #fff;
        margin: 0 0 0 0;
        font-weight: normal;
        text-align: left;
    }

    .CMStable td, .CMStable4 td {
        padding: 4px;
        border: #ddd 1px solid;
        text-align: left;
    }
    /* provide some minimal visual accomodation for IE8 and below */

    .CMStable tr, .CMStable4 tr {
        background: #fafafa;
    }
        /*  Define the background color for all the ODD background rows  */

        .CMStable tr:nth-child(odd), .CMStable4 tr:nth-child(odd) {
            background: #FBFBFB;
        }
        /*  Define the background color for all the EVEN background rows  */

        .CMStable tr:nth-child(even), .CMStable4 tr:nth-child(even) {
            background: #f7f7f7;
        }

    .CMStable4 td {
}

    /**Fields**/
    .CMStable input[type="text"], .CMStable4 input[type="text"] {
        width: 90%;
        padding: 7px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
    }

    .CMStable input:focus, .CMStable4 input:focus {
        outline: none;
        box-shadow: 0px 0px 5px #ddd;
        border: #ddd 1px solid;
    }

    .CMStable input:hover, .CMStable4 input:hover {
        border-radius: 5px;
    }

    .CMStable select, .CMStable4 select {
        width: 97%;
        padding: 7px;
        border-radius: 4px;
        background-color: #fff;
        border: #ddd 1px solid;
    }

        .CMStable select:focus, .CMStable4 select:focus {
            outline: none;
            box-shadow: 0px 0px 5px #61C5FA;
            border: #ddd 1px solid;
        }

        .CMStable select:hover, .CMStable4 select:hover {
            border: #ddd 1px solid;
            border-radius: 5px;
        }

    .CMStable textarea:focus, .CMStable4 textarea:focus {
        outline: none;
    }

    .CMStable textarea:hover, .CMStable4 textarea:hover {
        outline: none;
        box-shadow: 0px 0px 5px #ddd;
        border: #ddd 1px solid;
    }

.btn_1 {
    background-color: #438fef;
}

.btn_2 {
    background-color: #265a9b;
}

.btn_1, .btn_2 {
    border: none;
    padding: 8px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
}

    .btn_1:hover,
    .btn_1:active {
        background-color: #3c75bd;
    }

    .btn_2:hover,
    .btn_2:active {
        background-color: #194680;
    }

/** footer **/
.CMS_footer {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: #175388;
}

    .CMS_footer img {
        vertical-align: middle;
    }
