#tabs { 
    clear: both;
    text-align: left; 
	margin: 10px 0px;
    width: 562px;
}

#tabcontrols {
  line-height: 25px;
  margin-left: 0px;
}

#tabcontrols a:link, #tabcontrols a:visited {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin-right: 1px;
    line-height: 25px !important;
    padding: 6px 8px;
	background-color: white;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

#tabcontrols a:hover {
    color: black;
    background-color: #fff7e1;
}

#tabcontrols td.selected a:link, #tabcontrols td.selected a:visited {
    color: black;
    background-color: #fff7e1;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

#tabcontents {
	border: 1px solid black;
	padding: 5px;
  font: normal 12px arial;
}

.tabshell {
  position: relative;
}

.tabtopleft {
  position: absolute;
  top: -1px;
  left: 0px;
}

.tabtopright {
  position: absolute;
  top: -1px;
  right: 2px;
}
