.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
}

.shadetabs li{
	display: inline;
	margin: 0;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #0000FF;
	background-color: #E8E8FF;
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #0000FF;
}

.shadetabs li.selected{
	position: relative;
	top: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: #F4F4F2;
	background-color: #F4F4F2;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background-color: #F4F4F2;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
	background-color: #F4F4F2;
}
.tabcontentstyle {
	background-color: #F4F4F2;
	background-image: url(widescope-img/small-paper.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}.tabcontentstyle2 {
	border: 1px solid gray;
	width: 545px;
	margin-bottom: 1em;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabcontentstyle3 {
	border: 1px solid gray;
	width: 350px;
	margin-bottom: 1em;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabcontentstyle4 {
	border: 1px solid gray;
	width: 396px;
	margin-bottom: 1em;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
