body {
	font-family: sans-serif, verdana, arial;
	font-size: 75%;
}

table {
	font-size: 100%;
}

.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;}

#progressDisplayCenterer {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#progressDisplay {
	vertical-align: middle;
	width: 100%;
}

#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;
}
