html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

img {
	border-width: 0px;
}

body#ij {
	background: url(/img/bgc.png) #eee;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 95%;
	color: #555;
	line-height: 150%;
}

div#layer {
	background: repeat-x url(/img/bg.png);
	margin: 0px;
	padding: 10px;
}

div#content {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

div#copyright {
	text-align: center;
	font-size: 80%;
}

a#ij-logo-area {
	display: block;
}

img#ij-logo-tail {
	margin-bottom: 20px;
}

img#ij-logo {
	margin: 10px;
}

table.box {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

table.box tr.box_t {
	height: 16px;
}

table.box td.box_lt {
	width: 16px;
	height: 16px;
	background: no-repeat url(/img/c_lt.png);
	background-position: right bottom;
}

table.box td.box_t {
	height: 16px;
	background: repeat-x url(/img/c_t.png);
	background-position: bottom;
}

table.box td.box_rt {
	width: 16px;
	height: 16px;
	background: no-repeat url(/img/c_rt.png);
	background-position: left bottom;
}

table.box td.box_l {
	width: 16px;
	background: repeat-y url(/img/c_l.png);
	background-position: right;
}

table.box td.box_body {
	background: #fff;
}

table.box td.box_r {
	width: 16px;
	background: repeat-y url(/img/c_r.png);
	background-position: left;
}

table.box tr.box_b {
	height: 24px;
	vertical-align: top;
}

table.box td.box_lb {
	width: 16px;
	height: 24px;
	background: no-repeat url(/img/c_lb.png);
	background-position: right top;
}

table.box td.box_b {
	height: 24px;
	background: repeat-x url(/img/c_b.png);
	background-position: top;
}

table.box td.box_rb {
	width: 16px;
	height: 24px;
	background: no-repeat url(/img/c_rb.png);
	background-position: left top;
}

div#menu {
	float: left;
	width: 200px;
}

div#logo-area {
	text-align: center;
	margin: 5px auto;
}

div#body {
	margin-left: 15px;
	border-left: 1px solid #aaa;
	padding-left: 25px;
	width: 540px;
	float: left;
}

div#title-area {
	margin: 5px 0px;
}

div.menu-parent {
	color: #444;
	font-weight: bold;
	font-size: 95%;
}

a.menu-child {
	display: block;
}

.menu-child {
	text-decoration: none;
	color: #222;
	font-size: 85%;
	padding-left: 20px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #fff;
}

div.menu-child {
	color: #888;
#	font-weight: bold;
	font-style: italic;
#	margin-left: 20px;
#	padding-left: 8px;
#	border: 0px;
#	border-left: 8px solid #aac;
#	border-bottom: 1px solid #aac;
	background: #eee;
}

a.menu-child:hover {
	background: #ddddff url(/img/selectw.png);
	border: 1px solid #99d;
}

.menu-select {
	background: #ddddff url(img/select.png);
	border: 1px solid #99d;
}

h1 {
	font-size: 140%;
	color: #333;
	font-weight: normal;
	margin: 2px 0px 0px -12px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
}

h2 {
	font-size: 130%;
	color: #444;
	font-weight: normal;
	margin: 2px 0px 0px -8px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
}

h3 {
	font-size: 110%;
	color: #666;
	font-weight: normal;
	margin: 2px 0px 0px -4px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
}

h5 {
	font-size: 80%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
}

ul {
	font-size: 95%;
	margin: 0px;
	padding-left: 35px;
}

img#oucpc-logo {
	margin: 3px 0px 8px 0px;
}

form.problem-form {
	width: 90%;
	margin: 5px auto 40px;
	border: 1px solid #aaf;
	background: #eef;
	text-align: center;
}

form.problem-form input[type="submit"] {
	margin: 5px;
}

pre {
	margin: 2px 0px 2px 10px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 100%;
}

form.login-menu {
	text-align: right;
	font-size: 85%;
}

form.login-menu input {
	margin: 3px;
}

form.login-menu input[type="text"],
form.login-menu input[type="password"] {
	border: 1px solid #888;
	width: 120px;
}

table.status {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	border-collapse: collapse;
}

.status tr.top-column {
	height: 24px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #888;
	border-width: 1px 0px 0px 1px;
}

.status tr.top-column td {
	background: url(/img/selectb.png) repeat-x;
	height: 24px;
	font-size: 80%;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	border: 1px solid #888;
	border-width: 0px 1px 1px 0px;
	line-height: 19px;
}

.status tr.even-column td, .status tr.odd-column td {
	background: #fff;
	padding: 0px 0px 0px 3px;
	font-size: 80%;
}

.status tr.odd-column td {
	background: #eee;
}

.standard-form input[type="text"], .standard-form input[type="password"] {
	border: 1px solid #888;
	width: 100%;
	font-size: 100%;
}

.form-button {
	width: 100%;
	text-align: center;
	margin: 10px auto;
}

.red {
	color: red;
}

.error {
	margin: 0px;
	padding: 0px;
	color: red;
	font-size: 75%;
}
