/* TAG DEFINTIONS */

body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
}

table#rshilib form {
	padding: 0px;
	margin: 0px;
}
table#rshilib input, table#rshilib select {
	vertical-align: middle;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 5px;
}
table#rshilib table {
	border-collapse: separate;
	border-spacing: 0px;
	margin: auto;
}
table#rshilib a img {
	border: 0px;
}
table#rshilib ul {
	text-align: left;
}

/* LINK LOOK */

table#rshilib div.box a {
	text-decoration: underline;
	color: #0000FF;
	background-color: transparent;
}
table#rshilib div.box a:visited {
	color: #800000;
}
table#rshilib div.box a:hover, table#rshilib div.box a:active {
	color: #FF0000;
}

/* MAIN CLASSES */

table#rshilib {
	border-collapse: separate;
	border-spacing: 0px;
	width: 450px;
	margin: auto;

	font-family: verdana;
	font-size: 12px;
}

table#rshilib div.box {
	margin: 10px auto;
	padding: 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;

	color: #000000;
	font-size: 12px;
	font-family: verdana;
	font-size: 12px;
}
table#rshilib div.header {
	background-image: url('th_dark.png');
	height: 15px;
	font-size: 10px;
	background-color: #5a6778;
	color: #d9e3ed;
	border-bottom: 1px solid #000000;
	text-align: center;
	padding: 0px;
}
table#rshilib div.body {
	padding: 10px;
	text-align: center;
	background-color: #F8F8F8;
}

/* MISC CLASSES */

table#rshilib .left {
	text-align: left;
}
table#rshilib .right {
	text-align: right;
}
table#rshilib .center {
	text-align: center;
}
table#rshilib .codebox {
	font-family: "Courier New", monospace;
	font-size: 10pt;
	background-color: #CCCCCC;
	color: #000000;
	text-align: left;
	padding: 5px;
	border: 1px solid #000000;
	margin: 5px;
}

/* INFO TABLES */

table#rshilib table.infotable {
	border: 1px solid #000000;
}
table#rshilib table.infotable th {
	background-image: url('th_light.png');
	height: 15px;
	font-size: 10px;
	background-color: #f3f6fd;
	color: #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	padding: 0px;
	white-space: nowrap;
	padding: 0px 6px;
	border-left: #a0a0a0 1px solid;
}
table#rshilib table.infotable tr th:first-child {
	border-left: 0px;
}
table#rshilib table.infotable td {
	border-top: 0px solid #0000ff;
	padding: 2px 6px;
	text-align: right;
	white-space: nowrap;
	border-left: #a0a0a0 1px solid;
}
table#rshilib table.infotable tr td:first-child {
	border-left: 0px;
}
table#rshilib table.infotable tr.r1 td {
	background-color: #FFFFFF;
}
table#rshilib table.infotable tr.r2 td {
	background-color: #eaedf5;
}
table#rshilib table.infotable tr.hirank td {
	background-color: #ffff80;
}
table#rshilib table.infotable td.left {
	text-align: left;
}
table#rshilib table.infotable td.center {
	text-align: center;
}
table#rshilib table.infotable th a, table#rshilib table.infotable th a:visited {
	color: #000000;
	text-decoration: underline;
}

table#rshilib table.infotable td.upd-Failed {
	text-align: left;
	color: #FF0000;
}
table#rshilib table.infotable td.upd-Success {
	text-align: left;
	color: #00FF00;
}

/* NAV TABLE */

table#rshilib .navtable {
	width: 100%;
}
table#rshilib .navtable td {
	padding: 5px 0px;
}

table#rshilib .navleft {
	text-align: left;
	width: 80px;
}
table#rshilib .navright {
	text-align: right;
	width: 80px;
}
table#rshilib .navcenter {
	text-align: center;
}

table#rshilib table.navtable tr td a {
	font-size: 10px;
	padding: 2px;
}

table#rshilib table.navtable tr td a,
table#rshilib table.navtable tr td a:link,
table#rshilib table.navtable tr td a:visited {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	border: 0px;
	margin: 1px;
}

table#rshilib table.navtable tr td a#thispage {
	font-weight: bold;
	font-size: 11px;
	padding-top: 1px;
}

table#rshilib table.navtable tr td a:hover,
table#rshilib table.navtable tr td a:active {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px;
}

/* STAT IMAGES */

table#rshilib .statimages {
	text-align: left;
}
table#rshilib .statimages img {
	margin-left: 24px;
}
table#rshilib .statimages ul {
	width: auto;
	text-align: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
}
table#rshilib .statimages > ul {
	margin: 0px;
}
table#rshilib .statimages li {
	margin: 0px;
	padding: 0px;
}
table#rshilib .statimages li div {
	background-color: #E0E0E0;
	border: #000000 solid;
	border-width: 1px;
	margin: 0px 0px 5px 0px;
	padding: 5px;
}
table#rshilib .statimages div.sigdiv {
	border: 1px solid #a0a9b4;
	background-color: #ffffff;
}
table#rshilib .statimages div.sigdiv:hover {
	background-color: #E0ffff;
}
table#rshilib .statimages label {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	cursor: pointer;
}
table#rshilib select.sigselect, table#rshilib select.sigselect optgroup, table#rshilib select.sigselect option {
	font-family: "Courier New";
}
table#rshilib select.sigselect optgroup {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #000000;
	font-style: normal;
	font-weight: normal;
}
table#rshilib select.sigselect optgroup option {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
table#rshilib select.sigselect option {
	color: #000000;
	background-color: #FFFFFF;
}
table#rshilib .radiosiglist input {
	border: 0px;
	background-color: transparent;
}
table#rshilib select.sigselect optgroup option.subgroup {
	font-weight: bold;
}

/* COPYRIGHT */

table#rshilib .copyright {
	margin-top: 20px;
	padding: 3px 10px;
	font-size: 10px;
	text-align: center;
}