/* <!-- compression status: disabled --> */
/*  */
#tabber-block .tabberlive .documentActions, .tabberlive .documentByLine { display: none; }
#tabber-block .tabberlive h2.tabberHeading { display: none; }


#tabber-block
{
text-align:center;
}

#tabber-block h1.documentFirstHeading {
    padding-top:2em;
}

#tabber-block .tabberlive .edit-icon
{
	float: right;
	margin-right: 1em;
}

/* Form tabs */
#tabber-block .tabberlive .tabbertabhide { display: none; }

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

#tabber-block .tabber {text-align:center;}
#tabber-block .tabberlive { margin-bottom: 1em; }

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

#tabber-block ul.tabbernav
{
    margin-top: 0;
    padding: 1px 0;
    margin-bottom:0em;
    text-align:center;
    align: center;
    white-space: no-wrap;
}

#tabber-block ul.tabbernav li
{
    display:inline-block;
    line-height:16px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:5px 0em 0em 0em;
    white-space: no-wrap;
}


#tabber-block ul.tabbernav li a
{
	padding: 3px 1px 2px 2px;
	margin-left: 0;
	border: 0.5px solid #5a5757;;
	border-style: solid dotted solid solid;
	text-decoration: none;
	color: #436976;
	position: relative;
	top: 1em;
	background-color: White;
        margin:5px 0em 0em 0em;
        white-space: no-wrap;
        border-top: 1px solid #5a5757;
        border-right: 1px dotted #5a5757;
        border-bottom: 1px solid #5a5757;
        border-left: 1px solid #5a5757;
        
}


#tabber-block ul.tabbernav li.last a {
    border-right: 1px dotted #b83d00;
}

#tabber-block ul.tabbernav li a:hover
{
	background-color: #ffffff;
	border-color: #b83d00;
        color: #b83d00;
}

#tabber-block ul.tabbernav li a:active { color: #436976;; }

#tabber-block ul.tabbernav li.tabberactive a
{
	background-color: #e8e6e6;
	color: #b83d00;
}

#tabber-block ul.tabbernav li.tabberactive a:hover { 
    cursor: default;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

#tabber-block .tabberlive .tabbertab
{
	padding: 1em 1em 0 1em;
	border: 1px solid #8cacbb;
	border-top: 1.5px solid #8cacbb;
	/* 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; */
}

/* End form tabs */
#tabber-block .tabbertab { min-height: 24em; }
* html #tabber-block .tabbertab { height: 1%; }

/* IE fix */
/*  */

/* vim:ft=css
 */

