#characters td{
	padding:				2px;
}
#characters_text a{
	font-size:				14px;
}
a.tab-active,a.tab-inactive{
	display:				block;
	width:					100px;
	height:					26px;
	float:					left;
	text-align:				center;
	line-height:			26px;
	margin-left:			3px;
	
}
a.tab-active{
	background-image:		url(/templates/i/z/tab_active.png);
	color:					#306599 !important;
	
}
a.tab-inactive{
	background-image:		url(/templates/i/z/tab_inactive.png);
	color:					white !important;
}