/* TEMPLATE ----------------------------------------------------------------- */

.Amarelo
{
	color: #f4b91a;
	text-decoration:none;	
}
.Vermelho
{
	color: #b71527;
	text-decoration:none;	
}
.Rosa
{
	color: #cb0e74;
	text-decoration:none;	
}
.Lilas
{
	color: #9900cc;
	text-decoration:none;	
}
.Azul
{
	color: #086ae4;
	text-decoration:none;	
}
.AzulClaro
{
	color: #0081ff;
	text-decoration:none;	
}
.Verde
{
	color: #019934;
	text-decoration:none;	
}
.Maroon
{
	color: maroon;
	text-decoration:none;	
}

.logo
{
	background-image: url(../../Interface/SPN/Recursos/Img/Body/logo.gif);
	background-repeat: no-repeat;
}

.shadow
{
	width: 4px;
}
.shadow_cont_e
{
	background-image: url(../../Interface/SPN/Recursos/Img/Body/cont_shadbg_e.png);
	background-repeat: repeat-y;
}
.shadow_cont_d
{
	background-image: url(../../Interface/SPN/Recursos/Img/Body/cont_shadbg_d.png);
	background-repeat: repeat-y;
}
.hd_menu_bg
{
	background-image: url(../../Interface/SPN/Recursos/Img/Body/hd_menu_bg.png);
	background-repeat: repeat-x;
}
.hd_bg_limpo
{
	background-image: url(../../Interface/SPN/Recursos/Img/Body/hd_bg_limpo.png);
	background-repeat: repeat-x;
	background-position-y: -127px;
}
.hd_menu_item
{
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-weight: bold;	
}


.placa
{
	width: 976px;
}
.placa_hd
{
	background-image: url(../../Interface/SPN/Recursos/Img/Body/hd_bg.png);
	background-repeat: repeat-x;
}
.placa_cont
{
	background-color: white;
	background-image: url(../../Interface/SPN/Recursos/Img/Body/cont_bg_top.png);
	background-repeat: repeat-x;
	background-position-y: top;
}
.footer_bg
{
	background-image: url(../../Interface/SPN/Recursos/Img/Body/footer_bg.png);
	background-repeat: repeat-x;
}
.footer_sep
{
	background-image: url(../../Interface/SPN/Recursos/Img/Body/footer_sep.png);
	background-position-x: right;
	background-position-y: top;
	background-repeat: no-repeat;
}

.contactos
{
	color: #019934;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	padding-left: 6px;
}

.mod_caixa
{
	border: #ececec 0px solid;
	background-color: #f5f5f5;
}

.mod_tit
{
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background: url(../../Interface/SPN/Recursos/Img/titulo_bg.jpg) #e6e6e6 repeat-x left top;
	border-bottom: #b71527 4px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}
/* titulo_bg_2.png */


.biglink_item
{
	vertical-align: middle;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	margin: 0px;
	padding: 0px;
}



.SPNlbHeader
{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #e2e2e2;
	background-image: url(../../Interface/SPN/Recursos/Img/button_bg.png);
	background-position-x: right;
	background-repeat: repeat-x;
	height: 18px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
.SPNlbHeader:hover
{
	background-image: url(../../Interface/SPN/Recursos/Img/button_bg_over.png);
}

.bold_peq
{
	font: bold 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;
}
.cor_vermelho
{
	color: #b71527;
}

.cont_bg_top_div
{
    background-position: right;
    background-image: url(../../Interface/SPN/Recursos/Img/Body/cont_bg_top_div.png);
    background-repeat: no-repeat;
}

/* SKIN ----------------------------------------------------------------- */

.modTit, A.modTit, A.modTit:link, A.modTit:visited, A.modTit:hover
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial;
}


/* GENERICOS ----------------------------------------------------------------- */

/* Normal */
body.Master
{
	background: #fff url(../../Interface/SPN/Recursos/Img/Body/bg.png) repeat-x;
	SCROLLBAR-DARKSHADOW-COLOR: #ebe8e5;
	SCROLLBAR-BASE-COLOR: #ebe8e5;
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
	margin: 0px;
}
body, p, pre, ul, li, .normal, td
{
	font-size: 12px;
	font-family: Arial;
	vertical-align: top;
}

A
{
	color: #086ae4;
}

/* Titulo */
H1, .titulo
{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.tituloPreto
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.tituloMenor
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

/* Leading */
H3, .leading
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font: italic;
	color: #6A6A6A;
}

/* Subtitulo */
H4, .subtitulo
{
	font-family: Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
}

H5
{
}

/* Legenda; Notas de rodapé */
H6, .legenda
{
	font-size: 8pt;
	font-family: Arial, sans-serif;
}

/*  BANNER   							-----					*/


.LinkYe, A.LinkYe:link, A.LinkYe:visited
{
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
	color: black;
	margin-right: 6px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.LinkYe:active, A.LinkYe:hover
{
}
/* OFF */
.LinkNaoSel, A.LinkNaoSel:link, A.LinkNaoSel:visited
{
	font-weight: bold;
	font-size: 7pt;
	background-image: url(../../Interface/SPN/Recursos/Img/tabs_back.gif);
	text-transform: uppercase;
	color: white;
	margin-right: 6px;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.LinkNaoSel:active, A.LinkNaoSel:hover
{
	color: white;
}
/* Navegador */
.LinkNavega, A.LinkNavega:link, A.LinkNavega:visited
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
}
A.LinkNavega:active, A.LinkNavega:hover
{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #CE9C00;
}

/* 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: 9pt;
	font-weight: bold;
	color: Navy;
}

/* formulários ( items usuais das forms )*/
.AdminInput
{
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	font-size: 12px;
	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: 9pt;
	font-weight: bold;
	color: red;
}
/* links, link buttons, etc. */
.AdminLink, A.AdminLink:link, A.AdminLink:visited, A.AdminLink:hover
{
	font-size: 9pt;
	color: #0000FF;
	font-family: Arial, sans-serif;
}

/* GERAL ---------------------------------------------------------------------- */
A:link IMG, A:active IMG, A:hover IMG, A:visited IMG
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
}

/* formulários ( items usuais das forms )*/
.UserInput
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	font-size: 8pt;
	border-left: #336699 1px solid;
	color: #000000;
	border-bottom: #336699 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}
input.UserButton
{
	border-right: #336699 1px solid;
	border-top: #d5dce4 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #d5dce4 1px solid;
	color: #225588;
	border-bottom: #336699 1px solid;
	font-family: arial, helvetica, sans-serif;
	height: 18px;
	background-color: #a0bad4;
}

/* Titulos interiores */
.ItemTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: darkred;
}

.Normal
{
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
.NormalSmall
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Arial, sans-serif;
	text-decoration: none;
}


.UserName
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
}

/* SKINFILE CSS */

.Label
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}
.LightLabel
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
}
.ErrorLabel
{
	font-family: Verdana, Helvetica, sans-serif;
	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;
}
.SPNTextBoxHeader
{
	border-right: #ddd 1px solid;
	padding-right: 4px;
	border-top: #ddd 1px solid;
	padding-left: 4px;
	font-size: 11px;
	padding-bottom: 2px;
	margin: 0px 5px;
	border-left: #ddd 1px solid;
	width: 8em;
	padding-top: 2px;
	border-bottom: #ddd 1px solid;
}

.GridView
{
	color: #333333;
}
.GridViewHeaderStyle
{
	font-weight: bold;
	color: White;
	background-color: #507CD1;
	font-size: 12px;
}

.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;
}
