	*{
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: -moz-none;
		-o-user-select: none;
		outline: none;
	}

	/*body
	{
		margin: 4px;
		overflow: hidden;
		height: 100%;
	}*/
	
	body	{
		font-family: 'Roboto', 'Open Sans', 'Verdana', sans-serif;
		background: #bcc5d5;
		background: #000000;
	}
	
	h1	{
		margin-top: 1rem;
		margin-bottom: 2rem;
		font-weight: normal;
		font-size: 1.4rem;
		text-align: center;
		color: #cccccc;
		color: #e19d52;
	}	
	
	#instructions, #credit	{
		color: #e19d52;
		text-align: center;
		width: 43em;
		margin: 2rem auto 0;
	}	
	
	#credit	{
		font-style: italic;
		margin-top: 1rem;
	}

	#credit a	{
		color: #e6e6e6;
	}

	#credit a:hover, #credit a:focus, #credit a:active	{
		color: #e19d52;
	}	
	
	#viewerCont > div	{
		outline: 1px solid #808080;
		outline: 1px solid #e19d52;
		
	}	
	
	.toolbarButton, .toolbarButton2
	{
		margin-bottom: 10px !important;
		background: rgba(0, 0, 0, 0.0) !important;
		border: 0px !important;
	}
	
	.toolbarIcon
	{
		width: 100%;
		height: 100%;
		background-size: 100%;
		left: 0px !important;
		top: 0px !important;
		margin: 0px !important;
		opacity: 0.85;
	}
	
	.zoomInIcon
	{
		background-image: url(icons/zoomin.png) !important;
		
	}

	.zoomOutIcon
	{
		background-image: url(icons/zoomout.png) !important;
	}
	
	.lightIcon
	{
		background-image: url(icons/light.png) !important;
	}
	
	.lightOnIcon
	{
		background-image: url(icons/light_on.png) !important;
	}
	
	.helpIcon
	{
		background-image: url(icons/help.png) !important;
	}
	
	.fullIcon
	{
		background-image: url(icons/full.png) !important;
	}
	
	.fullOnIcon
	{
		background-image: url(icons/full_on.png) !important;
	}
	
	
	.ui-state-hover .toolbarIcon
	{
		opacity: 1.0;
	}
	
	
	#guideTable
	{
		display:table;
		width: 100%;
		height: 100%;
		font-size: 15px;
		font-family: Verdana,sans-serif;
	}
	
	#guideCell
	{
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		text-align: left;
	}
	
	#guideList
	{
		width: 90%;
		margin: auto;
	}
	
	#guideList li
	{
		margin-bottom: 5px;
	}
		
	#guideList span
	{
		width: 30px;
		height: 30px;
	}
	
	#guideList img
	{
		width: 30px;
	}