﻿body {
	margin: 0;
	font-size: 13px !important;
	color: #333333;
	background-color: #ffffff;
}
#whleftcol{width:290px;}
#whsizer{float:left;min-height:100%;height:auto !important;}
#whtoc{position:relative;left:-20px;min-height:100%;}
.tree>ul>.parent_li .parent_li li{display:none;} /*close all tree's grandson nodes instead of js*/
.tree li {
    list-style-type:none;
    position:relative;
	white-space: nowrap;
	margin:0px;
	left:-20px;
}
.tree li span {
    display:inline-block;
    text-decoration:none;
	height:19px !important;
	width:18px;
}
.tree li.parent_li>span {
    cursor:pointer
}
.ygtvln{position:relative;top:5px;}
.current_bold{font-weight:bold;}
#content{padding:0 15px 0 5px !important;}
/*resizer*/
#resizerCol{width:20px;min-height:100% !important;cursor: e-resize;font-size: 0;padding: 0;float:left;margin-left:-10px;}

/*Question Feedback Modal*/
#questionModal input.text{display:inline-block;width:425px;margin-left:5px;}
#tabs *{-moz-box-sizing:content-box !important; -webkit-box-sizing:content-box !important; box-sizing:content-box !important;}