
/* Tabs */
.header .tabs {
background-image:url(http://www.tpfsoftware.com/reskb/images/tabs/rtabs-line.gif);
}
.tabs .leftoff {
background-image:url(http://www.tpfsoftware.com/reskb/images/tabs/rtabs-left-off.gif);
background-repeat: no-repeat;
}
.tabs .lefton {
background-image:url(http://www.tpfsoftware.com/reskb/images/tabs/rtabs-left-on.gif);
background-repeat: no-repeat;
}
.tabs .middleoff {
background-image:url(http://www.tpfsoftware.com/reskb/images/tabs/rtabs-middle-off.gif);
background-repeat: no-repeat;
}
.tabs .middleon {
background-image:url(http://www.tpfsoftware.com/reskb/images/tabs/rtabs-middle-on.gif);
background-repeat: no-repeat;
white-space: nowrap;
}
.tabs .middleoffonleft {
background-image:url(http://www.tpfsoftware.com/reskb/images/tabs/rtabs-middle-off-onleft.gif);
background-repeat: no-repeat;
}
.tabs .rightoff {
background-image:url(http://www.tpfsoftware.com/reskb/images/tabs/rtabs-right-off.gif);
background-repeat: no-repeat;
}
.tabs .righton {
background-image:url(http://www.tpfsoftware.com/reskb/images/tabs/rtabs-right-on.gif);
background-repeat: no-repeat;
}
.tabs div {
xmargin-left: 23px;
margin-left: 28px;
}
.leftoff div, .lefton div {
xmargin-left: 13px;
margin-left: 16px;
}

.tabs td {
	font-weight:bold;
}

