BODY
{
}
/*-------- Geral -------*/
.geral
{
	font-family:Verdana;
	font-size:8pt;
}

/* tabela */
.tabela
{
	background-color: AliceBlue;
}


/*----- links ------*/
a:active  
{  
	font-family: Verdana; 
	color: navy; 
	text-decoration: none
}
a:hover   
{  
	font-family: Verdana; 
	color: navy; 
	text-decoration: none;
	
}
a:link    
{  
	font-family: Verdana; 
	color: navy; 
	text-decoration: none
}
a:visited 
{  
	font-family: Verdana; 
	color: navy; 
	text-decoration: none
}

A.Atencao:link
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana;
}
A.Atencao:visited
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana;
}
A.Atencao:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana;
}
A.Atencao:active
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana;
}
/*------ menu -------*/
.Menu2
{
	border-right: navy 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 9;
	margin-bottom: 2px;
	cursor: hand;
	color: navy;
	font-family: Verdana;
	background-color: inactivecaptiontext;
	
}
.Menu3
{
	border-right: black 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 8pt;
	margin-bottom: 2px;
	color: black;
	font-family: Arial;
	BackColor: red;
	cursor:default;	
}
.MenuItemHover
{
	border-right: #57566f 1px solid;
	border-top: #9190ac 1px solid;
	font-size: 11px;
	border-left: #9190ac 1px solid;
	cursor: default;
	color: navy;
	border-bottom: #57566f 1px solid;
	font-family: Verdana;
	background-color: #ffeec2;
}


/*-------- label -------*/
.lblGeral /*---para label comum---*/
{
	font-family:Verdana;
	font-size:10pt;
	width:122px;
}
.lbl1 /*---para label comum---*/
{
	font-family:Verdana;
	font-size:9pt;
	width:160px;
}
.lbl2 /*---para label comum---*/
{
	font-family:Verdana;
	font-size:8pt;
	width:180px;
}
.lbl3
{
    FONT-SIZE: 8pt;
    WIDTH: 750px;
    FONT-FAMILY: Verdana
}

.lblAsterisco
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Verdana;
}

.panel1
{	
	background-color:AliceBlue;
}

.lblObrigatorio
{
	font-size: 7pt;
	color: red;
	font-family: Verdana;
	width:180px;
}

.lblTitulo1 /*---para label de título principal---*/
{
	FONT-WEIGHT: bolder;
	color:Black;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana
}
.lblTitulo2 /*---para label de título secundario---*/
{
	FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: left
}
.lblTituloGrid
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: white;
    BACKGROUND-COLOR: #0096BD;
    TEXT-ALIGN: center;
    FONT-FAMILY: Verdana;
    width:100%;
    height:12px
}
.lblAbaSelecionada
{
    FONT-SIZE: 7pt;
    COLOR: white;
    BACKGROUND-COLOR: #0096BD;
    TEXT-ALIGN: center;
    FONT-FAMILY: Verdana;
    width:100%;
    height:17px
}
.lblAbaNaoSelecionada
{	
	font-size: 7pt;
	vertical-align: baseline;
	width: 100%;
	color: deepskyblue;
	font-family: Verdana;
	height: 17px;
	background-color: #def1f5;
	text-align: center;
}

.lblAtencao
{
	font-weight: bold;
	font-size: xx-small;
	width: 160px;
	color: red;
	font-family: Verdana;
}

/*------ RequiredFieldValidator --------*/
.rfvObrigatorio
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Verdana;
	width:250px;
	
}

/*-------- buttons -------*/
.btnGeral
{
	border-right: gray 1pt solid;
	padding-right: 6px;
	border-top: gray 1pt solid;
	padding-left: 6px;
	font-weight: lighter;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: gray 1pt solid;
	width: 90px;
	color:navy;
	padding-top: 2px;
	border-bottom: gray 1pt solid;
	font-family: Verdana;
	height: 20px;
	background-color: inactivecaptiontext;
	text-align: center;
	text-decoration:none;
	
}
.btnNovo
{
	border-right: gray 1pt solid;
	padding-right: 6px;
	border-top: gray 1pt solid;
	padding-left: 6px;
	font-weight: lighter;
	font-size: 9px;
	padding-bottom: 2px;
	border-left: gray 1pt solid;
	width: 114px;
	color:darkslateblue;
	padding-top: 2px;
	border-bottom: gray 1pt solid;
	font-family: Verdana;
	height: 20px;
	background-color: gainsboro;
	text-align: center;
	text-decoration:none;
	cursor:default;
}
/* ------- check box list --------*/



/*-------- textBox -------*/
.txtGeral /*--- textBox Geral*/
{
	border-right: gainsboro 2px solid;
	border-top: gainsboro 2px solid;
	border-left: gainsboro 2px solid;
	border-bottom: gainsboro 2px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: White;
	width:154px;
}
.txtMedio /*--- textBox Geral*/
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	width:256px;
}
.txtMedio2 /*--- textBox Geral*/
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	width:200px;
}
.txtComboTreeView /*---textBox do combo de treeView*/
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:20px;
	width:135px;
	
}
.txtComboTreeView2 /*---textBox do combo de treeView*/
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:20px;
	width:175px;
}
.txtComboTreeView3 /*---textBox do combo de treeView*/
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:20px;
	width:182px;
}

.txtNome /*---para textbox longos*/
{
	width:660px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:20px;
}
.txtNome2 /*---para textbox longos*/
{	
	width:678px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:20px;
}
.txtNome3 /*---para textbox longos*/
{
	width:478px;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	
}

.txtMemo /*---para textbox com formatos de Memos*/
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:40px;
	width:660px;
	
}
.txtMemo1 /*---para textbox com formatos de Memos*/
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:20px;
	width:660px;
	
}
.txtMemo2
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:40px;
	width:678px;
}
.txtMemo3
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:200px;
	width:660px;
}
.txtMemo4
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:160px;
	width:640px;
}
.txtMemo5
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana;
	background-color: whitesmoke;
	height:80px;
	width:600px;
}

/*-------- table -------*/
.tblGeral
{
	margin-left: 44px;
	width: 90%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.tblTitulo
{
	margin-left: 44px;
	width: 90%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 50px;
	border-bottom-style: none;
}
.tblCampos /*---para qualquer tabela de campos---*/
{
	margin-left:44px;
	width: 90%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
	
}
.tblTreeView
{
	width:154px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;	
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;	
	border-collapse: collapse;
}
/*---- linhas ----*/
.traltura
{
	height:23px
}
.traltura2
{
	height:46px
}
.traltura3
{
	height:65px
}
/*-------- DataGrid -------*/
.grdprimario
{
	font-size:smaller;
}
.grdSecundario
{
	font-family:Verdana;
	font-size:8pt;
	border:dashed 1px;
	height:60px;
	width: 98%;
} 

.grdRelatorioCustom
{
	
	font-size: 8pt;
	width: 100%;
	font-family: Verdana;
	
} 

.ItemPrimario
{
    FONT-SIZE: 8pt;
    font-family:Verdana;
    COLOR: #333333;
} 
.ItemSecundario
{
	border: solid 1px Gainsboro;
	background-color:whitesmoke;
	font-family:Verdana;
	font-size:8pt;
}
.grdHeader
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    COLOR: #686262;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: InactiveCaptionText;
}


/*--- link buttons ---*/
.Link
{
	text-decoration:none;
	font-size:8pt;
	color:darkslateblue;
	font-family:Verdana;

}
.linkquadrado
{
	border-right: gray 1pt solid;
	padding-right: 6px;
	border-top: gray 1pt solid;
	padding-left: 6px;
	font-weight: lighter;
	font-size: 9px;
	padding-bottom: 2px;
	border-left: gray 1pt solid;
	width: 75px;
	color:darkslateblue;
	padding-top: 2px;
	border-bottom: gray 1pt solid;
	font-family: Verdana;
	height: 28px;
	background-color: gainsboro;
	text-align: center;
	text-decoration:none;
}
.linkRetangular
{
	border-right: gray 1pt solid;
	padding-right: 6px;
	border-top: gray 1pt solid;
	padding-left: 6px;
	font-weight: lighter;
	font-size: 9px;
	padding-bottom: 2px;
	border-left: gray 1pt solid;
	width: 114px;
	color:darkslateblue;
	padding-top: 2px;
	border-bottom: gray 1pt solid;
	font-family: Verdana;
	height: 20px;
	background-color: gainsboro;
	text-align: center;
	text-decoration:none;
}

.LinkImpressao
{
	font-size: 7pt;
	behavior: url(teste);
	color: navy;
	font-family: Verdana;
	background-color: white;
	text-decoration:none
}


.Texto
{
	font-family:Verdana;
	font-size:8pt;
	color:Gray
}
.TituloTexto
{
	font-weight: bold;
	font-size: 8pt;
	color: gray;
	font-family: Verdana;
}



/*------ estilos do combo de treeview---------*/  
.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}

.TreeNode 
{ 
  font-family: Verdana; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  font-family: Verdana; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: Verdana; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.SelectedTreeNode 
{ 
  font-family: Verdana; 
  font-size: 11px; 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: Verdana; 
  font-size: 11px;
}

/*-------- GridView -------*/
.ColunaGrid
{
	display: none;
}
.oficial {
	font-family: "Times New Roman", Times, serif;
	font-style: inherit;
	color: #000000;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.oficialGrande {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: inherit;
	color: #00458B;
}



.ckbox /*---para checkbox comum---*/
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
}

Show Code  Number Lines 
        

ComponentArt and Web.UI 
 
