body {
	font-family: Lucida Console,Courier New;
	background: #5b5b5b;
	margin: 0px auto;
	/*padding: 0 0 20px 0;*/
	font-size:100%;
}

#shadow-one {
	width: 800px;
	border: 1px solid #555;
	border-top: 0;
	margin: 0px auto;
}
#shadow-two {
	border: 1px solid #4b4b4b;
	border-top: 0;
}
#shadow-three {
	border: 1px solid #444;
	border-top: 0;
}
#shadow-four {
	border: 1px solid #3a3a3a;
	border-top: 0;
}

#page {
	border: 1px solid #333;
	background-color: #f0f0f0;
	border-top: 0;
	padding: 20px;
	font-size: 1.1em;
}

#title {
	background: #c00;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	height: 16px;
}

#title .right {
	float: right;
	width: 300px;
	text-align: right;
}

#menu {
	width: 100%;
	float: left;
	margin: 0 auto 3em auto;
	padding: 0;
	list-style: none;
	background-color: #af1b2c;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
}

#menu li {
	float: left; 
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#menu li a {
	display: block;
	padding: 8px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #ccc; 
}

#menu li a:hover {
	color: #c00;
	background-color: #fff; 
}

#content {
	width: 100%;
	float: left;
/*	margin-left:auto;
	margin-right:auto; */
	margin: 0 auto 0 auto;
	padding: 0px;
}

#content a {
	color: #c00;
	text-decoration: none;
}

#content a:hover {
	color: #d33;
	text-decoration: underline;
}

#content h1 {
	margin-top: 0px;
}

#content td {
	margin: 0px;
	border: 0px;
	padding: 10px 10px 10px 10px;
}

#content tr {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.spacer {
	clear: both;
}

#footer {
	font-size: 0.8em;
	color: #666;
	text-align: center;
	margin: 10px 50px 0 50px;
	padding-top: 10px;
	border-top: 1px dotted #666;
}

.examplebox {
	margin:10px 40px 10px 40px;
	padding: 8px;
	border: 1px dotted #333;
	text-align:center;
	background:#ddd;
}

.code {
	font-family: Courier New, Courier, fixed-width, fixed;
}

.exercise {
	background: #fe9;
	padding: 5px;
	margin-left: 10px;
	border-left: 2px solid #eb3;
}

.error {
	margin-left: 10px;
	padding: 10px;
	background: #fdd;
	border-left: 2px solid #900;
}

#content h6 {
	border-top: 1px dashed #333;
	margin: 15px;
	padding: 0px;
	height: 1px;
}

.examplebox td {
	text-align:left;
	padding-right: 15px;
}

fieldset {
}

/*
fieldset {
	margin: 3px;
	padding: 3px;
	border: 1px dotted #333;
	background:#ddd;
}

fieldset td {
	margin: 0px;
	border: 0px;
	padding: 1px;
}

fieldset input {
	width: auto;
}

fieldset div {
	padding: 2px 0px 2px 190px;
}

fieldset div label {
	margin-left: -180px;
	padding-top: 2px;
	width: 175px;
	font-weight: normal;
	position: absolute;
}

fieldset input {
	width: 250px;
	width: auto;
}

fieldset input.sm {
	width: auto;
}

fieldset textarea {
	width: 250px;
	width: auto;
}
*/

.result
{
	margin: 10px 40px 10px 40px;
	padding: 8px;
	border: 1px solid #333;
	text-align: center;
	font-weight: bold;
	background: #eee;
}

	.ok {
		border-color: #6b6;
		background: #efe;
	}
	
	.fail {
		border-color: #b66;
		background: #fee;
	}
	
	.unk {
		border-color: #cc6;
		background: #ffd;
	}
