@charset "utf-8";
/* CSS Document */
.loading{
	background-color: #FFF;
	border: 1px solid #666;
	display: none;
	left: 43%;
	top: 35%;
	margin:0px 0px 0px 0px;
	overflow: auto;
	padding: 25px;
	position: fixed;
	z-index:10950;
}
.window_msg{
	background-color: #FFFFFF;
	border: 1px dotted #666666;
	display: none;
	left: 50%;
	top: 25%;
	margin:0px 0px 0px -485px;
	overflow: auto;
	padding: 10px;
	position:absolute;
	width:950px;
	z-index:10050;
}
.font_strong{
	font-weight: bold;
	color: #FF0000;	
}
.window_close{
	position: absolute;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #666666;
	display: none;
	z-index:10050;
}
.window_close div{
	padding: 3px;
	border-bottom: 1px dotted #666;
}
.opacity{
	background:#000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 10;
	position:fixed;
	left:0px;
	top:0px;
	font-size:0px;
	width:100%;
	height:100%;
}
.window_msgoverflow{
	height: 450px;
	overflow: auto;	
}
.tooltip {
	display:none;
	background:#000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	font-size:12px;
	width:120px;
	padding:10px;
	color:#fff;
	border-top: 5px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.Layout_Narrow_width_LeftV2{
	float:left;
	width:194px;
	padding:10px 2px ;
}
.Layout_Narrow_width_RightV2{
	float:left;
	width:760px;
	border: 1px solid #CCC;
	padding:10px 5px 10px 5px ;
}
.Layout_Narrow_width_RightV2 table {
	clear:left;
	border-collapse:collapse;
	margin: 5px;
	white-space: nowrap;
	font-size: small;
	border: 1px solid #CCC;
}
.Layout_Narrow_width_RightV2 table th{
	/*border: 1px solid #999;*/
	border-bottom: 1px solid #CCC;
	color: #3B5998;
	padding: 5px 15px;
	text-transform: capitalize;
}
.Layout_Narrow_width_RightV2 table td{
	border-bottom: 1px solid #CCC;
	padding: 5px 15px ;
	cursor: pointer;
}
.Layout_Narrow_width_RightV2 table tr:hover{
	background-color: #F0F0F0;
}

.Layout_Narrow_width_RightV2_RL{
	width:49%;
	float:left;	
}
.Layout_Narrow_width_RightV2_Total{
	width:98%;
	float:left;
}
.Layout_Narrow_width_RightV2_RL h4 , .Layout_Narrow_width_RightV2_Total h4 {
	margin:10px;
}
.Layout_Narrow_width_RightV2_RL p , .Layout_Narrow_width_RightV2_Total p {
	width:100%;
	clear:left;
	margin:10px;
	padding:2px 0px;
}
.Layout_Narrow_width_RightV2_RL ul , .Layout_Narrow_width_RightV2_Total ul {
	margin:10px;
	clear:left;
}

.Layout_Narrow_width_RightV2_RL li , .Layout_Narrow_width_RightV2_Total li {
	float:left;
	border: thin solid #F0F0F0;
	padding:5px 10px;	
	cursor: pointer;
}

.Layout_Narrow_width_RightV2_RL li:hover , .Layout_Narrow_width_RightV2_Total li:hover {
	background-color: #F0F0F0;	
}

.Layout_Narrow_width_LeftV2 li{
	padding: 3px 10px;
	margin:3px;
	cursor: pointer;
	color: #3B5998;	
}
.Layout_Narrow_width_LeftV2 li:hover{
	background-color: #F0F0F0;
}
