@charset "UTF-8";
/* CSS Document */


.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
/* .tabber {
}
.tabberlive {
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
	padding-left: 0px;
	vertical-align: middle;
}

ul.tabbernav li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding-left: 0px;
}

ul.tabbernav li a
{
	margin-left: 2px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-image: url(/images/dentist/inclusive/tabs/non-selected.jpg);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

ul.tabbernav li a:link {
	color: #FFFFFF;
}

ul.tabbernav li a:visited {
	color: #333333;
}

ul.tabbernav li a:hover
{
	color: #000000;
	background-color: #999999;
	background-image: url(/images/dentist/inclusive/tabs/hover.jpg);
	background-repeat: repeat-x;
}

ul.tabbernav li.tabberactive a
{
	background-color: #5EA0FE;
	background-image: url(/images/dentist/inclusive/tabs/select.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

ul.tabbernav li.tabberactive a:hover
{
	color: #000000;
	border-bottom: 1px solid white;
	background-image: url(/images/dentist/inclusive/tabs/hover.jpg);
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	margin-left: 3px;
	background-image: url(/images/dentist/inclusive/tabs/reverse.png);
	background-repeat: repeat;
	background-position: left top;
	vertical-align: top;
	padding: 10px;
	width: 529px;
}

.tabberlive .tabbertab2 {
	margin-left: 0px; /* height:200px; */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
	height: 500px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}

.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	}
	
.tabbernav#tab2 {
	width: 509px;
	background-color: #00FF99;
}

.tabberlive#tab2 .tabbertab {
	overflow:auto;
	color: #000000;
	width: 504px;
	height: 465px;
	text-align: justify;
	margin-right: 10px;
}
.author-landing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	padding-left: 0px;
}

