@charset "utf-8";

/*****************************/
/* Default Style For Web>Lab */
/*   2008-6-14 by Mikko      */
/*****************************/

/* 特地把优先级写得很高以保证头部不被重写 */
html body#weblab {
	margin: 0;
	padding: 0;
	background: #efefef;
}

html body#weblab div#header{
	background: #fff url(../img/dot.gif) repeat-x bottom;
	padding: 0 0 1px 0;
	margin: 0 0 20px 0;
}

html body#weblab div#header h1{ 
	position: relative;
	color: #000;
	background:url(../img/logo.gif) no-repeat bottom right;
	font-size: 0.875em;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	
	width: 900px;
	height: auto !important;
	height: 77px;
	min-height:77px;
}
html body#weblab div#header h1 span {
	display: block;
	color: #ccc;
	font-size: 3em;
	line-height: 1em;
	padding: 0.3em 0 0 0;
}

html body#weblab div#header h1 a {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	
	text-indent: -4000px;
	
	width: 170px;
	height: 30px;
	
	overflow: hidden;
}

html body#weblab div#wrapper pre#code {
	background: #ffc;
	font-size: 0.75em;
	font-family: "Courier New", Courier, monospace;	
	
	border: 1px solid #fc3;
	border-top: 5px solid #fc3;
	margin: 0;
	padding: 5px;
}
html body#weblab div#wrapper pre#code input,
html body#weblab div#wrapper pre#code select {
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: middle;
}

html body#weblab div#wrapper div#stage {
	background: #fff;
	border: 1px solid #ccc;
}
