﻿/*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: center;
}

.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;
}
/*this style belong to CitizenPage.aspx  Created by Eman Malallah*/
/*begin*/

.trSubSubTittle
{
    background-color: #f1f1f1;
    text-align: right;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    color: #34669b;
}

.trSubTittle
{
    background-color: #cee4f9;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    color: #34669b;
}

.trTittle
{
    background-color: #5b88b9;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    color: #ffffff;
}

/*end*/

.tNoColor
{
    text-align: right;
    font-weight: bold;
    font-family: Arial;
    font-size: 13px;
    border-style: none;
    width: inherit;
}

.trBullet
{
    vertical-align: top;
}




/* Eman Style */



.table_data
{
    font: 11px arial;
    color: #333333;
}



/* ID Styles */

#navigation a
{
    font: 10px arial;
    color: #336666;
    text-decoration: none;
}

#navigation a:hover
{
    color: #993300;
    text-decoration: underline;
}

#padding
{
    padding: 20px 5px 20px 5px;
}

#outdata th
{
    font: 10px arial;
    color: #ffffff;
}

#contactheader td
{
    font-weight: bold;
}

/* Class Styles */


.sidebarText
{
    font: 12px georgia;
    color: #336666;
    line-height: 18px;
}

.bodyText
{
    line-height: normal;
    color: #ffffff;
    height: auto;
    font-size: 10px;
    font-style: normal;
    text-align: center;
}



.subHeader
{
    font: 14px georgia;
    color: #669999;
    font-weight: bold;
    line-height: 20px;
    direction: ltr;
    text-align: right;
}

.navText
{
    font: 10px arial;
    color: #333300;
}

.contactText
{
    font: 11px arial;
    line-height: 14px;
    color: #333333;
    text-align: right;
    direction: rtl;
}
.table_head
{
    color: #34669b;
}


.table_subHead
{
    color: #539ef2;
}

