.window-focus {
	background:#eee url('images/panel_title_focus.gif') repeat-x;
}
.window-blur {
	background:#eee url('images/panel_title.gif') repeat-x;
}
.datagrid-row{height: 18px;}
.datagrid-row-selected {
	background:#FBEC88;
  color: black;
}
.panel-tool-close{
	background:url('images/panel_tools.gif') no-repeat -16px 0px;
}
.pagination-first{
	background:url('images/pagination_first.gif') no-repeat;
}
.pagination-prev{
	background:url('images/pagination_prev.gif') no-repeat;
}
.pagination-next{
	background:url('images/pagination_next.gif') no-repeat;
}
.pagination-last{
	background:url('images/pagination_last.gif') no-repeat;
}
.pagination-load{
	background:url('images/pagination_load.png') no-repeat;
}

.datagrid-pager{
	background:#efefef;
}


.pagination-page-list,
.pagination .pagination-num {
  border-color: #cccccc;
  border-width: 2px;
  border-style: inset;
  width: 3em;
}
.pagination-page-list {width: 3.2em;}

.datagrid-btn-vseparator {
  float: none;
  width: 27px;
  border-top: 1px solid #ccc;
  /*border-bottom: 1px solid #eee;*/
  margin: 1px 1px;
}
.window .window-header {
  padding: 0;
}
.panel-title {
  height: 16px;
  line-height: 10px;
}

.fl-left {float:left;}
.fl-right {float:right;}
.cl-both {clear:both;}

a.l-btn-plain {
  /*padding-right: 5px;*/
/*  border: 1px solid transparent;*/
  border: 1px solid silver;
  /*padding: 1px 6px 1px 1px;*/
  padding: 1px 0px 1px 1px;
  margin: 1px 2px 1px 2px;
}

a:hover.l-btn-plain {
  /*border: 0;*/
  border: 1px solid #ccc;
  padding: 1px 0px 1px 1px;
}

a.l-btn span span span.icon-person{
  background:url('images/icon_person.png') no-repeat center center; 
  height: 24px;
/*
  width: 24px;
  line-height: 24px;
*/
}

a.l-btn span span span.icon-down{ background:url('images/button_down.gif') no-repeat center center; }
a.l-btn span span span.icon-up{ background:url('images/button_up.gif') no-repeat center center; }
a.l-btn span span span.icon-pgdown{ background:url('images/layout_button_down.gif') no-repeat center center; }
a.l-btn span span span.icon-pgup{ background:url('images/layout_button_up.gif') no-repeat center center; }

a.l-btn span span span.icon-net{ background:url('images/icon_net.png') no-repeat center center; }
a.l-btn span span span.icon-tree{ background:url('images/icon_tree.gif') no-repeat center center; }
a.l-btn span span span.icon-options{ background:url('images/icon_options.png') no-repeat center center; }

#xtbv1 span.l-btn-left, #xtbv2 span.l-btn-left{
  padding:0;
  margin:0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

#tbh1{
  /*padding:1px 1px 1px 1px;*/
  padding:0;
}

#toolbarv {
  overflow: hidden;
}

.datagrid-title {
  /*background:#e6e6e6;*/
  background:#e0e0e0; 
  color:#505050;
  margin:10px 0px 1px 0; 
        /*padding:5px 10px 0 10px;*/ 
  padding:5px 10px 5px 10px; 
  font-weight:bold; 
  font-family: times;
  border-top: 1px dotted gray; 
}

.cell-phone, .cell-phone a {
  color:green; 
  font-weight:bold;
  font-family: arial;
}

.typoinfo {
  position:absolute; 
  width:200px; 
  height:60px; 
  background:#e8e8e8; 
  border:1px dotted gray;
}
.typobox {
  position:relative; 
  left:0; 
  top:0; 
  width:26px; 
  height:60px; 
}
.typotext {
  text-align:left;
  position:relative;
  left:32px;
  top:-15px;
  width:160px;
  height:50px;
}
.tree-indent2 {
  display: inline-block;
  width: 10px;
  height: 18px;
  vertical-align: top;
  overflow: hidden;
}

.panel-toolbar {
  /*height: 30px;*/
  height: auto;
  padding: 1px 2px;
  border-width: 0 0 1px 0;
  border-color: #D3D3D3;
  border-style: solid;
  position: relative;
  background-color: #ffffff;
  color: #000000;
}

input{ /* [type="text"] */
  background-color: #ffffff; /*#c8e8a8;*/
}
input[disabled]{
  background-color: #f0f0f0;
}
