#teleTabys 
{
	margin:0px;
	padding:10px;
	text-align:left;
}
#teleTabys .tTabHead
{
  list-style-type:none;
	padding:5px;
	margin:0;
	font-size:14px;
}
#teleTabys .tTabys
{
  border:1px solid #444;
	background:#f5f5f5;
	cursor:pointer;
	display:inline;
	margin:10px 0px 0px 5px;
	padding:5px 5px 5px 5px;
}
#teleTabys .tabLiContent
{
  padding:10px;
	width:97%;
/*	height:100px;*/
	overflow:auto;
	/*border:1px solid #444;*/ /*#e5e5e5;*/
	border-bottom:1px solid #444;
}
#teleTabys .tabContentOpened
{
  border-right:2px solid #f5f5f5;
}
#teleTabys .tabContentActive
{
  border-top:1px solid #222;
}
#teleTabys .tabButtonOpened
{
  border-bottom:1px solid #f5f5f5;
	background:#efefef;
}
#teleTabys .tabButtonActive
{
  border-right:1px solid #444;
	font-weight:bold;
}
#teleTabys .tTabys
{
}

