html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	white-space:nowrap;
	/*background-image:url(../images/dinobg.jpg);
	background-size:cover;*/
	overflow-x: hidden;
	overflow-y: auto;
}

.background {
	position: fixed;
	top: 0px;
	left: 0px;
	display: inline;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: -1;
}

#creatureLoadCount {
	color: white;
	font-size: 10pt;
	position: relative;
	top: -20px;
}

/*
$(body).css("background-image", "url(../images/dinobg.jpg)");
*/

.HiddenInfoBox {
	display: none;
}

/*=============================================================================
About Box Popup.


=============================================================================*/
.AboutMenuBox {
	background-color: rgba(0,0,0, 0.8);
	color: white;
	display: block;
	width: inherit;
	height: inherit;
	position: relative;
	top: 0;
	left:0;
}

.TextBoxStuff {

	white-space: normal;      /* CSS3 */
	white-space: -moz-normal; /* Firefox */
	white-space: -normal;     /* Opera <7 */
	white-space: -o-normal;   /* Opera 7 */
	word-wrap: break-word;      /* IE */

	text-align: left;
	text-indent: 15px;
}


.AboutMenuBox #aboutMainTitle {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #99FFFF;
	text-decoration: underline;
}

.AboutMenuBox .aboutSubTitle {
	padding: 0;
	padding-top: 30px;
	padding-bottom: 10px;
	margin: 0;
	color: #99FFFF;
	text-decoration: underline;
}

.AboutMenuBox #aboutDescription, .AboutMenuBox #aboutMethods {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.AboutMenuBox #aboutSources {
	width: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.AboutMenuBox #aboutCloseButton {
	width: 400px;
	height: 40px;
	margin-top: 30px;
	-webkit-box-sizing: initial;
}


/*=============================================================================
Title Box, and Nav bar elements


=============================================================================*/
#titleBox {
	padding: 0;
	height: 80px;
	text-align: center;
	background-size: cover;
	background-position: center;
	vertical-align: middle;
}

#titleText {
	background-color: rgba(0,0,0,0.8);
	line-height: 80px;
	width: 1024px;
	font-size: 200%;
	color: white;
	padding: 0;
	margin: 0;

}

#navBar {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 40px;
	width: 1024px;
	color: white;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.8);
}

#navBar ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
	display: inline;
	float: left;
	width: auto;
}

#navBar li {
	display: inline;
	padding:0;
	margin: 0;
	margin-left: 25px;
	line-height: 40px;
	text-decoration: underline;
}

#navBar li:hover {
	cursor: pointer;
	color: #99FFFF;
}

#searchBar {
	float: right;
	display: inline;
	line-height: 40px;
	margin-right: 25px;
}



/*=============================================================================
Content sandwiched between the titlebox and the slider


=============================================================================*/
.CeneteredContent {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

.PageContent {
	padding-top: 5px;
	height: 500px;
	white-space:nowrap;
}


/*=============================================================================
Species Box on the left


=============================================================================*/
.CreaturesBox {
	min-width: 245px;
	float: left;
	height: 100%;
	max-height:100%;
	position: relative;
	margin: 0;
	vertical-align: top;
	overflow:hidden;
	padding-right: 5px;
}

#CreaturesBoxTitle {
	text-align: center;
	background: rgba(0,0,0,0.8);
	color: white;
}

#CreaturesBoxTitle.active {
	text-align: center;
	background: rgba(0,128,0,0.8);
	color: white;
}

#CreaturesBoxTitle:hover {
	cursor: pointer;
	color: #aaFFFF;
}

#CreatureBoxListClip {
	height: 500px;
	overflow-y: hidden;
}

.CreaturesList {
	background: rgba(128,128,128, 0.85);
	margin: 0;
	padding: 0;
	width: 260;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;

}

.CreatureListOff {
	text-decoration: line-through;
	margin: 0;
	padding: 0;
}

.creatureFilter:hover, .creature:hover {
	cursor:pointer;
}

.creatureFilter:hover {
	font-size: 120%;
	text-indent: 15px;
}

.creature:hover {
	width: 100px;
	height: 100px;
}

.creatureFilter {
	padding: 0;
	margin: 0;
}


/*
	The chart that goes behind the species name
*/
.remainsChart {
	background-color: lightblue;
	height: 100%;
}

#clearButton {
	position: relative;
	height: 40px;
	width: 100%;
}


/*=============================================================================
Our Map Container


=============================================================================*/

.chartContainer {
	width: 774px;
	height: 100%;
	display: inline-block;
	background: #368caf;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/*
The screen representative box on the minimap
*/
#viewport {
	stroke: red;
	stroke-width: 10;
	fill: none;
}

/*=============================================================================
The slider bar section

=============================================================================*/
#sliderContent {
	padding-top: 5px;
}

.SpecieTimeIcon {
	position: absolute;
	display: inline;
	width: 50px;
	height: 50px;
}

