/* 
 * 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: rgb(247, 247, 247);
  font-family: arial, helvetica, sans-serif;
  font-size: small;
  background-color: #e0e0e0;
}

form { margin: 0; }

img { border: 0; }

.mainCanvas a, .mainCanvas a:link {
  text-decoration: underline;
  //color:#2486EA;
  color: rgb(35, 167, 192);
}

a.boton {
background-color:#349DB3;
border-color:white #979797 #979797 white;
border-style:solid;
border-width:1px;
color:white;
padding:0.13em 0.4em;
text-align:center;
font-size: 12px;
}

.mainCanvas a:hover {
  text-decoration: none;
  //color:#1F85EA;
}

.mainCanvas a:visited {
  //text-decoration: underline;
  //color:#CC3366;
}

/*
a:link {
  color: #0000be
}

a:visited {
  color: #0000be
}

a:active {
}
*/



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;
  font-weight:bold;
  border-bottom:1px solid #2486EA;
}

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: white;
}

.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: #2486EA;
  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: black;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

/* header style */
.header {
  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 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: 300px;
  height: 55px;
  background: transparent url("../images/header/top-logo.png") no-repeat;
  text-indent: -700em;
  text-decoration: none;
}
*/

.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 ;
  padding: 0.6em 0.6em 0.6em 0.6em ;
  border: 0;
  vertical-align: top;
}

.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;
}


/*estilos JLGL*/
/*
td.cice{
	background-color:#1F85EA;
	padding:3px 10px 3px 10px;
}

.cice a{
	

	height:40px;
	left:20px;
	margin:0pt;
	text-decoration:none;
	width:347px;
}

.cice span {
visibility:hidden;
}
*/

.cice {
        background-image:url(/themes/gforge/images/fnd-cab1.jpg);
}

.gforja{
	background-color:#222A3D;
	background-image:url(/themes/gforge/images/bg_cabecera.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding:3px 10px 3px 10px;
}

.form{
	text-align:right;
	background-color:#222A3D;
	background-image:url(/themes/gforge/images/bg_cabecera.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding:2px 10px 2px 0px;
	color:#fff;
	font-size:100%;
}

.form a{
	color:#fff;

}

.form a:hover{
	text-decoration:underline;
}

.entrar{
	border:1px solid #FE9335;
	background-color:#FFFFFF;
	background-image:url(linkTransparent.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin:0px 5px 0px 5px;
	padding:0px 0px 0px 10px;
	font-size:80%;
}

.mainCanvas a, .mainCanvas a:link {
  //border-bottom:1px solid #ccc;
  //color:#436976;
  color:#23A7C0;
  text-decoration:none;
 }

.mainCanvas a:hover {
  //text-decoration: none;
  text-decoration: underline;
	
  //color:#1F85EA;
  //border-bottom:1px solid #666;
}

.mainCanvas a:visited {
  //color:#CC3366;
}

.mainCanvas li{
list-style-image:url(guion.gif);
}

a.topTabSelected{
	color:#fff;
}

