@charset "UTF-8";
/* CSS Document */

html
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	height: 100%;
	width: 100%;
	background-color: #333333;
}

#Debug
{
	width: 100%;
	height: 10%;
	background-color:#CCCCCC;
	text-align: right;
	overflow: auto;
	display: none;
}

#MainSurface
{
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	overflow: hidden;
}


#TopBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#FFFFFF;
	border-top:solid 1px #141414;
	border-bottom:solid 1px #141414;
	float: left;
	width: 100%;
	height: 30px;
}

#TopBarContent
{
	padding-left: 5px;
	background-color: #474747;
	border:solid 1px #595959;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
}

#HeaderBtn
{
	border-left:solid 1px #141414;
	border-right:solid 1px #141414;	-moz-box-sizing: border-box;
	width: 30px;
	height: 30px;
	float: left;
}

#HeaderToggleBtn
{
	background-color: #474747;
	border:solid 1px #595959;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: block;
}


#HeaderToggleBtn img
{
	margin-top: 5px;
	margin-left: 3px;
	vertical-align: middle;
}


#Header
{
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
}



#Content
{
	width: 100%;
	position: relative;
	
}

#Footer
{
	width: 100%;
	position: relative;
	border: solid 1px #141414;
	clear: both;
	border-top: 0;
}

#QueryPanel
{
	width: 100%;
	height: 100%;
}








#BottomBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#FFFFFF;
	border-top:solid 1px #141414;
	border-bottom:solid 1px #141414;
	float: left;
	width: 100%;
	height: 30px;
}

#BottomBarContent
{
	background-color: #474747;
	border:solid 1px #595959;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 30px;
	line-height: 30px;
	float: left;
}

#BottomBarContent .btn
{
	float: left;
	margin:1px;
	line-height: 22px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 1px;
	cursor: pointer;
}

#BottomBarContent .btn:hover
{
	background-color: #555555;
}

#BottomBarContent .selected
{
	background-color:#333;
}

#OpenFooterBtn
{
	border-left:solid 1px #141414;
	border-right:solid 1px #141414;	-moz-box-sizing: border-box;
	width: 30px;
	height: 30px;
	float: left;
}

#OpenFooterToggleBtn
{
	background-color: #474747;
	border:solid 1px #595959;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 100%;
	display: block;
}


#OpenFooterToggleBtn img
{
	margin-top: 5px;
	margin-left: 3px;
	vertical-align: middle;
}