.tabpanel {
	  margin: 20px;
	  padding: 0;
	  height: 1%; /* IE fix for float bug */
	}
	
	.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;
	}
	
	
	#aria-tab-panel > ul.controlList {
	  list-style-type: none;
	}
	
	#aria-tab-panel > .aria-tablist  li.selected {
	  color: navy;
	  font-weight: bold;
	  background-color: white;
	  border-bottom: 1px solid white;
	}
	
	#aria-tab-panel > .aria-tablist  li.selected:hover, li.selected:active {
	  color: navy;
	  font-weight: bold;
	  background-color: white;
	  border-bottom: 1px solid white;
	}
	
	#aria-tab-panel > .aria-tablist  li:hover {
	  color: navy;
	  font-weight: normal;
	  background-color: white;
	  border-bottom: 1px solid white;
	}
	
	/*
	 * Adjust 'height' to hide panel border when tab has focus.
	 * 1.1 shows panel border when tab has focus
	 * 1.2 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;
	}
	
a.help:link, a.help:visited {
                font-family:  Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
                color: white;
                background-color:#0000cc;
                border-radius:20px;
                padding:1px 4px;
                cursor:help;
                border:1px solid #0000cc;
                margin:0px 0px 0px 15px;
}

a.help:active, a.help:hover {
                font-family:  Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
                color: white;
                background-color:#cc0000;
                border-radius:20px;
                padding:1px 4px;
                cursor:help;
                border:1px solid #cc0000;
                margin: 0px 0px 0px 15px;
}