
html, body {
	margin: 0;
	padding: 0;
}

body {
	font: small Tahoma, Verdana, sans-serif;
	color: #1b1b1b;
}

h1, h2, h3, h4, h5, p, ul, ol, li, pre, form, fieldset, input, select, textarea {
	margin: 0;
	padding: 0;
}

a { outline: none;}

#topbar {
	width: 100%;
	/*height: 40px;*/
	overflow: hidden;
	background: url(../img/dashbg2.gif) repeat-x left bottom #807e7e;
}

#topbar ul {
	width: 40%;
	overflow: hidden;
	list-style: none;
	margin: 7px 0 10px 0;
}

#topbar ul li {
	float: left;
	padding: 0 15px 0 15px;
	color: #fdfdfd;
	font-size: 1.2em;
	border-right: 1px solid #ffffff;
}

#topbar ul li.nbrd { border-right: none;}

#topbar ul li a {
	color: #fdfdfd;
}

#topbar ul li a.active {
	color: #1b1b1b;
	text-decoration: none;
}

#myHtml, #myCss {
	display: block;
	width: 100%;
	height: 545px;
	overflow: auto;
}

#myFrm {
	overflow: hidden;
}


#myCss code, #myHtml code {
	font-size: 1.2em;
}

iframe {
	background: #ffffff;
}

pre {
	margin: 10px;
	border: none;
}

code { border: none;}

