@charset "UTF-8";
#userpane {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	display: block;
	padding: 5px;
	width: 640px;
	margin-top:5px;
	margin-bottom:5px;
}

.click { cursor: pointer; }

.red { color: #FF0000; }

.smaller { font-size: 8pt; }

.closex { width: 32px; }

.helplink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#333333;
	font-weight:bold;
	text-align:center;
	line-height: 28px;
	background:url(../generalreg/images/linkbg.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-right:10px;
	display:block;
	width:80px;
	text-decoration:none;
	border: 1px solid #FFFFFF;
}

a.helplink, a.helplink:active, a.helplink:visited {
	color:#333333;
}

a.helplink:hover {
	color:#000000;
	border: 1px solid #FF0506;
}

#usmap {
	position: relative;
	height: 565px;
	width: 701px;
	border: 1px solid #DB786B;
	z-index:300;
}

#mapregion1 {
	position: absolute;
	height: 555px;
	width: 350px;
	top: 0px;
	left:341px;
	padding: 5px;
	background:url(../interface/trans-gray.png);
	background-repeat: repeat;
	visibility: hidden;
	z-index:300;
	overflow:auto;
}
#mapregion2 {
	position: absolute;
	height: 555px;
	width: 350px;
	top: 0px;
	left:0px;
	padding: 5px;
	background:url(../interface/trans-gray.png);
	background-repeat: repeat;
	visibility: hidden;
	z-index:300;
	overflow:auto;
}

#searchdetails {
	position: relative;
	width: 691px;
	border: 1px solid #DB786B;
}

.orgblock { background-color:#FFFFFF;display:block;width:320px;padding:2px;margin-top:2px;margin-bottom:2px; }

a.orglink, a.orglink:link, a.orglink:hover, a.orglink:active, a.orglink:visited  {
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FF0000;

}
