/* $Header: z:/rcs/www/tabs.css,v 1.5 2007-03-05 09:46:40-05 dave Exp $ */


td.menu_tab { /* not used */
	background-color: #cccccc;
	border: none;
	border-top: 1px solid black;
	/*border-left: 1px solid black;*/
	/*border-right: 1px solid black;*/
	/*border-collapse: collapse;*/
	/*border-spacing: 0 0;*/
	/*margin: 0;*/
	padding: 0 0px;;
	height: 20px;
	width: 127px;
	font-size: 15px;
	font-weight: bold;
	font-family: arial,sans-serif;
	vertical-align: top;
	text-align: center;
}



td.menu_tab1b {  /* blank */
	empty-cells: show;
	border: none;
	/*border-bottom: 1px solid black;*/
	padding: 0;
	background-color: #ffffff;
	/*background-image: url(images/tab1.gif);*/
	/*background-position: top center;*/
	/*background-repeat: no-repeat;*/
	height: 20px;
	width: 129px;
	/*font-size: 12px;*/
	/*font-weight: bold;*/
	/*font-family: arial,sans-serif;*/
	/*vertical-align: bottom;*/
	/*text-align: center;*/
}

td.menu_tab1l {  /* blank with line */
	border: none;
	border-bottom: 1px solid black;
	empty-cells: show;
	padding: 0;
	background-color: #ffffff;
	/*background-image: url(images/tab1.gif);*/
	/*background-position: top center;*/
	/*background-repeat: no-repeat;*/
	height: 20px;
	width: 129px;
	/*font-size: 12px;*/
	/*font-weight: bold;*/
	/*font-family: arial,sans-serif;*/
	/*vertical-align: bottom;*/
	/*text-align: center;*/
}

td.menu_tab1 {  /* tab (gray) */
	border: none;
	border-bottom: 1px solid black;
	padding: 0;
	background-color: #cccccc;
	background-image: url(images/tab1.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 20px;
	width: 129px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial,sans-serif;
	vertical-align: bottom;
	text-align: center;
	cursor: pointer;
}

td.menu_tab1w {  /* tab (white) */
	border: none;
	/*border-bottom: 1px solid black;*/
	padding: 0;
	background-color: #ffffff;
	background-image: url(images/tab1w.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 20px;
	width: 129px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial,sans-serif;
	vertical-align: bottom;
	text-align: center;
	cursor: default;
}




td.menu_tab2 { /* not used */
	border: none;
	border-bottom: 1px solid black;
	padding: 0;
	background-color: #cccccc;
	background-image: url(images/tab.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height: 20px;
	width: 129px;
	font-size: 12px;
	font-weight: bold;
	font-family: arial,sans-serif;
	vertical-align: middle;
	text-align: center;
}

td.empty_menu_tab { /* not used */
	background-color: #ffffff;
	width: 5px;
}

td.left_menu_tab { /* not used */
	border: none;
	padding: 0;
	background-image: url(images/tab-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 6px;
}

td.right_menu_tab { /* not used */
	border: none;
	padding: 0;
	background-image: url(images/tab-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 6px;
}



a.tab_menu:link, a.tab_menu:visited {
	text-decoration: none;
	color: black;
}


