﻿table.tabStrip {
	background-image: url(../../Images/Layout/Tabs/tabStrip.gif);
	background-repeat: repeat-x;
	height: 20px;
	margin-top: 8px;
	width: 100%;
}
	table.tabStrip td.tabControls {
		width: 150px;
	}
		table.tabStrip td.tabControls a {
			color: #000000;
			text-decoration: none;
		}

table.tab {
	background-image: url(../../Images/Layout/Tabs/bg.gif);
	background-repeat: repeat-x;
	width: 68px;
}
	table.tab td {
		cursor: pointer; cursor: hand;
	}
table.tab td.left {
	background-image: url(../../Images/Layout/Tabs/left.gif);
	background-repeat: repeat-x;
	width: 4px;
}
table.tab td.right {
	background-image: url(../../Images/Layout/Tabs/right.gif);
	background-repeat: repeat-x;
	width: 4px;
}

table.tab td.caption {
	padding: 3px;
	text-align: center;
}
	table.tab td.caption a {
		color: #f5f5f5;
		font-weight: bold;
		text-decoration: none;
	}
	
	
	
table.tabsel {
	background-image: url(../../Images/Layout/Tabs/bg_sel.gif);
	background-repeat: repeat-x;
	width: 83px;
}
	table.tab td {
		cursor: pointer; cursor: hand;
	}
table.tabsel td.left {
	background-image: url(../../Images/Layout/Tabs/left_sel.gif);
	background-repeat: repeat-x;
	width: 4px;
}
table.tabsel td.right {
	background-image: url(../../Images/Layout/Tabs/right_sel.gif);
	background-repeat: repeat-x;
	width: 4px;
}

table.tabsel td.caption {
	padding: 3px;
	text-align: center;
}
	table.tabsel td.caption a {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
table.tabnone td.caption {
	padding: 3px;
	text-align: center;
}
	table.tabsel td.caption a {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}