/* --------------------------------------- */
/* TABS */
/* --------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	}

#tdi_tabnavigation
	{
	position: relative;
	background: url(/grfx/tdi/background-tabnavigation.gif) repeat-x;
	width: 100%;
	height: 25px;
	margin-bottom: 15px;
	}

#tdi_tabnavigation ul
	{
	position: relative;
	list-style: none;
	width: 100%;
	height: 25px;
	padding-left: 10px;
	}

#tdi_tabnavigation li
	{
	position: relative;
	text-align: center;
	width: 120px;
	height: 19px;
	margin-left: 0px;
	margin-right: 1px;
	padding: 4px 10px 2px 10px;
	float: left;
	cursor: pointer;
	}

.tdi_tab_off					{ background: url(/grfx/tdi/background-tabs_off.gif) repeat-x; font-weight: normal; color: #fff; }
.tdi_tab_on						{ background: url(/grfx/tdi/background-tabs_on.gif) repeat-x; font-weight: bold; color: #0053a0; }

.tdi_tab_off .tdi_ltc,
.tdi_tab_off .tdi_rtc,
.tdi_tab_on .tdi_ltc,
.tdi_tab_on  .tdi_rtc,
.tdi_tab_back .tdi_ltc,
.tdi_tab_back .tdi_rtc
	{
	position: absolute;
	background-repeat: no-repeat;
	width: 10px;
	height: 25px;
	top: 0px;
	}

.tdi_ltc						{ left: 0px; }
.tdi_rtc						{ right: 0px; }

.tdi_tab_off .tdi_ltc, .tdi_tab_back .tdi_ltc	{ background-image: url(/grfx/tdi/background-tabcornerleft_off.gif); }
.tdi_tab_on .tdi_ltc			{ background-image: url(/grfx/tdi/background-tabcornerleft_on.gif); }
.tdi_tab_off .tdi_rtc, .tdi_tab_back .tdi_rtc	{ background-image: url(/grfx/tdi/background-tabcornerright_off.gif); }
.tdi_tab_on  .tdi_rtc			{ background-image: url(/grfx/tdi/background-tabcornerright_on.gif); }

#tdi_tab2_data,
#tdi_tab3_data,
#tdi_tab4_data
	{
	display:none;
	}

#tdi_tab4_data
	{
	margin-left: 10px;
	}

li#tdi_tab_back_0				{ background-image: url(/grfx/tdi/background-tabs_off.gif); color: #fff; }
li#tdi_tab_back_1				{ background-image: url(/grfx/tdi/background-tabs_off.gif); color: #fff; }
li#tdi_tab_back_2				{ background-image: url(/grfx/tdi/background-tabs_off.gif); color: #fff; }
li#tdi_tab_back_3				{ background-image: url(/grfx/tdi/background-tabs_off.gif); color: #fff; }
li#tdi_tab_back_4				{ background-image: url(/grfx/tdi/background-tabs_off.gif); color: #fff; }
li#tdi_tab_back_5				{ background-image: url(/grfx/tdi/background-tabs_off.gif); color: #fff; }

#tdi_tabnavigation li.tdi_tab_back
	{
	background-image: url(/grfx/tdi/background-tabs_off.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	width: 70px;
	margin-right: 10px;
	float: right;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */

