﻿
.TableOne
{
	border-right: #95c4d9 1px solid;
	border-top: #95c4d9 1px solid;
	border-left: #95c4d9 1px solid;
	border-bottom: #95c4d9 1px solid;
	border-collapse: collapse;
	width:100%
}
.TableHeader
{
	background-image: url(Images/tableHeaderBG.gif);
	background-repeat: repeat-x;
	height: 22px;
}
 

.CellGrad
{
	padding-right: 15px;
	background-position: 50% bottom;
	padding-left: 5px;
	background-image: url(Images/grad_lightbg.gif);
	padding-bottom: 0px;
	padding-top: 5px;
	background-repeat: repeat-x;
}

.SmallHeader
{
	font-size: 11px;
	font-family: Arial;
	font-weight: 700;
}

.Header4
{
   font-weight: bold;
    font-size: 11px;
    color: #336699;
    font-family: Arial;
    }
.Note
{
    font-weight: bold;
    font-size: 11px;
    color: #336699;
    font-family: Arial;
}.RequiredField
{
	font-weight: bold;
}
 

TD
{
	height: 5px;
	overflow: visible;
}
.Button 
{
		BORDER-RIGHT: black 1px solid;	
		BORDER-TOP: black 1px solid;	
		BACKGROUND: url(Images/ELNG Blue Button.gif) repeat-x 100% 50%;	
		MARGIN: 3px;	
		FONT: bold 11px Arial;	
		BORDER-LEFT: black 1px solid;	
		CURSOR: hand;	
		COLOR: lavender;	
		BORDER-BOTTOM: black 1px solid;	
		HEIGHT: 22px
}
.SearchDiv
{
	border-right: PowderBlue 1px solid;
	border-left: PowderBlue 1px solid;
	border-bottom: PowderBlue 1px solid;
	width: 99.8%;
}


