Content: WOComponentContent {
}

ContentCellContainer: WOGenericContainer {
	bgcolor = bgcolor;
	colspan = 4;
	elementName = "td";
}

FontContainer: WOGenericContainer {
	color = ^textColor;
	elementName = "font";
}

FontContainer2: WOGenericContainer {
	color = ^textColor;
	elementName = "FONT";
}

HasNoSubmitAction: WOConditional {
	condition = hasSubmitAction;
	negate = true;
}

HasSubmitAction: WOConditional {
	condition = hasSubmitAction;
}

LeftTabImage: WOImage {
	align = "baseline";
	border = "0";
	filename = "leftTab.gif";
	framework = "JavaWOExtensions";
	height = "17";
	width = "16";
}

MainTableContainer: WOGenericContainer {
	border = 0;
	cellpadding = 0;
	cellspacing = 0;
	elementName = "table";
	width = "99%"; // ^width;
}

NotSelectedTabConditional: WOConditional {
	condition = isCellShaded;
}

RightTabImage: WOImage {
	align = "baseline";
	border = "0";
	filename = "rightTab.gif";
	framework = "JavaWOExtensions";
	height = "17";
	width = "16";
}

SelectedTabConditional: WOConditional {
	condition = isCellShaded;
	negate = true;
}

TabContainer: WOGenericContainer {
	align = "center";
	bgcolor = tabBgColor;
	elementName = "td";
	valign = "top";
}

TabImage: WOImageButton {
	action = switchSubmitTab;
	align = "absmiddle";
	alt = "switch to this tab";
	border = "0";
	filename = "scrollDown.gif";
	framework = "JavaWOExtensions";
	height = "15";
	width = "13";
}

TabImageContainer: WOGenericContainer {
	align = "baseline";
	bgcolor = tabBgColor;
	elementName = "td";
	valign = "top";
}

TabImageContainer2: WOGenericContainer {
	align = "baseline";
	bgcolor = tabBgColor;
	elementName = "TD";
	valign = "top";
}

TabLink: WOHyperlink {
	action = switchTab;
	disabled = ^disabled;

}

TabName: WOString {
	value = currentTabName;
}

TabName2: WOString {
	value = currentTabName;
}

TabName3: WOString {
	value = currentTabName;
}

TabRepetition: WORepetition {
	item = currentTab;
	list = tabs;
}