html
{
	padding: 0px;
	margin: 0px;	
}

body 
{
	background-color: #F3F3F3;
	font-family: verdana, helvetica;
	font-size: 80%;
}

h3
{
	display: inline;
	font-size: 17px;
	padding-bottom: 3px;
	padding-right: 3px;
	border-bottom: 2px solid #FFC062;
	border-right: 2px solid #FFC062;
}

img
{
	border: 0px;
}

input, textarea
{
	border: 1px solid #FFC062;
	color: #555555;
}

input.noborder
{
	border: 0px;
}

span.orange
{
	color: #FFC062;
}

td
{
	vertical-align: top;
	text-align: left;
}

select.lang option
{
	font-size: 70%;
	font-family: verdana;
}

optgroup
{
	font-weight: bold;
	background-color: #EFEFEF;
	color: #000000;
}

option.higher
{
	background-color: #E0FFE4;
}

option.scripting
{
	background-color: #E0F9FF;
}

option.query
{
	background-color: #FFE0E1;
}

option.misc
{
	background-color: #FFFDE0;
}

option.other
{
	background-color: #EBE7FF;
}

table.normal td
{
	border: 1px solid #CCCCCC;
	padding: 3px;
}

td.main
{
	background-color: #ffc062;
	padding: 5px;
	font-weight: bold;
}

td.head
{
	background-color: #DDDDDD;
	padding: 3px;
}

td.spacer
{
	height: 3px;
	padding: 0px;
	background-color: #FFEDD1;
}

td.col1
{
	background-color: #EEEEEE;
}

td.col2
{
	background-color: #F8F8F8;
}

table.normal
{
	border: 0px;
	border-collapse: collapse;
}

div#header
{
	width: 800px;
	height: 134px;
	background-image: url('images/header.png');
	border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}

div#navigation
{
 	height: 24px;
	width: 800px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F1F1F1;
	text-align: center;
}

div#navigation ul
{
	display: inline;
	margin: 0px;
}

div#navigation ul li
{
 	position: relative;
 	top: 2px;
	display: inline;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F1F1F1;
	padding: 2px;
	margin: 0px;
}

div#navigation ul li:hover
{
	background-color: #FFC062;
	cursor: pointer;
}
div#content
{
 	width: 800px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

div#footer
{
	
}

div#message_box
{
	z-index: 2;
	position: absolute;
	left: 300px;
	top: 250px;
}

div#lines
{
	float: left;
	width: 5%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	font-family: courier;
	font-size: 100%;
	padding-right: 2px;
}

div#code
{
 	width: 93%;
	overflow: auto;
}

div#code pre
{
 	float: left;
 	margin-top: 0px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-family: courier;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	width: 99%;
}

a:link, a:visited
{
	color: #454545;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #FFBB00;
	text-decoration: none;
}
