@charset "utf-8";
/* CSS Document */
/*RESETTING CSS FOR BROWSERS */
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
    background-color:White;
    color:Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:20px;
    margin:0px;
	padding-top:0px;
	margin-top:0px;
	font-weight:normal;
}


.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	height: 20px;
	width: 200px;
	margin-left: -16px;
	*margin-left: -8px;
	*margin-top: -5px;
	background-image:url(assets/images/trans.png); 
	background-repeat:no-repeat;
	position:absolute;
	cursor: pointer; 

}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color:#FFF;
  
}

.treeview a.selected span{
	background-color:#FFF;
	color:#09F !important;
	background-color:#DFEDFD;
}

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px;  }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

#HipTopLevel{ background-image:url(../assets/images/Hip_Selector.png); background-repeat:no-repeat; margin-left:-15px; padding-left: 20px; color:#FFF; font-weight:bold; font-size:11px; display:block; height:20px}

#HipTopLevel:hover{}

#KneeTopLevel{background-image:url(../assets/images/Knee_Selector.png); background-position: 0px; background-repeat:no-repeat; margin-left:-15px; padding-left: 20px; color:#FFF; font-weight:bold; font-size:11px; display:block; height:20px}

#PubTopLevel{ background-image:url(../assets/images/Bone_Selector.png); background-position: 0px top; background-repeat:no-repeat; margin-left:-15px; padding-left: 20px; color:#FFF;font-weight:bold; font-size:11px; display:block; height:20px}

#InfoTopLevel{ background-image:url(../assets/images/Info_Selector.png); background-repeat:no-repeat; margin-left:-15px; padding-left: 20px; color:#FFF; font-weight:bold; font-size:11px; display:block; height:20px}

.hitarea:hover{ background-image:url(assets/images/Highlight.png); background-position: 0px -3px;  }

.greySelector{background-image:url(../assets/images/Standard_Selector.png); background-repeat:no-repeat; margin-left:-15px; padding-left: 20px; color:#969798;
font-weight:bold; font-size:11px; display:block; width:150px;}
.greySelector span{padding:2px;}

.subCatSelector{background-image:url(../assets/images/SubCat_Selector.png); background-repeat:no-repeat; margin-left:-15px; padding-left: 10px; color:#969798;
font-weight:bold; font-size:11px; display:block}

.greySelector:hover{color:#09F !important;}

.greySelector span:hover{background-color:#DFEDFD}
.subCatSelector:hover{color:#969798 !important}
a:active{text-decoration:none; color:#969798 !important}
a:visited{text-decoration:none;}
