a {
	color: #0000aa;
	text-decoration: none;
}
a:link {
	color: #112299;
}

a:visited {
	color: #112299
}

a:active {
	color: #112299
}

a:hover {
	background-color: #ffffcc;
	/* color: #35c; */
	text-decoration: underline;
}

a.searchfilter {
	/* text-decoration: underline; */
}

.reflink {
	margin: 0 0 0.5em 0;
	font-size: 0.8em;
	color: #000066;
}

form {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6C82AE;
}


h1 {
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #6C82AE;
	letter-spacing: 2px;
	font-style: normal;
	font-variant: small-caps;
	margin:0.5em 0 1em 0;
}

.smallheader {
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #6C82AE;
	font-style: normal;
	padding-top: 5px;
	font-variant: small-caps;
}

h2 {
	cursor: default;
	font-size: 1em;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	margin: 0 0 1em 0;
	padding: 0px;
	border: 0px none;
	list-style-image: none;
	list-style-type: none;
}
h3 {
	cursor: default;
	font-size: 1em;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	list-style-image: none;
	list-style-type: none;
}

body {
	scrollbar-base-color: #7C92BE;
	scrollbar-face-color: #7C92BE;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #bbddff;
	scrollbar-shadow-color: #002244;
}


div {
	scrollbar-base-color: #cccccc;
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-darkshadow-color: #555555;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #888888;
}

.pseudo_select {
	scrollbar-base-color: #cccccc;
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-darkshadow-color: #555555;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #888888;
	background-color:#eeeeee;
	border: #eeeeee none solid;
}

table {
	margin: 0;
	border: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	font-size:0.9em;
}

th {
	color: #000000;
	background-color: #B7C4E0;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	margin: 0;
}

th.cell, th.cell2 {
	font-weight: normal;
	font-size: 0.9em;
	text-align: right;
	vertical-align: top;
	font-variant:small-caps;
}

th.cell {
	color: #555555;
	background-color: #eeeeee;
	width: 25%;
}

th.cell2 {
	color: #555555;
	background-color: #eeeeee;
	font-weight: bold;
}

td {
	vertical-align:top;
	padding: 2px;
	margin: 0;
}

table.outlined {
	background-color: #EEEEEE;
	/* clear:both;
	float:right;  */
	margin:0 0 10px 0;
	/* width: 100%; */
}

table.outlined td, table.outlined th {
	margin: 0;
}

table.outlined td {
	padding: 2px 0 2px 10px;
}

table.outlined th {
	padding: 2px 0 2px 2px;
	font-size: 0.8em;
}

.left_menu {
	width: 256px;
	text-align: center;
	padding: 0 1px 0 15px;
	background-color:#fff;
}

.left_menu table.outlined {
	width: 200px;
}

.left_menu table.outlined a {
	text-decoration:underline;
}

.left_menu table.outlined th {
	text-align: left;
}

.left_menu table.outlined{
	width: 100%;
}

.left_menu th {
	font-size: 0.9em;
	background-color: #B7C4E0 /* #ccd5e9 */;
}

.textarea {
	border: 1px solid #000000;
	background-color: #ffffff;
}

.row_style_1 {
	background-color: #FFDA82;
}

.row_style_2 {
	background-color: #FFEEAA;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
}
hr {
	color: #000000;
	border: dotted;
	margin: 0px;
	padding: 0px;
}
.fakelink {
	text-decoration: underline;
	cursor: hand;
}
.hilite {
	/* font-weight: bold; */
	background-color:#ffff88;
}

.RubricSpan, .SubRubricSpan {
	float:left;
	width:260px;
	/*
	height:9em;
	overflow: auto;
	*/
	margin: 0 0 0 0;
	padding: 0.3em 0 1px 0;
	text-align:left;
}

.RubricSpan .SubRubric, .RubricBlock .SubRubric {
}

.RubricBlock {
	float:left;
	width:270px;
	/* height:11em;
	overflow: auto; */
	margin: 0 1em 2em 0;
	padding: 2px;
	text-align:left;
}

.RubricSpan a {
	/* text-decoration: underline; */
	/* font-weight: bold;  */
	white-space: nowrap;
}

/*
.RubricSpan:first-letter{
	font-weight:bold;
}
*/


.SubRubricSpan a {
	/* text-decoration: underline; */
	white-space: nowrap;
}

.RubricBlock h2 {
	background-color: #eee;
	text-align:left;
	font-weight: normal;
}

/*
.RubricBlock h2:first-letter{
	font-weight:bold;
}
*/

.RubricBlock div {
	/*
	background-color: #eee;
	border: 1px #B7C4E0 solid;
	*/
	margin: 0;
	padding: 0;
	padding-left: 3px;
	margin-bottom: 3px;
}

.ipaper_selection{
	background-color: #ffff88;
	border: 1px #000 solid;
	padding: 0 2px;
	font-weight:bold;
	text-decoration: none;
	font-size: 0.9em;
}

.BAM {
	background-color:#7C92BE;
	color:#fff;
	padding:0 2px 0 2px;
	font-size: 11px;
}

.NoBAM {
	text-decoration:line-through;
	color:#7C92BE;
	padding:0 2px 0 2px;
	font-size:11px;
}

.tree-menu {
	width: 200px;
	text-align: left;
	font-size: 11px;
	background: #fff;
}

.tree-menu h3 {
	background: #B7C4E0;
	color: #000;
	padding: 1px;
	margin: 0px;
	text-align: left;
	font-size: 11px;
}

.tree-menu .section {
	margin: 0 0 1px 0;
	padding: 0 0 2px 0;
	background: #eeeeee;
}

.tree-menu .section .rubric-link {
	color: #000;
	padding: 1px;
	margin: 0 0 1px 0;
	text-align: left;
	font-size: 10px;
}

.tree-menu .section h3 {
	background: #D8E0F2;
	color: #000;
	padding: 1px 1px 1px 5px;
	margin: 0px;
	text-align: left;
	font-size: 10px;
}

.tree-menu .section .active-item {
	font-weight: bold;
}

.tree-menu .section ul {
	margin: 0px;
	list-style: none;
	padding: 0 0 5px 10px;
	background: #fff;
}
.tree-menu .section ul li {
	margin: 1px;
}