/* codesearch css ##################################################### */

* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 70% arial, verdana, lucida, helvetica, sans-serif;
	line-height: 130%;
	color: #4A4A4A;
	height: 100%;
}

#header{
	background: transparent url("../images/header.jpg") 0 0 no-repeat;
	height: 89px;
	border-bottom: 3px solid #fff;
}

#header img {
	margin: 5px 0 0 5px;
}

#content{
	margin: 0;
}

#footer{
	border-top: 3px solid #fff;
	clear: both;
	background: #ccc;
	padding: 1em 1em;
}

a {
	cursor: pointer;
}

h1, h2, h3 {
    margin: 1em 0;
}

th#th_selected {width:100px;}
select#picklist {width:6em}

/* hierarchy css ##################################################### */

div#searchdiv div#codesearchdiv{
	width:100%;
	border: 1px solid #ccc;
    margin: 1em 0;
    margin: 1em 0;
}

table#browsetable {
	width:100%
}

div#resultsdiv {
	border: 5px solid #ccc;
	display: none;
	padding: 30px;
	margin: 0 2em 1em 2em;
}

select#resultslist {
	width:100%
}

#treeview ul {
	margin-left: 3.5em;
	border-top: 1px solid #ccc;
    list-style-position: inside;
}

#treeview li {
	padding: 0.2em 0;
	margin-bottom: 0;
}

#treeview li.singlecode {
    list-style-image: url(../images/square.gif);
}

#treeview li.multicode {
    list-style-image: url(../images/plus.gif);
}

#treeview li.highlighted {
	background: yellow;
	font-weight: bold;
}


#treeview li.singlecode.childselected {
    list-style-image: url(../images/square-selected.gif);
	border-left: 1px solid red;
}
#treeview li.multicode.childselected {
    list-style-image: url(../images/plus-selected.gif);
	border-left: 1px solid red;
}

#treeview li.multicode a:hover {color:blue}
