.tc_activePage
{
	position:relative;
	float:left;
	top:-1px;
	padding:3px;
	margin:2px;
	height:14px;
	background-color:#F5F5F5;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	font-weight:bold;
	z-index:30;
	min-width:60px;
}

.tc_inactivePage
{
	position:relative;
	float:left;
	top:-1px;
	float:left;
	padding:3px;
	margin:2px;
	border:1px solid #999999;
	cursor:pointer;
	height:14px;
	background-color:#E4E4E4;
	min-width:60px;
}

.tc_canvas
{
	z-index:1;
	position:relative;
	top:21px;
	display:block;
	width:100%;
	border:1px solid #999999;
	background-color:#bfc2c5;
	background-image:url(../images/field_bg.jpg);
	background-repeat:repeat-x;
	
}
