body {
	font-family: sans-serif, verdana, arial;
	font-size: 75%;
}

table {
	font-size: 100%;
}

img { border: 0; }

.ControlHasError
{
	border-color: red; /* 1px red solid; /**/
	background-color: #fffcfc; /**/
}

.tab { padding-left:4em; }

.anchor {
        color : #000066;
        text-decoration : none;
        font-weight:bold;
	cursor:pointer;
}
.anchor:link {

}
.anchor:active {
        font-weight:bold;
        color: #99ccff;
}
.anchor:hover {
        font-weight:bold;
        color: #99ccff;
}
.anchor:visited {}

.JSWindowTitleStyle   { font-weight: bold; font-size: 11px; font-family: verdana, arial, helvetica, sans serif; color: #FFFFFF; }
.JSWindowContentStyle { font-size: 11px; font-family: verdana, arial, helvetica, sans serif; color: #000000; padding: 5px; height:50px;overflow:auto;}

.ProgressDisplay {
	font-weight: bold;
}

.ProgressDisplay .StatusMessage {
	margin: 1px;
	height: 1.5em;
}

.ProgressDisplay .ProgressBar {
	background-color: rgb(204, 204, 204);
}

.ProgressDisplay .ImageButton {
	border-width: 0px; 
	margin: 0px; 
	padding: 0px;
	background-color: inherit;
}

.ProgressDisplay .ImageButton img {
	border-width: 2px; 
	border-style: outset;
	border-color: white;
	margin: 0px; 
	padding: 0px;
	height: 1.5em;
	vertical-align: top;
}



#barTd {
	width: 100%;
}

#statusDiv {
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
}

#barDiv,#barDetailsDiv {
	border: 0px none ;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0pt;
	left: 0pt;
	z-index: -1;
	height: 100%;
	width: 75%;
}

.willowgmap 
{
	width: 400px;
	height: 300px;
	border: 1px silver solid;
}

.willowPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	width: 400px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 9999;
	padding: 2px;
}

.willowPopupIEFrame {
	width: 400px;
	z-index: 9998;
	position: fixed;
	display: none;
}

.willowPopupBG {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 9997;
	opacity: 0.7;
	_position: absolute; /* hack for internet explorer 6*/
}
