.logo_img2 {
	display: none;
}
.display {
	display: none;
}
/* input type */
.date {
	width: 80px;
	text-align: center;
}

.text_a {
	width: 25px;
	text-align: center;
}

.text_b {
	width: 40px;
	text-align: center;
}

.text_c {
	width: 80px;
}

.text_d {
	width: 150px;
}

.text_e {
	width: 280px;
}

.text_f {
	width: 490px;
}

.text_g {
	width: 700px;
}

.text_h {
	width: 910px;
}
.text_bag {
	width: 190px;
}

/* form */
.form_title {
	padding-left: 20px;
	text-align: right;
}

.form_input {
	text-align: left;
}
.ui-button-self {
	cursor: pointer;
	color: rgb(255, 255, 255);
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	padding: 4px 12px;
	border: 1px solid rgb(255, 255, 255);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: url("images/ui-bg_glass_45_0078ae_1x400.png") repeat-x scroll 50% 50% rgb(33, 145, 192);
}

/* info type */
.icon {
	background-image: url(../images/ui-icons_cc0000_256x240.png);
	background-repeat:no-repeat;
	border:solid 0px red;
	padding: 2px 11px;
}
.icon_ok {
	background-position: -60px -141px;
}
.icon_ask {
	background-position: -44px -141px;
}
.icon_warn {
	background-position: -92px -125px;
}
.info_warn {
	font-weight: bold;
	color: red;
}
.info_past {
	font-weight: bold;
	color: green;
}

/* validate */
.valid_form {
	padding-top: 6px;
}

.required {
	color: red;
}

.messages {
	color: red;
	height: 19px;
	font-size: 12px;
	text-align: right;
	padding-bottom: 3px;
	text-align: right;
}

/* common */
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

button {
	cursor: pointer;
}

.btn-info {
	font-size: 16px !important;
	font-weight: bold !important;
	padding: 1px 12px !important;
	text-decoration: none;
}
.btn-down {
	padding-top: 2px !important;
	padding-bottom: 0px !important;
}

/* ie6下jquery-ui.css样式无效完整迁移内容 
----------------------------------*/

/* portlet
----------------------------------*/
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #2191c0 url(images/ui-bg_highlight-soft_65_5babf5_1x100.png) 50% 50% repeat-x; /*选项卡工具栏等背景*/
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states 手风琴
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #ffffff;
	background: #2191c0 url(images/ui-bg_glass_45_0078ae_1x400.png) 50% 50% repeat-x; /*手风琴背景*/
	font-weight: bold;
	color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited { /* 手风琴及选项卡文本 */
	color: #ffffff;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ffffff;
	background: #79c9ec url(images/ui-bg_glass_75_79c9ec_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #026890;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #026890;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #acdd4a;
	background: #6eac2c url(images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited { /* 手风琴及选项卡文本 */
	color: #ffffff;
	text-decoration: none;
}

/* 解决ie6表格 行选中状态和treeGrid节点图标问题
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcd113;
	background: #2191c0 url(../plug-in/jquery-layout/images/ui-bg_highlight-soft_75_5babf5_1x100.png) 50% 50% repeat-x !important;
	color: #915608;
}

#jqGrid .ui-icon {
	background-image: url(../plug-in/jquery-layout/images/ui-icons_2e83ff_256x240.png) !important;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}

/* 调整页面风格
----------------------------------*/
.ui-jqgrid .ui-jqgrid-htable th div {
	font-size: 16px;
	padding-top: 2px;
	height: 26px;
}
.ui-jqgrid .ui-jqgrid-btable tr {
	height: 33px;
}
.ui-jqgrid tr.ui-row-ltr td {
    border-right-color: #D8EDFA;
}
.ui-jqgrid .ui-jqgrid-view {
    font-size: 14px;
}