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


body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
color:#333;
background: url(../images/bg.png) repeat-x #CCC;
padding:0;
margin:0;
height:100%;
overflow-y:scroll;
}


table
{
	background:#FFF;
	color:#666;
	padding:0px;
	margin:0;
}
#loader
{
	position:absolute;
	top:250px;
	display:none;
	padding:0;
	margin:0;	
}
#loader *
{
	padding:0;
	margin:0;	
}
#bgFader
{
	display:none;
	position:fixed;
	background:#333;
	width:100%;
	height:100%;
	z-index:2;
	top:0;
	left:0;
}
.thumb
{
	/*background:url(../images/noimg.png) no-repeat;*/
	border:thin dashed #333;
}
td
{
	vertical-align:top;
	overflow:auto;
}

.header
{
	font-weight:bold;
	font:Verdana, Geneva, sans-serif;
	text-align:center;
}

h1
{
	text-align:center;
	color:#333;
	background:#F1B674;
	font-size:24px;
}

h2
{
	font-size:16px;
	color:#333;
	border:#333;
	border-style:none none dashed;
	border-width:3px 1px 1px;
	text-align:center;
}

th
{
	border-style:none none dashed;
	border-width:3px 1px 1px;
	vertical-align:top;
}

h4
{
	font-size:12px;
	font-style:italic;
}
ul
{
	list-style-position:inside;
}
#page{
	background:url(../images/ps.png) repeat-y scroll center center;
	width:100%;
	height:100%;
	
}
#footer{
	background:url(../images/footer.png) no-repeat center center;
	width:100%;
	height:100%;
	
}
#container
{
	overflow:auto;
	position:relative;
	width:910px;
	margin:0px auto 0px;
}
#logo{
	width:930px;
	height:140px;
	margin: 0 auto;
	position:relative;
	
}
#menu{
	
	position:relative;
	width:200px;
	float:left;
}




div#menu a,div#menu a:visited{
	color:#333;
	font-weight: bold;
	font-style:normal;
	text-decoration:none;
}

div#menu a:hover{
	background:#CCC;
	color:#333;
	font-weight: bold;
	font-style:normal;
	text-decoration:none;
}

h1 a,h1 a:visited{
	color:#333;
	font-weight: bold;
	font-style:normal;
	text-decoration:none;
}

h1 a:hover{
	background:#FC0;
	color:#333;
	font-weight: bold;
	font-style:normal;
	text-decoration:none;
}

#content
{
	float:right;
	position:relative;
	width:700px;
}

.description
{
	margin-left:10px;
}

.info
{
	font-size:14px;
	font-style:italic;
}

.content
{
	border-style:none none solid;
	border-width:1px 1px 3px;	
	overflow:auto;
}
p
{
	margin:10;
	
}

#togLive
{
	width:80px;
	float:right;
	text-align:center;
}
.live
{
	background:#F90;
}
.hidden
{
	background:FFF;
}

.comments
{
	text-align:right;
	width:100%;
	height:20px;
	background:#CCC;
}

.cp{
	position:fixed;
	bottom:2px;
	right:2px;
}

img
{
	border:none;
}

.instruction{
	color:#009;
	font-weight:bold;
}
.hex{
	color:#06F;
}
.comment
{
	color:#060;
}
.dec
{
	color:#096;
}
.bin
{
	color:#666;
}
.addr
{
	color:#906;
}
code
{
	white-space:pre;
}
.code
{
	padding:5px;
	width:687px;
	height:600px;
	overflow:scroll;
	border-color:#333;
	border-width:1px;
	border-style:solid;
	background-color:#EEE;
}
.define
{
	color:#C00;
	font-weight:bold;
}
.compiler
{
	color:#00F;
}
.chr{
	color:#06F;
}
.str{
	color:#06F;
	font-style:italic;
}
.req
{
	color:#F00;
	font-style:italic;
	font-size:14px;
}