.th-box {
	margin-top: 0px;
	margin-bottom: 10px;
}

.th-box-inner {
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.th-box-header {
	border: none;
	padding-top: 5px;
	border-bottom: 1px solid #DEDEDE;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	height: 35px;
	min-height: 35px !important;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100% );
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,
		255, 255, 0) ), color-stop(100%, rgba(0, 0, 0, 0.1) ) );
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100% );
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100% );
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100% );
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,
		rgba(0, 0, 0, 0.1) 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
		endColorstr='#1a000000', GradientType=0 );
}

.th-box-header h2 {
	font-size: 15px;
	width: auto;
	clear: none;
	float: left;
	line-height: 25px;
	white-space: nowrap;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.th-box-header h3 {
	font-size: 13px;
	width: auto;
	clear: none;
	float: left;
	line-height: 25px;
	white-space: nowrap;
}

.th-box-header h2>i {
	margin-top: 1px;
}

.th-box-icon {
	float: right;
}

.th-box-icon a {
	clear: none;
	float: left;
	margin: 0 2px;
	height: 20px;
	width: 5px;
	margin-top: 1px;
}

.th-box-icon a i {
	margin-left: -6px;
	top: -1px;
}

.th-box-content {
	padding: 10px;
}

.th-dashedline-right {
	border-right: dashed 1px #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.th-dashedline-top {
	border-top: dashed 1px #DEDEDE;
}

.th-soildline {
	border: solid 1px #DEDEDE;
}

.firstmenu-splitline {
	border-right: solid 1px #CDD0E8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.th-well {
	font-weight: bold;
	color: #FFFFFF;
	min-height: 28px;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.th-well-title {
	float: left;
	min-height: 25px;
	width: 122px;
	background: url('../images/titlebg.png') no-repeat;
	padding-left: 25px;
	padding-top: 5px;
}

.th-well-right {
	float: right;
	text-align: right;
}

.th-btn-nav {
	height: 40px;
	text-shadow: #C9C9C9 0 1px 0;
}

.list_title a {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 23px;
	margin: 5px 0;
}

.th-modal-content {
	position: relative;
	background-color: #F5F5F5;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

@media ( min-width : 768px) {
	.th-modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
}
.th-nowrap{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden; 
}