﻿.imgButt, .imgButtOver
{
	display: inline-table;
	_display: inline;
	margin: 1px;
	cursor: pointer;
}

.imgButt TD, .imgButtOver TD
{
	background: url('../../images/tabs/xp_button_center.gif') center repeat-x;
	padding: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 11px;
}

.imgButtOver TD
{
	background: url('../../images/tabs/xp_button_center_over.gif');
	color: #9b6500
}

TD.imgButtL
{
	background: url('../../images/tabs/xp_button_left.gif') center right no-repeat;
	width: 11px;
	height: 19px;
}

.imgButtOver TD.imgButtL
{
	background-image: url('../../images/tabs/xp_button_left_over.gif');
}

TD.imgButtR
{
	background: url('../../images/tabs/xp_button_right.gif') center left no-repeat;
	width: 11px;
	height: 19px;
}

.imgButtOver TD.imgButtR
{
	background-image: url('../../images/tabs/xp_button_right_over.gif');
}

.imgButt IMG, .imgButtOver IMG
{
	vertical-align: text-top
}