/* CSS Document */
.Button{
	background:url(file:///D|/counterpointWebSite/images/client/show.gif) no-repeat left top;
	padding-left:15px;
	cursor:pointer;
	width:300px;
	}
	
.ButtonOpen{
	background:url(file:///D|/counterpointWebSite/images/client/hide.gif) no-repeat left top;
	padding-left:15px;
	cursor:pointer;
	width:300px;
	}
	
	
/********************** + - folder interface **********************/
.Button{background:url(../images/client/show.gif) no-repeat left top;
padding-left:15px; cursor:pointer; width:300px;}
.ButtonOpen{background:url(../images/client/hide.gif) no-repeat left top;
padding-left:15px; cursor:pointer; width:300px; }

