﻿.tablestyle 
{
	direction: rtl;
	font-family: arial;
	font-size: 11pt;
	
	border-color : #7CBDD2;
	border-style: solid;
	border-width :1px;
	position: relative;	 
	right: 2%;
	width: 650px;

	 
} 
.tblbyName
{
	direction: rtl;
	font-family: arial;
	font-size: 11pt;
	position: relative;
	float: right;
	width: 650px;
	border-right: #7cbdd2 1px solid;
	border-top: #7cbdd2 1px solid;
	border-left: #7cbdd2 1px solid;
	border-bottom: #7cbdd2 1px solid;
	margin-right : 8%;
}

.catablestyle 
{
	direction: rtl;
	font-family: arial;
	font-size: 11pt;
	
	border-color : #7CBDD2;
	border-style: solid;
	border-width :1px;
	position: relative;	 
    margin-left: 5%;
    margin-right :1%; 
	float:right;
	width:570px;	 
} 


.headerstyle
{
	background-color: #017398;
	padding: 4px 5px 4px 10px;
	text-align: center;
	vertical-align: bottom;
	font-family :Arial;
	font-weight: bold;
	font-size: 11pt;
	background-color: #017398;
	color: white;
}  

.rowstyle
{
	background : #EFF3FB
}

.altrowstyle
{
	background: White;
}

.pagerstyle
{ 
	background-color: #017398; 
	font-family :Arial; 
	
}

.pagerstyle td span
{ 
	color: White;
	font-size: 11pt;
}

 .itemstyle
 {
	 font-size: 11pt;
	 font-family: arial;
 }


