﻿* {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-family: Verdana, Geneva, sans-serif;
}

.pl5 {
    margin-left: 20px;
}
.pr5 {
    margin-right: 20px;
}

.tr-pd5 {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.heading {
    border-bottom: 1px solid #0E4480;
    color: #0E4480;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    margin: 12px 0px 12px 0px;
    padding: 0;
}

.ddl11 {
    margin-bottom: 4px;
    margin-right: 10px;
}


.buttons-form .btn {
    background-color: #003A88;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px;
    min-width: 60px;
    margin-right: 17px;
    display: inline-block;
    text-align: center;
}



.table thead td {
    font-weight: bold;
    background-color: #808080;
    color: #fff;
    background: url(../Images/menu.png) repeat-x scroll 0 0 transparent;
}

.table tr.alt {
    background-color: #ccc;
    background: url(../Images/grd_alt.png) repeat-x scroll center top #FCFCFC;
}

.table2 thead td {
    font-weight: bold;
    color: black;
    height:30px;
   
}

.table2 tr {
    height:30px;
}


.error {
    color: Red;
    margin-top: 2px;
    margin-bottom: 15px;
}

.success {
    color: Blue;
    margin-top: 10px;
    margin-bottom: 10px;
}


.txt_padding {
    padding-left: 4px;
    padding-right: 4px;
    height: 23px;
    border-color:cyan;
    text-align:center;
}

.txt11 {
    padding: 4px;
    margin-right: 10px;
    margin-top: 0px;
    /*border-color: cyan;*/
}

.red {
    color: red;
}
.close {
    color: cornflowerblue;
}