Server : Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
System : Windows NT USER-PC 6.1 build 7601 (Windows 7 Professional Edition Service Pack 1) AMD64
User : User ( 0)
PHP Version : 7.4.6
Disable Function : NONE
Directory :  C:/Users/User/AppData/Local/Temp/HouseCall32/interface/css/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : C:/Users/User/AppData/Local/Temp/HouseCall32/interface/css/tab.css
/***************************************************************
Tab
******************************************************************/
/*tabs*/
.tabNav{
	padding: 0 0 25px 10px;
	line-height: normal;
    display:none;
}

.tabNav li{
	display: inline;
	margin:0;
	color:#333;
	float: left;
	padding: 0px 0px 0px 5px;	
	margin-right:5px;
	background: url(../images/tab_left.gif) no-repeat;
	background-position:0 -39px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.tabNav li a, 
.tabNav li a:link, 
.tabNav li a:visited{
	text-decoration: none;
	color:#666;
}

.tabNav li div{
	padding:6px 10px 6px 5px; /*right pos*/	
	background: url(../images/tab_right.gif) no-repeat;
	background-position: right -39px;

}

.tabNav li:hover div{
	color:#333;
}

.tabNav li:hover div.disable{
	color:#666;
	cursor: default;
}

.tabNav li.selected{
	background-position: 0 0
}

.tabNav li.selected div{	
	color:#fff;
	font-weight:bold;
	text-decoration: none;	
	background-position: right 0;
}

.tabNav li:hover.selected,
.tabNav li.selected a:hover div{	
	color:#fff;
	text-decoration: none;
}

/*tab content*/
.tab_container{

}
.noAdv .tab_container{
	height:320px;
}
.tabcontent{
	display:none;
}