﻿.GridPlacer
{
    float: left;
    margin-left: -10px;
    width: 102%;
}

.labelView
{
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma;
    color: #333333;
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    vertical-align: top;
    width: auto;
}
.labelView .address
{
}
.linkView
{
    font-weight: normal;
    font-size: 12px;
    font-family: Tahoma;
    color: #333333;
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: auto;
}
.Imgrupee
{
    margin-top: 4.0px;
}
.NoDetails
{
    margin-top: 5%;
    border: solid 1px #CCD9DD;
    width: 50%;
    padding: 5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.gvMandatory
{
    color: Red;
}
.gvFooterSave
{
    width: auto;
    padding: 3px 7px 2px;
    margin: 0px 0px 0px 6px;
    background-color: #b2c866;
    text-shadow: 0px 2px 3px #666;
    font-size: 12px;
    color: #fff;
    border: 0px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none;
}
.gvFooterSave :hover
{
    width: auto;
    padding: 8px 10px 7px 10px;
    margin: 0px 0px 0px 6px;
    background-color: #88a71f;
    font-size: 12px;
    color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none;
}
.paymentTypes
{
    border: solid 1px #CCD9DD;
    margin-top: 23px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.printUL
{
    list-style-type: circle;
    word-spacing: normal;
}
.printUL li
{
}
.taxtd
{
}

.RadGrid_Windows7 .rgExpand
{
    background: transparent 0 0 no-repeat url('../../Static/Images/PlusSign.gif') !important;
}
.RadGrid_Windows7 .rgCollapse
{
    background: transparent 0 0 no-repeat url('../../Static/Images/minus.png') !important;
}

.box p
{
    display: inline-block !important;
    color: #333333 !important;
    font-family: Arial !important;
    margin: 5px 0px 5px 0px !important;
    text-align: left !important;
}
#toolbarContainer div{
    display:none;
}
.borderLessDialog{

}
    .borderLessDialog.RadWindow
    {
        border: none;
        padding: 0;
    }


    .borderLessDialog.RadWindow .rwTitleBar
    {
        margin: 0;
    }


    .borderLessDialog .rwTitleBar
    {
        display: none;
    }


    .borderLessDialog .rwStatusBar
    {
        display: none;
    }

    .borderLessDialog.RadWindow .rwContent
    {
        border: none;
    }