/*
 * Tabs color and shape
 */

.tigristabs th {
	background-color: #ddd;
	color: #fff;
	border-right: 1px solid #333;
	border-left: 1px solid #fff;
}

.tigristabs td {
	background-color: #999;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.tigristabs td, .tigristabs th {
	padding: 3px 9px;
}

.tigristabs th, .tigristabs th a:link, .tigristabs th a:visited {
	color: #555;
}

.tigristabs td, .tigristabs td a:link, .tigristabs td a:visited {
	color: #fff;
}

.tigristabs a {
	text-decoration: none;
}

.tigristabs td, .tigristabs th, {
	font-weight: bold;
}

/*
 * Tab panel color and shape
 */

table.tigristabpanel {
	text-align: left;
	vertical-align: top;
}

table.tigristabpanel {
	border-top: 0px;
	border-right: 1px solid #ddd;
	background-color: #ddd;
	color: #000;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
