#ts{
	border:1px solid #E8E2D7;
	width:100%;
	position:absolute;
	top:expression(eval(document.body.scrollTop+document.body.clientHeight -20));
	left:0px;
	padding:0px;
	background:#EEEEEE;
	display:none;
	opacity:100;
	filter:alpha(opacity='100');
	z-index:999;
	width:900px;
}
.ptitle{
	margin-left:45%;
	cursor:pointer;
	color : #FFFFCC;
	font-weight:700;
	font-size : 14px;
}
#defaultConent{
}
#head{
	background-position:left top;
	left:0px;
	cursor:pointer;
	font-size:11px;
	background:transparent url(/files/member/panelView/images/title_bg.gif) repeat-x scroll 0 bottom;
}
#panel {
	font-size:13px;
	overflow:hidden;
	width:100%;
	background:#E0E0E0;
}

#panel a{
	font-size:13px;
}

.accordion_content{
	height:80%;
}

#basic-accordian{
	width:100%;
	height:100%;
	overflow:hidden;
}

.accordion_headings{
	padding:2px;
	background:url(/files/member/panelView/images/a-1.gif) no-repeat;
	cursor:pointer;
	color : #663333;
	font-weight:bold;
	margin:2px 0px 2px 5px;
	padding:0px 0px 0px 5px;
	height:29px;
	width:160px;
	line-height:29px;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#E0E0E0;
	height:100%;
}

.header_highlight{
	background-image:url(/files/member/panelView/images/a-1.gif);
}

.left_panel{
	FLOAT:left;
	width:20%;
}
.right_panel{
	FLOAT:left;
	width:80%;
	height:100%;
	overflow:hidden;
}
.right_panel td{
	font-size:13px;
	line-height: 20px;
}
#r_p_content{
	height:100%;
	width:100%;
	overflow:hidden;
	padding:20 20 20 20;
}
.hisDiv{
    height: 150px;
    width: 130px;
    overflow-x: hidden;
    overflow-y: hidden;
}