/* imported
------------------------------*/
@import url(base.css);

/* palette
------------------------------

*/

/* browser import
------------------------------*/
@media tty {
 i{content:"\";/*" "*/}}; @import 'browser/wie50.css'; {;}/*";}
}/* */

@media tty {
 i{content:"\";/*" "*/}}@m; @import 'browser/wie55.css'; /*";}
}/* */

/* Debug console
------------------------------*/
#debug {
	border: solid 1px #999;
	width: 500px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	text-align: left;
}
#console {
	overflow: auto;
	height: 290px;
	margin: 5px;
}
#console p {
	margin: 0 5px 0;
	padding: 3px 5px;
	border-bottom: solid 1px #999;
	float: left;
	clear: left;
	width: 455px;
	display: inline;
}
#console p.alternate {
	background: #f5f5f5;
}
#debug-toggle {
	background: #3e3e40;
	color: #fff;
	padding: 2px 5px;
	margin: 0;
	font-weight: bold;
	float: left;
	width: 493px;
}
#debug-toggle a:link,
#debug-toggle a:visited,
#debug-toggle a:active {
	color: #fff;
	text-decoration: none;
}
#debug-toggle a:hover {
	color: #fff;
	text-decoration: none;
}
#debug-toggle a {
	float: left;	
}
#debug-toggle a.clear-debug {
	float: right;	
}
#debug p.tab-1 {
	padding-left: 15px;
}
#debug p.tab-2 {
	padding-left: 30px;
}
#debug p.tab-3 {
	padding-left: 45px;
}
#debug p.tab-4 {
	padding-left: 60px;
}
#debug .caller {
	margin: 0 5px 0;
	padding: 0 5px;
	float: left;
	clear: left;
	width: 455px;
	display: inline;
	background: #eef6ff;
	border-bottom: solid 3px #666;
}
#debug .caller p {
	border-bottom: 0;	
	margin: 0;
	padding: 0;
}
#debug .caller em {
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;	
}
#debug .caller strong {
	font-weight: normal;
	float: left;
}
#debug .caller a {
	float: right;
	line-height: 20px;
}
#debug .caller p.caller-function {
	display: none;	
}
#debug dt {
	float: left;
	clear: left;
	font-weight: bold;	
}
#debug dt:first-letter {
	text-transform: uppercase;	
}