div.ControlContainer
{
	position: absolute;
	background-color: #C5DCE2;
	width: 743px;
	/*height: 345px;*/
}

div.ControlContainerBackground
{
	position:relative;
	background-color: #FFFFFF;
	margin: 26px 3px 6px 3px;
	width: 737px;
	/*height: 313px;*/
	overflow:hidden;
}

div.LeftFooterGraphic
{
	position:relative;
	width: 289px;
	margin-top: 3px;
	height: 4px;
	line-height: 3px;
	background-color:#C7DBE2;
}

div.TopNav
{
	color: #D49508;
	font-size:xx-small;	
}

div.TopNav a
{
	color: #D49508;
	font-size:xx-small;	
}

div.TopTitle
{
	font-size: large;
	color: #1C73A9;
	width: 743px;
	font-family:Sans-Serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.ContainerHeader
{
	position: relative;
	height: 30px;
	color: #0B377E;
	font-family:Sans-Serif;
	font-size:x-small;
	font-weight:bold;
	width: inherit;
	background-color: #8CB4CE;
}

div#divLoading
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url("/images/ajax-loader.gif");
	background-position:center;
	background-repeat:no-repeat;
	background-color:#fff;
	/*filter:alpha(opacity=55); 
	-moz-opacity:.55; */
	opacity:.55;	
	z-index:200;
}

div.miniloading
{
	position: relative;
	height: 30px;
	width: 30px;
	background-image: url("/images/ajax-loader.gif");
	background-position:center;
	background-repeat:no-repeat;
	background-color: Transparent;
}

div#MapAll
{
	padding-bottom: 10px;
	position:relative;
	height:485px;
}

div.buttons
{
	float:right;
	margin-top: 14px;
	position:relative;
	margin-right: 0px;
}

div.Feedback
{
	color: #5497CC;
	font-family:Sans-Serif;
	font-weight: bold;
	font-size: smaller;
}

div.CategoryContainer
{
	height: 100%;
	position:relative;
	width: inherit;	
	overflow: hidden;
}

div.CategoryProfile
{
	height: 100%;
	position:relative;
	width: inherit;	
	overflow: hidden;
}

div.Map
{
	position: relative;
	float: right;
	height: 444px;
	width: 711px;
	border: solid 1px #5497CC;
}

div.MapHeader
{
	position: relative;
	float: right;
	height: 37px;
	width: 713px;
	background-color: #0B377E;
	color: #ffffff;
	text-align:center;
	vertical-align:middle;
}

div.MapContents
{
	position: relative;
	display: block;
	float: left;
	height: 444px;
	overflow: scroll;
	width: 220px;
	border:	solid 1px #5497CC;
}

div.MapContentsHeader
{
	background-color: #5497cc;
	color: #fff;
	padding: 10px;
	font-size: 1.2em;
	font-weight:bold;
	position: relative;
	float: left;
	height: 17px;
	width: 202px;
	vertical-align: middle;
}

div.MapContainer
{
	position: relative;
	width: 938px;
	margin-bottom: 3px;
}

div.nav
{
	position: relative;
	float: left;
	height: 25px;
	width:203px;
	background:#b3d3e8;

}

label.contentText
{
	color: #376B92;
	display: inline-block;
	font-family:Sans-Serif;
	font-size:small;
	font-weight:bold;
	width: 200px;
	
}

ul.lstCategories{
		list-style: none;
		margin: 0;
		padding: 0;

}

.MapHeader ul.lstCategories
{
		list-style: none;
		background-color: #00266E;
		border-bottom: 6px solid #5598CC;
		margin: 0;
		padding: 0;
		display: block;
		height: 29px;
		text-align: center;
	cursor: pointer;
		color: #ffffff;
}

li.MapButtons
{
		display: block;
		float: left;
		margin: 3px 3px 2px 3px;
		padding: 0 0 0 0;
	list-style-type: none;
		color: #fff;
			background: url(tab_bg.gif) no-repeat;	
}

li.MapButtonsHover
{
	display: inline;
	list-style-type: none;
	/*margin: 5px 20px 5px 20px;*/
	background-color: #5497CC;
		background: url(tab_hover.gif) no-repeat;
		text-decoration: none;
}



li.MapButtons a:link, li.MapButtons a:visited
{
	height:21px;
	width:145px;
	color: #fff;
	margin: 0;
	padding: 5px 0 2px;
	font-size:1.2em;
	text-decoration: none;
	display:block;
	float:left;
}

li.MapButtons a:hover
{
		background: url(tab_hover.gif) no-repeat;
		text-decoration: none;
}

li.MapButtonsSelected
{
		background: url(tab_current.gif) no-repeat;
		text-decoration: none;
}

li.lstCategories
{
	list-style-type: none;
	padding: 1px;
	border: 1px solid #ffffff;
	background: #0B387C;
	width: 287px;
	height: 22px;
}

li.lstCategoriesHover
{
	list-style-type: none;
	padding: 1px;
	border: 1px solid #ffffff;
	background: #5497CC;
	width: 287px;
	height: 22px;
}

li.lstMapItems
{
	list-style-type: none;
	padding: 1px;
	background: #F9FFFF;
	width: 201px;
	font-family:Tahoma;
	font-size: x-small;
	color: #696868;
	position:relative;
	border-bottom:5px solid gray;
}

li.lstMapItemsHover
{
	list-style-type: none;
	padding: 1px;
	background: #C5DCE2;
	width: 201px;
	font-family:Tahoma;
	font-size: x-small;
	color: #696868;
}
p.lstMapItemsp{
	margin: 0;
	padding: 10px 0 0 40px;
}

p.lstMapItemsp a:link, p.lstMapItemsp a:visited{
	text-decoration:underline;
}
p.lstMapItemsp a:hover{
	color:#000;
}
	
.blue-text{
		color: #0088e4;
	}	

li.lstSubCategories
{
	list-style-type: none;
	padding: 1px;
	border: 1px solid #C3DFE0;
	background: #E4EDF4;
	width: 423px;
	/*height: 22px;*/
}

li.lstSubCategoriesHover
{
	list-style-type: none;
	padding: 1px;
	border: 1px solid #C3DFE0;
	background: #C5DCE2;
	width: 423px;
	/*height: 22px;*/
}

td.coloredRow
{
	background-color: #C5DCE2;
	color: #0B377E;
	width: 100%;
	text-align: center;
}
input.CategorySmallTextbox
{
	width: 10px; 
	height:12px; 
	color: #0B377E;
	margin-right: 20px;
	margin-left: 5px;	
}

input.CategoryTextbox
{ 
	height:12px; 
	color: #0B377E;
	margin-right: 20px;
	vertical-align:middle;	
}

input.updatebuttons
{
	height: 25px;
	color: #003D74;
}

input.SelectedCategory
{
	width: 200px;
	color: #5497CC;
	font-weight: bold;
}

a
{
	color:White;
	font-size:x-small;
	font-weight:bold;
}

a.CategoryLink
{
	width: 140px;
	display: inline-block;
	font-family:Sans-Serif;
	font-size:small;
	font-weight:bold;
}

a.prev:link, a.prev:visited
{
	display:block;
	float: left; 
	padding:2px 5px;
	margin-top:2px;
	font-size:1.1em;
	color:#fff;
	background:#5497cc;
}

a.next:link, a.next:visited
{
	display:block;
	float: right; 
	padding:2px 5px;
	margin-top:2px;
	font-size:1.1em;
	color:#fff;
	background:#5497cc;
	
}

input.CategoryCheckbox
{
	margin-right: 30px;
}

input.CategoryCheckboxSecondary
{
	margin-right: 5px;
}

input.CategoryTextBoxHidden
{
	width: 10px; 
	height:12px; 
	margin-right:0px;
	visibility: hidden;
}

input.AddTextBoxesBig
{
	width: 95%;
	color: #0B377E;
}

input.AddTextBoxesSmall
{
	width: 85%;
	color: #0B377E;
}

.ColoredText
{
	padding-left: 5px;
	color: #0B377E;
	font-weight:bold;
	font-family:Sans-Serif;
	font-size:x-small;
	width: 65px;
}
/*Element Level Declarations*/
#LeftContainer
{
	float:left;
	position:relative;
	margin: 4px 8px 4px 8px;
	overflow:hidden;
	width: 289px;
}

#RightContainer
{
	float:right;
	position:relative;
	margin: 4px 8px 4px 0px;
	overflow:hidden;
	width: 423px;
	height:97%;
	background-color:#E4EDF4;
}

#RightContainerHeader
{
	position: relative;
	height: 42px;
	color: #FFFFFF;
	font-family:Sans-Serif;
	font-size:x-small;
	font-weight:bold;
	width: inherit;
	background-color: #5497CC;
}

#LeftContainerFooter
{
	position:relative;
	background-color: #5497CC;
	height: 34px;
	width: inherit;
}

#RightContainerFooter
{
	position:relative;
	background-color: #E3EEF2;
	/*height: 28px;*/
	width: inherit;
}

.pinStyle1
{ 
	position:absolute; 
	background:url('/images/pins.png') no-repeat 0 0; 
	height:35px; 
	width:29px; 
	top:10px;
	left:5px;
	color:#fff; 
	text-align:center; 
	font: bold 12px Arial;
	cursor: pointer;
	
}

.pinStyle2
{ 
	position:absolute; 
	background:url('/images/pins.png') no-repeat 0 0; 
	height:35px; 
	width:29px; 
	top:-15px; 
	left: -25px;
	color:#fff; 
	text-align:center; 
	font: bold 12px Arial;
	cursor: pointer;
}
	
.pinStyle1 .text
{ 
	position: relative; 
	top: 5px; 
}

.pinStyle2 .text
{ 
	position: relative; 
	top: 6px; 
}

#Name{
	font-weight:bold;
}

/*directions and print css*/
a.print
{
	float: left; 
	padding-left: 5px;
}

a.close
{
	float: right; 
	padding-right: 5px;
}


div.headerfooter
{
	position: relative;
	float: left;
	height: 20px;
	line-height:20px;
	width:100%;
	background-color: GrayText;
}

ol.olDir
{
	margin-top:0px;
	margin-bottom:0px;
	list-style-position: inside;
	padding-left: 0;
	margin-left: 0;
	height:100%;
	cursor: hand; 
	cursor: pointer;
}

li.Directions
{
	list-style-type: none;
	margin:10px 0 0;
	color:#000;
	width:100%;
	padding:0 0 10px;
	border-bottom:1px solid #bababa;
}

.Directions p{
	float:left;
	width:170px;
	padding:0 7px 0 0;
	margin:0;
}

.Directions span{
	display:block;
	float:left;
	width:27px;
	text-align:right;
}