.tabWrapper{
margin-left:25px;
margin-right:25px;
}

.tabRow{
height:25px;
margin-left:auto;
margin-right:auto;
padding:0px;
}

.tabActive,.tabInactive{
margin:0px 2px 0px 0px;
height:26px;
float:left;
font-family:Tahoma;
font-weight:bold;
font-size:12px;
}

.tabActive h1,.tabInactive h1{
margin:5px;
}

.tabActive{
background-color:#C6CBE0;
color:#505050;
}

.tabInactive{
background-color:#EEEEEE;
}

.tabBar{
height:15px;
background-image:url(images/tab-bar.gif);
background-repeat:repeat-x;
}

