/*[variables]
colors
{
	@00: #474747;
}
*/
/*general*/
.layout
{
	width: 200px;
	margin: 0px auto 0px 0px;
}
.footer
{
	/*[disabled]text-align:right;*/
	/*[disabled]font-size:80%;*/
	/*[disabled]color:#848484;*/
}
.footer A
{
	/*[disabled]color:#848484;*/
}
/*tab strip*/
.tabStrip UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabStrip LI
{
	position: relative;
	margin: 0 2px 0 0;
	list-style-type: none;
	float: left;
}
.tabStripA UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabStripA LI
{
	position: relative;
	margin: 0 0px 0 0;
	list-style-type: none;
	float: right;
}
.tabLink
{
	display: block;
	text-decoration: none;
	padding: 9px 6px 0 15px;
	height: 19px;
	background: #F4E542 none repeat-x;
	background-position: 0 -50px;
	color: #010100;
	width: 63px;
	white-space: nowrap;
}
.tabLinkA
{
	display: block;
	text-decoration: none;
	padding: 9px 6px 0 15px;
	height: 19px;
	background: #F4E542 none repeat-x;
	background-position: 0 -50px;
	color: #010100;
	width: 63px;
	white-space: nowrap;
	text-align: center;
}
.tabLink:hover
{
	background-position: 0 0;
}
.tabLinkActive
{
	display: block;
	text-decoration: none;
	padding: 9px 6px 0 15px;
	height: 19px;
	background: #FDA22C none repeat-x;
	background-position: 0 -50px;
	color: #FFFFFF;
	white-space: nowrap;
	width: 63px;
}
.tabLinkActiveA
{
	display: block;
	text-decoration: none;
	padding: 9px 6px 0 16px;
	height: 19px;
	background: #FDA22C none repeat-x;
	background-position: 0 -50px;
	color: #FFFFFF;
	white-space: nowrap;
	width: 63px;
	text-align: center;
}
.tabLinkActive:hover
{
	background-position: 0 0;
}
.tabContent
{
	display: none;
	padding: 0px;
	margin: 0px;
}
.tabContentA
{
	display: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.tabContentActive
{
	display: block;
	clear: both;
	background: #FDA22C;
	padding: 3px 20px 0px 10px;
	margin: 0 0 0px;
}
.tabContentActiveA
{
	display: block;
	clear: both;
	background: #FDA22C;
	padding: 3px 20px 0px 10px;
	margin: 0 0 0px;
	text-align: right;
}
/*tab rounded corners*/
.corner
{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(corners.png) no-repeat;
	font-size: 0%;
}
.TL
{
	top: 0;
	left: 0;
	background-position: 0 0;
}
.TR
{
	top: 0;
	right: 0;
	background-position: -10px 0;
}
.BL
{
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}
.BR
{
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}

