/* pestaņas */
.tab-s, .tab-u, .tab-g, .tab-r {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tab-s:hover, .tab-u:hover, .tab-g:hover, .tab-r:hover {
	text-decoration: underline;
}

.tab-s {
	color: #0066CC;
}

.tab-u {
	color: #fff;
}

.tab-g {
	color: #666666;
}

.tab-r {
	color: #CC0000;
}

.tab-n {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.tab-n:hover {
	text-decoration: underline;
}

.tab-row {
	height: 24px;
}

.tab-selected {
	background: url('stab-sb.gif');
	vertical-align: middle;
	white-space: nowrap;
}

.tab-unselected {
	background: url('stab-ub.gif');
	vertical-align: middle;
	white-space: nowrap;
}

.tabs {
	width: 100%;
	background: url('stab-bg.gif');
}

