html {
	overflow-y: scroll;
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 142px;
}
body.modal-open {
	padding-left: 11px;
}
.container {
	background-color: #FFF;
}
h4, h5, h6 {
	font-weight: bold;
}
blockquote {
	font-size: 100%;
}
input::-ms-clear {
	display: none;
}
table th,
table td {
	empty-cells: show;
}
th.cell-filler,
td.cell-filler {
	background-color: #DDD!important;
}
th.negative,
td.negative {
	background-color: #EEE!important;
}
ul.list-thick li,
ol.list-thick li {
	margin-bottom: 4px;
}
.font-weight-normal {
	font-weight: normal;
}
.modal-body .form-horizontal {
	margin-bottom: -15px;
}
.form-horizontal .form-inline .form-group {
	margin-right: 0px;
	margin-left: 0px;
}
.form-group-parent {
	margin-bottom: 12px;
}
.form-group-parent .form-group {
	margin-bottom: 3px;
}
.text-top {
	vertical-align: top!important;
}
.text-middle {
	vertical-align: middle!important;
}
.text-bottom {
	vertical-align: bottom!important;
}
.text-disabled {
	color: #CCC;
}
.text-weight-normal {
	font-weight: normal;
}
.help-block-narrow {
	margin-bottom: 0px;
}
.help-block-side {
	margin-top: -3px;
	margin-bottom: -3px;
}
.help-block-side.single-row {
	height: 40px;
	line-height: 40px;
}
.panel-title {
	display: inline;
}
.page-transition {
	padding-left: 0px;
	list-style: none;
	text-align: center;
}
.modal-footer .page-transition {
	margin-top: -20px;
	margin-bottom: -10px;
}
.page-transition li {
	margin-top: 20px;
	margin-bottom: 10px;
}
.page-transition li .btn {
	width: 360px;
}
#base_container {
	width: 1020px!important;
	margin: auto;
}
#base_header {
	background-image: url('../image/base/header.gif');
	background-repeat: no-repeat;
}
#base_header h1 {
	margin: 0px;
	padding-bottom: 4px;
}
#base_header .navbar .navbar-header .navbar-brand {
	padding-top: 13px;
	color: #000;
	font-weight: 600;
}
#base_header .navbar .navbar-header .navbar-brand .glyphicon {
	top: 2px;
}

#base_footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 142px;
}
#base_footer .container {
	height: 100%;
	background-image: url('../image/base/footer.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#base_footer_copyright {
	position: absolute;
	bottom: 0px;
}
