﻿

.TableStyle {
	font-family: 'iran_sansregular';
	font-size: 17px;
    border-color: #E7E7FF;
    border-style:none;
    border-width:1px;
	width:100%;
    background-color: white; 
}

.TableStyle tr:hover td, .TableStyle tr:hover th {
  
}

.AlternatingRowStyle {
    background-color: #F7F7F7;
    color: #4A3C8C;
}

.HeaderStyle {
    /*background-color:#4A3C8C;
    color:#F7F7F7;*/
	background-color:#6895b9 !important;
    color:#F7F7F7;
}  
.HeaderStyle th {

}  
.HeaderStyle a {

}

.RowStyle {
	color: #4A3C8C;
    background-color:#E7E7FF;
}

.RowStyle td, .AlternatingRowStyle td {
	
}

.FooterStyle {
    background-color:#B5C7DE;
    color:#4A3C8C;
}

.PagerStyle {
    background-color:#E7E7FF;
    color:#4A3C8C;
}

.SelectedRowStyle {
    /*background-color:#738A9C;
    color:#F7F7F7;*/
	background-color: rgba(100, 142, 175, 0.18) !important;
    color: #6895b9;
}

a:link, a:visited {
    color: #6895b9;
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    border: 1px solid #ffffff !important;
}
th {
    /*text-align: inherit;*/
}
table {
    border-collapse: inherit;
}

.tabs li a.tabs-inner {
    color: #777;
    background-color: #f7f7f7;
}