@charset "utf-8";

.toolbar {
  background-color: #FAFAFA;
  width: 100%;
  white-space: nowrap;
  /*background: url(image/bg.gif) repeat-x;*/
	position: relative;
    padding: 4px 0;
}

.toolbar .button_table {
  cursor: pointer;
}
.toolbar .toolbar_disabled {
  filter: alpha(opacity = 60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.toolbar .toolbar_disabled * {
  cursor: no-drop;
}

.toolbar td {
  vertical-align: middle;
}

.toolbar .spacer {
  height: 17px;
  font-size: 1px;
  border-left: solid 1px #9AC6FF;
  border-right: solid 1px white;
  display: block;
  margin: 0 2px;
  padding: 0;
}

.toolbar .textfield {
  padding: 2px 3px 1px 3px;
  background: #FFFFFF url(../image/text-bg.gif) repeat-x 0 0;
  border: 1px solid #B5B8C8;
  width: 140px;
}

.toolbar .b_left {
  width: 3px;
}

.toolbar .b_right {
  width: 3px;
}

.toolbar .b_center {
	
}

.toolbar .over .b_left {
  background: url(image/tb_border.gif) no-repeat 0 0;
  width: 3px;
}

.toolbar .over .b_right {
  background: url(image/tb_border.gif) no-repeat 0 -21px;
  width: 3px;
}

.toolbar .over .b_center {
  background: url(image/tb_border.gif) repeat-x 0 -42px;
}

.toolbar .b_center a {
	display:block;
	vertical-align:middle;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
	text-decoration:none;
	white-space:nowrap;
	height:16px;
	*height:auto;
	color:#333;
}

.toolbar .down .b_left {
  background: url(image/tb_border.gif) no-repeat 0 -63px;
}

.toolbar .down .b_right {
  background: url(image/tb_border.gif) no-repeat 0 -84px;
}

.toolbar .down .b_center {
  background: url(image/tb_border.gif) repeat-x 0 -105px;
}

.toolbar .filterTable {
	position: absolute;
	right:2px;
	top:2px;
}
.toolbar .filterTable tr,td,a {
	/*cursor: pointer;*/
}

.toolbar .filter-spacer {
  height: 21px;
  font-size: 1px;
  border-left: solid 1px #84A4CE;
  border-right: solid 1px white;
  display: block;
  margin: 0;
  padding: 0;
}

.toolbar .border-center-active {
	background: url(image/tb_border.gif) repeat-x 0px -105px !important;
}

.toolbar .border-left-active {
  background: url(image/tb_border.gif) no-repeat 0 -63px !important;
}

.toolbar .border-right-active {
  background: url(image/tb_border.gif) no-repeat 0 -84px !important;
}

.az {
	display: none;
	height: 26px;
	line-height: 26px;
	width: 100%;
	background: url(image/bg.gif) repeat-x;
	background-color: #D6E3F3;
	position: absolute;
	left: 0;
	z-index: 2;
}

.az table {
  table-layout: fixed;
  width: 100%;
  cursor: pointer;
}

.az table tr td {
  text-align: center;
  font-size: 11px;
  padding:0;
  margin:0;
	color: #444444;
	
}
.az table tr td.tdover {
  font-weight: bold;
  color: #23508E;
}
.az table tr td.tdovered {
  font-weight: bold;
  color: red;
}

.az-fix {
	position: absolute;
	display: none;
	z-index: 3;
}

.az-fix td {
	font-size: 1px;
	height: 6px;
}

.az-fix .left {
	width: 4px;
	background: url(image/fix_border.gif) no-repeat 0 0;
}

.az-fix .right {
	width: 4px;
	background: url(image/fix_border.gif) no-repeat -5px 0;
}

.az-fix .center {
	background: url(image/fix_bg.gif) repeat-x;
}

.az-fix-2 {
	position: absolute;
	display: none;
	z-index: 3;
}

.az-fix-2 td {
	font-size: 1px;
	height: 5px;
}

.az-fix-2 .left {
	width: 4px;
	background: url(image/fix_border_2.gif) no-repeat 0 0;
}

.az-fix-2 .right {
	width: 4px;
	background: url(image/fix_border_2.gif) no-repeat -5px 0;
}

.az-fix-2 .center {
	background: url(image/fix_bg_2.gif) repeat-x;
}
/*占位*/
.toolbar_none {
  background: transparent url(../image/none.png) no-repeat 0 0px;
  padding-left:0px;
}
.toolbar_default {
  background: transparent url(../image/default.gif) no-repeat 0 2px;
  padding-left:18px;
}
/*新建*/
.toolbar_new {
  background: transparent url(../image/new.gif) no-repeat 0 2px;
  padding-left:18px;
}
/*修改*/
.toolbar_edit {
  background: transparent url(../image/edit.gif) no-repeat 0 2px;
  padding-left:20px;
}
/*保存*/
.toolbar_save {
  background: transparent url(../image/save.gif) no-repeat 0 2px;
  padding-left:20px;
}
/*删除*/
.toolbar_delete {
  background: transparent url(../image/delete.gif) no-repeat 0 2px;
  padding-left:20px;
}
/*查找*/
.toolbar_search {
  background:transparent url(../image/search.gif) no-repeat 0 2px;
  padding-left:20px;
}
/*权限设置*/
.toolbar_role-setup {
  background:transparent url(../image/role-setup.gif) no-repeat 0 2px;
  padding-left:20px;
}
/*已关联*/
.toolbar_linked {
  background:transparent url(../image/linked.gif) no-repeat 0 3px;
  padding-left:20px;
}
/*下面是过滤组件用到的样式*/
.toolbar_filter-read-y {
  background:transparent url(../image/read-y.gif) no-repeat 2px 2px;
	width:20px;
}
.toolbar_filter-read-n {
  background:transparent url(../image/read-n.gif) no-repeat 2px 2px;
	width:20px;
}
.toolbar_filter-sended {
  background:transparent url(../image/sended.gif) no-repeat 2px 2px;
	width:20px;
}
.toolbar_btn-all {
  background:transparent url(../image/all.gif) no-repeat 2px 2px;
	width:20px;
}
/*
.toolbar_border-top {
  border-top:solid 1px #8DB2E3;
}
*/
.toolbar_border-bottom {
  border-bottom:solid 1px #8DB2E3;
}