@charset "utf-8";
/* CSS Document */

body
{
	font-size: 0.8em;
}

a:link
{
	color: blue;
}

a:visited
{
	color: blue;
}

h1
{
	margin: 0px;
}

h2
{
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

.title
{
	font-size: 2.2em;
	color: black;
}

.listbox
{
	/* border: 2px #A6A6FF solid; */
	border: 2px #68B09E solid;
}

.cattitle
{
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;	
}

.catitem, .catitemsel
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
}

.catitemsel
{
	background: #A6A6FF;
}

.treelist
{
	overflow: auto;
	height: 470px;
}

.restitle, .treetitle
{
	/* background-color: #A6A6FF; */
	
	background-color: #68B09E;
	color: #000000; 
	
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

.resitemlist
{
	overflow: auto;
	height: 470px;
	width: 100%;
}

.resitem, .resitemsel
{
	padding: 10px;
}

.resitem td, .resitemsel td
{
	vertical-align: top;
	padding: 10px;
}

.resitemsel
{
	background: #FFFFAA;
}

.resitem:hover
{
	/* background: #D2D2FF; */
	background-color: #C8E1DB;
}

.resitemname
{
	font-weight: bold;
}

.resitemname a
{
	/* padding-top: 10px; */
}

.resdesc
{
	padding: 20px;
	overflow: auto;
	height: 430px;
}

.detlink
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 1.25em;
	margin-left: 15px;
	list-style: square;
}

.detlinkcomment
{
	font-size: 0.8em;
	margin-left: 15px;
}

.fieldtitle
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
	border: 1px solid black;
	padding: 5px;
}

.field
{
	font-size: 0.9em;
	border: 1px solid black;
	padding: 5px;
}

#rbColWrapper
{
	width: 100%;
	border: 0;
}

#rbColWrapper > tbody > tr > td, #rbColWrapper > tr > td
{
	padding: 10px;
}