.sub-panel{
	background:url(img/title-bg-l.png) no-repeat scroll 0 0px;
	

}

.sub-panel .sub-panel-body{
	border:1px solid #A2A377;
	padding:4px;
	width:400px;
	overflow-x:hidden;
	background-color:white;

}
.sub-panel .sub-panel-body_whatnew{
	border:1px solid #A2A377;
	padding:4px;
	width:140px;
	overflow-x:hidden;
	background-color:white;

}

.sub-panel .sub-panel-body_updates{
	border:1px solid #A2A377;
	padding:4px;
	width:719px;
	overflow-x:hidden;
	background-color:white;

}
.sub-panel .sub-panel-body_whatnew_contents{
	border:1px solid #A2A377;
	padding:4px;
	width:260px;
	overflow-x:hidden;
	background-color:white;

}

.sub-panel .sub-panel-body_contents{
	border:1px solid #A2A377;
	padding:4px;
	width:584px;
	overflow-x:hidden;
	background-color:white;

}
.sub-panel-title{
	background:url(img/title-bg-r.png) no-repeat scroll 100% 0;
	display:block;
	font-family:verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:14px;
	margin-left:1px;
	padding:2px 0 0 20px;
	width:140px;
	*width:160px;
	_width:160px;
	display:block;
	
}
.sub-panel-title-whatnew{
	background:url(img/title-bg-r.png) no-repeat scroll 100% 0;
	display:block;
	font-family:verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:14px;
	margin-left:1px;
	padding:2px 0 0 20px;
	width:70px;
	*width:160px;
	_width:160px;
	display:block;
	
}
.sub-panel-title-whatnew-map{
	background:url(img/sub_diseases.gif) no-repeat scroll 100% 0;
	display:block;
	font-family:verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:14px;
	margin-left:1px;
	padding:2px 0 0 20px;
	width:50px;
	*width:160px;
	_width:160px;
	display:block;
	
}


.sub-panel .suggestion{
	position:relative;
	overflow:hidden;
	height:60px;
    background-color:white;
}

#objSuggestedSymptoms{
	color:black;
	background:transparent;
	border-color:black;
	border-width:0px;
	position:relative;
}
.clear{
	clear:both;
}

.expand-panel{
	position:absolute;
	width:11px;
	height:11px;
	margin-left:8px;
	margin-top:3px;
	background:url('img/expand.png') no-repeat;
	cursor:pointer;
}
.expanded-panel{
	position:absolute;
	width:11px;
	height:11px;
	margin-left:8px;
	margin-top:3px;
	background:url('img/expanded.png') no-repeat;
	cursor:pointer;
}


.expand-suggestion{
	display:none;
}

#objDiagnosis{
	color:black;
	background:transparent;
    border:none;
	
	visibility:visible;
     /*position:fixed;*/
	/*_position:absolute;*/
}

.sub-panel .result-panel{
	/*width:450px;
	height:400px;*/
	overflow:hidden;
	padding:0;
	/*min-height:320px;*/
	width:420px;
}
.sub-panel .result-title{
	width:180px;
	padding:2px 0 0 30px;
	*width:200px;
}
.ajax-loading-box{
	display:none;
	position:absolute;
	z-index:320;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	float:right;
	width:300px;
	/*height:300px;*/
	margin-top:-8px;
}
.load-suggest{
	margin:35px 0px 0px 170px;
	width:32px;
	height:32px;
	background:url('img/ajax-loader.gif') no-repeat;
}
.suggest-ajax-mask{
	width:404px;
	height:65px;
	position:absolute;
	margin:0;
	padding:0;
	background-color:white;
	filter:alpha(opacity=80);
	opacity:.8;
	display:none;
	z-index:300;
	top:0;
}

.result-ajax-mask{
	width:418px;
	/*height:348px;*/
	position:absolute;
	margin:1px;
	padding:0;
	background-color:white;
	filter:alpha(opacity=80);
	opacity:.8;
	display:none;
	z-index:300;
}
.load-result{
	margin:150px 0px 0px 170px;
	width:32px;
	height:32px;
	background:url('img/ajax-loader.gif') no-repeat;

}
.load-summary{
	margin:35px 0 0 170px;
	width:32px;
	height:32px;
	background:url('img/ajax-loader.gif') no-repeat;

}
.summary-ajax-mask{
	width:378px;
	height:65px;
	position:absolute;
	margin:-4px 0 0 -4px;
	padding:0;
	background-color:white;
	filter:alpha(opacity=80);
	opacity:.8;
	display:none;
	z-index:300;	
}

.graph-bar{
	height:13px;
	background-color:#DDDB9E;
	z-index:0;
	margin-bottom:-13px;
}

.sub-panel .summary-title{
	width:140px;
	padding:2px 0 0 30px;
	*width:160px;
}

.sub-panel .summary-panel{
	width:410px;
	height:60px;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0;
	background-color:white;
	padding:4px;
}

.fixed-dialog-panel{
	color:black;
	background:transparent;
    border-color:black;
	border-width:0px;
	visibility:visible;
    position:fixed;
	left:400px;
	bottom:28;
    _position:absolute;
	bottom:30px;
	z-index:1000;
}
#expand_result_panel_bottom{
	width:380px;
	border-top:1px solid #A2A377;
	height:1px;
}
#expand_summary_panel_bottom{
	width:380px;
	border-top:1px solid #A2A377;
	height:1px;
}

.split-go-up{
	width:350px;
	height:6px;
	background:url('img/splitter.gif') no-repeat 0 0;
	margin-left:10px;
}
#objSelectedSymptoms div{
	margin:5px 0px;
	display:block;
}
#objSuggestedSymptoms div{
	margin:5px 0px;
	display:block;
}

#menuLayer{
	/*height:380px;*/
	/*overflow:auto;*/
	overflow-x:hidden;
	overflow-y:auto;
    background-color:white;
}
.map-key {
        line-height: 1.3em;
}
.map-key-icon {
        display:inline-block;
        vertical-align:middle;
        width:10px;
        height:10px;
        margin-right:7px;
        margin-top:-4px;
}
.map-key-icon.blue {
        background:#0000ff;
}
.map-key-icon.red {
        background:#ff0000;
}

#map-container {
        text-align:center;
}

#map-container h2 span {
        color:#28292e;
        font-weight:normal;
        font-family: "Roboto",sans-serif;
        font-size:20px;
        display:block;
        margin-top:8px;
        text-transform:none;
        letter-spacing:0px;
}
