
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {

 background:#FFFFFF url(http://www.mq.edu.au/mq_templates/library/images/tab-box_gradient.png) no-repeat scroll center bottom;
height:100%;
margin:0 0 1em 0;
overflow:hidden;
width:486px;

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#column-2 ul.tabbernav
{
	text-align: center;
	margin: 0px 0 0 -4px;
	line-height:normal;
	border-bottom: 1px solid #9f141a;
	list-style-type: none;
	padding: 9px 0 0 0;
	position:relative;

}

#column-2 ul.tabbernav li
{
   display: inline;
}

#column-2 ul.tabbernav li a
{

	display:inline-block;
	padding: 9px 18px; 
	border: 1px solid #c8c9c9;
	background:#fff url(http://www.mq.edu.au/mq_templates/library/images/tab_bg.png) 0 bottom repeat-x;
	
	text-decoration: none;
	border-bottom: none;
margin: 0px ;
margin-right: -1px;
}


#column-2 ul.tabbernav li a:visited, ul.tabbernav li a:link { color:#424C4F; }


#column-2 ul.tabbernav li.tabberactive a
{
	background-image: none;
	background-color:#fff;
	color:#9f141a;
	border-color:#9f141a;
	position:relative;
	top:1px;
	padding-top:14px;
}
#column-2 ul.tabbernav li.tabberactive img{
	display:block;
	border:none;
}
#column-2 ul.tabbernav li img{
	display:none;
	border:none;
}
#column-2 ul.tabbernav li.tabberactive a:hover
{
 padding-top:14px;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	background:transparent url(http://www.mq.edu.au/mq_templates/library/images/tab-box_sides.png) no-repeat scroll center top;
	border-bottom:1px solid #C8C9C9;
	height:21.5em;
	overflow: auto;
	padding: 15px;
}
.tabberlive .tabbertab h2 , .tabberlive .tabbertab h3 {
  display:none;
}
.tabberlive .tabbertab h4 {
  padding:0.8em 0pt 0pt 0.8em;
}

.tabberlive .tabbertab ul li{
  background: url(/images/home/channels_bullet.gif) left 6px no-repeat;
}

.tab-ul_bg {
	
	background:transparent url(http://www.mq.edu.au/mq_templates/library/images/tab-ul_bg.png) no-repeat scroll center bottom;
	height:17px;
	border:none;
	text-align:center;

}

#column-2 ul.tabbernav li a:hover,#column-2 ul.tabbernav li a:active ,#column-2 .tabberlive .tabbertab a:hover{
	color:#9F141A;
	padding-top:14px;
}

#column-2 .tabbertab div{
  padding: 0.63em;
 float:none;
}


