﻿.TableHeader
{
    border:1px solid #f00;
    border-right: medium none;
    border-top: medium none;
    font: 8pt Verdana;
    border-left: medium none;
    color: #0D72A3;
    border-bottom: medium none;
    background: #F6F6F6 /*url(../images/navHead.jpg) repeat-x center*/;
    padding:3px;
}
.TableNavBarTop
{
	border-right: medium none;
	border-top: medium none;
	font: bold 8pt Verdana;
	border-left: medium none;
	color: #0D72A3;
	border-bottom: medium none;
	background: #FDFDFD /*url(../images/navBar.gif) repeat-x center*/;
}
.ColumnHeader
{
    font: 12px Tahoma bold;
    color: #024383; /*#0582DC;*/
    border-top: #F6F6F6 1px solid;
    border-left: #F6F6F6 1px solid;
    border-right: #DDDDDD 1px solid;
    border-bottom: #DDDDDD 1px solid; /*A4D9F0*/
    height: 25px;
    background: #EDEEEF /*url(../images/recHead.jpg) repeat-x center*/;
}
A.ColumnHeader
{
    font: bold 9pt Arial;
    color: #000000;
    text-decoration: none
}
A.ColumnHeader:active
{
    font: bold 9pt Arial;
    color: #ffffff;
    text-decoration: none
}
A.ColumnHeader:visited
{
    font: bold 9pt Arial;
    color: #ffffff;
    text-decoration: none
}
A.ColumnHeader:hover
{
    font: bold 9pt Arial;
    color: #ffffff;
    text-decoration: underline
}
.TableTDodd
{
    border-right: #808080 1px solid;
    padding-left: 2px;
    font: 12px Arial;
    color: #555555;
    border-bottom: #808080 1px solid;
    background-color: #FAFAFA;
    height: 22px;
}
.TableTDeven
{
    border-right: #808080 1px solid;
    padding-left: 2px;
    font: 12px Arial;
    color: #555555;
    border-bottom: #808080 1px solid;
    background-color: #F3F3F3;
    height: 22px;
}
.HighlightRow
{
    cursor:pointer;
    color: #222222;
    background-color: #e6e6e6;
    font: 12px Arial;
    height: 22px;
}
TABLE.RecordTable
{
    border: #EEEEEE 1px solid;
    padding: 0px;
    margin: 0px;
}

.Recborder
{
border:1px solid #e6e6e6;
}

/** Added on 20090629 - For drop down link list **/
.rownormal
{
font: 11px tahoma;
background: #F0F8FA;
}
.rowhighlight
{
font: 11px tahoma;
background: #BCDCEC;
}
