/******************************************************************************/
/* tab pane */
div.XPSTabPane {
	border-style: none;
	padding: 0px;
}

div.XPSTabBar {
	padding-top: 4px;
	text-align: right;
}

div.XPSTabBar,
div.XPSTabBar a,
div.XPSTabBar a:active,
div.XPSTabBar a:hover,
div.XPSTabBar a:visited {
	color: White;
}

div.XPSTabBarItem {
	padding-top: 0px;
	margin-right: 0px;
}

tr.XPSTabBarItem td { height: 15px; color: Black; }

/*
td.XPSTabBarItemMiddle { background-color: #CCCCCC; font-size: 6px;}
div.XPSTabBarItemSelected td.XPSTabBarItemMiddle { background-color: #FFFFFF; }
*/

td.XPSTabBarItemLeft { background-image: url('./../img/tab/tab_left.png'); height: 15px; width: 7px; }
td.XPSTabBarItemMiddle { background-image: none; height: 15px; background-color: #CCCCCC; }
td.XPSTabBarItemRight { background-image: url('./../img/tab/tab_right.png'); height: 15px; width: 10px; }

div.XPSTabBarItemSelected td.XPSTabBarItemLeft { background-image: url('./../img/tab/tab_left_active.png'); height: 15px; width: 7px; }
div.XPSTabBarItemSelected td.XPSTabBarItemMiddle { background-image: none; background-color: White; }
div.XPSTabBarItemSelected td.XPSTabBarItemRight { background-image: url('./../img/tab/tab_right_active.png'); height: 15px; width: 10px; }

tr.XPSTabBarItemBottom { display: none }