/*

    WebTabs 1.0 Theme Style Sheet

    Theme : WebTabs 1.0 Default Theme
    Author: Phyrix Systems (Pty) Ltd (http://www.phyrix.com)

*/

/*
--------------------------------------------------------------------------------
Properties for the entire page. Normally these are set on the page itself,
or in your own style sheet file included from the main page.
--------------------------------------------------------------------------------
*/

/* Defined elsewhere:
body {
  background: #ffffff;
}
*/

/*
--------------------------------------------------------------------------------
Non user-configurable properties. Normally you would leave these alone. They
are located here for centralization and orderlyness.
--------------------------------------------------------------------------------
*/

.WebTabs-tab-container-bdr {
  position: absolute;
  overflow: hidden;
}

.WebTabs-tab-bdr {
  position: absolute;
  overflow: hidden;
}

.WebTabs-tab-cnr {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.WebTabs-external-page-container {
  display: none;
  text-align:left;
}

/*
--------------------------------------------------------------------------------
User-configurable properties. You can change the colours and fonts here to
whatever you like.

Note: If you want to change the background colour of the widget, you must
do so several times for different widget elements below (as indicated).
--------------------------------------------------------------------------------
*/

.WebTabs-tab {
  /* This is the font family to use for tab content. */
  font-family: Arial, Verdana, sans-serif;
  /* This is the font size to use for tab content. */
  font-size: 9px;
}

.WebTabs-touchups {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  /* Detta er bakgrunnsfarge i bunnstripa på fanene. */
  background: #8F6012;
}

.WebTabs-tab-text-container {
  /* Her fargen på Fanene. */
  background: #FDD6A8;
  /* Her er font på Fanene. */
  font-family: Arial, Verdana, sans-serif;
  /* Her er skriftgrad på Fanene. */
  font-size: 10px;
  /* Her er skriftfarge på Fanene. */
  color: black;
}

.WebTabs-internal-page-container {
  /* Her er fargen nede på selve sida for hver fane. */
  background: #FFF3DD;
  overflow: auto;
  width: <!-- webtabs_width -->;
  height: <!-- webtabs_height -->;
}
