@charset "UTF-8";
/* CSS Document */

      #tabs {
	display: block;
	float: left;
	width: 442px;
	height: 25px;
      }
      a.tab {
	border-collapse: collapse;
	background-color: #e9e9e9;
	margin-top: 4px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 15%;
	text-align: center;
	float: left;
	color: #0c4d8c;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 4px 0.5em 3px;
	border-bottom: 1px solid #999999;
}
      a.tab:hover {
	border-color: black;
	background-color: #e9e9e9;
	color: #990000;
      }
      .panel {
	height: 300px;
	clear: left;
	background-image: url(/images/tabs-industry/table-bg.gif);
	width: 422px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
      }