#tabs { 
    clear: both;
    text-align: left; 
}

#tabcontrols {
  line-height: 25px;
  margin-left: 20px;
}

#tabcontrols a:link, #tabcontrols a:visited {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #2e2d35;
    background: url(/static/skins/aaapoker/tabon-back.jpg) center no-repeat;
    text-decoration: none;
    margin-right: 2px;
    line-height: 25px !important;
    width: 100px !important;
    padding: 6px 15px;
}

#tabcontrols a:hover, #tabcontrols a:link.selected, #tabcontrols a:visited.selected {
    color: #63686b;
    background: url(/static/skins/aaapoker/taboff-back.jpg) center no-repeat;
}

#tabcontents {
	border-top: 1px solid #616065;
	padding: 5px 0px;
margin-top: -1px;
}
