* {
	font-family: Arial;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: 0033cc;
}

a:active {
	text-decoration: none;
}

input, textarea, select, button {
	color: #333333; //
	margin-right: 10px;
}
/*	public ���� */
img {
	vertical-align: absmiddle;
	border: 0px none;
	max-width: 100%;
	height: auto;
}

form {
	margin: 0;
	position: relative;
}

/**ȥ���߿�**/
.inputsgl {
	height: 20px;
	border: 0px;
	border-color: #ccc;
	border-bottom: 1px solid #b4b4b4;
	background: transparent;
	color: #15a4fa;
	padding-left: 4px;
	border-color: #ccc;
}

input:focus {
	outline: none;
}

select:focus {
	outline: none;
}

.text_12 {
	font-size: 14px;
	text-decoration: none;
}

.text_14 {
	font-size: 14px;
	text-decoration: none;
}

.text_12_readonly {
	font-size: 14px;
	background-color: cccccc;
	text-decoration: none;
}

.s1 {
	font-size: 1px;
	font-weight: normal;
	line-height: normal;
}

.s4 {
	font-size: 4px;
	font-weight: normal;
	line-height: normal;
}

.s8 {
	font-size: 8px;
	font-weight: normal;
	line-height: normal;
}
/* font color*/
.text_black {
	color: black;
}

.text_white {
	color: white;
}

.text_red {
	color: #ff0000;
	/*color:#0033ff;*/
}

.text_red {
	
}

.text_blue {
	color: #0066cc;
}

.text_gre {
	color: #cde8f1;
	/*color:#009999;*/
}
/*�ҵ�readonly ��ʽ*/
.text_gray {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	/*color:#009999;*/
}

.text_bold {
	font-weight: bold;
}

.text_height {
	height: 21px;
}

.text_font {
	font-family: tahoma, arial;
}

.text_num {
	font-size: 14px;
	border: expression(this.type == "text" ? "1px solid #" : "style");
	ime-mode: disabled;
}

.text_readonly {
	background-color: #d9d9d9;
}

.move_hand {
	cursor: pointer;
}

.tr_color_1 {
	background: #cde8f1;
}

.tr_color_2 {
	background: #f1f9fc;
}

.tr_color_3 {
	background: #f6f6f6;
}

/* for input_text_sytle */
.text_size_10 {
	width: 10px;
}

.text_size_20 {
	width: 20px;
}

.text_size_25 {
	width: 25px;
}

.text_size_30 {
	width: 30px;
}

.text_size_35 {
	width: 35px;
}

.text_size_40 {
	width: 40px;
}

.text_size_45 {
	width: 45px;
}

.text_size_50 {
	width: 50px;
}

.text_size_60 {
	width: 60px;
}

.text_size_70 {
	width: 70px;
}

.text_size_80 {
	width: 80px;
}

.text_size_90 {
	width: 90px;
}

.text_size_100 {
	width: 100px;
}

.text_size_110 {
	width: 110px;
}

.text_size_120 {
	width: 120px;
}

.text_size_130 {
	width: 130px;
}

.text_size_140 {
	width: 140px;
}

.text_size_150 {
	width: 150px;
}

.text_size_170 {
	width: 170px;
}

.text_size_200 {
	width: 200px;
}

.text_size_220 {
	width: 220px;
}

.text_size_250 {
	width: 250px;
}

.text_size_300 {
	width: 300px;
}

.text_size_350 {
	width: 350px;
}

.text_size_400 {
	width: 400px;
}

.text_size_450 {
	width: 450px;
}

.text_size_500 {
	width: 500px;
}

.text_size_550 {
	width: 550px;
}

.text_size_600 {
	width: 600px;
}

.text_size_650 {
	width: 650px;
}

.text_size_75w {
	width: 75%;
}

.text_size_80w {
	width: 80%;
}

.text_size_83w {
	width: 83%;
}

.text_size_85w {
	width: 85%;
}

.text_size_90w {
	width: 90%;
}

.text_size_all {
	width: 98%;
}

.text_nobord {
	text-decoration: none;
	border: 0px solid #fff;
	font-size: 14px;
	background-color: transparent;
	padding: 0px 5px 0px 0px;
}

.text_nobord_yellow {
	text-decoration: none;
	border: 0px solid #fff;
	font-size: 14px;
	background-color: #ffff00
}

.text_bg_yellow {
	background-color: #ffff00
}

.text_nobord2 {
	text-decoration: none;
	border: 0px solid transparent;
	text-align: center;
	background-color: transparent
}

.text_noline {
	text-decoration: none;
}

.input_text_left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: abadb3;
	border-bottom-color: e3e9ef;
	border-left-color: e2e3ea;
}

.input_text_right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: abadb3;
	border-bottom-color: e3e9ef;
	border-right-color: e2e3ea;
}

.input_text_mid {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

.input_text_all {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/*	for list page	*/
.page {
	font-size: 14px;
	font-weight: bold;
	color: black;
	background: #cccccc;
	height: 24px;
}

/*�����б�*/
.detail_center {
	font-size: 14px;
	color: #0181e3;
	background: #e5f7fd;
	text-align: center;
	height: 20px;
}

.detail_table {
	background-color: #ffffff;
	border-collapse: collapse;
	border: 1px #d2d2d2 solid;
	/*padding: 8px !important;*/
	text-align: left;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 14px;
	min-width: 1024px;
}

.detail_head {
	font-size: 14px;
	color: white;
	/*background:#72afca;*/
	background-color: #72afca;
	text-align: center;
	font-weight: bold;
	padding: 2px 10px 2px 4px;
	/*	text-align:right;*/
	height: 23px;
}

.detail_body {
	font-size: 14px;
	color: black;
	padding: 2px 4px 2px 4px;
	background-color: #f2f4f6;
}

.list_body_over {
	font-size: 14px;
	background-color: #ffff33;
	padding: 2px 5px 0 5px;
	height: 23px;
	color: black;
	word-break: break-all;
}

.list_body_one {
	background-color: #e8f5ff;
	font-size: 14px;
	height: 20px;
	padding: 2px 0 0 5px;
	
}

.list_body_tr_1 {
	font-size: 14px;
	background-color: #ccdde0;
	padding: 2px 5px 0 5px;
	height: 23px;
	word-break: break-all;
	text-align: center;
}

.list_body_tr_2 {
	background-color: #fafafa;
 	text-align: center;
	background-image: none;
}

.list_body_tr_3 {
	font-size: 14px;
	background-color: #ff0000;
	padding: 2px 5px 0 5px;
	height: 23px;
	word-break: break-all;
	text-align: center;
}

.list_body_tr_0 {
	font-size: 14px;
	background-color: #f0f0f0;
	padding: 2px 5px 0 5px;
	height: 23px;
	word-break: break-all;
	text-align: center;
}
/*	for button  ��ť	*/
.button {
	border-right: #002d96 1px solid;
	padding-right: 2px;
	border-top: #002d96 1px solid;
	padding-left: 2px;
	font-size: 14px;
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,
		startcolorstr=#ffffff, endcolorstr=#9dbcea);
	border-left: #002d96 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #002d96 1px solid
}

.button_close {
	border-right: #002d96 1px solid;
	padding-right: 2px;
	border-top: #002d96 1px solid;
	padding-left: 2px;
	font-size: 14px;
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,
		startcolorstr=#ffffff, endcolorstr=#9dbcea);
	border-left: #002d96 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #002d96 1px solid
}

.button_query {
	border-right: #002d96 1px solid;
	padding-right: 2px;
	border-top: #002d96 1px solid;
	padding-left: 2px;
	font-size: 14px;
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,
		startcolorstr=#ffffff, endcolorstr=#9dbcea);
	border-left: #002d96 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #002d96 1px solid
}

.search_table {
	width: 98%;
	background-color: #666666;
	text-align: center;
}

.list_table {
	width: 98%;
	background: #ccc;
	/*	padding:2px 0px 0px 0px;*/
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.list_div_table {
	width: 98%;
	background-color: 72afca;
	padding: 2px 0 0 0;
}

.list_head {
	background: #e5f7fd;
	font-size: 14px;
	height: 23px;
	padding: 2px 0 0 5px;
	color: 0181e3;
}

.list_head_nh {
	background: #e5f7fd;
	font-size: 14px;
	padding: 2px 0 0 5px;
	color: 0181e3;
}

.serch_head {
	background: #f7f7f7;
	font-size: 14px;
	height: 23px;
	width: 12%;
	padding: 2px 0 0 5px;
}

.list_headlef {
	background: #e5f7fd;
	font-size: 14px;
	height: 20px;
	padding: 2px 5px 0 5px;
	color: 0181e3;
}

.detail_table>tbody>tr>td {
	padding: 5px;
	word-break: break-word;
	border: 1px solid #d2d2d2;
}

.list_headrig {
	background: #f6f6f6;
	height: 23px;
	text-align: right;
	color: #333;
}

.list_headrig_red {
	background: #e5f7fd;
	font-size: 14px;
	height: 23px;
	text-align: right;
	padding: 2px 0 0 5px;
	color: 0181e3;
}

.list_link_1 {
	font-size: 14px;
	height: 20px;
	text-align: right;
	padding: 2px 0 0 5px;
	color: 339900;
}

.list_link_2 {
	font-size: 14px;
	height: 20px;
	text-align: right;
	padding: 2px 0 0 5px;
	color: red;
}

.list_body_out {
	font-size: 14px;
	background: #f7f7f7;
	padding: 2px 5px 0 5px;
}

.list_body_out_blue {
	font-size: 14px;
	background: #c4e1ff;
	padding: 2px 5px 0 5px;
}

.list_body_left {
	font-size: 14px;
	background-color: #f7f7f7;
	padding: 2px 5px 0 5px;
	text-align: left;
}

.serch_head {
	background: #f7f7f7;
	font-size: 14px;
	height: 20px;
	width: 12%;
	padding: 2px 0 0 5px;
}

.table_line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

.b_w {
	text-align: center;
	text-indent: 0pt;
	font-size: 82px;
	background-position: center center;
	color: #ffffff;
	background-color: #0000ff;
	letter-spacing: 10px;
}

.b_w_1 {
	text-align: center;
	text-indent: 0pt;
	font-size: 50px;
	background-position: center center;
	color: #ffffff;
	background-color: #0000ff;
	/*letter-spacing: 10px;*/
}

.b_w2 {
	font-weight: bolder;
	color: #0000ff;
	text-align: center;
	background-color: transparent;
	border: none #d3d1cc;
	font-size: 60px;
}

.y_w {
	text-align: center;
	text-indent: 0pt;
	font-size: 60px;
	background-position: center center;
	color: #000000;
	background-color: #ffff00;
	letter-spacing: 8px;
}

.text_nobord_readonly {
	text-decoration: none;
	border: 0px solid #fff;
	font-size: 14px;
	background-color: transparent;
	padding: 0px 5px 0px 0px;
	readonly: expression(this.readonly = true);
}

.table_top {
	padding-bottom: 2px;
	padding-top: 5px;
	/* border-bottom: 1px solid #d7d7d7;
	border-bottom: #c2e2ef 1px solid; */
	color: #1b84d5;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 2px 4px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
	{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover,
	.btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus,
	.btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus
	{
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default
	{
	background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover,
	.btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus,
	.btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus
	{
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
	{
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover,
	.btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus,
	.btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus
	{
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
	{
	background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
	.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
	.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus
	{
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success
	{
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover,
	.btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus,
	.btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus
	{
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success
	{
	background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
	.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus,
	.btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus
	{
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover,
	.btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus,
	.btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus
	{
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover,
	.btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus,
	.btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus
	{
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning
	{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover,
	.btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus,
	.btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus
	{
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning
	{
	background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
	.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus,
	.btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus
	{
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger
	{
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover,
	.btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus,
	.btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus
	{
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger
	{
	background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover,
	.btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus,
	.btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus
	{
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
	fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus,
	fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm, .btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs, .btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block
	{
	width: 100%;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn.active.focus {
	outline: none;
}

@media print {
	.no-print {
		display: none;
	}
	.inputsgl {
		border-bottom: 0;
	}
}

.ui-jqgrid .ui-jqgrid-sortable {
	cursor: pointer;
	height: 16px;
}