/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #107BC7;
	text-decoration: underline;
}

a.img {
	border: 0px;
}

a:hover {
	color: #C77B10;
}

a:link {
	color: #107BC7;
	text-decoration: underline;
}

a:visited {
	color: #107BC7;
	text-decoration: underline;
}

a:hover {
	color: #C77B10;
}

a:active {
	color: #107BC7;
	text-decoration: underline;
}

.treeNode {
	margin: 0px 0px 0px 10px;
}

a.treeNodeLink {
	color: #107BC7;
	text-decoration: none;
}

a.treeNodeLink:hover {
	color: #C77B10;
	cursor: pointer;
}

a.treeNodeLinkSelected {
	color: #107BC7;
	font-weight: bold;
	text-decoration: none;
}

a.treeNodeLinkSelected:hover {
	color: #C77B10;
	font-weight: bold;
	cursor: pointer;
}

a.treeNodeExpander {
	color: #107BC7;
	text-decoration: none;
}

a.treeNodeExpander:hover {
	color: #C77B10;
	cursor: pointer;
}

a.button:hover {
	cursor: pointer;
}

.treeNodeSelected {
	font-weight: bold;
}

.tnb {
	width: 20px;
}

.slotLabel {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.slotValue {
	
}

input {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.boxHeader {
	overflow: hidden;
	width: 100%;
	background: #6adadc;
	font-weight: bold;
}

.boxTitle {
	padding: 0px 0px 0px 10px;
	float: left;
	width: 45%;
	margin-left: 0px;
}

.boxClose {
	font-size: 10px;
	float: right;
	width: 40px;
	text-align: center;
	height: 100%;
}

a.boxClose {
	color: #FFFFFF;
}

.boxClose:hover {
	text-decoration: underline;
}

#indentText {
	margin-left: 15px;
}

#header {
	width: 100%;
}

#headerImage {
	float: left;
}

#headerText {
	right: 0px;
	text-align: right;
	padding-right: 15px;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 10px;
}

#main {
	float: left;
	width: 100%;
	top: 120px;
	margin-top: 10px;
	display: block;
}

#left {
	float: left;
	width: 40%;
	padding: 0px 10px 0px 10px;
}

#leftHeader {
	width: 100%;
}

#right {
	float: left;
	width: 56%;
}

/*#rightFloat{
	position:fixed;
	top:110px;
}*/
#rightHeader {
	width: 100%;
}

#searchBox {
	display: none;
	padding: 0px 0px 5px 0px;
	margin: 5px 5px 0px 0px;
	width: 100%;
	background-color: #EDEDED;
}

#searchResults {
	margin: 5px 5px 5px 5px;
}

#clipBox {
	display: none;
	padding: 0px 0px 5px 0px;
	margin: 5px 5px 0px 0px;
	width: 100%;
	background-color: #EDEDED;
}

#clipResults {
	margin: 5px 5px 5px 5px;
}

#tree {
	
}

.treeList {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.windowHeader {
	background-color: #3c6bb1;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 10px;
}

.window {
	width: 100%;
	margin: 10px 5px 0px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #EDEDED;
}

#termViewer {
	padding: 5px 5px 5px 5px;
}

#termCount {
	text-align: right;
	float: right;
}

#searchSection {
	float: left;
}

#relationSelect {
	width: 70%;
	float: left;
}

#navButtons {
	width: 30%;
	float: left;
	text-align: right;
}

.loading {
	font-size: 9px;
}