/**
  * CoolTabs 
  */

/* general */
#tabmenu, #tabmenu1, #tabmenu2, #tabmenu3, #tabmenu4, #tabmenu5, {
 	background-color: #ddd;
	color: #333;
	margin: 0;
	padding-top: .67em;
	padding-left: 8px;
}

.cooltabs {
	border-bottom: 6px #377ca4 solid;
	margin-top: .67em;
	margin-right: 2px;
	margin-left: 2px;
	padding-left: 8px;
}

.cooltabs a {
	text-decoration: none;
}


/* <TD> untabbed */
#tabmenu td, #tabmenu1 td, #tabmenu2 td, #tabmenu3 td, #tabmenu4 td, #tabmenu5 td {
	background-color: #999;
	border-bottom: 1px solid #666;
 	border-right: 1px solid #333;
 	border-left: 1px solid #ddd;
	background-image: url(../images/spacer_grey_tab.gif);
	background-repeat: no-repeat;
}

div.cooltabs td {
	font-size: xx-small;
	font-family:lucida,arial,sans-serif;
	font-size: x-small;
	font-size: 12px; 
	font-weight: bold;
}

.cooltabs td {
	padding: 3px 9px;
}
 
.cooltabs td, .cooltabs td a:link, .cooltabs td a:visited {
	color: #ddd;
}

.cooltabs td a:hover {
	color: #c66; 
	text-decoration: none;
}


/* <TH> tabbed */
#tabmenu th, #tabmenu1 th, #tabmenu2 th, #tabmenu3 th, #tabmenu4 th, #tabmenu5 th {
	background-color: #377ca4;
 	border-left: 1px solid #ddd;
 	border-right: 1px solid #333;
	color: #fff;
	background-image: url(../images/spacer_grey_tab.gif);
	background-repeat: no-repeat;
}

div.cooltabs th {
	font-size: xx-small;
	font-family:lucida,arial,sans-serif;
	font-size: x-small;
	font-size: 12px; 
	font-weight: bold;
}

.cooltabs th {
	padding: 3px 9px;
}

.cooltabs th, .cooltabs th a:link, .cooltabs th a:visited {
	color: #fff;
}

.cooltabs th a:hover {
	color: #c66; 
	text-decoration: none;
}
