
.bg_b {
	background-color: lightblue;
}
.bg_r {
	background-color: pink;
}
.bg_g {
	background-color: lightgreen;
}
.bg_x {
	background-color: #F8F8F8;
	color: grey;
}

.dim_imp {
	display: none;
}

.ui-button:hover {
	background-color: #FFF27D ;
}

.ui-state-active {
	background-color: #FFE303;
}
.ui-button-text {
	font-size: 8px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor
{
  float: center;
  padding-top: 0 em;
  padding-right: 1em;
  padding-bottom: 0em;
  padding-left: 1em;
}

.ui-widget {
	font-family: Arial,sans-serif;
	font-size: 12px;
}
.ui-widget-content
{
	background-color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
  border-top-color: #cccccc;
  border-right-color-value: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color-value: #cccccc;
  background-color: #ccc;
  font-weight: bold;
  color: #333;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
  border-top-color: #888;  
  border-right-color-value: #fbcb09;
  border-bottom-color: #fbcb09;
  border-left-color-value: #fbcb09;
  background-color: #ddd; 
  font-weight: bold;
  color: #000; 
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
  border-top-color: #fbd850;   /* yellow  */
  border-right-color-value: #fbd850;
  border-bottom-color: #fbd850;
  border-left-color-value: #fbd850;
  background-color: #ffffff;
  font-weight: bold;
  color:  #111; /* #eb8f00;   orange  */
}


.ui-state-active
{
  background-color: #ffe303;  /*  ffe303  */
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
  color: #222;
}

.ui-widget-header {
  color: #f00;
}

.background_1 {
	background-color: #fff3eb;
}
.background_2 {
	background-color: #ffe8d8;
}
.background_3 {
	background-color: #ffdcc4;
}
.background_4 {
	background-color: #ffd1b1;
}
.background_5 {
	background-color: #ffc59d;
}
.background_6 {
	background-color: #ffba8a;
}
.background_7 {
	background-color: #ffae76;
}
.background_8 {
	background-color: #ffa362;
}
.background_9 {
	background-color: #ff974f;
}
.background_10 {
	background-color: #ff8c3c;
}
.background_11 {
	background-color: #ff7d23;
}
