/* CSS Document */

.panel-body {
	border-bottom:0px !important;
}

.panel-header {
  	background:url(../images/l-h-bg1.png) repeat-x 0 0 scroll transparent !important;
  	padding: 9px;
}
.panel-header-noborder{
	border-width:0px 0px 0px;
}

/** tabs */
.tabs-header{
	background: url(../images/l-h-bg1.png) repeat-x 0 0 scroll transparent !important;
  	padding-left:2px;
  	border-left:2px solid #313234 !important;
}
.tabs-header,
.tabs-scroller-left,
.tabs-scroller-right,
.tabs-tool,
.tabs,
.tabs-panels,
.tabs li a.tabs-inner,
.tabs li.tabs-selected a.tabs-inner,
.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  border-color: #474a4b;
}
.tabs-wrap{
  	margin-top:5px;
}
.tabs{
  	height: 27px;
}

.tabs li a.tabs-inner{
  	height: 26px;
  	line-height: 26px;
   	-moz-border-radius: 0px 0px 0 0;
	-webkit-border-radius: 0px 0px 0 0;
  	border-radius: 0px 0px 0 0;
  	color: #FFFFFF;
  	background:#747a7a;
}

.tabs li.tabs-selected a.tabs-inner {
	color: #FFFFFF;
	background:#209d99;
	border-bottom: 1px solid #209d99;
}

.tabs-panels{
  padding: 5px;
  background:#EBECEE;
}

/** dialog */
.window {
	border-color:#313234;
  	-moz-border-radius: 0;
  	-webkit-border-radius: 0;
  	border-radius: 0;
	padding:0 !important;
}
.window .window-header {
	background:url(../images/dialog-h-bg.png) repeat-x 0 0 scroll transparent !important;
	margin:0px;
	padding:10px !important;
	border:0 !important;
}
.window .window-body{
	border:0 !important;
	border-top:1px solid #313234 !important;
}
.panel-title {
	color:#FFFFFF !important;
	font-size:14px;
}
.panel-tool {
	right:10px !important;
	margin-top:-10px !important;
}
.panel-tool-close {
  background:url(../images/icons/close.png) no-repeat 0px 0px !important;
}

.panel-tool-close:hover{
  background:url(../images/icons/close-over.png) no-repeat 0px 0px !important;
}

/** message */

.messager-button {
}
a.l-btn {
	margin-left:0 !important;
	background-image:url(../images/list/no-bg-r.png);
	background-repeat: no-repeat;
	padding-right:10px !important;
	height:25px;
}

a.l-btn span.l-btn-left{
	background:url(../images/list/no-bg-l.png) no-repeat !important;
	padding:4px 0px 4px 10px;
	height:24px;
}



/*以下是提示框 按钮 的css*/

.dialog-button{
	float:right;
	margin-right:5px;
	display:inline;
}

.dialog-button ul li{
	float:left;
	margin-top:3px;
	margin-left:5px;
	display:inline;
}

.corp_info_h_btn{
	background:url(../images/list/no-bg-r.png) no-repeat top right scroll transparent;
	font-size:12px;
	text-decoration:none;
	display:inline-block;
	zoom:1;
	height:25px;
	padding-right:8px;
	cursor:pointer;
	outline:none;
}
.corp_info_h_btn_left{
	background:url(../images/list/no-bg-l.png) no-repeat top left scroll transparent;
	display:inline-block;
	padding:4px 8px 3px 10px;
	height:25px;
}


.l-btn-text{
	height:25px;
	color:#fff;
}

.l-btn-text span{
	float:left;
}



