﻿#appcache-console {
	display: none;

	position: absolute;
	z-index: 1001;
	top: 0px;
	right: 0px;
	width: 425px;
	height: 275px;

	color: #FFFFFF;
	background-color: #222222;
	
	border: 2px solid #000000;
	padding: 10px;
	padding-top: 40px;
	overflow-y:scroll;
}

	#appcache-console.on {
		display: block;

	}

	#appcache-console .message {
		font-family: courier new;
		font-size: 9pt;
		color: green;

		margin: 5px 0px;
	}


	#appcache-console .controlbar {
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		height: 30px;
	}
	
	#appcache-console .appcache-button {
		display:inline-block;
		
		margin: 3px;
		padding: 5px;
		
		font-size: 8pt;

		border-radius: 3px;
		background-color: #5f0606;
		border: 1px solid #6f0606;

		cursor:pointer;
	}

	