/* ExtJs 2.0.1 - IE6 bug fix, regarding grid-column-width */
.x-grid3-header-offset{width:auto;}

#sf_admin_container table {
  margin-bottom: 0;
}

.required {
  color: #333 !important;
  font-weight: bold !important;
}

.x-box-red {
	left: 35%;
	position: relative;
	width: 200px;
	z-index: 20000;
}

.x-box-red .x-box-bl, .x-box-red .x-box-br, .x-box-red .x-box-tl, .x-box-red .x-box-tr {
	background-image: url(../images/box-red/corners.gif);
}

.x-box-red .x-box-bc, .x-box-red .x-box-mc, .x-box-red .x-box-tc {
	background-image: url(../images/box-red/tb.gif);
}

.x-box-red .x-box-mc {
	background-color: #e4b3b3;
}

.x-box-red .x-box-mc h3 {

}

.x-box-red .x-box-ml {
	background-image: url(../images/box-red/l.gif);
}

.x-box-red .x-box-mr {
	background-image: url(../images/box-red/r.gif);
}



.x-box-yellow {
	left:35%;
	position: relative;
	width: 200px;
	z-index:20000;
}

.x-box-yellow .x-box-bl, .x-box-yellow .x-box-br, .x-box-yellow .x-box-tl, .x-box-yellow .x-box-tr {
	background-image: url(../images/box-yellow/corners.gif);
}

.x-box-yellow .x-box-bc, .x-box-yellow .x-box-mc, .x-box-yellow .x-box-tc {
	background-image: url(../images/box-yellow/tb.gif);
}

.x-box-yellow .x-box-mc {
	background-color: #ebdec6;
}

.x-box-yellow .x-box-mc h3 {

}

.x-box-yellow .x-box-ml {
	background-image: url(../images/box-yellow/l.gif);
}

.x-box-yellow .x-box-mr {
	background-image: url(../images/box-yellow//r.gif);
}



.btn_refresh .x-btn-text {
background-image: url('../images/page_white_refresh.png');
}

.btn_default .x-btn-text {
background-image: url('../images/silk_icons/icons/page_white.png');
}

.btn_create .x-btn-text,
.btn_create .x-menu-item-icon {
background-image: url('../images/silk_icons/icons/page_white_add.png');
}

.btn_print .x-btn-text,
.btn_print .x-menu-item-icon {
background-image: url('../images/silk_icons/icons/printer.png');
}

.btn_pdf .x-btn-text,
.btn_pdf .x-menu-item-icon {
background-image: url('../images/silk_icons/icons/page_white_acrobat.png');
}

.btn_copy .x-btn-text,
.btn_copy .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/page_white_copy.png');
}

.btn_save .x-btn-text,
.btn_save .x-menu-item-icon {
background-image: url('../images/silk_icons/icons/accept.png');
}

.btn_delete .x-btn-text,
.btn_delete .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/page_white_delete.png');
}

.btn_edit .x-btn-text,
.btn_edit .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/page_white_edit.png');
}

.btn_app .x-btn-text,
.btn_app .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/application.png'); margin-right:2px;
}

.btn_app_split_horizontal .x-btn-text,
.btn_app_split_horizontal .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/application_tile_horizontal.png'); margin-right:2px;
}

.btn_app_split_vertical .x-btn-text,
.btn_app_split_vertical .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/application_tile_vertical.png'); margin-right:2px;
}

.btn_closetab .x-btn-text,
.btn_closetab .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/btn_closetab.png');
}

.btn_closetabs .x-btn-text,
.btn_closetabs .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/btn_closetabs.png');
}

.btn_session .x-btn-text,
.btn_session .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/note.png');
}

.btn_session_add .x-btn-text,
.btn_session_add .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/note_add.png');
}

.btn_session_del .x-btn-text,
.btn_session_del .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/note_delete.png');
}

.btn_session_reset .x-btn-text,
.btn_session_reset .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/page_refresh.png');
}

.btn_select_all .x-btn-text,
.btn_select_all .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/btn_select_all.png');
}

.btn_select_reverse .x-btn-text,
.btn_select_reverse .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/btn_select_reverse.png');
}

.btn_select_reset .x-btn-text,
.btn_select_reset .x-menu-item-icon {
  background-image: url('../images/silk_icons/icons/btn_select_reset.png');
}


.x-grid3-row-alt { background-color:#F4F2EC; }

.x-grid3-row-over {
	background-color:#D0DEF0;
	background-image: none;
}

.x-grid-group-body-hide {
  display: none
}

.no-tabs .x-tab-panel-header-disabled {
  display: none
}

.highTabs .x-tab-strip span {
  height: 45px;
}

.top-panel {
  background: #C6D8E5 url(/ui/background-gradient.gif) repeat-x;
}

.x-form-item label {
  font-size:11px;
}

.x-form-item .tooltip {
  background: transparent url(../images/silk_icons/icons/help.png) no-repeat scroll 0pt 2px;
  font-size:11px;
  padding: 2px 2px 2px 18px;
}

.x-form-text,
.x-form-field {
  font-size:11px;
}

.x-menu {
  text-align: left;
}

.icon-edit {
  background-image: url('../images/silk_icons/icons/table_edit.png');
}