.shadetabs
{
	position:relative;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height: 25px;
	padding: 0;
	margin: 0;
}
.shadetabs li
{
	display: inline;
	margin: 0 3px 0 0;/*0*/
	float:left;
	padding: 0;
	list-style:none;
}
.shadetabs li a:visited, .shadetabs li a:link
{
	color: #666666;
	text-decoration: none;
	background-color: #ffffff;
	display:block;
	padding:6px 0 0 0;
	margin:0;
	height:18px;
	overflow:hidden;
	width:76px;
	text-align:center;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.shadetabs li a:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #999999;
}
.shadetabs li.selected
{
	position: relative;
	top: 0;
}
.shadetabs li.selected a:visited, .shadetabs li.selected a:link /*selected main tab style */
{ 
	background-color: #f2f2f2;
	outline: none;
	color: #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #f2f2f2;
}
.shadetabs li.selected a:hover /*selected main tab style */
{
	text-decoration: none;
	outline:none;
}
.tabcontentstyle /*style of tab content container*/
{
	border: 1px solid #999999;
	width: auto;/* 450px or auto */
	margin: 0 0 1em 0;
	padding: 10px;
	background-color: #f2f2f2;
}
.tabcontent
{
	display:none;
}
@media print
{
.tabcontent
{
	display:block!important;
}
}
p.code
{
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-indent: 2em;
	margin: 0;
	line-height: 135%
}
p.codeGreen
{
	font-family: "Courier New", Courier, monospace;
	color: #006600;
	text-indent: 2em;
	margin: 0;
	line-height: 135%
}
p.codeEmpty
{
	height: 8px;
	margin: 0;
}
span.codeLang
{
	color: #0000FF;
}
span.codeRef
{
	color: #2B91AF;
}
span.codeText
{
	color: #A31500;
}
