a:link { color: #FFFFFF; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: none }
a:hover { color: #FFFFFF; text-decoration: underline }
.Header3
{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background: #666666;
    text-align: center;
}
.text {
    FONT-FAMILY: Times New Roman, Times, serif
    FONT-SIZE: 11px;
    line-height: 40px;
}
.adtext {
    FONT-SIZE: 13px; FONT-FAMILY: Times New Roman, Times, serif
}

td
{
vertical-align: middle;
padding: 0;
}

.FieldLabel, td.StationLabel1, td.StationLabel2
{
    FONT-SIZE: 12px;
    color: #000000;
    height: 35px;
    font-weight: normal;
}

/* station registration pages */
td.StationLabel1 { width: 11em; }
td.StationLabel2 { width: 11em; }
td.StationField1, td.StationField2 .DropDown,
input.StationField1, input.StationField2 { width:20em;
    padding: 0;
    margin: 0;
}

.DropDown
{
	width:22em;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    color: #000000;
    font-weight: normal;
}

div.StationProfile
{
	padding-left: 2%;
	width: 96%;
	margin: 0;
	/*	border: 1 solid red; */
}

.plainText
{
	font-size: 13px;
}

table.CrumbTrail
{
    FONT-SIZE: 0.8em;
}

td.CrumbTrailActive
{
    color: #000000;
    padding: 0;
}

td.CrumbTrailArrow
{
    background-image: url("../images/DDS/arrow_right.gif");
    background-position: center center;
    background-repeat: no-repeat;
    width : 40px;
}

td.CrumbTrailInactive
{
    color: #CCCCCC;
    padding: 0;
}

.wizardButton
{
    background-color: none;
    height: 24px;
    vertical-align: middle;
    font-size: 11px;
    width: 50px;
}

.errorDiv{
	clear: both;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background:#ffccff; 
	border: 1 solid #ff3333; font-size: 11px;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	font-family: Arial, Helvetica, san-serif;
	
}
.messageDiv{
	clear: both;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background:#558888; 
	border: 1 solid #ff3333; font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-style: italic;
	font-size: 15px;
	font-family: Arial, Helvetica, san-serif;
	
}