﻿.contentCont 
{
    margin:0 10px;
}

#content
{
	float:left;

	width:600px;

}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.expandBtn
{
	text-decoration:none;
	float:right;

	color:#fff;
	text-align:center;
	width:128px;
	background-image:url("/web/design/sub-menu-bg.gif");
	background-repeat:no-repeat;

}

.expandBtn:hover
{
	color:#007CC2;
}

#tree, #tree * {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	cursor: default;
}

#tree {
	margin: 150px 50px 50px 0;
	display:block;
}

#tree a {
	text-decoration: none;
	color: #666;
	padding-left: 20px;
	background: url("/web/design/folder.gif") center left no-repeat;
	line-height:20px;
	cursor:pointer;
}

#tree a:hover
{
	color:#83a3cf;
}

#tree, #tree dl {
	background: url("/web/design/vdot.gif") 8px 0px repeat-y;
	margin-top:0px;
}

#tree dt {
	font-weight:700;
	font-size:16px;
	text-align:left;
	color:#3e6eb0;
	margin:0 0 10px;

}

#tree dd 
{
	margin:0px;
	padding: 1px 0px 1px 19px;
	background-image: url("/web/design/corner.gif");
	background-position: 8px 0px;
	background-repeat: no-repeat;
	zoom: 1; /* IE hasLayout fix, should be moved to a conditional comment: http://zoffix.com/css/ie/haslayout.shtml */
}

#tree dt, #tree dd.last, #tree dd.pluslast, #tree dd.minuslast {
	background-color: #FFF;
}

/* Folder settings */
#tree dd.minus, #tree dd.plus, #tree dd.minuslast, #tree dd.pluslast {
	background-position: 4px 0px;
	padding: 0px 0px 0px 19px;
}	

#tree dd.minus { background-image: url("/web/design/mapminus.gif"); }
#tree dd.plus {	background-image: url("/web/design/mapplus.gif"); }
#tree dd.minuslast { background-image: url("/web/design/mapminus.gif"); }
#tree dd.pluslast { background-image: url("/web/design/mapplus.gif"); }
#tree dd.plus dd, #tree dd.pluslast dd { display: none; }
#rhs, .rhsTop {display:none;}
