
/*Start: Tab related common classes */

#tab {
	float: left;
	width: 100%;
	padding: 0;
	font-size: 0.8em;
	line-height: normal;
	border-bottom: #999999 solid 1px;
	margin-left: -11px;
}

html>body #tab {
	margin-left: -1px;
}

#tab ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 2px;
}

#tab li {
	display: inline;
	margin: 0;
	padding: 0;
				
}

#link a {
	float: left;
	text-decoration: none;
	color: #929492;
}

#link a:active {
	float: left;
	/*background: #ffffff url("../images/tabright.gif") no-repeat left top;
	padding: 9 25 5 5px;*/
	text-decoration: none;
	color: #fffff;
	/*color: #929492;*/
}


#tab a:hover, #tab a:hover span {
	background: #ffffff url("../images/slected.gif") no-repeat right top;
	color: #ffffff;
}

.menu-table {
	border-left:1px solid #C8C2BE;
	float:left;
	margin-left: 1px;
	padding-left:9px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;	
	width:auto;
	color: #929492 ! important;
	font-weight:bold;
	display: block;
	background: #ffffff url("../images/tabright.gif") no-repeat right top;
}

.menu-table-off {
	background: #ffffff url("../images/slected.gif") no-repeat right top;
	width:auto;
	color:#ffffff ! important;
	float:left;
	padding-left:9px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	display: block;
}
#Table1{
	width:auto;
}

#Table2 {
	width:auto;
	display: none;

	}
#Table3 {
	width:auto;
	display: none;
}
#Table4 {
	width:auto;
	display: none;
}

#Table5 {
	width:auto;
	display: none;
}

#Table6 {
	width:auto;
	display: none;
}

#vaccines-panel {
	width:auto;
	display:none;
}

#overthecounter-panel{
	width:auto;
	display:none;
}


#overthecounter-panel .inActive {
	display:none;
}

#vaccines-panel .inActive{
	display:none;
}


/*End: Tab related common classes */
