BODY
{	
	text-align: center;
	background-color: #FFE4C4;
}

#wrapper
{
	text-align: left;
	margin: 0 auto;
	width: 1200px;
	background-color: Black;
}
	
a:hover
{
	color: Green;
}

.mydiv 
{
	display: inline;
}

#map
{
	position: absolute;
	left: 10px;
	top: 10px;
	border:solid 1px black;
}

.infowindow
{
	font-family: Arial;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	max-width: 300px;
}

.infowindow h3
{
	font-size: 16px;
	font-weight: bold;
	width: inherit;
	background: #B0C4DE;
	padding: 3px;
	margin: 0px;
	border-bottom: solid 1px black;
}

.Beaver h3
{
	background: #800080;
}

.Coyote h3
{
	background: #FFA500;
}

.Fish h3
{
	background: #FF0000;
}

.Fisher h3
{
	background: #FF0000;
}

.Muskrat h3
{
	background: #02A837;
}

.Racoon h3
{
	background: #001FDF;
}

.Other h3
{
	background: #FFFE00;
}

.infowindow strong
{
	font-size: 14px;
}

#indicator
{
	position: absolute;
	top: 40px;
	left: 537px;
	width: 255px;
	padding: 5px;
	background-color: Yellow;
	border: solid 1px black;
	color: Black;
	font-weight: bold;
}

#ind_txt
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#val_txt
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: Red;
}

#delete_temp
{
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 0px 0px;
}

.menu
{
	font-family: Arial;
	font-size: 12px;
	font-weight: 600;
	width: 275px;
	height: 586px;
	background-color: #D3D3D3;
	border: Black 3px solid;
	color: Black;
}

#dummy
{
	position: absolute; 
	top: 10px; 
	left: 820px;
	/*text-align: center;*/
	border: Black 3px solid;
	padding: 0px 10px 10px 10px;
	z-index: 999;
}

#start
{	
	position: absolute; 
	top: 10px; 
	left: 820px;
	/*text-align: center;*/
	border: Black 3px solid;
	padding: 0px 10px 10px 10px;
}

.logout
{
	position: absolute;
	margin-top: -18px;
	right: 0px;
}

#start_content h4
{
	font-size: 16px;
}

#start_content
{
	position: relative;
	top: 20px;
}

#start p
{
	padding-top: 40px;
}

#content 
{
	text-align: center;
}

#content p
{
	padding-top: 10px;
}

#chart
{
	padding: 5px;
	background-color: White;
	border: solid 2px black;
	position: absolute;
	bottom: 5px;
}

.title
{
	font-size: 20px;
	font-weight: bold;
}

#inputs
{
	position: absolute; 
	top: 10px; 
	left: 820px;
	height: 576px;
	border: Black 3px solid;
	padding: 10px 10px 10px 10px;
}

#logoutInput
{
	margin-top: -8px;
	margin-right: 4px;
}

#logoutEdit
{
	margin-top: -8px;
	margin-right: 4px;
}

#editInputs
{
	position: absolute; 
	top: 10px; 
	left: 820px;
	height: 576px;
	border: Black 3px solid;
	padding: 10px 10px 10px 10px;
}

ul
{
	list-style: none;
	margin: 0;
	padding: 20px 0px 20px 0px;
	border: none;
}
	
li 
{
	margin: 0;
	padding: 5px 0px 5px 0px;
}

#comments
{
	height: 50px;
	width: 200px;
}

#editComments
{
	height: 50px;
	width: 200px;
}

.comWarn
{
	font-size: 10px;
	color: Red;
}

.tooltip 
{
    border: #006699 1px solid;
    font-size: 12px;
    font-weight: bold;
    background-color: #ffffff;
}
