/* tab */

.tab
{
}

.tab_items_list
{
}

.tab_items_header
{
	font:bold 12px verdana,arial,tahoma,"sans serif";
	color:#000000;

	position:relative;
	height: 20px;
	border-bottom: 1px solid #6E6E6E;
}

.tab_items_footer
{
	position:relative;
	height: 20px;
	border-bottom: 1px solid #6E6E6E;
}

.tab_item
{
	position:relative;
	height: 20px;
	border-bottom: 1px solid #6E6E6E;
	cursor: default;
}

.tab_item_left
{
	width: 10px;
	height: 20px;
	background: url(../images/tab-left.gif) no-repeat top left;
}

.tab_item_title
{
	background: url(../images/tab-center.gif) repeat-x;
	padding-left: 0px;
	padding-right: 0px;
	font: bold 12px verdana,arial,tahoma,"sans serif";
	color: #6F51C2;
}

.tab_item_right
{
	width: 10px;
	height: 20px;
	background: url(../images/tab-right.gif) no-repeat top right;
}

.tab_pages_list
{
	margin-top: 2px;
}

.tab_page
{
}

