#tab-block-1{
	border: #fff 1px solid;
	margin-top: 10px;
}

.tab-wrapper
{
	padding:				1em;
	margin: 0;
	border:				1px solid #C1BFC1;
	border-top:			none;
}
ul.tab-menu
{
	list-style:				none;
	overflow: hidden;
	clear:					both;
	font-size:				12px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/tab_bg.gif) 0% 0% repeat-x;
	margin-bottom: 0px;
}
.tab-menu li
{
	display:				inline;
	overflow: hidden;
	height: 26px;
	margin: 0;
	padding: 0;
	/*margin:					0 1px;*/
}
.tab-menu li a:link,
.tab-menu li a:visited
{
	width: 145px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	float: left;
	text-transform: uppercase;
	color:					#999;
	font-weight:			bold;
	text-decoration:		none;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
	color: #333;
}
.tab-menu li a:hover
{
	text-decoration: underline;
}
.tab-menu li.tab-selected a
{
	color: #AA0000;
	font-size:				12px;
	text-decoration:		none;
	background: url(../images/tab.gif) 0px 0px no-repeat;
}

.tab-menu li.tab-selected a:visited{
	color: #AA0000;
}

.tab-menu li.tab-selected a:hover,
.tab-menu li.tab-selected a:focus
{
	color: #AA0000;
	font-size:				12px;	
	background: url(../images/tab.gif) 0px 0px repeat-x;
}

.tab-ajax-loading{
	background: url(../images/activity.gif) 50% 50% no-repeat;
}

.tab-container{
	text-align: center;
}

.tab-selected{
	/*border:				1px solid #C1BFC1;
	border-top:			none;*/
}