/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 2em; /*pu-modified 3/26/2024; margin-top: 1px;*/
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 8px 9px; /*pu-modified 3/26/2024; padding: 3px 7px;*/
	margin-right: -1px; /*pu-modified 3/26/2024; margin-right: 3px;*/
	/* moved to topic css file - border-bottom: 1px solid #000066;
	color: white;*/
	/* moved to topic css file - background: #DDEEFF; */
	color:#000000;
	font-size:1.3em; /*pu-modified 3/26/2024; font-size:.95em;*/
	border-top-left-radius:5px; /*pu-added 3/26/2024;*/
	border-top-right-radius:5px; /*pu-added 3/26/2024;*/
}

.shadetabs li a:visited {
	text-decoration: none;
	color: #000000;
}

.shadetabs li a:hover {
	text-decoration: none;
	/* moved to topic css file - background-color:#4F6A92; */
	color:#FFFFFF;
}

.shadetabs li a.selected { /*selected main tab style */
	text-decoration: none;
	position: relative;
	top: 0px;
}

.shadetabs li a.selected { /*selected main tab style */
	/*
	not used -
	background-image: url(shadeactive.gif);
	moved to topic css file -
	border-bottom-color: #000066;
	background-color: #000066;
	*/
	color: #ffffff;
}

.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}

.tabcontent {
	display:none;
}

.tabborder { /* added to make a border around the tab content */
	width:100%;
	margin-bottom: 1em;
	padding: 10px;
	border-bottom-left-radius:5px; /*pu-added 3/26/2024;*/
	border-bottom-right-radius:5px; /*pu-added 3/26/2024;*/
	border-top-right-radius:5px; /*pu-added 3/26/2024;*/
	margin-top:0.3em; /*pu-added 3/26/2024;*/
}

@media (max-width: 767px) { /*pu-added 3/26/2024; (max-width: 767px)*/
	.shadetabs {font-size:14px;}
	.shadetabs li a {
		font-size: 14px;
		border-radius:0;
	}
	.tabborder {
		margin-top:-3px;
		border-top-right-radius:0;
	}
}

@media (min-width: 768px) and (max-width: 1080px) { /*pu-added 3/26/2024;*/
	.shadetabs {font-size:0.72em;}
	.shadetabs li a {font-size: 0.72em;}
	.tabborder {margin-top:0.28em;}
}

@media (min-width: 1081px) and (max-width: 1279px) {
	.shadetabs {font-size:0.85em;}
	.shadetabs li a {font-size: 0.85em;}
	.tabborder {margin-top:0.25em;}
}

@media (min-width: 1280px) and (max-width: 1439px) { /*pu-added 3/26/2024;*/
	.shadetabs {font-size:0.8em;}
	.shadetabs li a {font-size: 0.8em;}
	.tabborder {margin-top:0.25em;}
}

/* Removes printing of all tabs so only active tab is printed - tjb 9/18/2012
@media print {
	.tabcontent {display:block !important;}
}
*/
