﻿/* admin location manager styles */
#LocationManagerSelector
{
	display:inline;
	float:left;
	margin-top:15px;
	width:475px;
}
#LocationManagerDetails
{
	float:right;
	margin-top:15px;
	width:225px;
	line-height:16px;
}

/* Locations master page */
#LocationsBodyContainer
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#LocationsBodyContainer #ContentHeader
{
	width:980px;
	height:10px;
	background:url(/images/bgLocationsContentBody.png) no-repeat;
}
#LocationsBodyContainer #ContentBody
{
	width:980px;
	background:url(/images/bgLocationsContentBody.png) repeat-y;	
}
#LocationsBodyContainer #ContentFooter
{
	width:980px;
	height:10px;
	background:url(/images/bgLocationsContentFooter.png) no-repeat;
}

#LocationsBodyContainer #RightBody
{
	width:796px;
	/*background-image:none;*/
	background-color:#FFF;
}

/* locations search page */
#LocationsProgress
{
	position:relative;
	text-align:right;
}
#LocationsProgress span
{
	padding-right:10px;
}
#LocationsProgress img
{
	margin-right:10px;
	width:16px;
	height:16px;
	vertical-align:middle;
}
#LocationsContainer
{
	position:absolute;
	right:30px;
	top:90px;
	width:360px;
	z-index:2;
}
#LocationDetails
{
	position:relative;
	float:left;
	width:335px;
	color:#343C64;
	line-height:16px;
}

/* Flash area styles */
#LocationSelector
{
	display:inline;
	float:right;
	/*margin-top:20px;*/
	width:360px;
	height:390px;
}
* html #LocationSelector
{
	position:relative;
}
#LocationFinder
{
	width:360px;
	height:390px;
	background:url(/images/bgFinder.png) no-repeat;
}
#LocationManagerDetails h3
{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	color:#343C64;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
#LocationDetails h3
{
	margin:0px;
	padding:0px;
	color:#343C64;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
#LocationDetails div.LocationInfo
{
	/*padding-left:15px;
	padding-right:15px;*/
}
#LocationDetails div.colLeft
{
	display:inline;
	float:left;
	width:170px;
}
#LocationDetails div.colRight
{
	display:inline;
	float:right;
	width:130px;
}
/*
#LocationDetails div.colRight img
{
	margin-right:10px;
	vertical-align:middle;
}
*/
#LocationDetails div.colRight a.infoLink
{
	padding-right:5px;
}

#LocationDetails #LocatorContainer
{
	margin-top:20px;
}


/* Locations Manager GridView styles */
.InsertRow
{
	text-align:right;
}
.EditRow
{
	text-align:right;
}
.LocationInput
{
	width:120px;
	font-family:Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
	font-size:10px;
}
table.FinderControls
{
	margin:0px auto;
	width:340px;
	text-align:center;
}
#LocatorContainer td
{
	color:#898989;
	font-family:Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
	/*font-family:Arial, Helvetica, Verdana, Sans-Serif;*/
	font-size:11px;
}
a.btnLocate
{
	display:block;
	margin:0px auto;
	margin-top:10px;
	width:83px;
	height:31px;
	border:none;
	text-decoration:none;
}
a.btnLocate:link, a.btnLocate:visited
{
	background:url(/images/btnLocate_up.gif) no-repeat;
}
a.btnLocate:hover, a.btnLocate:active
{
	background:url(/images/btnLocate_over.gif) no-repeat;
}


/* location result boxes */
div.LocationBoxHeader
{
	margin-top:5px;
	width:359px;
	height:10px;
	background:url(/images/LocationBoxHeader.png) no-repeat;
}
div.LocationBoxBody
{
	width:359px;
	background:url(/images/LocationBoxBody.png) repeat-y;
}
div.LocationBoxFooter
{
	margin-bottom:5px;
	width:359px;
	height:10px;
	background:url(/images/LocationBoxFooter.png) no-repeat;
}

#LocationManagerDetails div.callout p
{
	margin:0;
	padding:0;
}

/* client views */
.ZipFinderContainer
{
	font-family:Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
	text-align:center;
}
.ZipFinderContainer .ajax__tab_header
{
	display:none;
}
.ZipFinderContainer .ajax__tab_body
{
	border:none;
	font-family:Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
	font-size:11px;
	text-align:center;
}
