﻿input
{
    font-family: IRANSansWebLight,Tahoma;
    width: auto; /*187px;*/
}
Select
{
    font-family: IRANSansWebLight,Tahoma;
}
textarea
{
    font-family: IRANSansWebLight,Tahoma;
    min-height:50px;
}

.ButtonDefault
{
}
a
{
    color: #353535;
    text-decoration: none;
}
a:active
{
    color: #353535;
    text-decoration: none;
}
a:hover
{
    color: #8C8D8D;
    text-decoration: underline;
}
a:visited
{
    color: #353535;
    text-decoration: none;
}

/*Grid View Elements*/
.EditRowStyle
{
    background-color: #2461BF;
}

.HeaderStyleIncome {
    background-color: #AC6745;
    font-weight: bold;
    color: White;
    height: 30px;
    white-space: nowrap;
    border: 1px solid black;
    text-align: center;
}

.HeaderStyle {
    background-color: #507CD1;
    font-weight: bold;
    color: White;
    height: 30px;
    white-space: nowrap;
    border: 1px solid black;
    text-align: center;
}
.PagerStyle
{
    background-color: #2461BF;
    background-color: White;
    color: White;
    vertical-align: middle;
}
.PagerStyleIncome
{
    background-color: #bf5524;
    background-color: White;
    color: White;
    vertical-align: middle;
}
.RowStyle
{
    background-color: White;
    text-align: center;
    cursor: pointer;
    height: 30px;
}
.FooterStyle
{
    background-color: #507CD1;
    text-align: center;
    cursor: pointer;
    height: 20px;
    font-weight: bold;
    color: White;
}
.FooterStyleIncome
{
    background-color: #AC6745;
    text-align: center;
    cursor: pointer;
    height: 20px;
    font-weight: bold;
    color: White;
}
.AltPagingStyle
{
    background-color: #d9e3e4;
    text-align: center;
    cursor: pointer;
    height: 20px;
    border: 1px solid black;
}
tr.RowStyle:hover
{
    border: 1px Solid #507CD1;
    background-color: #e8eef7;
}
tr.AlternatingRowStyle:hover
{
    border: 1px Solid #507CD1;
    background-color: #e8eef7;
}
.AlternatingRowStyle
{
    background-color: #eef8ff;
    text-align: center;
    cursor: pointer;
    height: 30px;
}
.SelectedRowStyle
{
    background-color: #D1DDF1;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}
.SelectedRowStyleIncome
{
    background-color: #f1ded1;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}
.SortedAscendingCellStyle
{
    color: #F5F7FB;
}

.SortedAscendingHeaderStyle
{
    background-color: #6D95E1;
}
.SortedDescendingCellStyle
{
    background-color: #E9EBEF;
}

.SortedDescendingHeaderStyle
{
    background-color: #4870BE;
}
.EmptyDataRowStyle
{
    text-align: center;
    font-weight: bold;
    border-bottom: 0px solid black;
}
.NotificationRowStyle
{
    background-color: #2EB0C0;
    text-align: center;
    cursor: pointer;
    height: 30px;
}
.LinkButtonDefault
{
    font-weight:bolder;
    color:Black;
    text-decoration:underline;
    }
