#az {display: block}
#content {width: auto}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  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 {
margin-top: 0
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#content ul.tabbernav {
 margin: 0;
 border-bottom: 1px solid #4f2683;
 padding: 4px 0;
 font-weight: bold;
}
html>body #content ul.tabbernav {
 margin: 0 -2px 0 0;
 }

#content ul.tabbernav li { margin: 0pt; list-style-type: none; list-style-image: none; list-style-position: outside; display: inline; }
#content ul.tabbernav li a { border: 1px solid #4f2683; margin: 1px; padding: 5px 7px; color: #FFF; font-size: 1.1em; text-decoration: none; border-bottom: 0; background: #d7d1e6}
#content ul.tabbernav li a:visited { color: #FFF; }
#content ul.tabbernav li a:hover { border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(255, 255, 255); border-bottom: 1px solid rgb(255, 255, 255); background: #4f2683 none repeat; color: #FFFFFF; text-decoration: none; }

#content ul.tabbernav li.tabberactive a { border-style: solid; border-color: #4f2683 #4f2683 rgb(255, 255, 255); border-width: 1px 1px 0 1px; background: rgb(255, 255, 255) none repeat; color: rgb(0, 0, 0); }
#content ul.tabbernav li.tabberactive a:hover, #content ul.tabbernav li.tabberactive a:visited { text-decoration: none; color: #000}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	border:1px solid #4f2683;
	border-top:0;
	margin-bottom: 20px;
	width: 100%;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:70px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
html>body .tabberlive .tabbertab {
 float: left;
}
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
#content .tabbertab h2 {
	color: #FFF;
	background: #d7d1e6 repeat-x 0 0;
	padding: 5px 7px;
	margin: 20px 0;
	font-size: 1.1em;
	border: 1px solid #2B2669;
	text-align: center;
	width: 35px;

}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
/* A-Z specific styles */
#content .tabbertab ul {
margin: 20px;
padding: 0;
}
#content .tabbertab ul li {
color: #000;
line-height: 1.4em;
margin-bottom: 0.7em;
list-style-type:square;
margin-left:15px;
padding-left:0pt;
}
#content .tabbertab ul li a:hover {
color: #686E9C;
text-decoration: none;
}
#content .tabbertab ul li a:visited {
color: #444444;
}
#content .tabbertab ul li a {
color: #353E7A;
text-decoration: underline;
font-weight: bold;
}
/* Side content */
#content .side {
width: 35%;
display: block;
float: right;
border: 1px solid #AAAAAA;
background-color: #ECECEC;
margin: 20px 10px 10px 20px;
}
html>body #content .side {
margin: 20px;
}
#content .side h3 {
display: block;
padding: 5px 20px;
margin: 0;
color: #FFF;
font-size: 1.1em
}
#content .side ul {
margin: 15px 15px 20px
}
#content .side a.more {
clear:none;
color:#FFF;
float:right;
font-size:0.9em;
margin-right:20px;
margin-top:-24px;
padding-right:18px;
text-decoration:none;
}
#content .tabberlive h3.hide {
display: none;
}
/* These styles are rendered when JavaScript is turned off */
#content .tabber .side, #content .tabber .general {
width: 100%;
margin: 0;
float: none;
background-color: #FFF;
border: 1px solid #AAAAAA;
}
#content .tabber .side h3 {
background: #AAAAAA;
}
#content .tabber .side h3.hide {
background: #AAAAAA;
color:#FFFFFF;
display:block;
font-size:1.1em;
margin:0pt;
padding:5px 20px;
}
#content .tabber h3 {
display: block;
background: #AAA;
padding: 5px 20px;
margin: 0;
color: #FFF;
}
