

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


.indentmenu{
	font-size: 11px;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
}

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

.indentmenu ul li a{
float: left;
color: #333; /*text color*/
padding: 5px 20px;
text-decoration: none;
}

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

.indentmenu ul li a.selected{
	color: #333 !important;
	background-color: #fff5e9;
	border: 1px solid #d3b095;
	border-bottom: 1px solid #fff5e9;
}


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

.tabcontent{
display:none;
}
.tabcontent ul {
	
}
.tabcontent ul li {
	position: relative;
	float: left;
	width: 115px;
	padding: 0;
	font-size: 11px;
	background: none;
	margin: 0 0 0 17px;
}
.tabcontent ul li a {
	font-weight: bold;
}



.tabsDataContainer {
	height: 120px;
	margin: -1px 0 0 0;
	margin-bottom: 1em;
	padding: 18px 5px 5px 5px;
	background-color: #fff5e9;
	border: 1px solid #f4e9db;
	border-top: 1px solid #d3b095;
}




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



/* ######### Web TV Gray Tabs ######### */


.indentmenu2{
	font-size: 11px;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu2 ul{
	margin: 0 0 0 11px;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
}

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

.indentmenu2 ul li a{
	float: left;
	color: #ccc; /*text color*/
	padding: 5px 20px;
	text-decoration: none;
	font: bold 13px Arial, Helvetica, sans-serif;
}

.indentmenu2 ul li a:visited{
	color: #ccc;
}

.indentmenu2 ul li a.selected{
	color: #ccc !important;
	background-color: #3a3a3a;
	border: 1px solid #666;
	border-bottom: 1px solid #3a3a3a;
}


.tabcontentstyle2{ /*style of tab content oontainer*/
	border-top: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent2{
display:none;
}
.tabcontent2 ul {
	
}
.tabcontent2 ul li{
	position: relative;
	float: left;
	width: 115px;
	padding: 0;
	font-size: 11px;
	background: none;
	margin: 0 0 0 15px;
}
.tabcontent2 ul li a {
	color: #ccc;
	font-weight: normal;
}
.tabcontent2 ul li a:hover {
	color: #fff;
}

.tabsDataContainer2 {
	height: 120px;
	margin: -1px 0 0 0;
	margin-bottom: 4px;
	padding: 18px 5px 5px 5px;
	background-color: #3a3a3a;
	border-top: 1px solid #666;
}




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





/* Web TV page Tabs */
.tabcontent3 ul li{
	margin: 0 0 10px 15px;
}
.tabsDataContainer3 {
	margin: -1px 0 0 0;
	margin-bottom: 1em;
	padding: 18px 5px 5px 5px;
	background-color: #fff5e9;
	border: 1px solid #f4e9db;
	border-top: 1px solid #d3b095;
}