#controlPanel.yui-panel {
	border:none;
	overflow:visible;
	background-color:transparent;
}

/* Apply styles to the close icon to anchor it to the left side of the header */
#controlPanel.yui-panel .container-close {
	position:absolute;
	top:10px;
	right:10px;
	height:18px;
	width:17px;
	background:url(assets/img/aqua-hd-close-over.gif) no-repeat;
}

/* Style the header and apply the rounded corners, center the text */
#controlPanel.yui-panel .hd {
	padding:0;
	border:none;
	background:url(images/select_topic_menu_headerV2.png) no-repeat;
	color:#000;
	height:40px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	overflow:visible;
}
/* Style the body and footer */
#controlPanel.yui-panel .bd {
	overflow:hidden;
	padding:4px;
	background-color:#FFF;
	background:url(images/select_topic_menu_bgV2.png) repeat-y;
}
#controlPanel.yui-panel .ft {
	padding:0;
	border:none;
	/*background:url(assets/img/aqua-hd-bg.gif) repeat-x;*/
	background:url(images/select_topic_menu_footerV2.png) no-repeat;
	color:#000;
	height:40px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	overflow:visible;
}

/* Skin custom elements */
#controlPanel.yui-panel .hd span {
	vertical-align:middle;
	line-height:22px;
	font-weight:bold;
}
#controlPanel.yui-panel .hd .tl {
	width:7px;
	height:22px;
	top:0;
	left:0;
	background:url(assets/img/aqua-hd-lt.gif) no-repeat;
	position:absolute;
}
#controlPanel.yui-panel .hd .tr {
	width:7px;
	height:22px;
	top:0;
	right:0;
	background:url(assets/img/aqua-hd-rt.gif) no-repeat;
	position:absolute;
}

.ygtvcheck0 { background: url(assets/img/check/check0.gif) 0 0 no-repeat; width:16px; height:20px; float:left; cursor:pointer; }
.ygtvcheck1 { background: url(assets/img/check/check1.gif) 0 0 no-repeat; width:16px; height:20px; float:left; cursor:pointer; }
.ygtvcheck2 { background: url(assets/img/check/check2.gif) 0 0 no-repeat; width:16px; height:20px; float:left; cursor:pointer; }
 
.ygtv-edit-TaskNode  {	width: 190px;}
.ygtv-edit-TaskNode .ygtvcancel, .ygtv-edit-TextNode .ygtvok  {	border:none;}
.ygtv-edit-TaskNode .ygtv-button-container { float: right;}
.ygtv-edit-TaskNode .ygtv-input  input{	width: 140px;}
.whitebg {
	background-color:white;
}

.yui-pe .yui-pe-content {
    display:none;
}

