@charset "utf-8";
/* CSS Document */

.tab_overflow{
	position:relative;
	overflow:hidden;
}
.tab_container{
	position:relative;
	white-space:normal;
}
.tab_body_container{
	position:relative;
	overflow:hidden;
}

#labtab{
	position:relative;
	float:right;
}
#labtab .tab_overflow{
	width:600px;
}
#labtab .tab_body_container{
	width:600px;
}
#labtab .tab{
	margin-right:1px;
	color:#FFFFFF;
	background-color:#333;
	cursor:pointer;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	left:10px;
	position:relative;
}
#labtab .tab div{
	border-top:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;

}
#labtab .tab div:hover{
	border-top:1px solid #333;
	color:#333;
	background:#CCC;
}
#labtab .tab_body{
	padding:10px;
	font-family:Arial;
	font-size:10pt;
	color:#555555;
	border-width:1px;
	border-top:0;
	border-style:solid;
	border-color:#333;
}
#labtab .tab.active_tab div{
	border-top:1px solid #333;
}
#labtab .tab.active_tab{
	color:#333;
	background:#FFFFFF;
}


/** screenshot tabs **/
#screentab{
	position:relative;
	top:25px;
	left:25px;
}
#screentab .inner_tab_overflow{
	position:relative;
	overflow:hidden;
	height:250px;
}
#screentab .inner_tab_container{
	position:relative;
	white-space:nowrap;
}
#screentab .inner_tab_body_container{
	width:425px;
	position:relative;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	height:250px;
}
#screentab .inner_tab{
	margin-bottom:1px;
	color:#FFFFFF;
	background-color:#333;
	cursor:pointer;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	position:relative;
	width: 100px;
	height:25px;
}
#screentab .inner_tab div{
	border-left:1px solid #FFFFFF;
	padding:3px 5px 3px 5px;
	height:24px;
}
#screentab .inner_tab div:hover{
	border-left:1px solid #333;
	background-color:#CCC;
}
#screentab .inner_tab_body{
	padding:10px;
	height:250px;
	margin:0;
}
#screentab .inner_tab.active_tab div{
	border-left:1px solid #333;
}
#screentab .inner_tab.active_tab{
	color:#333;
	background:#FFFFFF;


