body {
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 10pt;
	background-color: #f9f9f9;
}

.display-inline-block {
	display: inline-block;
}

.clear {
	clear: both;
}

.box {
	border: 1px solid #eaeaea;
	background-color: #fff;
	padding: 10px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px
		rgba(0, 0, 0, 0.05);
}

.gtt-block-free,.gtt-block-conner {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline-block;
	vertical-align: top;
}

.gtt-grid-free .gtt-block-free {
	width: 49.50%;
}

.gtt-grid-free .gtt-block-free.free-box {
	border: 1px solid #eaeaea;
	background-color: #fff;
}

.gtt-grid-conner .gtt-block-conner {
	width: 49.50%;
	border: 1px solid #eaeaea;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.line-bottom-green {
	border-bottom: 5px solid #40af64;
}

.line-bottom-sky {
	border-bottom: 5px solid #23b4ca;
}

.line-bottom-orange {
	border-bottom: 5px solid #f7be24;
}

.line-bottom-red {
	border-bottom: 5px solid #ff6a61;
}

.line-bottom-blue {
	border-bottom: 5px solid #4775c9;
}

.line-bottom-purple {
	border-bottom: 5px solid #6e45a7;
}

.tab-box {
	text-align: center;
	padding: 8px 14px;
	color: #fff;
	cursor: default;
}

.box-green {
	background-color: #40af64;
}

.box-sky {
	background-color: #23b4ca;
}

.box-purple {
	background-color: #6e45a7;
}

.box-orange {
	background-color: #f7be24;
}

.box-red {
	background-color: #ff6a61;
}

.box-blue {
	background-color: #4775c9;
}

.opa50 {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.opa30 {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

/* News */
.news {
	margin-left: 5px;
	margin-right: 5px;
}

.news .news-topic {
	border-bottom: 1px solid #7dc7f8;
	padding: 5px 10px;
	font-weight: bold;
	color: #0067af;
	font-family: DbAdmanX;
	font-size: 18px;
}

.news .news-row {
	border-bottom: 1px dotted #b7b7b7;
	padding: 5px 2px;
}

.news .news-row .image-small {
	display: inline-block;
	width: 100px;
	height: 75px;
	padding: 5px;
	border: 1px solid #b7b7b7;
}

.news .news-row .news-content {
	display: inline-block;
	width: 210px;
	vertical-align: top;
	padding-left: 5px;
}

.news .news-row .news-content .title {
	color: #398fd0;
	font-weight: bold;
}

.news .news-row .news-content .detail {
	padding-top: 10px;
}

.news .news-row .icon {
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url('../images/icon/blue_dot.jpg') 0px 2px no-repeat;
}

.news .news-row .detail {
	cursor: pointer;
}

.news .news-row .detail a {
	color: #565656;
	text-decoration: none;
}

.news .news-row .detail a:link {
	color: #565656;
	text-decoration: none;
}

.news .news-row .detail a:hover {
	color: #0099cf;
	text-decoration: none;
}

.news .news-row .detail:hover {
	color: #0099cf;
}

.news .news-row .date {
	display: inline-block;
	color: #0099cf;
	width: 75px;
}

.news .news-row-none {
	padding: 5px 2px;
}

.news .news-row-none .more {
	color: #f99a34;
}

.topic-bar {
	background: #f4f4f4 url('../images/ban-topic.png') no-repeat;
	height: 50px;
	line-height: 50px;
	font-family: DbAdmanX;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
}

.topic-bar .btn-search {
	background-position: 6px 2px;
}

.box-login {
	margin: 5px 0px;
}

.box-login input {
	padding: 5px;
	border: 1px solid #ccc;
	width: 217px;
	margin-bottom: 5px;
}

.box-bg-gray {
	background: #f4f4f4 url('../images/bg-box-gray.png') no-repeat;
	width: 220px;
	min-height: 200px;
	padding: 10px 15px;
	border: 1px solid #eaeaea;
}

.box-bg-gray h2 {
	margin: 0px;
	font-family: DbAdmanX;
	font-size: 20px;
	font-weight: bold;
}

/* Form content */
table.form-content {
	border-collapse: collapse;
	font-size: 14px;
}

table.form-content td.tlabel {
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: top;
}

table.form-content td.tmsg {
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: top;
}

table.form-content td.border-under {
	border-bottom: 1px solid #efefef;
	padding: 2px 4px;
}

table.form-content tbody.thover tr {
	cursor: pointer;
}

table.form-content tbody.thover tr:hover {
	cursor: pointer;
	background: #dfebf9;
}

table.form-content tbody tr.row-select {
	background: #d3ec8c;
}

table.form-content select,table.form-content input,table.form-content input[type=password],table.form-content textarea
	{
	border: 1px solid #bababa; /* e3e3e3 */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 5px;
	/* padding: 1px 2px; */
}

table.form-content input[type=text],input[type=password] {
	border: 1px solid #bababa;
}

table.form-content input[type=file] {
	border: 0px;
	font-size: .5em;
}

table.form-content textarea {
	border: 1px solid #bababa;
}

table.form-content input[type=text].text-full,table.form-content input[type=password].text-full,table.form-content textarea.text-full,table.form-content select.text-full
	{
	width: 100%;
}

table.form-content select.text-normal,table.form-content input[type=text].text-normal
	{
	width: 200px;
}

table.form-content select.text-mini {
	width: 100px;
}

table.form-content input[type=text].text-mini {
	width: 50px;
}

table.form-content input[type=text].i-calendar {
	width: 80px;
	background: #fff url("../image/icon/icon-calendar.png") no-repeat;
	background-position: 95%;
	padding-right: 24px;
	cursor: pointer;
}

table.form-content button {
	width: 80px;
	font-size: 1em;
}

table.form-content button.btn-add-mini {
	width: 23px;
	margin-top: -2px;
}

/* grids */
.grids {
	margin-left: 5px;
	margin-right: 5px;
}

.grids .grids-topic {
	border-bottom: 1px solid #7dc7f8;
	padding: 5px 10px;
	font-weight: bold;
	color: #0067af;
	font-family: DbAdmanX;
	font-size: 18px;
}

.grids .grids-topic.border-row {
	border-bottom: 1px dotted #b7b7b7;
}

.grids .grids-row {
	border-bottom: 1px dotted #b7b7b7;
	padding: 5px 2px;
}

.grids .grids-row .image-small {
	display: inline-block;
	width: 100px;
	height: 75px;
	padding: 5px;
	border: 1px solid #b7b7b7;
}

.grids .grids-row .grids-content {
	display: inline-block;
	width: 210px;
	vertical-align: top;
	padding-left: 5px;
}

.grids .grids-row .grids-content .title {
	color: #398fd0;
	font-weight: bold;
}

.grids .grids-row .grids-content .detail {
	padding-top: 10px;
}

.grids .grids-row .icon {
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url('../images/icon/blue_dot.jpg') 0px 2px no-repeat;
}

.grids .grids-row .detail {
	cursor: pointer;
}

.grids .grids-row .detail a {
	color: #565656;
	text-decoration: none;
}

.grids .grids-row .detail a:link {
	color: #565656;
	text-decoration: none;
}

.grids .grids-row .detail a:hover {
	color: #0099cf;
	text-decoration: none;
}

.grids .grids-row .detail:hover {
	color: #0099cf;
}

.grids .grids-row .date {
	display: inline-block;
	color: #0099cf;
	width: 75px;
}

.grids .grids-row-none {
	padding: 5px 2px;
}

.grids .grids-row-none .more {
	color: #f99a34;
}

/*** footer ***/
.grids tfoot {
	color: #808080;
}

.grids tfoot a {
	color: #808080;
	text-decoration: none;
}

.grids tfoot a:link {
	color: #808080;
	text-decoration: none;
}

.grids tfoot a:visited {
	color: #808080;
	text-decoration: none;
}

.grids tfoot span.tleft {
	display: inline-block;
	width: 49.65%;
	text-align: left;
	padding-top: 5px;
}

.grids tfoot span.tright {
	display: inline-block;
	width: 49.65%;
	text-align: right;
	padding-top: 5px;
}

.grids tfoot select {
	font-size: 1em;
}

/* Input file */
.fileinput-button {
	position: relative;
	overflow: hidden;
}

.fileinput-button span {
	font-size: 14px;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}