﻿
.dtree ul li.hasChildren.closed {
    background-image: url("img/disclosure-closed.png");
    background-position: 0 8px;
}

.dtree li.hasChildren {
    background-image: url("img/disclosure-open.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.dtree li {
    cursor: pointer;
}

.dtree > ul > li.hasChildren.hasIcon > ul {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 34px;
}

.dtree ul li.closed ul {
    display: none;
}

.dtree a, .dtree a:link {
    display: block;
    line-height: 1em;
    outline: medium none;
    padding: 4px 2px 6px 15px;  
	/*color: #000000;*/
    text-decoration: underline;	
	font-size: 11px;
	color: #333333;
	border-bottom:0px;
}

.dtree ul > li.hasChildren.hasIcon > a {
    background-position: 14px 3px;
    background-repeat: no-repeat;
    padding-left: 35px;
}

.dtree > ul > li.hasChildren > ul {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 14px;
}

.dtree ul li.selected > a > .TitleName,  .dtree ul li.selected:hover > a > .TitleName {    
    font-weight: bold;
	color: #000000;
}

.browse .dtree span.TitleName {
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    color: #333333;
    font-size: 11px;
}

.dtree ul{
	list-style-type:none;
	padding-left:14px;
}

.dtree ul > li.hasIcon > a, .dtree ul > li.hasChildren.hasIcon > a {
    background-position: 14px 3px;
    background-repeat: no-repeat;
    padding-left: 35px;
}

.dtree {
    background-color: #F6F6F6;
    border-right: 1px solid #D8D7D7;
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 1;
	
	
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    padding: 0;
	
	
}



.dtree > ul {
	bottom: 0;
    overflow: auto;
    padding: 10px 24px 0 12px;
    position: absolute;
    top: 65px;
    left:0px;
	*left:-30px;	
	*width:90%;
}


.dtree > #search {
	 height: 43px;
    
}

#search input[type=text]  {
	 margin-left:8px;
	 margin-top:8px;
}
#search input[type=submit]  {
	 margin-top:8px;
}

.OprationAll a, .OprationAll a:link{
	/*width:50px;*/
	float:left;
	font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    color: #333333;
    font-size: 11px;
}

/*feedback*/
.cdFeedbackContainer {
    white-space: normal;
}
.cdFeedbackTitle {
    color: #454545;
    font-size: 1.2em;
    margin: 10px 0 0;
	font-family:Verdana,sans-serif;
}
.cdFeedbackButtonGroup {
    display: inline-block;
    margin-top: 15px;
    position: relative;
}
.cdFeedbackButton {
    float: left;
    margin-right: 15px;
}
.dvRefresh {
    display: block;
}
.cdFeedbackTextareaDiv {
    font-size: 0.9em;
}
.cdFeedbackTextarea {
    color: #454545;
    height: 80px;
    margin-top: 10px;
}
.cdFeedbackCharRemaining {
font-family: Verdana,sans-serif;
}
.cdFeedbackSubmitButton {
    margin: 15px 0 15px 0;
    text-align: right;
	float:left;
}
a.cdBtn {
    color: #252525 !important;
    cursor: default;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    white-space: nowrap;
}
a.cdBtnDisabled {
    color: #999999 !important;
}
.cdBtn div {
    cursor: default;
    float: left;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
}
.cdBtn a:hover {
    text-decoration: none;
}
.cdBtn #dvBtnL, .cdBtnL {
    background: url("img/button_left_side.png") no-repeat scroll 0 0 transparent;
    width: 3px;
}
.cdBtn #dvBtnM, .cdBtnM {
    background: url("img/button_middle.png") repeat-x scroll 0 0 transparent;
    font-size: 1.2em;
    padding-left: 11px;
    padding-right: 11px;
    text-align: center;
    white-space: nowrap;
}

.cdBtn:link{border-bottom:0px;}
.cdBtn #dvBtnR, .cdBtnR {
    background: url("../images/button_right_side.png") no-repeat scroll 0 0 transparent;
    width: 3px;
}

#feedbackMsg{font-family: Verdana,sans-serif;display:none;clear:both;padding:20px 0px 20px 0px;}
#FeedbackBtn{clear:both;padding:20px 0px 20px 0px;}
#CommentArea{clear:both;padding:20px 0px 20px 0px;display:none;}

