﻿html
{
	margin: 0;
	padding: 0;

}
body 
{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family:Verdana;
	font-size: 8pt;

    margin-left: 30px;
    margin-right: 30px;
    margin-top:0px;
    margin-bottom:1px;
    width:770px;
    background-color:#ffffff;
    border:solid 1px gray;
    xborder-top:solid 0px gainsboro;
    xborder-left:solid 90px gainsboro;
    xborder-right:solid 90px gainsboro;
    xborder-bottom:solid 0px gainsboro;
    height:97%;
}
.bodywrapper
{
    margin-left: 30px;
    margin-right: 30px;
    margin-top:0px;
    margin-bottom:0px;
    width:770px;
    background-color:#ffffff;
}
.bodyZ1 
{
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family:Verdana;
	font-size: 8pt;
	
    margin-left: 0px;
    margin-right: 0px;
    margin-top:0px;
    margin-bottom:0px;
    width:770px;
    background-color:#ffffff;
    border:solid 1px gray;
    xborder-top:solid 0px gainsboro;
    xborder-left:solid 90px gainsboro;
    xborder-right:solid 90px gainsboro;
    xborder-bottom:solid 0px gainsboro;
    height:97%;
}
h1
{
    margin-top: 10px;
    font-size: 10pt;
    vertical-align: bottom;
    color: #cc6600;
    font-family: Palatino;
    letter-spacing: 2px;
}
h2
{
    margin-top: 10px;
    font-size: 8pt;
    vertical-align: bottom;
    color: #cc6600;
    font-family: Palatino;
    letter-spacing: 1px;
    display: inline;
}
h2.shaded
{
    color: #cccccc;
    display: inline;
}
h2 a
{
    font-size: 8pt;
    vertical-align: bottom;
    color: #65738e;
    font-weight:bold;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A:active {
  color: blue;
}


.legend_title
{
	font-family:Verdana;
	font-size:10pt;
	color:gray;
}

.legend_descripton
{
	font-family:Verdana;
	font-size:7pt;
	color:black;
}
.legend_alias_cell
{
	font-family:Verdana;
	font-size:7pt;
	color:gray;
	background-color:#f1eeed;
}
.location_title
{
	font-family:Verdana;
	font-size:8pt;
	color:gray;
	background-color: #ffffff;
}
.location_title_cell1
{
	font-family:Verdana;
	font-size:9pt;
	color:black;
	background-color:#FFFFFF;
}
.location_cell
{
	color:gray;
	xbackground-color: #f1eeed;
	background-color: lightsteelblue;
}
.topbox {
	border: solid 1px #CBCED4;
	xbackground: blue;
	background: #6190CD;
	xbackground: gainsboro;
	padding: 5px;
	margin-bottom: 7px;
	height:35px;
    Filter: Alpha(Opacity=40, FinishOpacity=100, Style=1, StartX=0, StartY=25, FinishX=0, FinishY=60)	
}
.topbox_title {
	width: 200; 
	height: 10; 
	font-size: 14pt; 
	font-family: Arial Black; 
	color: black;
}
.td_topbox 
{
	height:60px;
}
.menubox1 
{
	font-family:Verdana;
	font-size:9pt;
	color:#000000;
	border: solid 1px #CBCED4;
	xbackground: #f5f5f5;
	xbackground: #6190CD;
	background: lightsteelblue;
	padding: 0px;
	margin-bottom: 0px;
    width:100px;
    height:50px;
    vertical-align:middle;
    xFilter: Alpha(Opacity=40, FinishOpacity=100, Style=1, StartX=0, StartY=25, FinishX=0, FinishY=50);
}

.menubox1_shade {
	border: solid 1px #CBCED4;
	background: gainsboro;
	padding: 0px;
	padding-right:7px;
	padding-bottom:7px;
    width:100px;
    height:50px;
}

.linkGoSteps
{
	color:Blue;
	xcolor: #6190CD;
}

.admin-header
{
    background-color: #6190CD; 
    height:40px;
    padding-left:10px;
    border-bottom:solid 4px #B4CCEB;
}
#menutext
{
    padding: 5px;
    text-align: right;
    border-bottom: gainsboro 1px solid;
    margin-bottom: 10px;
}
	#menutext ul {
		margin: 0px;
		padding: 0px;
		list-style-image: none;
	}
	
	#menutext li { display: inline }
	
	#menutext a:link, #menutext a:visited {
		padding-left: 12px;
        font-size: 8pt;
        color: #65738E;
        font-family: palatino;
		text-decoration: none;
	}
	
	#menutext a:active, #menutext a:hover {
		color: #717052;
	}
	
.additional_questions{
	font-family:Verdana;
	font-size:12pt;
	color: Orange;
	
}
.table_servicetype
{
	background: lightsteelblue;
	xbackground: white;
	border-color: gainsboro;
	border-width: 1px;
}

#hintbox{ /*CSS for pop up hint box - required textScript.js */
position:absolute;
top: 0;
color: #000000;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
Filter: Alpha(Opacity=50, FinishOpacity=80, Style=1, StartX=0, StartY=25, FinishX=0, FinishY=60)	

}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
