﻿.pnlRdoChkFalse
{
    /*width: 80%; 	height: 140px;*/
    background-color: #E0E0E0;
    border: 1px Solid #9DA699;
    padding: 0px;
    border-radius: 4px; /*display:none;*/
}
.modalBackground
{
    background-image: url(images/overlay.png);
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.pnpopuplabel
{
    font-size: 16px;
    font-weight: bold;
    color: #002953;
    width: 150px;
    font-family: Calibri;
    text-align: center;
}
.btn-inactive
{
    /*font-family: Calibri; 	font-size: 15px; 	font-weight: bold; 	padding: 3px; 	color: #FFFFFF; 	background-color: #669999; 	width: 120px;*/
    width: 120px;
    height: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
    color: #585858;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #b2e4dd;
    border-color: #4c4c4c #313131 #1f1f1f;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    cursor: wait;
}
.lnkbtn-inactive
{
    /*width: 120px;*/
    height: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
    color: #585858;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #b2e4dd;
    border-color: #4c4c4c #313131 #1f1f1f;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    cursor: wait;
    padding: 5px;
}
.lnkbtn-inactive:hover, .lnkbtn-inactive:visited, .lnkbtn-inactive:link, .lnkbtn-inactive:active
{
    text-decoration: none;
}

.imgEdit
{
    background-image: url('../Admin/Images/Pencil.png');
    border: none;
    height: 24px;
    width: 24px;
}

.imgUpdateCounsellor
{
    background-image: url('../Admin/Images/Update_Male_Profile-24.png');
    border: none;
    height: 24px;
    width: 24px;
}

.imgDelete
{
    background-image: url('../Images/Trash.png');
    border: none;
    height: 24px;
    width: 24px;
}

.imgbtn-inactive
{
    background-image: url('../Images/QuePalette.gif');
    cursor: wait;
    height: 16px;
    width: 16px;
    padding: 5px;
    border: none;
}

.btnCssEnd
{
    width: 50px;
    font-weight: bold;
    height: 25px;
    border: 1px Solid gray;
    font-family: Calibri;
    font-size: 15px;
    background-color: #D6D6D0;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
}
.btnCssEnd:hover
{
    width: 50px;
    font-weight: bold;
    height: 26px;
    border: 1px Solid Black;
    background-color: #ECE5B6;
    font-family: Calibri;
    font-size: 15px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
}

.btnMargin
{
    margin-left: 20px;
}

.iframe
{
    width: 90%;
    min-height: 200px;
    max-height: 100%;
    border: transparent !important;
    margin-left: 20px;
}

.width100
{
    width: 100%;
}
