@charset "utf-8";
/* CSS Document */

.person
{
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	margin:0 -20px 10px;
	padding:5px;
	line-height: normal;
}

.person h3 {
	color: #003366;
	margin-top: 0;
	margin-bottom:3px;
}
.person h4 {
	color: #999;
	margin-top: 0;
	margin-bottom:3px;
	font-size: x-small;
}
.person span {
	color: #003366;
	margin-top: 10px;
	margin-bottom:3px;
	font-size: xx-small;
}
.person a
{
	background-image:url(../images/ic_envelope.png);
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	height:22px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
	width:41px;
	margin-left:450px;
}
.person .form
{
	margin: auto;
	clear: both;
}
.person .form label
{
	width: 98%;
	font-size: xx-small;
	color: #777;
}
.person .form label .wide
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: #DDD 1px solid;
}

div.ui-dialog label
{
	font-size: xx-small;
	width: 270px;
	color:#999;
	margin-bottom: 5px;
}
div.ui-dialog label input
{
	width: 100%;
}

ul#map
{
	list-style: none;
	padding: 0;
}

	ul#map h2
	{
		margin-bottom: 0;
	}

	ul#map a
	{
		display: block;
		text-decoration: none;
		font-size:small;
		font-weight: bold;
		color:#8E1815;
	}
	ul#map li.li1 {color:#003366;}
	ul#map li.li2 {color:#8E1815;}
	ul#map li.li3 {color:#686868;}
		ul#map li.li1 a {color:#003366;}
		ul#map li.li2 a {color:#8E1815;}
		ul#map li.li3 a {color:#686868;}
	ul#map a:hover
	{
		text-decoration: underline;
	}
	
	ul#map ul
	{
		list-style-type:square;
	}