@charset "UTF-8";
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
/* ACCORDION */
h2.acc_trigger {
	padding: 0;	margin: 0 0 2px 0;
	background: url(http://static.etvnet.com/images/tabs_info.gif) no-repeat;
	height: 36px;	line-height: 44px;
	width: 959px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
h2.acc_trigger a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 0 0 50px;
	margin-top:-5px;
}
h2.acc_trigger a:hover {
	color: #000;
	text-decoration: underline;
}
h2.active {background-position: left bottom; margin:0; padding:0;}
.acc_container {
	margin: 0 0 3px 0; padding: 0;
	overflow: hidden;
	width: 957px;
	clear: both;
	background: #fff;
	border-bottom: 1px solid #dedede;
		border-left: 1px solid #dedede;
			border-right: 1px solid #dedede;
			text-align:justify;
	/*-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; */
}
.acc_container .acc_block {
	padding: 10px;
}
.acc_container .acc_block p {
	padding: 0;
	margin:0;
}
.acc_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.acc_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
/* ACCORDION end*/
   #screenshot{
	position:absolute;
	background:#fff;
	border:solid 1px #c0baaa;
	padding:5px;
	display:none;
	color:#fff;
	z-index:9999;
	-moz-box-shadow: 0px 0px 8px #888374;
	-webkit-box-shadow: 0px 0px 8px #888374;
	box-shadow: 0px 0px 8px #888374;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#888374')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#888374');
	}
	#screenshot img {
	width:160px;
	height:209px;
}

#recommendations {width:969px; display:block; float:left; /*background:#f5f2f3; border:#e6e6e6 solid 1px; */ background:#fdfcf8; border:#e6e6e6 solid 1px;  padding:0; margin:0 0 7px 0; font-size:14px; line-height:1.5em; } 
#recommendations ul {list-style:none;
	margin:5px 0 0 -12px;
	padding:0px 0 10px 0;
	float:left;
	display:inline;} 
#recommendations ul li{	float:left;
	margin:6px 0 0 31px;
	display:inline;
	width:455px;} 

#recommendations ul li a{
	float:left;
	display:block;
	text-align:left;
	color: #003366;
	font-size:14px;
	text-decoration:underline;
}

#recommendations ul li a:hover{
	text-decoration:none;
}

		.tooltip {
			color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			position: absolute; right: 1em; top: 20px; z-index: 99;
			margin-left: 0; width: 400px;
		}

		.tooltip:hover em {
			font-family: font-size: 1.2em; font-weight: bold; font-style:normal;
			display: block; 
		}
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.info_help { background: #ecf8db; border: 1px solid #b8da84; color:#000; text-align:justify; padding-right:20px; padding-bottom:20px; }
		
		.tooltip1 {
			outline: none;
			cursor: help; text-decoration: none;
			position: relative;
			top:7px;
		}
		.tooltip1 span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip1:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			position: absolute; right: -0.5em; top: 25px; z-index: 99;
			margin-left: 0; width: 440px;
		}

		.tooltip1:hover em {
			font-family: font-size: 1.3em; font-weight: bold; font-style:normal;
			display: block; 
			margin-top:-10px;
			margin-bottom:10px;
		}
		.custom1 { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.critical1 { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help1 { background: #ecf8db; border: 1px solid #b8da84; color:#000; text-align:justify; padding-right:20px; padding-bottom:20px; }