/* GENERICOS ----------------------------------------------------------------- */

/* Normal */
body, p, pre, ul, li, td { font-size: 11px; color: #333333; font-family: Arial,Helvetica,sans-serif; }
.normal { font-size: 11px; color: #333333; font-family: Arial,Helvetica,sans-serif; }
/* Titulo */
H1 { font-weight: bold; font-size: 18px; color: #d94d02; font-family: Arial,Helvetica,sans-serif; }
.titulo { font-weight: bold; font-size: 18px; color: #d94d02; font-family: Arial,Helvetica,sans-serif; }
/* */
H2 { font-weight: bold; font-size: 11px; margin-bottom: 3px; padding-bottom: 0px; text-transform: uppercase; color: #333333; font-family: Arial,Helvetica,sans-serif; }

/* Leading */
/*H3 { font-weight: bold; font-size: 11px; color: #333333; font-family: Arial,Helvetica,sans-serif; } */
H3 { margin-top: 0px; font-weight: bold; font-size: 14px; margin-bottom: 11px; color: #d94d02; font-family: Arial,Helvetica,sans-serif; }
.leading { margin-top: 0px; font-weight: bold; font-size: 14px; margin-bottom: 11px; color: #d94d02; font-family: Arial,Helvetica,sans-serif; }
/* Subtitulo */
H4 { font-weight: bold; font-size: 14px; color: #333333; font-family: Arial,Helvetica,sans-serif; }
.subtitulo { font-weight: bold; font-size: 14px; color: #333333; font-family: Arial,Helvetica,sans-serif; }
H5 { font-weight: normal; font-size: 11px; margin-bottom: -11px; color: #333333; font-style: italic; font-family: Arial,Helvetica,sans-serif; }

/* Legenda */
H6 { font-weight: normal; font-size: 11px; margin-bottom: -11px; color: #333333; font-style: italic; font-family: Arial,Helvetica,sans-serif; }
.legenda { font-weight: normal; font-size: 11px; margin-bottom: -11px; color: #333333; font-style: italic; font-family: Arial,Helvetica,sans-serif; }
/*  BANNER   							-----					*/

/* ON */
.LinkSel { font-weight: bold; font-size: 11px; color: #d94d02; font-family: Arial, Helvetica, sans-serif; }
A.LinkSel:link, A.LinkSel:visited, A.LinkSel:active, A.LinkSel:hover { font-weight: bold; font-size: 11px; color: #d94d02; font-family: Arial, Helvetica, sans-serif; }
/* OFF */
.LinkNaoSel { font-weight: bold; font-size: 11px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; }
A.LinkNaoSel:link, A.LinkNaoSel:visited, A.LinkNaoSel:active { font-weight: bold; font-size: 11px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; }
A.LinkNaoSel:hover { font-weight: bold; font-size: 11px; color: #123456; font-family: Arial, Helvetica, sans-serif; }

/* Navegador */
.LinkNavega, A.LinkNavega:link, A.LinkNavega:visited, A.LinkNavega:active { font-family: Arial, sans-serif; font-size: 8pt; font-weight: bold; text-transform: uppercase; color: #3B5F81; }
A.LinkNavega:hover { font-family: Arial, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none; color: #666666; }
.LinkNavegaOn { font-family: Arial, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none; color: #666666; }

/* TITULOS DOS MODULOS */
.ModTitulo { font-family: Verdana, Helvetica, sans-serif; font-weight: bold; font-size: 7pt; text-transform: uppercase; color: white; }
/* USER NAME */
.User { font-weight: bold; font-size: 7pt; text-transform: uppercase; color: #225588; font-family: Verdana, Helvetica, sans-serif; }

/* ADMIN    							-----					*/

/* titulos */
.AdminTitulo { font-weight: normal; font-size: 18px; color: Black; font-family: Verdana, Helvetica, sans-serif; }

/* subtitulos */
.AdminSubTitulo { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: Black; }
/* perguntas para inputs */
.AdminTxtInput { font-family: Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: Navy; }
/* descrição de dados */
.AdminBold { font-family: Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }
/* formulários ( items usuais das forms )*/
.AdminInput { border-right: #000000 0px solid; border-top: #000000 0px solid; font-size: 10px; border-left: #000000 0px solid; border-bottom: #000000 0px solid; font-family: Verdana, Helvetica; background-color: whitesmoke; }

.UserAdminErro { font-family: Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: red; }
/* links, link buttons, etc. */
.AdminLink, A.AdminLink:link, A.AdminLink:visited, A.AdminLink:hover { font-size: 10pt; color: #0000FF; font-family: Arial, sans-serif; }
.AdminLinkNaoSub, A.AdminLinkNaoSub:link, A.AdminLinkNaoSub:visited { font-size: 10pt; color: black; font-family: Arial, sans-serif; text-decoration: none; }
A.AdminLinkNaoSub:hover { font-size: 10pt; color: blue; font-family: Arial, sans-serif; text-decoration: none; }

/* GERAL ---------------------------------------------------------------------- */

/* formulários ( items usuais das forms )*/
.UserInput { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; 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: solid; border-left-style: solid; border-top-color: #336699; border-right-color: #D5DCE4; border-bottom-color: #D5DCE4; border-left-color: #336699; }
input.UserButton { border-right: #000000 1px solid; border-top: #000000 1px solid; font-weight: bold; font-size: 8pt; border-left: #000000 1px solid; color: #225588; border-bottom: #000000 1px solid; font-family: arial, helvetica, sans-serif; height: 18px; background-color: #ffffff; }

/* Link normal */
A:visited, A:link, A:hover, A:active { color: #003E72; text-decoration: none; }

/* Items */
.ItemTitle { font-family: Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: darkred; }
.Normal { font-weight: normal; font-size: 10pt; color: black; font-family: Arial, sans-serif; text-decoration: none; }
.NormalSmall { font-size: 9px; color: #333333; font-family: Arial,Helvetica,sans-serif; }

/* SKINFILE CSS */

.Label
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}
.LightLabel
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	color: black;
}
.ErrorLabel
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: red;
}

.TextBox
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 10pt;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}

.GridView
{
	color: #333333;
}
.GridViewHeaderStyle
{
	font-weight: bold;
	color: White;
	background-color: #507CD1;
	font-size: 12pt;
}

.Wizard
{
}
.WizardStep
{
	background-color: #f5f5f5;
	padding: 6px;
}
.WizardHeader
{
	background-color: #b0c4dd;
	font-weight: bold;
	font-size: 12pt;
	padding: 6px;
}
.WizardSideBar
{
	background-color: #abbc4c;
	color: white;
	vertical-align: top;
	text-align: left;
	padding: 6px;
}
.WizardNavigation
{
	background-color: #f5f5f5;
}
.WizardButton
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #336699 1px solid;
	color: #ffffff;
	border-bottom: #336699 1px solid;
	font-family: arial, helvetica, sans-serif;
	height: 18px;
	background-color: firebrick;
}