@charset "iso-8859-1";
/* CSS Document */

/* font of the text in the tab. do not change cursor type and text-decoration */
.tabActive { 
	color: white;
	font-family: Verdana;
	font-size: 9pt; 
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

.tabInactive { 
	color: black;
	font-family: Verdana;
	font-size: 9pt; 
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
}

/* border for tab w\out bottom line */
/* only 'border' changable */
.tabBorder {
	border: 1px solid;
	border-bottom: 0px;
}

.tabFullBorder {
	border: 1px solid;
}

/* class for tab to look good as link. do not change */
.tabLink {
	text-decoration: none;
	border: 0px;
}

/* space between tabs. width changable */
.tabSpace { border-right: 1px solid white }