﻿.TabPanel{border-bottom:solid 1px grey;}
.TabPanel table{margin-left: 0px; margin-right:auto;}

table.TabButton {height:21px;}
table.TabButton .Left {width:3px; background:url('../tab-left.gif') no-repeat left top;}
table.TabButton .Middle {white-space:nowrap; background:url('../tab.gif') repeat right top; padding:0px 3px 0px 3px;}
table.TabButton .Right {width:4px; background:url('../tab-right.gif') no-repeat right top;}

table.TabButton:hover .Left {width:3px; background:url('../tab-hover-left.gif') no-repeat left top;}
table.TabButton:hover .Middle {white-space:nowrap; background:url('../tab-hover.gif') repeat right top; padding:0px 3px 0px 3px;}
table.TabButton:hover .Right {width:4px; background:url('../tab-hover-right.gif') no-repeat right top;}

table.TabButton .LeftSelected {width:3px; background:url('../tab-active-left.gif') no-repeat left top;}
table.TabButton .MiddleSelected {white-space:nowrap; background:url('../tab-active.gif') repeat right top; padding:0px 3px 0px 3px;}
table.TabButton .RightSelected {width:4px; background:url('../tab-active-right.gif') no-repeat right top;}

.TabArea{border:solid 1px #d8b93b; margin-bottom:5px;}