

/*#### search item of select option  */
.close{
	display: none;
}

/*
fieldset{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
*/
/*#### select item model */
.oneSearchTerm{
	height:150px;
	border-top:1px solid #cccccc;
	/*display:block;*/
	clear:both;
	position:relative;
}

.oneSearchTerm>label{
	float:left;
	width:180px;
	margin:45px 10px 0px 0px;
	text-align:right;
}

/*##### input item model */

.oneInputTerm{
	clear:both;
	/*height:40px;*/
	height:150px;
	border-top:1px solid #cccccc;
	
}

#divSearchKeyInput ul li{
	margin-bottom:5px;
}
#divSearchKeyInput ul li label{
	cursor:pointer;

}
#divSearchKeyInput ul li label:hover{
	background:#d9d9d9;
}
/*
.oneInputTerm>label{
	text-align:right;
	width:180px;
	float:left;
	margin:10px 10px 0px 0px;
	
}
*/
#searchButton{
	margin-top:0px;
	text-align:center;
}

#searchButton>input{
	/*
	background-color: ;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    
    color: #000;
    */
}

/*####### boxplot */

#caseControlPanel>div{
	
}
#caseControlPanel table{
	width:800px;
	border-bottom:1px solid black;
}
#caseControlPanel table th{
	border-bottom:1px solid black;
	border-top:1px solid black;
	text-align:center;
}
#caseControlPanel table td{
	text-align:center;
}

#divTableGDA{
	width:950px;
	overflow:auto;
}
#divTableGDA{
	font-size:12px !important;
}

#davidFunctionAnnotationPanel button{
	width:115px;
}
#davidFunctionAnnotationPanel input[type="button"]{
	margin-right:10px;
}
/*##############################  check key*/
#divConfirm #divCheckItems>div,#divConfirmAnalysisRegion #divCheckAnalysisRegion>div{
	float:left;
	width:300px;
	max-height:600px;
	margin:0px 10px;
}
#divConfirm,#divConfirmAnalysisRegion{
	width:1000px;
	height:700px;
	z-index:9999;
	position:absolute;
	left:-30px;
	top:0px;
	background:white;
}
#divConfirm .checkboxInputKey,#divConfirmAnalysisRegion .checkboxInputKey{
	margin-left:50px;
}
#divConfirm label,#divConfirmAnalysisRegion label{
	cursor:pointer;
}

#divConfirm fieldset,#divConfirmAnalysisRegion fieldset{
	border:2px solid #cccccc;
	height:500px;
}
#divConfirm fieldset>div,#divConfirmAnalysisRegion fieldset>div{
	overflow:auto;
	height:440px;
}

/*##############  oneSearchTerm: set pvalue and control type   */

.disea_others>div{
	margin-top:7px;
}



/*#############  verticalTab   */

.close{
	display:none;
}
#verticalTab>div{
	float:left;
}
#divTabs {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
	text-align:center;
	
}
#divPanel>div{
	width:950px;
	height:800px;
	overflow:auto;
	border: solid 1px #ddd;
	-moz-box-shadow: 1px 1px 5px #888888; /* 老的 Firefox */
	box-shadow: 1px 1px 5px #888888;
	/*margin-top:15px;*/
}
.liSel div{
	border-color:transparent  transparent  transparent #006BC2;
    border-style: solid;
    border-width: 11px;
    height: 0px;
    width: 0px;
    position:relative;
    left:80px;
    top:20px;
    z-index:1;
}
.liSel label{
	cursor:pointer;
}
.liSel{
	display:block;
	background:#006BC2;
	width:80px;
	height:100px;
	position:relative;
	border: solid 1px #ddd;
	cursor:pointer;
	color:white;
	
}
.liGrey{
	background:white;
	display:block;
	width:80px;
	height:100px;
	position:relative;
	border: solid 1px #ddd;
	cursor:pointer;
}
.liGrey label{
	cursor:pointer;
}
.liGrey div{
	border-color:transparent  transparent  transparent transparent;
    border-style: solid;
    border-width: 11px;
    height: 0px;
    width: 0px;
    position:relative;
    left:50px;
    top:20px;
}
.liGrey:hover{
	background:#f5f5f5;
}

.liOnload div{
	border-color:transparent  transparent  transparent transparent;
    border-style: solid;
    border-width: 11px;
    height: 0px;
    width: 0px;
    position:relative;
    left:50px;
    top:20px;
}

.liOnload{
	background:grey;
	display:block;
	width:80px;
	height:100px;
	position:relative;
	border: solid 1px #ddd;
}
.liOnload:hover{
	background:grey;
}


.highlight{
	color:red;
}



/*###### color key */
.nonrot_small {
    width: 9px;
    height: 11px;
    border: 1px solid #124a6f;
}