/* 
 * Stylesheet for SAP Forge theme.
 */
body {
  /*margin-top: 0em;
  margin-left: 0em;
  margin-right: 0em;
  margin-bottom: 0em;*/
  color: rgb(68, 68, 68);
  background-color: #e6e6d7;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  text-align:center;
  /*margin:1em 0 1em 0;*/
  vertical-align:middle;
}

th,td {
  border-top: 0; 
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
}


form { margin: 0; }

img { border: 0; }

div {border-bottom: 0;}

fieldset, table, pre {
    margin-bottom: 0;
}

a {
  text-decoration: none;
  color: rgb(1, 73, 144);
}

a:hover {
  text-decoration: underline;
  color: rgb(247, 0, 0);
}

h1,h2,h3,h4,h5,h6 {
  font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
  font-size: x-large;
}

h2 {
  font-size: large;
}

h3 {
  font-size: medium;
}

h4 {
  font-size: small;
}

h5 {
  font-size: x-small;
}

h6 {
  font-size: xx-small;
}

pre,tt {
  font-family: courier, sans-serif
}

td {
  text-align: left
}

/* the style of the label on a box title  */
.titlebar {
  text-decoration: none;
  font-weight: bold;
}

.topTab, a.topTab, a.topTab:visited, a.topTab:hover,
.topTabSelected, a.topTabSelected, a.topTabSelected:visited, 
a.topTabSelected:hover {
  text-decoration: none;
  font-weight: bold;
  color: rgb(68, 68, 68);
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

.bottomTab, a.bottomTab, a.bottomTab:visited, a.bottomTab:hover {
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

.bottomTabSelected, a.bottomTabSelected, a.bottomTabSelected:visited, 
a.bottomTabSelected:hover {
  text-decoration: none;
  font-weight: bold;
  color: rgb(68, 68, 68);
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

/* header style */

.header {
  background: #4d4d4d;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0 0 0 0;
  vertical-align: top;
}

.topLeft {
  vertical-align: top;
  text-align: left;
}

.middleRight {
  vertical-align: middle;
  text-align: right;
}

.header form {
  padding: 0 0 0 5px;
  margin: 5px 0 5px 0;
  border-width: 0;
}

.header p,.header a {
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}

.mainCanvas {
  width: 100%;
  padding: 0.6em 0.6em 0.6em 0.6em ;
  border: 0;
}

.pane {
  color: rgb(112, 112, 112);
  background-color: white;
}

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

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: #D0D0D0;
 text-decoration: none;
}

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

ul.tabbernav li a:hover
{
 color: #000;
 background: #FED620;
 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;
}

#content {
    height:110%;
    width:1000px;
    text-align:left;
    border:solid 1px;
    background-color: white;
    margin:auto;
    border-right-color: #4d4d4d;
    border-left-color: #4d4d4d;
    border-bottom-color: #4d4d4d;
    border-top-color: #4d4d4d;
}

/* 
 * Stylesheet for FusionForge default theme.
 * 2009 Matthieu FAURE // Open-S: global clean-up
 * 
 * CONTENT: all generic styles (not page-related)
 * ========================================================
 */

/* HTML elements */
h1 {margin:0; }
div#maindiv {margin:1em; }

a.userlink {color: white; }
a.userlink:hover {text-decoration: underline; color: white;}
a.userlink:visited {text-decoration: none; color: white; }
#mydoc {text-align: left;}
input[type="text"], input[type="password"], textarea {
	width: auto;
}

/* =header */
#header-col1 {
  padding: 0;
  border-bottom: 0;	
} 
#header-col1 h1 {
    padding: 0;
    margin: 0;
}
#header-col2 {
  padding:0;
  border-bottom: 0;
  text-align:center;	
}
#header-col3 {
  padding: 0 10px 0 0;
  border-bottom: 0;
  text-align:right;
}

/* =searchBox */
#searchBox div {
  text-align:right;
}

/* =tabGenerator */
.tabGenerator {font-weight:bold; margin:0; }
.tabGenerator td {padding:0; }
.tabGenerator .tg-left div div {
  background: 0 0 url(/themes/gforge/images/toptab-new/left.gif) no-repeat;
  display: block;
  width: 3px;
  height: 40px;
}
.tabGenerator .tg-middle {
  vertical-align: middle;
}
.tabGenerator .tg-middle div div {
  background: url(/themes/gforge/images/toptab-new/middle.gif);
  text-align:center;
  vertical-align: middle;
  height: 40px;
}
.tabGenerator .tg-right div div {
  background: 0 0 url(/themes/gforge/images/toptab-new/right.gif) no-repeat;
  display: block;
  width: 9px;
  height: 40px;
}

.tabGenerator .tg-left div div.nested {width:5px; }
.tabGenerator .tg-right div div.nested {width:2px; }
.tabGenerator .tg-left div div.nested,
.tabGenerator .tg-middle div div.nested,
.tabGenerator .tg-right div div.nested {height: 22px; padding-top:0.5em; }

.tabGenerator .tg-left div.selected div {background-image:url(/themes/gforge/images/toptab-new/selected-left.gif); }
.tabGenerator .tg-middle div.selected div {background-image: url(/themes/gforge/images/toptab-new/selected-middle.gif); }
.tabGenerator .tg-right div.selected div {background-image: url(/themes/gforge/images/toptab-new/selected-right.gif)}

.tabGenerator .tg-left div div.nested {background:0 0 url(/themes/gforge/images/bottomtab-new/middle.gif); } 
.tabGenerator .tg-middle div div.nested {background:url(/themes/gforge/images/bottomtab-new/middle.gif); }
.tabGenerator .tg-right div div.nested {background: 0 0 url(/themes/gforge/images/bottomtab-new/separator.gif); }

.tabGenerator .tg-left div.selected div.nested {background:0 0 url(/themes/gforge/images/bottomtab-new/selected-middle.gif); }
.tabGenerator .tg-middle div.selected div.nested{background:url(/themes/gforge/images/bottomtab-new/selected-middle.gif);  }
.tabGenerator .tg-right div.selected div.nested {background: 0 0 url(/themes/gforge/images/bottomtab-new/selected-separator.gif); }

/* set padding only for non nested tabs */
.tabGenerator .tg-middle div div a {display:block; padding-top: 0.5em;}
.tabGenerator .tg-middle div div.nested a {display:inline;}

/* set white color only for nested + selected tab */
.tabGenerator .tg-middle div div.nested a {color: white;}
.tabGenerator .tg-middle div.selected div.nested a {color: rgb(1,73,144);;}

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

.field-holder {
  clear: both;
}

/* Boxes (top / middle / bottom)
----------------------------------------------- */
.box-surround {
  margin-bottom: 1em;
}

/*.box-title-left {
  background-image: url(../images/box-topleft.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.box-title-right {
  background-image: url(../images/box-topright.png);
  background-repeat: no-repeat;
  background-position: top right;
}*/

.box-title-content {
  background-image: url(../images/box-grad.png);
  margin: 0;
  padding: 0.2em 0.1em 0.1em;
}

.box-content {
  /*background-image: url(../images/vert-grad.png);*/
  border: solid 1px #ccc;
  padding: 0.5em;
  margin-bottom: 10px;
}

.box-middle {
  background-image: url(../images/box-grad.png);
  margin: 0;
  padding: 0.2em 0.5em 0.1em;
}

/* =ft (footer)
----------------------------------------------- */
#ft {
  text-align:center;
}


