/*UI tabs*/
.ui-tabs-nav li {

border: 1px solid #00923f;
	border-right: none;
}
.ui-tabs-nav li a {
	font-size:13px;
	padding: .3em .6em!important;
	color: #ffffff!important;
	background: #00923f url(aimages/styles/images/00923f_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #60ac7e url(aimages/styles/images/60ac7e_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;
	color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff url(aimages/styles/images/ffffff_40x100_textures_07_diagonals_small_100.png) 0 50% repeat-x;
	color: #403D38!important;
}
/*  Styles for all Buttons -- added by Erik  */
.ui-buttonpane {
 bottom: 0;
      width: 100%;
      text-align: right;
      background: #ffffff;
}
.ui-buttonpane button {
      margin: .5em 0.3em .3em 0;
      color: #666666!important;
      background: #ffffff url() 0 50% repeat-x;
      font-size: .8em;
      border: 1px solid silver;
      cursor: pointer;
      padding: .3em .5em!important;
      line-height: 1.1em;
}
.ui-buttonpane button:hover {
      color: #000000;
     background: silver url() 0 50% repeat-x;
      border: 1px solid #333333;
}
.ui-buttonpane button:active {
      color: #666666;
      background: #ffffff url() 0 50% repeat-x;
      border: 1px solid silver;
}
.ui-buttonpane button:disabled {
      color: #8B8888;
      background: #CDCDCD;
      border: 1px solid #8B8888;
      cursor: default;
}

/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */


