/* .pkg - wraps enclosing block element around inner floated elements */
.pkg:after { content: " ";display: block;visibility: hidden;clear: both;height: 0.1px;font-size: 0.1em;line-height: 0;}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg[class] { height: auto; }
.pkg { display: block; }
/* */
.hidden { display: none !important; }
.visible { display: block; }
.invisible { display: block !important;visibility: hidden !important;position: absolute !important;left: 0 !important;top: 0 !important;width: 0 !important;height: 0 !important;font-size: 0.1px !important;line-height: 0 !important; }
.overflow-auto { overflow: auto; }
.overflow-hidden { overflow: hidden; }
.right { float: right; }
.left { float: left; display: inline; /* ie hack */ }
.center { margin-left: auto; margin-right: auto; }
.center-text { text-align: center; }
.inline { display: inline; }
.clear { clear: both; }

/* Corners -------------------------------------------------------------------------------- */

.lblue {
    background-color: #eff5f9;
}
.green {
    background-color: #f1f3e2;
}

.comment-odd {
    background-color: #eff5f9;
    border: 1px solid #c5e4f4;
}
.comment-even {
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
}
.comment-author {
    background-color: #c5e4f4;
    border: 1px solid #599cbf;
}



.header-separator .ctl, .header-separator .ctr,
.header-separator .cbl, .header-separator .cbr {
    background-image: url('../images/header-separator-corners.gif');
    background-repeat: no-repeat;
}
.white .ctl, .white .ctr,
.white .cbl, .white .cbr {
    background-image: url('../images/corners-white.gif');
    background-repeat: no-repeat;
}
.blue .ctl, .blue .ctr,
.blue .cbl, .blue .cbr {
    background-image: url('../images/corners-blue.gif');
    background-repeat: no-repeat;
}
.green .ctl, .green .ctr,
.green .cbl, .green .cbr {
    background-image: url('../images/corners-green.gif');
    background-repeat: no-repeat;
}
.lblue .ctl, .lblue .ctr,
.lblue .cbl, .lblue .cbr {
    background-image: url('../images/corners-lblue.gif');
    background-repeat: no-repeat;
}
.comment-odd .ctl, .comment-odd .ctr,
.comment-odd .cbl, .comment-odd .cbr {
    background-image: url('../images/corners-comment-odd.gif');
    background-repeat: no-repeat;
    position: relative;
}

.comment-even .ctl, .comment-even .ctr,
.comment-even .cbl, .comment-even .cbr {
    background-image: url('../images/corners-comment-even.gif');
    background-repeat: no-repeat;
    position: relative;
}

.comment-author .ctl, .comment-author .ctr,
.comment-author .cbl, .comment-author .cbr {
    background-image: url('../images/corners-comment-author.gif');
    background-repeat: no-repeat;
    position: relative;
}

.ctl, .ctr {
    width: 10px;
    height: 20px;
}
.ctl {
    background-position: top left;
    float: left;
}
.ctr {
    background-position: top right;
    float: right;
}
.cbl, .cbr {
    width: 15px;
    height: 15px;
    position: relative;
    top: -15px;
    /* z-index: 4; don't remember why this was there...*/
}
.cbl {
    background-position: bottom left;
    float: left;
}
.cbr {
    background-position: bottom right;
    float: right;
} 
.dotted {
    
}

.comment-content .cbl,
.comment-content .cbr {
    top: -14px;
}
.comment-content .ctl,
.comment-content .ctr {
    top: -1px;
}
.comment-content .ctl,
.comment-content .cbl {
    left: -1px;
}
.comment-content .ctr,
.comment-content .cbr {
    left: 1px;
}





/* Columns ------------------------------------------------------------------------------ */

.three-col, .two-col {
    width: 100%;
}

.two-col .equal-col {
    float: left;
    width: 49%;
}

.three-col .double-col {
    width: 66%;
}

.three-col .equal-col {
    float: left;
    width: 33%;
}

.two-col .col-left .inner {
    padding-right: 8px;
}
.two-col .col-right .inner {
    padding-left: 8px;
}



/* $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:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
 margin: 0 0 15px 0 !important;
 padding: 6px 0 1px 0 !important;
 border-bottom: 1px solid #cccccc;
 font-weight: bold;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 padding: 0 !important;
 background: none !important;
}

ul.tabbernav li a
{
 padding: 6px 0 6px 20px;
 margin-left: 3px;
 border-bottom: none;
 background: url('/images/content-tab.gif') no-repeat top left;
 text-decoration: none;
}
ul.tabbernav li a span {
 padding: 6px 20px 6px 0;
 background: url('/images/content-tab.gif') no-repeat top right;
}


ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #333333; }

ul.tabbernav li a:hover { color: #069; }

ul.tabbernav li.tabberactive a {
 background: url('/images/content-tab-on.gif') no-repeat top left;
}
ul.tabbernav li.tabberactive a span {
 padding: 6px 20px 6px 0;
 background: url('/images/content-tab-on.gif') no-repeat top right;
}

ul.tabbernav li.tabberactive a:hover {

}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:0px;

 /* 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;
}
.tabberlive .tabbertab h3 {

}

/* 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;
}




