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

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

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

#tabcontrols a:hover {
    color: white;
    background-color: #005dab;
	border-top: solid 1px #005dab;
	border-left: solid 1px #005dab;
	border-right: solid 1px #005dab;
}

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

#tabcontents {
	border-top: 6px solid #005dab;
	border-bottom: 0px solid #005dab;
	padding: 5px 0px;
	color: #035cac;
}

.tabshell {
  position: relative;
}

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

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

#tabcontents center {
  text-align: left;
}
