a.tab {
	font-weight: bold;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #999999;
	background-color:#D7D7D7;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url('graphics/tabs/tab_shade.gif');
	color: #555555;
	position: relative;
	border-width: 1px 1px 0px 1px;
	top: -3px;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

a.tab:hover {
	text-decoration: none;
	color: #2d2b2b;
	cursor: pointer;
	background-image: url('graphics/tabs/tab_active.gif');
}

a.tab_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left; /*set to left, center, or right to align the menu as desired*/
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 2px;
	position: relative;
	border: 1px solid #999999;
	top: -2px;
	color: #333399;
	background-image: url('graphics/tabs/tab_shade_inv.gif');
	background-color:#FFFFFF;
	border-bottom-color: #FFFFFF;
}

div.panel {
	background-color:#FFFFFF;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-left: 2px;
	padding: 10px;
	width: 95%;
}
div.panel_tab {
	margin-left: 2px;
}

.graphtitle {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}