.tabpanel {
  margin: 0px;
  padding: 0;
  height: 1%;
  /* IE fix for float bug */ }

.tabpanel .aria-tablist {
  margin: 0 0px;
  padding: 0;
  list-style: none; }

/*	
	.aria-tab {
	  margin: .2em 1px 0 0;
	  padding: 10px;
	  height: 1em;
	  font-weight: bold;
	  background-color: #ec9;
	
	  border: 1px solid black;
	  -webkit-border-radius-topright: 5px;
	  -webkit-border-radius-topleft: 5px;
	  -moz-border-radius-topright: 5px;
	  -moz-border-radius-topleft: 5px;
	  border-radius-topright: 5px;
	  border-radius-topleft: 5px;
	
	  float: left;
	  display: inline;
	}
*/
.aria-tab {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 1px;
  float: left;
  padding: 5px 12px 5px 12px;
  margin: 0px 5px 0px 0px;
  background-color: dodgerblue;
  list-style: none;
  border-left: solid 1px dodgerblue;
  border-bottom: solid 1px dodgerblue;
  border-top: solid 1px dodgerblue;
  border-right: solid 1px dodgerblue;
  -moz-user-select: none;
  -khtml-user-select: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  display: inline;
  /* IE fix for float bug */ }

.aria-panel {
  clear: both;
  display: block;
  margin: 0 0 0 0;
  padding: 10px;
  /* 
  width: 100%;
  border: 1px solid black;
  */
  -webkit-border-radius-topright: 10px;
  -webkit-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottomright: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  /*
  border-radius-topright: 10px;
  border-radius-bottomleft: 10px;
  border-radius-bottomright: 10px;
  */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: solid 1px dodgerblue;
  border-bottom: solid 1px dodgerblue;
  border-top: solid 1px dodgerblue;
  border-right: solid 1px dodgerblue;
  background-color: white; }

.tabpanel ul.controlList {
  list-style-type: none; }

/*
 * To avoid interference with the navigation tabs 
 * (because this is not in an iframe, like search-grants)
 * it is necessary to be as specific as possible, i.e.:
 *
 *		.tabpanel .aria-tablist li.aria-tab.selected
 * 		.tabpanel .aria-tablist li.aria-tab.selected:hover
 *		.tabpanel .aria-tablist li.aria-tab:hover
 *
 */
.tabpanel .aria-tablist li.aria-tab.selected {
  color: navy;
  font-weight: bold;
  background-color: white;
  border-bottom: 1px solid white; }

.tabpanel .aria-tablist li.aria-tab.selected:hover,
.tabpanel .aria-tablist li.aria-tab.selected:active {
  color: navy;
  font-weight: bold;
  background-color: white;
  border-bottom: 1px solid white; }

.tabpanel .aria-tablist li.aria-tab:hover {
  color: navy;
  font-weight: normal;
  background-color: white; }

/*
 * 1.2 shows panel border when tab has focus
 * 1.4 covers panel border when tab has focus
 */
/*
.focus {
  margin-top: 0;
  height: 1.2em;
}


.accordian {
  margin: 0;
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 600px;
}

.hidden {
  position: absolute;
  left: -300em;
  top: -30em;
}
*/

