/*OfficeList Style*/

table.stripeTable
{
	border-top:1px solid #cccccc;
}
table.stripeTable tr.odd
{
	background:url("office_list_bg.gif") ;
}

table.stripeTable th,
table.stripeTable td
{
	padding:0.5em;
	text-align:left;
	vertical-align:top;
	line-height:1.6;
	border-bottom:1px solid #cccccc;
}

table.stripeTable th
{
	border-right:1px solid #cccccc;
	width:110px;
	font-weight:bold;
}
table.stripeTable th em
{
	color:#DF151E;
	font-style:normal;
	padding:0 0 0 0.5em;
}

table.stripeTable td span.map
{
	text-align:right;
	display:block;
}

table.stripeTable td a
{
	background:url("office_link_arrow.gif") no-repeat left center;
	padding:0 0 0 1em;
	color:#0288BB;
}

