body {
	background:#fff;
	font-family:Arial,sans-serif;
	width:608px;
	margin:0px;
	padding:0px;
/*	overflow:hidden;
	overflow-x:hidden;
	overflow-y:scroll;
*/}

/* header */
div.header {
	position:fixed;
	background:#fff;
	width:192px;
	height:56px;
	padding:10px 0 0 10px;
	border-right:1px solid #fff;
}

/* sidebard */
div.sidebar {
	position:fixed;
	top:56px;
	background:#fff;
	border-right:1px solid #fff;
	padding-left:10px;
	width:192px;
	height:100%;
}

div.sidebar h2 {
	color:#900;
}

div.sidebar ul {
	margin:0;
	padding: 0 0 10px 5px;
	list-style-type:none;
}

div.sidebar li {
	padding-bottom: 10px;
}

/* content */
div.content {
	width:100%;
	padding:76px 0 40px 240px;
}

div.content h2{
	color:#900;
	margin-top:0;
}

div.content h3{
	margin-top:30px;
	margin-bottom:10px;
}

div.content ul.horizontal {
	list-style-type: none;
	margin:5px 0 0 0;
	padding:0 0 0 0;
}

div.content ul.horizontal li {
	float:left;
	padding-right:15px;
}

div.content table {
	border-collapse:collapse;
	margin-bottom:20px;
}

div.content th,td {
	padding:5px 30px 5px 0px;
	text-align:left;
}

div.content th {
	padding-top:0;
}

div.content table.striped tr:nth-child(even) {
	background:#ddd;
	border-collapse:collapse;
}

/*div.content table.striped th,td {
	padding-left:5px;
	padding:5px 25px 5px 5px;
}
*/
/*div.content tr:first-child {
	background:#fff;
	border-collapse:collapse;
} */

div.content th:last-child,td:last-child {
	padding-right:5px;
}

/*div.content table,th {
	border-bottom:2px solid #900;
} */

th.num, td.num {
	text-align:right;
}

/* links */
a {
	text-decoration:none;
}

a:link {
	color: #c00;
}

a:visited {
	color: #c00;
}

a:link:hover, a:visited:hover {
	text-decoration: underline;
}
