﻿/*Header Table*/
.trheadColor
{
	background-color: #34669b;
	text-align:center;
	font-weight: bold;
	font-family: Arial;
	font-size:14px;
	color:White;
	
}

.trhead2Color
{
	background-color: #539ef2;
	text-align:center;
	font-weight: bold;
	font-family: Arial;
	font-size:14px;
	color:White;
	
}


/*Second Row in thw table*/
.trOddColor
{
	background-color: #f1f1f1;
	text-align:center;
	font-weight: bold;
	font-family: Arial;
	font-size:13px;
	color: #34669b;
	
}

/*First Row in the table*/
.trEvenColor
{
	background-color: #cee4f9;
	text-align:center;
	font-weight: bold;
	font-family: Arial;
	font-size:13px;
	color: #34669b;
	
}


/*Cell Right to table*/
.tFirstData
{
	background-color: #34669b;
	text-align:center;
	font-weight: bold;
	font-family: Arial;
	font-size:14px;
	color:White;
	width:inherit;
}
/*Cell Right to table*/
.tFirstData2
{
	background-color: #34669b;
	text-align:center;
	font-weight: bold;
	font-family: Arial;
	font-size:14px;
	color:White;
	width:inherit;
}
.tableRight
{
    width:250px;
  text-align:right;
}

.TableIndent
{
  text-indent:50px; 
}

.tableRight1
{
    width:150px;
  text-align:right;
}

.tableRight2
{
    width:130px;
  text-align:right;
}

.tableCenterhr
{
    background-color: #34669b;
	text-align:center;
	font-weight: bold;
	font-family: Arial;
	font-size:14px;
	color:White;
    width:200px;
    height:30px;
}

.trEvenColor2
{
	background-color: #cee4f9;
	text-align:center;
	font-weight: bold;
	font-family: Arial;
	color: #34669b;
    width:200px;
	height:27px;
}

.trOddColor2
{
	background-color: #f1f1f1;
	text-align:center;
	font-weight: bold;
	font-family: Arial;
	color: #34669b;
    width:200px;
    height:27px;
} 
