﻿.innerContainer {
    background-color: white; 
    padding: 10px;
    border: 1px solid #c6c6c6;
}
    .innerContainer .required {
        width:100%;
        text-align:right;
        font-style:italic;
        color:red;
        padding-right:5px;
    }

    /*CSS for text box with numeric values without decimal*/
.allownumericwithoutdecimal {
}

   /*CSS for text box with numeric values with decimal*/
.allownumericwithdecimal {
}

 .tableHeader h4 {
            background: none repeat scroll 0 0 #dadada;
            color: #333;
            font-family: "OpenSansSemibold";
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 8px;
            padding: 8px 10px;
            position: relative;
        }

.hint {font-size:11px; color:#666;}
h4.mytitle { font-size:16px; font-family: 'OpenSansSemibold'; margin:8px 0 0 0; padding:0 0 5px 0; color:#444; text-transform:none;}
.downloadlink {font-family: 'OpenSansRegular'; font-weight:normal; font-size:16px; line-height:18px; color:#606060; background:#f2f2f2;border:1px solid #e4e4e4;
 padding:7px; margin-bottom:12px; }
.downloadlink span {float:left; padding-right:6px;}



.btn {
    background: #bfc5c9;
    background-image: -webkit-linear-gradient(top, #bfc5c9, #777d80);
    background-image: -moz-linear-gradient(top, #bfc5c9, #777d80);
    background-image: -ms-linear-gradient(top, #bfc5c9, #777d80);
    background-image: -o-linear-gradient(top, #bfc5c9, #777d80);
    background-image: linear-gradient(to bottom, #bfc5c9, #777d80);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff !important;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.btn:hover {
    background: #777d80;
    background-image: -webkit-linear-gradient(top, #777d80, #bfc5c9);
    background-image: -moz-linear-gradient(top, #777d80, #bfc5c9);
    background-image: -ms-linear-gradient(top, #777d80, #bfc5c9);
    background-image: -o-linear-gradient(top, #777d80, #bfc5c9);
    background-image: linear-gradient(to bottom, #777d80, #bfc5c9);
    text-decoration: none;
}

.avail{color:green;font-size:12px;height:12px;width:12px}
.exist{color:red;font-size:12px;height:12px;width:12px}