#tabs { 
    clear: both;
    text-align: left; 
    margin: 0px;
  width: 360px;
}

#tabcontrols {
  line-height: 32px;
  margin-left: 0px;
}

#tabcontrols a:link, #tabcontrols a:visited {
    font-family: verdana;
    font-size: 12px;
  text-transform: uppercase;
    font-weight: bold;
    color: #f58222;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 25px;
    line-height: 32px !important;
    padding: 6px 7px;
	white-space: nowrap;
}

#tabcontrols a:hover {
    color: white;
	white-space: nowrap;
}

#tabcontrols td.selected a:link, #tabcontrols td.selected a:visited {
    color: white;
	white-space: nowrap;
}

#tabcontents {
	padding: 13px;
  color: white;
  white-space: normal;
}

.tabshell {
  position: relative;
}

.tabtopleft {
  position: absolute;
  top: -1px;
  left: 0px;
}

.tabtopright {
  position: absolute;
  top: -1px;
  right: 2px;
}
