@charset "utf-8";

/* topics */

div.tabs {
	height:37px;
	width: 100%;
	background:url(../images/tabs/tab_line.gif) repeat-x top;
}

div.tabs span {
	font-size: 0.9em;
}

div.tabs ul {
	padding: 0 !important;
	margin: 0 0 0 8px !important;
	font-weight:bold;
}

div.tabs ul li {
	float: left;
	display: block;
	list-style: none;
	line-height: 25px;
	height:37px;
	padding: 0 8px 0 0;
	margin: 0 0 -1px 0 !important;
	background: url(../images/tabs/tab_R.gif) top right no-repeat;
}

div.tabs ul li a {
	float: left;
	display: block;
	text-decoration: none;
	background: url(../images/tabs/tab_L.gif) top left no-repeat;
	padding: 0 5px 0 10px;
	font-size: 1.1em;
	height:37px;
}

div.tabs ul li.selected {
	background: url(../images/tabs/tab_activeR.gif) top right no-repeat;
	color: #666666;
}

div.tabs ul li.selected a {
	background: url(../images/tabs/tab_activeL.gif) top left no-repeat;
	color: #666666;
}

div.edit-tabs {
	height:37px;
	width: 100%;
	background:url(../images/tabs/tab_line.gif) repeat-x top;
}

div.edit-tabs span {
	font-size: 0.9em;
}

div.edit-tabs ul {
	padding: 0 !important;
	margin: 0 0 0 8px !important;
	font-weight:bold;
}

div.edit-tabs ul h2 {
	float: left;
	display: block;
	list-style: none;
	line-height: 25px;
	height:37px;
	padding: 0 8px 0 0;
	margin: 0 0 -1px 0 !important;
	background: url(../images/tabs/tab_R.gif) top right no-repeat;
}

div.edit-tabs ul h2 a {
	float: left;
	display: block;
	text-decoration: none;
	background: url(../images/tabs/tab_L.gif) top left no-repeat;
	padding: 0 5px 0 10px;
	font-size: 1.1em;
	height:37px;
}

div.edit-tabs ul h2.selected {
	background: url(../images/tabs/tab_activeR.gif) top right no-repeat;
	color: #666666;
}

div.edit-tabs ul h2.selected a {
	background: url(../images/tabs/tab_activeL.gif) top left no-repeat;
	color: #666666;
}