.tab_spacer {
	border-color: #c4ccdb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.tab_background_off {
	background-image: url('/images/tab-bg_off.gif');
	background-repeat: repeat-x;
	border-color: #c4ccdb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	cursor: pointer;
}

.tab_background_on {
	background-image: url('/images/tab-bg_on.gif');
	background-repeat: repeat-x;
	border-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.tab_blue {
	background-image: url('/images/tab-blue_bg.gif');
}

.tab_green {
	background-image: url('/images/tab-green_bg.gif');
}

.tab_orange {
	background-image: url('/images/tab-orange_bg.gif');
}

.tab_pink {
	background-image: url('/images/tab-pink_bg.gif');
}

.tab_purple {
	background-image: url('/images/tab-purple_bg.gif');
}

.tab_blue, .tab_green, .tab_orange, .tab_pink, .tab_purple {
	font-size: 8pt;
	font-family: arial;
	color: #444444;
	padding-left: 8px;
	padding-right: 8px;
	background-repeat: repeat-x;
	white-space: nowrap;
}

.panel_shown {
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #c4ccdb;
	background-color: white;
	display: table;
}

.panel_hidden, .table_hidden {
	display: none;
}

.table_shown {
	display: table;
}