/* $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: 25px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#container ul.tabbernav {
 margin: 0 -2px 0 0;
 border-bottom: 1px solid #AAAAAA;
 padding: 4px 0;
 font-weight: bold;
}
html>body #container ul.tabbernav {
 padding: 3px 0
}

#main_cntnt ul.tabbernav li { margin: 0pt; list-style-type: none; list-style-image: none; list-style-position: outside; display: inline; }
#main_cntnt ul.tabbernav li a { border: 1px solid rgb(43, 38, 105); margin: 1px; padding: 5px 7px; background: rgb(18, 72, 93) url(/internet/main/publishing.nsf/AttachmentsByTitle/back.png/$FILE/back.png) repeat-x; color: #FFF; font-size: 1.1em; }
#main_cntnt ul.tabbernav li a:visited { color: #FFF; }
#main_cntnt 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: rgb(255, 255, 255) none repeat; color: rgb(0, 0, 0); text-decoration: none; }

#main_cntnt ul.tabbernav li.tabberactive a { border-style: solid; border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(255, 255, 255); border-width: 1px; background: rgb(255, 255, 255) none repeat; color: rgb(0, 0, 0); }
#main_cntnt ul.tabbernav li.tabberactive a:hover, #main_cntnt 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 #aaa;
 border-top:0;
 margin-bottom: 20px;
 float: left;
 width: 100%;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
#container .tabbertab h2 {
color: #FFF; background: #12485D url(/internet/main/publishing.nsf/AttachmentsByTitle/back.png/$FILE/back.png) 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 */
#container .tabbertab ul {
margin: 20px;
}
#container .tabbertab ul li {
color: #000;
line-height: 1.4em;
margin-bottom: 0.7em
}
#container .tabbertab ul li a:hover {
color: #686E9C;
text-decoration: none;
}
#container .tabbertab ul li a:visited {
color: #444444;
}
#container .tabbertab ul li a {
color: #353E7A;
text-decoration: underline;
font-weight: bold;
}
/* Side content */
#container .side {
width: 35%;
display: block;
float: right;
border: 1px solid #AAAAAA;
background-color: #ECECEC;
margin: 20px 10px 10px 20px;
}
html>body #container .side {
margin: 20px;
}
#container .side h3 {
display: block;
background: #12485D url(/internet/main/publishing.nsf/AttachmentsByTitle/back.png/$FILE/back.png) repeat-x 0 0;
padding: 5px 20px;
margin: 0;
color: #FFF;
font-size: 1.1em
}
#container .side ul {
margin: 15px 15px 20px
}
#container .side a.more {
background:url(/internet/main/publishing.nsf/AttachmentsByTitle/arrow-right.gif/$FILE/arrow-right.gif) no-repeat right center;
clear:none;
color:#FFF;
float:right;
font-size:0.9em;
margin-right:20px;
margin-top:-24px;
padding-right:18px;
text-decoration:none;
}
#container .tabberlive h3.hide {
display: none;
}
/* These styles are rendered when JavaScript is turned off */
#container .tabber .side, #container .tabber .general {
width: 100%;
margin: 0;
float: none;
background-color: #FFF;
border: 1px solid #AAAAAA;
}
#container .tabber .side h3 {
background: #AAAAAA;
}
#container .tabber .side h3.hide {
background: #AAAAAA;
color:#FFFFFF;
display:block;
font-size:1.1em;
margin:0pt;
padding:5px 20px;
}
#container .tabber h3 {
display: block;
background: #AAA;
padding: 5px 20px;
margin: 0;
color: #FFF;
}