/* Tab */
div.Tab
{
	float					:	left;
	background-color		:	#e7e7e7;
	font-size				:	18px;
	font-weight				:	bold;
	line-height				:	1.6em;
	letter-spacing			:	0.15em;
	margin					:	0px 10px 0px 0px;
	padding					:	5px 20px 0px 20px;
}
div.TabSelected
{
	background-color		:	#ff9999;
	background-image		:	url(../image/header/Background.png);
	background-repeat		:	repeat;
	color					:	#ffffff;
	font-size				:	18px;
	font-weight				:	bold;
	line-height				:	1.6em;
	letter-spacing			:	0.15em;
	float					:	left;
	margin					:	0px 10px 0px 0px;
	padding					:	5px 20px 0px 20px;
}
div.PanelTabSub
{
	background-color		:	#ffeeee;
	background-image		:	url(../image/header/Background.png);
	background-repeat		:	repeat;
	padding					:	5px 10px;
	font-size				:	14px;
}
div.PanelTab, td.PanelTab
{
	border-bottom			:	solid 3px #ff9999;
}



td.TabSelected
{
	background-color		:	#dde777;
	padding-left				:	16px;
	padding-right			:	16px;
}
td.TabNonSelected
{
	background-color		:	#e7e7e7;
	padding-left				:	16px;
	padding-right			:	16px;
}

