@charset "UTF-8";

/*-----------------------------------------------------------------------------------------------------------------
Menu Panel
-----------------------------------------------------------------------------------------------------------------*/
div.locationTitle
{
	margin: 15px 10px 0px 10px;
	padding: 0px 5px 15px 5px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #1851A0;
	border: 0px;
	border-bottom: 1px solid #1851A0;
}

div.locationOption
{
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 15px 0px;
	border: 0px;
	text-align: center;
	border-bottom: 1px solid #1851A0;
}

/*-----------------------------------------------------------------------------------------------------------------
List Panel
-----------------------------------------------------------------------------------------------------------------*/
#oBodyList
{
	border: 0px;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}

#oBodyList div.locationTitleBar
{
	height: 30px;
}

#oBodyList div.locationCity
{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	width: 140px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	float: left;
}

#oBodyList div.locationAddress
{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	width: 210px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	float: left;
}

#oBodyList div.locationOffice
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	width: 160px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	float: left;
}

#oBodyList div.locationList
{
	border: 0px;
	border-bottom: 1px dotted #F7941D;
}

#oBodyList div.locationEntry, #oBodyList div.locationEntryAlter
{
	margin: 0px;
	padding: 10px 0px;
	border: 0px;
	height: 18px;
	line-height: 18px;
	border-top: 1px dotted #F7941D;
	background: #FFFFFF;
}

#oBodyList div.locationEntryAlter
{
	background: #EFEFEF;
}

#oBodyList div.entryCity
{
	margin: 0px 10px 0px 0px;
	height: 18px;
	line-height: 18px;
	width: 140px;
	float: left;
}

#oBodyList div.entryAddress
{
	margin: 0px 10px 0px 0px;
	height: 18px;
	line-height: 18px;
	width: 210px;
	float: left;
	overflow: hidden;
}

#oBodyList div.entryCity a
{
	font-weight: bold;
	color: #4474bb;
	text-decoration: none;
}

#oBodyList div.entryCity a:HOVER
{
	text-decoration: underline;
}

#oBodyText p span
{
	font-weight: bold;
	color: #000000;
}

#oBodyText p a
{
	font-weight: normal;
	color: #4474bb;
	text-decoration: none;
}

#oBodyText p a:HOVER
{
	text-decoration: underline;
}