html {
	height: 100%;
	font-size: 100%;
}

body#jlg {
	margin: 0;
	height: 100%;

	font-family: Tahoma, arial, sans-serif;
	color: black;
	font-size: 12px;
}


body#tree {
	margin: 0;
	height: 100%;

	font-family: Tahoma, arial, sans-serif;
	color: black;
	font-size: 12px;
}


p, span, div, class, input, select, textarea, table, tr, th, tr {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

a, a:link, a:visited {
	font-size: 12px;
	color: #5fa6d0;
	text-decoration: underline;
	line-height: inherit;
}

a:hover, a:active {
	font-size: 12px;
	color: #5fa6d0;
	text-decoration: none;
}


#outer {
	margin: 0;
	min-height: 100%;
	min-width: 880px;
}

#inner {
	margin: 0;
	min-width: 880px;
}

#container {
	width: 880px;
	margin: 0 auto 0 auto;

	min-height: 560px;
}

#header {
	height: 50px;
}

#navigate {
	height: 50px;
	background: url(img/nav-bg.gif) repeat-x center top;

	position: relative;

	display: none;
}

.searchbox {
	height: 20px;
	width: 140px;
	background: url(img/subnav-off.gif) repeat-x bottom center;
	border: 0;
	margin: 0;
	padding: 0;
	padding-top: 5px;

	color: #58a3ad;
	text-indent: 5px;
}

#search {
	position: absolute;
	top: 12px;
	left: 3px;
}

#searchBtn {
	position: absolute;
	top: 12px;
	left: 144px;

	height: 25px;
	width: 26px;
}

#nav {
	padding: 12px 3px 0 173px;
	height: 35px;
}

	#nav a, #nav a:link, #nav a:visited {
		display: block;
		float: left;
		padding: 0 12px 0 12px;
		height: 35px;
		line-height: 30px;

		color: white;
		font-size: 13px;
		text-decoration: none;
	}

	#nav a:hover {
		color: white;
		text-decoration: none;

		background: url(img/nav-on.gif) top center;
	}

	#nav a.on, #nav a.on:link, #nav a.on:visited {
		color: white;
		text-decoration: none;

		background: url(img/nav-on.gif) bottom center;
	}

	#nav a.right, #nav a.right:link, #nav a.right:visited {
		float: right;
		background: url(img/right-link-bg.gif) no-repeat;
		line-height: 25px;
		color: #58a3ad;
		width: 66px;
		padding: 0;
		margin-right: 3px;
		text-align: center;
	}

#loginLogout {
	display: block;
	float: right;
	margin-top: 12px;
	padding: 0 12px 0 12px;
	height: 35px;
	line-height: 30px;

	color: #27918f;
	font-size: 13px;
	text-decoration: none;
}


#space {
	height: 28px;
}

#space-inner {
	padding-bottom: 7px;
}

#dynamItmdb {
	width: 340px;
	background-color: #ED1C24;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 0 auto;
	display: none;
	height: 21px;
	line-height: 21px;
	position: fixed;
}

#dynamItmdb a, #dynamItmdb a:visited, #dynamItmdb a:link {
	color: white;
}

#left-panel {
	float: left;
	width: 158px;

	display: none;
}

#right-panel {
	margin: 0 300px 0 0;
}

#subnav {
	height: 33px;
}

	#subnav a, .subtabs a, .subtabs a:link, .subtabs a:visited {
		display: block;
		float: left;
		padding: 0 12px 0 12px;
		height: 33px;
		line-height: 33px;
		background: url(img/subnav-off.gif) repeat-x center top;
		margin-right: 4px;

		color: #58a3ad;
		font-size: 13px;
		text-decoration: none;
	}

	#subnav a:hover, #subnav a.on,
	.subtabs a:hover, .subtabs a.on {
		display: block;
		float: left;
		padding: 0 12px 0 12px;
		height: 33px;
		line-height: 33px;
		background: #ffffff;

		color: #000000;
		font-size: 13px;
		text-decoration: none;
	}

#content {
	padding: 10px;
}

#left-panel ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;

	border-style: solid;
	border-color: #75b7c0;
	border-width: 0 1px 1px 1px;
}

#left-panel h3 {
	margin: 0;
	height: 27px;
	background: url(img/h3.gif) repeat-x top center;
	line-height: 27px;
	font-size: 11px;
	color: white;
	padding: 0 5px 0 5px;
}

#left-panel h3.light {
	margin: 0;
	height: 30px;
	background: url(img/h1.gif) repeat-x top center;
	line-height: 30px;
	font-size: 11px;
	color: #58a3ad;
	padding: 0 5px 0 5px;
}

#left-panel h3.light a,
#left-panel h3.light a:link,
#left-panel h3.light a:visited {
	font-size: 11px;
	color: #58a3ad;
	text-decoration: none;
}


#left-panel ul li {
	margin: 0;
	background: white;
	padding: 5px;
	font-size: 11px;
	color: #5fa6d0;
}


ul#booknav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	background: white;

	border-style: solid;
	border-color: #75b7c0;
	border-width: 0 1px 1px 1px;
}


ul#booknav li {
	margin: 0;
	background: url(img/li.gif) repeat-x top center;
	padding: 5px;
	font-size: 11px;
	color: #5fa6d0;
}

ul#booknav li a,
ul#booknav li a:link,
ul#booknav li a:visited {
	display: block;
	margin: 0;
	background: url(img/plus.gif) no-repeat left center;
	padding-left: 16px;
	line-height: 21px;
	font-size: 11px;
	color: #5fa6d0;
	text-decoration: none;
}

ul#booknav li a.selected,
ul#booknav li a.selected:link,
ul#booknav li a.selected:visited {
	background: url(img/minus.gif) no-repeat left center;
}


ul#booknav li ul {
	list-style-type: none;
	padding: 0;
	padding-top: 6px;
	margin: 0;
	border: none;
}

ul#booknav li ul li {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	padding-top: 3px;
}

ul#booknav li ul li a,
ul#booknav li ul li a:link,
ul#booknav li ul li a:visited {
	display: block;
	background: none;
	border: none;
	padding: 0;
	line-height: 20px;
	font-size: 11px;
}

#clean {
	clear: both;
}

#bottomspace {
	height: 125px;
}

/*********************************/

#outer-tree {

	background: url(img/tree-bg.jpg) repeat-x center top;

}

#inner-tree {
	background: url(img/tree.jpg) no-repeat center top;
}

#the-tree {
	height: 523px;
}

#below-tree {
	color: white;
}

.actionbtn {
	display: none;
}

.breadcrumb {
	display: none;
}