#contenttabs {
	border: 1px solid #1f1f1f;
	/*border-top-width: 2px;*/
	width: 550px;
	height: 260px;
	overflow: auto;
	padding: 5px; 
	background-color: black;
	/*position: relative;*/
	/*top: -1px;*/
}

#contenttabsbig {
	border: 1px solid #1f1f1f;
	/*border-top-width: 2px;*/
	width: 850px;
	height: 260px;
	overflow: auto;
	padding: 5px; 
	background-color: black;
	/*position: relative;*/
	/*top: -1px;*/
}

.indentmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	width: 100%;
}

.indentmenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

.indentmenu ul li {
	display: inline;
	background: none;
}

.indentmenu ul li a {
	background: black url(../images/indentbg.gif) center center;
	background-color: #000000;
	float: left;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	border: 1px solid #1f1f1f;
	margin-right: 1px;
	z-index: 1;
}

.indentmenu ul li a:visited {
	color: #999999;
}

.indentmenu ul li a.selected {
	color: #CF3822 !important;
	border-bottom: 2px solid #1f1f1f;
}

.tabcontentstyle { /*style of tab content container*/
	border: 1px solid #1f1f1f;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent {
	display:none;
	text-align: center;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

#tab3 {
	width: 100%; /*leave this value as is in most cases*/
}

#tab3 ul {
	margin: 0;
	padding: 0px;
	float: left;
	border: 0px solid #999999;
}

#tab3 ul li {
	display: inline;
	background: none;
}

#tab3 ul li a {
	float: left;
	color: #CF3822; /*text color*/
	padding: 5px 8px;
	text-decoration: none;
	border: 1px solid #282828;
}

#tab3 ul li a:visited {
	color: #CF3822;
}

#tab3 ul li a.selected {
	color: #999999 !important;
	background-color: #282828;
	padding-top: 6px; /* shift text down 1px */
	padding-bottom: 4px;
}
