﻿label {
    color: #262626;
    cursor: pointer;
    display: inline;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px;
}
/*input, textarea {
    border: 0px solid ;
    border-radius: 0px;
    color: #555555;
    font-size: 11px;
	height:auto;
}*/
.container {
    position: relative;
}
@charset "UTF-8";
/* CSS Document */

#infoGrid{
	margin-left: 5px;
	float:left;
	width:236px;
	font-size:10px;
}

#infoGrid tr{
	cursor: pointer;
}

#infoGrid tr:hover{
	background-color:#FFFFCC;
}

#infoGrid td{
	font-size: 10px;
	border-bottom: 1px solid #dddddd;
	padding: 2px 4px;


}

#infoGrid .gridName{
	font-weight: bold;
}

#infoGrid .gridTown{
	font-style: italic;
}

.header{
	font-weight: bold;
	/*background: url(img/green_gradient.jpg);*/
	color: white;
}


#campgroundMap{
	border: 2px solid green;
	border-radius: 15px;
}







#main-nav{

	width: 925px;
	margin: 0 auto 0 auto;
	position:absolute;
        top: 0px;
        right: auto;
		z-index:10000;

}


.sticky #main-nav {
	position: fixed;
	top:0px;
	right: auto;

}



#campgroundMap{
	position:absolute;
	top:0;
	right:0;
	z-index:10000;

}

.popUpTitle{
	text-decoration: none;
	font-size: 1.3em;
	color: #060;
}




.largeMapFilter,#customControls_show{
	position: absolute;
	/*top: 44px;*/
	right:0;
	width: 200px;
	/*height: 552px;*/
	background: white;
	border: 2px solid black;
	padding: 5px;
	z-index: 202;
	border-radius: 15px;
	opacity: .75;

}

.largeInfo{
	height: 450px !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	margin-left: 0px !important;
	float:none !important;
	clear: both !important;
	width: 200px !important;
	font-size:10px;
}
