/* general */
table.tabs {
}
table.tabs td {
	font-size:7pt;
	font-family:verdana;
	vertical-align:bottom;
	
	border-bottom:1px solid #777777;
	background-image:url();
}
table.tabs td div.box {
	font-weight:bold;
	color:#888888;
	margin-bottom:0px;
	background-image:url(/images/interface/tabBG.gif);
	background-repeat:repeat-y;
	border-left:1px solid #777777;
	border-top:1px solid #777777;
	}
table.tabs td div.txt {
	padding:6px 8px 4px 8px;
	border-bottom:5px solid #e6e6e6;
	}
	
/* first */
table.tabs td.first div.box {
	background-image:none;
	}
	
/* last */
table.tabs td.last div.box {
	border-right:1px solid #777777;
	}

/* over */
table.tabs td.over{
	cursor:pointer;
	}
table.tabs td.over div.txt {
	border-bottom-color:#AD9000;
	}

/* on */
table.tabs td.on {
	padding-top:0px;
	border-top:1px solid #777777;
	border-left:1px solid #777777;
	border-bottom:none;
	}
table.tabs td.on div.box {
	font-weight:bold;
	color:#887000;
	border-top:5px solid #DCB600;
	border-left:none;
	background-image:none;
}
table.tabs td.on div.txt {
	padding-top:5px;
	padding-bottom:10px;
	border-bottom:none;
}

/* end */
table.tabs td.end {
}
table.tabs td.end div.box {
	border:none;
	border-left:4px solid #eaeaea;
	background-image:none;
}
table.tabs td.end div.txt {
	padding:7px;
	border-bottom:2px solid #eaeaea;
}