a:link { color: #1B6ECC; text-decoration: none; }
a:visited { color: #1B6ECC; text-decoration: none; }
a:hover { color: #69B271; text-decoration: none; }
a:active { color: #1B6ECC; text-decoration: none; }
a.bglink:link { color: #454545; text-decoration: underline; }
a.bglink:visited { color: #454545; text-decoration: underline; }
a.bglink:hover { color: #454545; text-decoration: none; }
a.bglink:active { color: #454545; text-decoration: underline; }
a.hefo:link { color: #ECECEC; text-decoration: none; }
a.hefo:visited { color: #ECECEC; text-decoration: none; }
a.hefo:hover { color: #ECECEC; text-decoration: underline; }
a.hefo:active { color: #ECECEC; text-decoration: underline; }
body { background-color: #FAFAFA; color: #323232; }
h1 { color: #ECECEC; font-size: 18px; padding: 0px; margin: 0px; font-weight: bold; font-family: Verdana, Helvetica }
h2 { color: #ECECEC; font-size: 18px; font-weight: bold; font-family: Verdana, Helvetica }
.border-col { background-color: #DEDEDE; }
.cella { background-color: #FAFAFA; }
.cellb { background-color: #F5F5F5; }
.highlight { background-color: #0C0C0C; }
.color4 { background-color: #1B6ECC}
.color5 { background-color: #FFF}
.tbbutton { font-family: Verdana; font-size: 8pt; }
.tbinput { background-color: #EEEEEE; font-family: Verdana; font-size: 8pt; }
.tbselect { background-color: #EEEEEE; font-family: Verdana; font-size: 8pt; }
.tbtextarea { background-color: #EEEEEE; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.smallfont { font-family: Verdana, Helvetica; font-size:10px; }
.stdfont { font-family: Verdana, Helvetica; font-size:12px; }

.m_left { margin-left:10px }
.m_right { margin-right:10px }
.clear { clear:both }
button { max-height:20px; padding:2px 10px 0 10px; font:bold 11px Arial, Helvetica, sans-serif; vertical-align:middle; color:#AAA; border-top:1px solid #C8C8C8; border-left:1px solid #C8C8C8; border-right:1px solid #999; border-bottom:1px solid #999 }
button.active { color:#666 }
button.active:hover { color:#444; cursor:pointer; border-top:1px solid #DDD; border-bottom:1px solid #999; border-left:1px solid #DDD; border-right:1px solid #999 }


/*----TABBER----*/
/*--------------------------------------------------
  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;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

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

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* 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 {
 display:none;
}

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


.m_bottom_10 { margin-bottom:10px; }
