
#debug + #bigcontainer
{
	margin-top: 23px;
}

#debug
{
	background: #808080;
	border-bottom: 1px solid white;
	
	font: 12px Arial, Helvetica, sans-serif;
	
	height: 23px;
	overflow: hidden;
	
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 100000;
	
	padding-top: 1px;
}

#debug ul
{
	list-style-type: none;
	margin: 0 10px;
}

#debug ul li
{
	display: inline;
}


/*-- first part --*/

#debug ul#title
{
	float: left;
	padding: 3px 40px 0 10px;
	
	color: #E0E0E0;
}


/*-- second part --*/

#debug ul#commands
{
}

#debug ul#commands li
{
}

#debug ul#commands li a
{
	float: left;
	
	padding: 3px 15px 2px 15px;
	
	width: 120px;
	text-align: center;
	text-decoration: none;
	
	background-color: #606060;
	
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
	color: #E0E0E0;
}

#debug ul#commands li a:hover, #debug ul#commands li a:focus
{
	background-color: #707070;
	
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}



#debug ul#commands li.selected a, #debug ul#commands li a:active
{
	background-color: #787878;
	
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}


/*-- third part --*/

#debug ul#login
{
	float: right;
	padding: 2px 10px;
	white-space: nowrap;
	
	color: #E0E0E0;	
}

#debug ul#login a
{
	color: #C0C0C0;	
	text-decoration: none;
}

#debug ul#login a:hover, #debug ul#login a:focus
{
	color: #E0E0E0;	
	text-decoration: underline;
}

#debug ul#login a:active
{
	color: red;
}
