BODY {   font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 12px;
         color: black;
         background: white url(../images/ISGB_BG_PRINCIPAL.gif) no-repeat fixed left bottom;
         margin: 0;

      }

TABLE { font-family: Verdana, Arial, Helvetica, sans-serif;
        color: black;
        border-collapse: collapse;
        border: none;
        margin: 0px;
        padding: 0px;
        cellspacing: 0; /*?*/
        cellpadding: 0; /*?*/
      } 
TR    { border: none; 
        margin: 0px;
        padding: 0px;
      }
TD    { border: none; 
        margin: 0px;
        padding: 0px;
      }   
/* --- Tabelas --- */
        
TABLE.WbTable 
      { font-size: 11px;
/*        background: white; */
        color: black; 
        border-collapse: collapse;
        }
CAPTION.WbTable
      { background: #1B75BC;                                  /* azul escuro */
        color: white;
        border: none;
        height: 16px; 
        font-size: 11px;
        padding: 3px;
        border-top:3px solid white;
        border-bottom:3px solid white;
        }
TD.WbTable
      {
	color: white;
	border: none;
	height: 16px;
	font-size: 11px;
	text-indent: 3px;
	padding: 3px;
	background-color: #565692;
	background-attachment: fixed;
        }
*#tr1   { border: none;
          border-top: solid 3px white;
				padding: 3px;
        }
*#tr2   { color: #F45E00;             /* laranja */
				padding: 3px;
        }

TABLE.WbTable2 
      { font-size: 11px;
/*        font-weight: bold;*/
/*        background: white; */
        color: black;
        border-collapse: collapse;
				padding: 3px;
        }
TD.WbTable2
      { border: 1px solid #D4D0C8;                            /* cinza claro */
        text-indent: 3px;
		padding: 3px;
        }

TABLE.WbInputTable 
      { font-size: 11px;
        /*background:; */
        color: white;
        border-collapse: collapse;
        }
THEAD.WbInputTable			/*AQUI FERNANDO */
      {
	color:;
	background-color: #1B75BC;
	height: 20px;
        }
TFOOT.WbInputTable
      { background: white; 
        color: #F45E00;                                       /* laranja */
/*        font-weight: bold;*/
        }
*#col1  {
	border-top: 3px solid white;
	border-right: 3px solid white;
	color: #000064;
	background-color: #B7CBED;   /* fundo dos campos esquerdos das tabelas FD */
	text-indent: 5px;
    padding-left:10;	
/*          font-weight: bold;*/ }
*#col2  { border-top: 3px solid white; 
          text-indent: 3px; 
		  padding-left:10;		  
		  }

*#login1  { background: #D4D0C8;                             /* cinza fundo FD */
            color: #646464;                                  /* cinza escuro letras FD */
          }         
*#login2  { background: #1EABFF;                            /* azul claro risco FD */
          }         
*#login3  { background: #1B75BC;                             /* azul fundo logo FB */
          }
          
/* --- Start Page --- */

TD.WbInfoHead   
       { 
          height: 17px;
          border-top: solid 1px black;
          color: white; 
          background: #757575;          /* cinza mdio */
          font-size: 11px;
        }
WbInfoBody  
        { 
          color: #4A4A4A;               /* cinza escuro */
          font-size: 11px;
          text-align: justify;
          height: 100%;
          width: 100%;
          overflow-x: hidden;
          overflow-y: auto;
        }

DIV.WbInfoBody  
        { 
          color: #4A4A4A;               /* cinza escuro */
          font-size: 11px;
          text-align: justify;
          height: 100%;
          width: 100%;
          overflow-x: hidden;
          overflow-y: auto;
        }
TABLE.WbStartTable 
        { 
          table-layout: fixed;
          font-size: 11px;
          background-color: transparent;
          color: black;
          border-collapse: separate;

          width:100%;
          height:auto;

          background-color:transparent;

        }
TR.WbStartTableRow
        {
          height: 17px;
        }        
TBODY TR.WbStartTableRowSep
        {
          height: 3px;
        }        
TFOOT TR.WbStartTableRowSep
        {
          height: 25px;
        }        
TBODY TD.WbStartTable.Col1
        {
          width:17px;
          border-right: solid 1px black;
        }        
TBODY TD.WbStartTable.Col2
        {
          width:70px;
          text-align: center;
        }        
TBODY TD.WbStartTable.Col3
        {
          background: #D4D0C8;                             /* cinza claro */
          color: black;
          behavior: url(wbHilite.htc);
          wbHiliteColor: blue;
          border-top: solid 1px black;
          border-left: solid 1px #F45E00;                  /* laranja */
          padding-left: 3px;
        }        
TBODY TD.WbStartTable.Col3b
        {
          background: #FB5E01;                             /* laranja forte */
          color: white;
          font-weight: bold;
          behavior: url(../wbHilite.htc);
          wbHiliteColor: #FFFFBB;
          border-top: solid 1px black;
          padding-left: 3px;
        }        
THEAD TD.WbStartTable
        {
          border-top: solid 1px black;
        }        
THEAD TD.WbStartTable.Col1
        {
          width:17px;
          border-right: solid 1px black;
        }        
THEAD TD.WbStartTable.Col2
        {
          width:70px;
          text-align: center;
        }        
THEAD TD.WbStartTable.Col3
        {
          background: #757575;                             /* cinza mdio */
          color: white;
          border-left: solid 1px #F45E00;                  /* laranja */
          padding-left: 3px;
          behavior: url();        /* para nao herdar do TBODY TD.WbStartTable.Col3 */
        }      

/* --- Calendar --- */
        
.WbCalendar
          {
          border: solid 5px #1F50AF;                       /* azul */
          border-top: solid 0px #1F50AF;                       /* azul */
        }
.WbCalendarButton
                { position:absolute;
                  left:6;
                  top:6;
                  width:37;
                  height:23;
                  background: #F45E00;          /* laranja */
                  border-color: #FF9E00;
                  color: white; 
                  font-size: 13px;
                }
        
/* --- Menus --- */
        
.WbMenuHeader
                { background: #1F50AF;          /* azul */
                  background-image: url(../images/WB_MENU_back.gif);
                  background-repeat: repeat;
                  border: none;
                }
.WbMenuPersonal
                { background: #D4D0C8;          /* cinza claro */
                  color: #4A4A4A;               /* cinza escuro */
                  font-size: 10px;
                }
.WbMenuName
                { background: #FFC000;          /* amarelo */
                  color: white;
                  font-size: 10px;
                  /* font-weight: bold; */
                }
.WbMenuDate
                { color: white;
                  font-size: 10px; 
                  /* font-weight: bold; */
                }
.WbMenu0
                { height: 15px;
                  background: #1F50AF;          /* azul */
                                  }
.WbMenu0Normal  { height: 15px;
                  color: #D4D0C8;               /* cinza claro */
                  font-size: 10px;
                  text-decoration: none;
                  /* font-weight: bold; */
                }
A:Hover.WbMenu0Normal
                { color: white;
                }
.WbMenu0Selected
                { height: 15px;
                  background: #D4D0C8;          /* cinza claro */
                  color: black;
                  font-size: 10px;
                  /* font-weight: bold; */
                }
.WbMenu1
                { height: 15px;
                  background: #D4D0C8;         /* cinza claro */
                }
.WbMenu1Normal
                { height: 15px;
                  background: #D4D0C8;          /* cinza claro */
                  color: black;
                  font-size: 10px;
                  text-decoration: none;
                  /* font-weight: bold; */
                }
A:Hover.WbMenu1Normal
                { color: #4A4A4A;               /* cinza escuro */
                }
.WbMenu1Selected
                { height: 15px;
                  background: #757575;          /* cinza mdio */
                  color: white;
                  font-size: 10px;
                  /* font-weight: bold; */
                }
.WbMenu2
                { height: 15px;
                  background: #757575;          /* cinza mdio */
                  font-size: 10px;				  
                }
.WbMenu2Normal
                { height: 15px;
                  color: white; 
                  font-size: 10px; 
                  text-decoration: none;
                  /* font-weight: bold; */
                }
A:Hover.WbMenu2Normal
                { background: #D4D0C8;          /* cinza claro */
                  color: black; 
                }


/* --- Page Header --- */
        
.WbSeparator
                { background: #4A4A4A;          /* cinza escuro */
                  background-image: url(../images/WB_Separator.gif);
                  background-repeat: repeat;
                  border: none;
                }
.WbUser
                { height: 25px;
                  background: white;
                  border: none;
                  color: #F45E00;               /* laranja */
                  font-size: 13px;
                  text-indent: 45px;
                }
.WbPageHeader
                {
	height: 20px;
	background-image: url(../images/WB_PageHeader_Left.gif);
	background-repeat: no-repeat;
	border: none;
	text-indent: 45px;
	background-color: #92B4EC;                  /* azul claro barra baixo FD */
                }
TABLE.WbPageHeader
                { border-top: solid 1px black;
                }
.WbPageHeaderUp, .WbPageHeaderDown
                { height: 3px;
                  background: #D4D0C8;          /* cinza claro */
                  border: none; 
                }
.WbPageTitle
                { color: black; 
                  font-size: 13px; 
                  /* font-weight: bold; */
                }

/* --- Page Top --- */
        
.WbPageTop
                { background: #D4D0C8; }        /* cinza claro */

.WbPageTopTitle
                { height: 25px;
                  color: black;
                  font-size: 13px;
                  /* font-weight: bold; */
                }
.WbPageTopTitle2
                { height: 25px;
                  color: #F45E00;               /* laranja */
                  font-size: 13px;
                  /* font-weight: bold; */
                }
.WbPageTopFieldTitle
                { height: 16px;
                  color: #F45E00;               /* laranja */
                  font-size: 11px;
                  /* font-weight: bold; */
                }                               
.WbPageTopFieldValue 
                { height: 16px;
                  color: #4A4A4A;               /* cinza escuro */
                  font-size: 11px;
                  /* font-weight: bold; */
                }
.Wbcomments
                { height: 20px;
                  background: #D4D0C8;          /* cinza claro */
                  color: #4A4A4A;               /* cinza escuro */
                  font-size: 10px;
                  text-indent: 45px;
                }

/* --- Help --- */
        
.WbHelpHeader
                { height: 32px;
                  background: #4A4A4A;          /* cinza escuro */
                  background-image: url(../images/WB_HELP_Header.gif); 
                  background-repeat: repeat;
                  border: none;
                  color: white; 
                  font-size: 13px;
                  /* font-weight: bold; */
                }
.WbHelpIndex  { 
              background: #D4D0C8; 
              font-size: 10px;
              }       /* cinza claro */
A.WbHelpIndex {
              text-decoration: none;
              color: black;
              }

.WbHelpIndex0 {
              color: #4A4A4A; /* cinza escuro */
                  font-size: 11px;
              background: #D4D0C8;
                }
.WbHelpIndex1
                { color: #4A4A4A;               /* cinza escuro */
                  background: #D4D0C8;
                  font-size: 10px; 
                }
.WbHelpIndex2
                { color: #4A4A4A;               /* cinza escuro */
                  font-size: 9px; 
                  background: #D4D0C8;
                }
.WbHelpHead0
                { color: #F45E00;               /* laranja */
                  font-size: 12px;
                  height: 20px;
                  /* font-weight: bold; */
                }
TD.WbHelpHead0  {
                  valign: baseline;
                }
.WbHelpHead1    
                { color: #1F50AF;               /* azul */
                  font-size: 11px; 
                  height: 20px;
                  /* font-weight: bold; */
                }
.WbHelpHead2
                { background: #757575;          /* cinza mdio */
                  color: white; 
                  font-size: 11px;
                  height: 16px;
                  /* font-weight: bold; */
                }
TD.WbHelpHead2
                { align: left;
                  valign: middle;
                  border-top: solid 1px black;
                }
.WbHelpBody
                { color: #4A4A4A;               /* cinza escuro */
                  font-size: 11px;
                }

/* --- Login --- */
        
.WbLoginTitle
                { color: white; 
                  font-size: 11px;
                }             

/* --- Fields --- */
        
.WbInputField
                { height: 18px; 
                  background: white;
                  color: black; 
                  font-size: 11px;
                  text-indent: 3px;
                  letter-spacing: 0.15em;
                }             
.WbRemark
                { color: #F45E00;               /* laranja */
                  font-size: 11px;
                  /* font-weight: bold; */
                }

/* --- Buttons --- */

.WbButton
				{
	border-color: #FFFFFF;
	color: #000064;
	font-size: 11px;
	background-color: #B7CBED;
                  cursor:hand;
                  font-size: 11px;
                  display:block;
				}
        
.WbButton_old
				{
				border-color: #FFFFFF;
				color: #000064;
				font-size: 10px;
				background-color: #B7CBED;         /* AQUI FERNANDO - botao pesquisar alterar */ 
				/*display:block;*/
				}

.WbButtonX      { background-color:;          /* azul */
                  border-color:;
                  color:red; 
                  cursor: default;
                  font-size: 10px;
                  display: block;
                  /*font-weight: bold; */
                }
			

.WbButton2      { background: #F45E00;          /* laranja */
                  color: white; 
                  border: 1px outset #FF9E00; 
                  font-size: 11px;
                  cursor:hand;
                }

.WbButton2X     { background: ;
                  border-color: ;
                  color: ; 
                  border: 0; 
                  font-size: 11px;
                  /* font-weight: bold; */
                }
                
.WbButton3
                { background: #757575;          /* cinza medio*/
                  border-color: #b0b0b0;
                  color: white; 
                  font-size: 11px;
                  /* font-weight: bold; */
                }

.WbButtonISGB
                { background: white;
                  color: #4A4A4A; /* cinzas 4A4A4A 757575 */
                  font-size: 11px;
                  cursor:hand;
              font-weight: bold;
              behavior: url(../wbHilite.htc);
              wbHiliteColor: #FB5E01;
                }

DIV#wbMsgBox 
              {
              font-family: Verdana, Arial, Helvetica, sans-serif;
              font-size:12px;
              font-weight: normal;
              text-align: center;
              z-index:9999;
              position:absolute;
              left:expression((document.body.clientWidth-this.clientWidth)/2);
              top:expression((document.body.clientHeight-this.clientHeight)/2+document.body.scrollTop);
              border:3px outset white;
              background-color:white;
              padding:3px;
              visibility:hidden;
              }


}

/* -----------------Acrescentedooooooooooooooooooo-----------------------*/

.MenuTexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

.MenuNivel0Conteudo {
	background-color: #99CCFF;
	layer-background-color: #99CCFF;
	border: 1px none #000000;

}

.menu0Normal {
	color: white;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial,  Helvetica;
	height: 100%;
	background-color: #1F50AF;
	cursor: hand;
	padding-top:2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3366CC;
	border-right-color: #3366CC;
	border-bottom-color: #3366CC;
	border-left-color: #3366CC;
	width: 110px;
	}

.menu0Sel {
	color: #003399;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	background-color: white;
	height: 100%;
	border-top: 1px solid #3366CC;
	border-left: 1px solid #3366CC;
	empty-cells: hide;
	border-right: 1px solid #3366CC;
	cursor: hand;
	padding-top:2px;
	border-bottom-color: #F7F7F7;
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.menu0Hover {
	color: #CCFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	height: 100%;
	background-color: #3366CC;	
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3366CC;
	border-right-color: #3366CC;
	border-bottom-color: #3366CC;
	border-left-color: #3366CC;
	padding-top:2px;
	width: 110px;	
}

.EditorHtml {
	background-color: white;
}

.EditorHtml_Layer {
	background-color: white;
	position:relative;
	left:0px;
	top:9px;
	height: 270px;
	z-index:1;
	padding:6px;
	border: 1px solid #3366CC;
	margin: 0px 10px 10px;
}

.Grupos_edicao_Layer {
	background-color: #F7F7F7;
	position:relative;
	left:0px;
	top:14px;
	width:100%;
	height: 80%;
	z-index:5;
	padding:6px;
	border: 1px solid #1F50AF;
}

.GPR0Normal {
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial,  Helvetica;
	height: 80%;
	background-color: #1F50AF;
	cursor: hand;
	padding-top:2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3366CC;
	border-right-color: #3366CC;
	border-bottom-color: #3366CC;
	border-left-color: #3366CC;
	/*width: 110px;*/

}

.GRP0Sel {
	color: #003399;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #F7F7F7;
	height: 100%;
	border-top: 1px solid #3366CC;
	border-left: 1px solid #3366CC;
	empty-cells: hide;
	border-right: 1px solid #3366CC;
	cursor: hand;
	padding-top:2px;
	border-bottom-color: #F7F7F7;
	/*width: 110px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.GRP0Hover {
	color: #CCFFFF;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	height: 100%;
	background-color: #3366CC;	
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3366CC;
	border-right-color: #3366CC;
	border-bottom-color: #3366CC;
	border-left-color: #3366CC;
	padding-top:2px;
	/*width: 110px;*/
}
				
.GRPNivel0Conteudo {
	background-color: #99CCFF;
	layer-background-color: #99CCFF;
	border: 0px none #F7F7F7;
}

.GRPNullCell {
	color: #003399;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #F7F7F7;
	height: 100%;
	border-right: 1px solid #3366CC;
	padding-top:2px;
	border-bottom-color: #3366CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

/*  ----- Para as Horas --  */
.WbTimeDiv
          {
          border: solid 5px #1F50AF;                       
          border-top: solid 2px #1F50AF;                   
          width: 0px; 
		  padding: 0px;
  		  background-color:white;
		  filter:  	progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=145);
				    width: 6px; color:grey;
        }

.WbTimeTab
          {
		  background-color:DBE3F2;
        }

.WbTimeCell
          {
		  background-color:white;
          font-size: 11px;
		  color:navy; 
		  cursor:hand;
        }

.WbTimeCellOver
          {
		  background-color:#DBE3F2; 
          font-size: 11px;
		  color:navy; 
		  cursor:hand;
        }

.WbTimeCellSel
          {
		font-size: 11px;
		color:navy;
		cursor:hand;
		background-color: #FFCC00;
        }

.WbTimeTitle
        {
		color:white; 
		background-color:#1F50AF;
		letter-spacing: 1.7mm;
	    margin-botton: 2px;
		font-weight: bold;
        }

.WbTimeButton
        { /*position:absolute;
        left:11;
        top:6;*/
        width:55;
        height:21;
        background: #F45E00;          /* laranja */
        border-color: #FF9E00;
        color: white; 
        font-size: 11px;
        }

.Grupos_InscCurso {
	background-color: #F7F7F7;
	position:relative;
	left:0px;
	top:1px;
	width:100%;
	z-index:5;
	padding:8px;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}

.Grupos_InscCurso2 { /* Para efeitos de esconde e mostra ...*/
	background-color: #F7F7F7;
	position:relative;
	left:0px;
	top:1px;
	width:100%;
	z-index:5;
	padding:8px;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}


TABLE.WbTabInsc {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #F7F7F7;
	border: 1px solid #white;
	display:inline-table;
	padding: 2px;	
}

TR.WbTabInsc {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #F7F7F7;
	border: 1px solid #white;
	display: inline-table;
	padding: 2px;	
	height: 10px;
}

TD.WbTabInsc {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #F7F7F7;
	border: 1px solid #white;
	display: inline-table;
	padding: 2px;	
}

.WbTabInscHeader {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #D5DFF4;
	border: 1px solid #white;
	display: inline-table;
	padding: 4px;
	margin: 2px;
	height: 16px;
	color: #003366;
	font-weight: lighter;
}

#BSave {
	position:absolute; width:70%;