.x-form-field-wrap .x-form-add-trigger{background-image:url(/images/default/form/add-trigger.gif);cursor:pointer;}

.hilite {
 background-color : #D4AAFF;
}

.hover {
 background-color : #efefef;
}

.btn {
    cursor: pointer;
}
.not_found {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.nobr {
    white-space: nowrap;
}

.hide {
    visibility: hidden;
}

.title_table{
    width: 100%;
}

#td_next {
    width: 100px;
    text-align: right;

}

#td_title {
    text-align: center;

}

#td_prev {
    width: 100px;
    text-align: left;
}


#channel_grid {
    font-size: 80%;
    border:1px solid #99BBE8;
    width: 100%;
}

.x-panel-tl {
    border-bottom: none;
}


.align_right {
    text-align: right;
}

.raz {
    background:transparent url(/images/default/grid/group-expand-sprite.gif) no-repeat scroll 3px -50px;
    height: 15px;
    display: block;
    padding-left: 20px;

}

.group {
    background:transparent url(/images/default/grid/group-expand-sprite.gif) no-repeat scroll 3px -47px;
    padding-left: 17px;
    padding-right: 15px;
    position: relative;
    height: 22px;
    margin-right: 2px;
    line-height: 22px;
    cursor: pointer;
    font-weight: bolder;
}


.hidden {
    background-position: 3px 3px;
}

.hidden_2 {
    background-position: 1px 0px;
}

.group_tr  {
    height: 20px;
    background:#F9F9F9 url(/images/default/grid/grid3-hrow.gif) repeat-x scroll 0 bottom;
}

.group_tr td {
    border-top:2px solid #99BBE8;
}


.class_tr td {
    padding: 2px;
    border-right:1px solid #D0D0D0;
    border-bottom:1px solid #EDEDED
}

.head_tr th {
    border-right:1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    background:#F9F9F9 url(/images/default/grid/grid3-hrow.gif) repeat-x scroll 0 bottom;
    cursor:default;
}

.head_tr th div {
    height: 22px;
    position: relative;
    padding-right: 15px;
    line-height: 22px;
    text-align: center;

}

.head_tr th div.centre {
    padding-right: 0;
}

.filter {
    position: absolute;
    top: 0;
    right: 0;
    background:#C3DAF9 url(/images/default/grid/grid3-hd-btn.gif) no-repeat scroll left center;
    cursor:pointer;
    width: 14px;
    z-index: 2;
    display: block;
    height: 22px;

}

.f_a {
    background:#C3DAF9 url(/images/f_a.gif) no-repeat scroll left center;
}

.deleted {
    background-color: #B4B4B4;
}

.new {
    background-color: #AAFF55;
}

.edited {
    background-color: #FFAA55;
}

.new.week {
  background-color: #d5ffab;
}

.edited.week {
background-color: #ffcea3;
}

.new.month {

}

.edited.month {

}

#dpos_wrap, #subs_wrap {
    cursor: pointer;
}

.feed_filter {
    margin: 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/images/feed_filter.png);
}

.feed {
    margin: 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/images/icons/fam/feed.png);
}


.feed_reset {
    background-image: url(/images/feed_filter_delete.png);
}



.x-grid3-hd-row .ux-filtered-column {
	border-left:  1px solid #C7E3B4;
	border-right: 1px solid #C7E3B4;
}

.x-grid3-hd-row .ux-filtered-column .x-grid3-hd-inner {
	background-image: url(/images/header_bg.gif);
}

.ux-filtered-column .x-grid3-hd-btn {
	background-image: url(/images/hd-btn.gif);
}

.ux-filtered-column.sort-asc .x-grid3-sort-icon {
	background-image: url(/images/sort_filtered_asc.gif);
}

.ux-filtered-column.sort-desc .x-grid3-sort-icon {
	background-image: url(/images/sort_filtered_desc.gif);
}

.ux-gridfilter-text-icon {
	background-image: url(/images/find.png);
}

/**
 * RangeMenu.js Styles
 **/
.ux-rangemenu-gt {
	background-image: url(/images/greater_then.png);
}

.ux-rangemenu-lt {
	background-image: url(/images/less_then.png);
}

.ux-rangemenu-eq {
	background-image: url(/images/equals.png);
}

/**
 * TreeMenu.js Styles
 */
.ux-tree-menu {
	background-image: none;
}

.ux-tree-menu-wrap {
	position: relative;
	overflow: auto;
}

.ux-tree-menu-search-icon {
	position: absolute;
	top:    3px;
	left:   3px;
	width:  18px;
	height: 18px;
	background: url(/images/find.png) top left no-repeat;
}

.ux-tree-menu-search {
	padding-left: 19px;
}

.x-menu-item-icon-old {
    background-position:center center;
    border:0 none;
    height:16px;
    margin:0 8px 0 0;
    padding:0;
    vertical-align:top;
    width:16px;
}

.gr-filter {
  position:relative;
  float: left;
  padding-right:15px;
  height:22px;
}

.gr-null {
  position:relative;
  float: left;
  height:22px;
}

.ptext {
    margin-left: 25px;
}

.ptext div {
    margin-bottom: 3px;
}

.icof {
    float: left;
}