.x-grid-row-selected a {
	color: #FFFFFF;
}
.x-grid-row-selected a:hover {
	color: #FFFFFF;
}
.x-grid-row-selected a:visited {
	color: #FFFFFF;
}
.x-grid-row-selected a:active {
	color: #FFFFFF;
}
.x-grid-row-selected a:link {
	color: #FFFFFF;
}

.x-tabs-strip .blocked_tab .x-tabs-text {
	cursor:default;
	color:#aaaaaa;
}

/***************  TABS  ***************/
/* red active tabs */
.x-tabs-strip .on .x-tabs-text {
  color:red;
}

/* grey inactive tabs */
.x-tabs-strip .disabled .x-tabs-text {
  color:#BBB;
}

/* brown tabs */
.x-tabs-strip .x-tabs-text {
  color:#81443a;
}

/* tab bottom border */
.x-tabs-wrap {
  border-bottom:2px solid #000000;
  padding-top:2px;
}

/* borders and background of boxes under tabs */
.x-tabs-body {
  border:2px solid #000000;
  background-color: #ffffcc;
  border-top:0 none;
}

/* spacing between tabs */
.x-tabs-strip td{
  padding-left:3px;
}

/* position of tabs, relative to the boxes under the tabs */
/*
.x-tabs-wrap table{
  position:relative;
  top:1; left:-3;
}
*/
.x-tabs-strip {
  margin-left:-3px;
  /*margin-bottom: -1px;*/
}


/****************  GRIDS  ***************/

/* grid background color */
.x-grid {
    background-color:#ffffcc;
}

/* grid header color */
.x-grid-header{
  background: #ffe760;
  border-bottom: 1px solid black;
}

/* grid header highlight color */
.x-grid-hd-over .x-grid-hd-text {
  background: yellow;
  padding-bottom:1px;
  border-bottom: 1px solid yellow;
}

/* grid alternate row color */
.x-grid-row-alt{
  background-color:#fbffec;
}

/* grid row highlight color */
.x-grid-row-over td{
  background-color:yellow;
}

/* grid footer */
.x-toolbar{
  background: #ffe760;
}

.tabs {

    background-image:url( ../images/bullet_green.png ) !important;

}
