body {

}

body, div, input, button, textarea, select, option {
	font-family: Verdana;
	font-size: 10px;
	color: #666;
}

button {
	color: #393;
	font-weight: bold;
}

img {
	border: 0px;
}

a:link, a:active, a:visited {
	color: #9C3;
	text-decoration: none;
}

a:hover {
	color: #999;
}

th {
	text-align: left;
}

#main {
	position: relative;
	width: 823px;
	margin: 30px auto 0px auto;
}

#header {
	width: inherit;
	height: 184px;
}

#logo {
	width: 286px;
	height: 55px;
	position: absolute;
	top: 0px;
	left: 2px;
}

#header {
	position: absolute;
	top: 72px;
	left: 0px;
	width: inherit;
	height: 184px;
}

#header img, #logo img {
	vertical-align: bottom;
}

#menu {
	position: absolute;
	top: 269px;
	left: 0px;
	height: 22px;
	border-bottom: solid #666 5px;
	width: 100%;
}

#menu a {
	position: relative;
	display: block;
	float: left;
	padding-right: 15px;
	background: url("/layout/ncode/images/menu_corner.gif") no-repeat right top;
	margin-right: 30px;
	padding-left: 30px;
	font-family: Arial, sans-serif;
}

#menu a:link, #menu a:active, #menu a:visited {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

#menu a:hover {
	color: #690;
}

/* single column layout */
#content {
	position: absolute;
	top: 348px;
	left: 19px;
	width: 782px;
}

/* twocolumn layout */
#contentleft, #contentright {
	position: absolute;
	top: 348px;
	width: 350px;
}

#contentleft {
	left: 19px;
}

#contentright {
	left: 453px;
}

#content div.item, #contentleft div.item, #contentright div.item {
	border-top: 1px solid #CCC;
	padding: 5px 2px 0px 2px;
	margin-bottom: 35px;
}

#content div.item span.header, #contentleft div.item span.header, #contentright div.item span.header {
	display: block;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .header {
	color: #690;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

div.work {
	position: relative;
	width: 332px;
	height: 52px;
	border: 1px solid #CCC;
	padding: 6px;
	margin-bottom: 10px;
}

div.work b {
	display: block;
}

div.work img {
	display: block;
	float: left;
	margin-right: 6px;
}

div.work a, div.work a:link, div.work a:visited, div.work a:active, div.work a:hover {
	display: block;
	background-color: #690;
	color: #FFF;
	width: 55px;
	height: 12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 10px;
	text-decoration: none;
	padding: 3px;
	border: solid #CCC;
	border-width: 1px 0px 0px 1px;
}

div.work a:hover {
	background-color: #FFF;
	color: #690;
}

table.overview {
	border-collapse: collapse;
}

table.overview th {
	background-color: #9C3;
	color: #FFF;
	padding: 2px 3px 2px 3px;
}

table.overview td {
	padding: 0px 3px 0px 3px;
}

table.overview tr.even even {

}

table.overview tr.odd td {
	background-color: #EEE;
}

table.overview tr.over td {
	text-decoration: underline;
	background-color: #333;
	color: #EEE;
}

div.error {
	border: #C00 solid 1px;
	background-color: #FFF0F0;
	color: #F00;
	padding: 4px;
	margin-bottom: 10px;
}

div.error b {
	color: #C00;
}

div.result {
	border: #0C0 solid 1px;
	background-color: #F0FFF0;
	color: #060;
	padding: 4px;
	margin-bottom: 10px;
}

ul {
	margin: 0px;
	margin-left: 15px;
}

ul li {
	margin-bottom: 10px;
}

ul li b {
	color: #9C3;
}