/* 
 * 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: white;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  padding: 5px;
  border: 0px;
}

form { margin: 0; }

img { border: 0; }

a:link {	
	color: #0076D5;	
	text-decoration: none;
}

a:visited {	
	color: #004787;
	text-decoration: none;
}
	
a:hover {	
	text-decoration: underline;	
	color: #0076D5;
}

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;
/*  color: #FFFFFF; */
}

.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: black;
  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: rgb(ff, ff, 1f) top left;
  background-repeat: repeat-x;
  /* padding-right: 1em; */
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0 0 5px 0;
  vertical-align: top;
}

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

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

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

/*
.header h1 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 2px;
  height: 8px;
  z-index: 100;
}

.header h1 a {
  display: block;
  width: 205px;
  height: 55px;
  background: transparent url("../images/header/top-logo.gif") no-repeat;
  text-indent: -700em;
  text-decoration: none;
}
*/

.header p,.header a {
  color: black;
  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
{
 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;
}

table {
  margin-top:  0px;
  margin-bottom:  0px;
  margin-left:  auto;
  margin-right:  auto;
  padding: 0px;
  border:  0px;
  border-collapse: collapse;
}
/*
tr {
  margin:  0px;
  padding: 0px;
  border:  0px;
  border-collapse: collapse;
}

td {
  margin:  0px;
  padding: 0px;
  border:  0px;
  border-collapse: collapse;
}

th {
  margin:  0px;
  padding: 0px;
  border:  0px;
  border-collapse: collapse;
}
*/