﻿body {
}
.Table
{
    width:80%; 
    border:0;
    border-spacing:3;
}
.Home
{
    background-color:GrayText;
    font-size:2;
}

.TableHeader
{
    width:100%; 
    border:0;
    border-spacing:0;
    padding:0,0,0,0;
    margin:0,0,0,0;  
    border-color:#000000;
    background-color:#000000;
    background-image:url(images/filler.gif);
    
}

.TableRowLable
{

    background-color:#336699;
    width:30%; 
    color:#FFFFFF;
    font-weight:bold;
}
.TableRowText
{
    background-color:#BED7EB;
    width:66%; 
}

.ErrorLine 
{
	float:left;
	/*clear:left;*/
	/*width:10em;  100%;*/
	text-indent:2.5em;
	text-align:left;
	font-size:small;
	color:Red;
	font-weight:bold;
	background: url(../images/valerroricon_animated.GIF);
	background-repeat:no-repeat;
	background-position:1em;
}
.ErrorSummary
{
	float:left;
	width:30em;
	clear:left;
	text-align:left;
	margin-right: 1em;
	border: solid .1em #d89191;
	padding: .1em .75em;
	color: #000;
	background-color: #ffd8d8;
	font-weight: bold;
}

.SectionHeader
{
    height:22;
    font-size:3;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
