	*
	{
		outline: none;
	}

	body
	{
		/*margin: 0px;*/
		overflow: hidden;
		/*height: 100%;*/
	}
	
	.toolbarButton
	{
		width: 50px !important;
		height: 50px !important;
		margin-bottom: 0px !important;
		background: rgba(0, 0, 0, 0.0) !important;
		border: 0px !important;
		border-radius: 0;
	}

	button
	{
		box-shadow: none;
		text-shadow: none;
	}
	
	.toolbarIcon
	{
		width: 50px;
		height: 50px;
		background-size: 100%;
		background: #000 center no-repeat;
		left: 0px !important;
		top: 0px !important;
		margin: 0px !important;
		border-bottom: 1px solid #888;
	}
	
	#light .toolbarIcon, #help .toolbarIcon, #fullscreen .toolbarIcon, #reset .toolbarIcon {
		border-bottom: 0;
		border-right: 1px solid #888;
	}
	
	#fullscreen .toolbarIcon {
		border-right: 0;
	}
	
	.zoomInIcon
	{
		background-image: url(/sites/all/OSCI-Toolkit-Frontend/img/icon-zoom-in.png) !important;
		
	}

	.zoomOutIcon
	{
		background-image: url(/sites/all/OSCI-Toolkit-Frontend/img/icon-zoom-out.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;
	}
	
	.resetIcon
	{
		background-image: url(/sites/all/OSCI-Toolkit-Frontend/img/icon-reset.png) !important;
	}
	
	.fullIcon
	{
		background-image: url(/sites/all/OSCI-Toolkit-Frontend/img/icon-fullscreen.png) !important;
	}
	
	.fullOnIcon
	{
		background-image: url(/sites/all/OSCI-Toolkit-Frontend/img/icon-collapse.png) !important;
	}
	
	#fullscreen {
		position: absolute;
		bottom: 5px;
	}
	
	#help {
		position: absolute;
    	bottom: 5px;
    	right: 146px;
	}
	
	#light {
		position: absolute;
    	bottom: 5px;
    	right: 98px;
	}
	
	#reset {
		position: absolute;
    	bottom: 5px;
    	right: 48px;
	}
	
	
	.ui-state-hover .toolbarIcon
	{
		opacity: 1.0;
	}
	
	
	#guideTable
	{
		display:table;
		width: 100%;
		height: 100%;
		font-size: 1.2em;
		line-height: 1.4em;
		color: #eee;
	}
	
	#guideTable h3 {
		font-family: 'gill sans', sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		letter-spacing: .1em;
		font-size: 1.35em;
		line-height: 1.3em;
		margin-bottom: 1.2em;
		border-bottom: none;
	}
	
	#guideCell
	{
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		text-align: left;
	}
	
	#guideList
	{
		width: 85%;
    	height: 65%;
    	margin: auto;
    	overflow-y: auto;
	}
	
	#guideList li
	{
		margin-bottom: 5px;
		font-family: 'gill sans', sans-serif;
	}
		
	#guideList span
	{
		width: 30px;
		height: 30px;
	}
	
	#guideList img
	{
		width: 16px;
		margin-bottom: -2px;
		margin-left: 5px
	}
	
	#guideList img.light {
		width: 11px;
	}
	
	.loading {
		background-color: white;
        color: black;
		font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		top: 50%;
        left: 50%;
		position: absolute;
	}
	
	canvas:hover {
		cursor: url("/sites/all/ChicagoCodeX/modules/aic_rti/css/icons/rtilight.cur"), url("/sites/all/ChicagoCodeX/modules/aic_rti/css/icons/rtilight.png"), move;	
	}
	