﻿/* ************************** MASTER RESET ***********************/
/* CSS Document */
/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

span
{
    margin:0;
    padding:0;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
    padding-top: 0px;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border-style: none;
    border-color: inherit;
    border-width: 0;
    margin: 0 0 18px 0;
    padding: 0;
    width: 442px;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; margin:0;}
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/**************************************** Fim do MASTER RESET ******************************/

body  {
	font: 95% Arial, Verdana, Helvetica, sans-serif;
	background: url(images/fundo_diagonal.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/*  Configuracoes Globais */

p, li
{
    font-size:85%;
    letter-spacing:5%;
}

p strong
{
    font-weight:bold;
    color:#454545;
}


a:hover{
text-decoration:underline;
}

hr{
    margin-top:0;
    padding-top:0;
}

/* fim das Configuracoes Globais */

/* Titulos das secoes do cadastro - Sempre h4, formatados aqui */
.cadastro h4{
    background:#eee;
    padding:0.7em;
    font-weight:bold;
    color:#666666;
    font-size:1em;
}

.cadastro{
    font-size:0.8em;
    background-color:#fafafa;
    width:100%;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
} 
#header { 
	background:url(images/header.png) center;
	height:140px;
	background-repeat:no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px;
	margin-top:0px;
	font-size:80%;
	color:#888;
	text-align:center;
}

#sidebar1 a, #sidebar1 a:visited{
color:#888;
}

#sidebar1 a:hover{
color:#000;
}


 
#mainContent { 
	margin: 30px 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: #f2f2f2 3px solid;
	font-size:1em;
} 

#mainContent h1{ 
	margin-top: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0;
	padding-bottom:10px;
} 

#mainContent h2{ 
	margin-top: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0;
	margin-bottom:20px;
    padding-bottom:5px;
	font-size:1.2em;
	color:#555;
} 

#mainContent h3
{
    color:#777;
    margin-bottom:8px;
}

#mainContent a, #mainContent a:visited, #noticias a, #noticias a:visited{ 
	color:#F16122;
} 

#mainContent a:hover, #noticias a:hover{ 
	color:#000000;
} 

#footer { 
	padding: 5px 10px 0px 20px;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	color:#ababab;
	height:25px;
	border-top:1px solid #eee;
	font-size:0.8em;
	background:url(images/footer.gif) repeat-x;
	clear:both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding:0;
	margin-right: 8px;
    margin-left: 0;
    margin-top: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Minhas classes */ 

.pagetitle
{
	margin-top: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-bottom:0px;
	margin-bottom:18px;
	font-size:1.1em;
	color:#555; 
	border-bottom:1px solid #eee; 
}

.error
{
    background: #ffffea;
    color: #cc3333;
}

.aviso_cheque_encontrado
{
    padding: 10px;
    margin: 20px;
    border: 1px solid #FF8000;
    background-color:#FFECD9;
}

.informacao_incorreta
{
    padding: 2px;
    border: 1px solid #FF8000;
    background-color:#FFECD9;
}

.informacao_incorreta_titulo
{
    padding: 10px;
    border: 1px solid #FF8000;
    background-color: #ffffcc;
    text-align: center;
    color: Maroon;
    display: block;
}

.greenbox
{
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ddfbdd;
    text-align: center;
    color: green;
    display: block;
    border-right: green 1px solid;
    border-top: green 1px solid;
    background-image: none;
    border-left: green 1px solid;
    border-bottom: green 1px solid;
}

.bluebox
{
    padding: 10px;
    margin-bottom: 10px;
    background-color: #F8FCFC;
    text-align: center;
    color: #000080;
    display: block;
    background-image: none;
    border: 1px solid #3366FF;
}


.redbox
{
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ffccbe;
    text-align: center;
    color: maroon;
    display: block;
    border-right: red 1px solid;
    border-top: red 1px solid;
    background-image: none;
    border-left: red 1px solid;
    border-bottom: red 1px solid;
}

.graybox
{
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    text-align: center;
    color: #555555;
    display: block;
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    background-image: none;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
}

.box_dados_usuario
{
    padding: 20px;
    background-color: #f5f5f5;
    text-align: left;
    color: #333;
    display: block;
}


.bcbutton
{
    padding: 3px 20px 3px 20px;
    border: 1px solid #FF8000;
    background-color: #ffffcc;
    text-align: center;
    color: #990000;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right:20px;
}

.info_paragrafo{
    margin-top:10px;
    padding-bottom:0;
    font-size:85%;
}

#loginbox
{
    padding: 20px;
    padding-bottom:0px;
    background-color:#fafafa;
    color: #555555;
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
}

#listaFuncoesUsuario
{
    line-height:35px; 
    font-size:100%;
}

#listaFuncoesUsuario li a
{
    text-decoration:none; 
    display:block; 
    padding:5px 5px 10px 40px;
    font-size:120%;
    width:350px;
    color:#000;
}

#listaFuncoesUsuario li a.cadastro_cheque
{
    background: url(images/cadastro_cheque.png) no-repeat 0 0;
    color:#000;
}

#listaFuncoesUsuario li a.cadastro_cheque:hover
{
    color: #FF9933;
}

#listaFuncoesUsuario li a.meus_cheques
{
    background: url(images/meus_cheques.png) no-repeat 0 0;
    color:#000;
}

#listaFuncoesUsuario li a.meus_cheques:hover
{
    color:Navy;
}

#listaFuncoesUsuario li a.meus_dados
{
    background: url(images/meus_dados.png) no-repeat 0 0;
    color:#000;
}

#listaFuncoesUsuario li a.meus_dados:hover
{
    color:Blue;
}

#listaFuncoesUsuario li a.sair
{
    background: url(images/sair.png) no-repeat 0 0;
    color:#000;
}

#listaFuncoesUsuario li a.sair:hover
{
    color:#666;
}

.loginControl input[type=submit]
{
    margin-right:75px;
}

.loginControl
{
    margin-left:auto;
    margin-right:auto;
}


#rblTipoPessoa, #rblTipoCheque
{
    padding:0;
    margin:0;
    line-height:normal;
}


.rss_link
{
    padding-top:4px;
    padding-bottom:4px;
}





/* fim das minhas classes */


/*  MENU  */

    /* Fix IE. Hide from IE Mac \*/
    * html ul li { float: left; }
    * html ul li a { height: 1%; }
    /* End */
   
   	#menu{
		padding:0;
		margin:0;
		margin-top:2px;
		display:block;
		clear:both;
		width:780px;
		height: 30px;
		text-align:center;
		background:#eee;
		font-size:110%;
	}
	
    #menu li{
		font-size:90%;
		display:block;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 130px;
		float:left;
		border-bottom: 1px solid #ccc;
		position: relative;
	 }
   
    #menu ul {
	}
   
    #menu li ul {
		margin:0; 
		padding:0;
        position: absolute;
        top: 27px;
		left:0;
        display: none;
		text-align:left;
		border-top:0;
		border-bottom:1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        font-size:90%;
    }
	
	#menu li ul li{
		border:0;
    }	
	
	#menu li ul li a{
		background:#eee;
    }
   
    #menu li a {
        display: block;
        text-decoration: none;
        color: #000;
        background: #eee;
        padding: 5px;
		
    }
	
	/*#menu li a:hover {
        display: block;
        text-decoration: none;
        color:#FFFFFF;
        background:#FF6600;
        padding: 5px;
        border-bottom: 0;
    }*/
	
	#menu li a:hover {
        display: block;
        text-decoration: none;
        padding: 5px;
		background:#F16122;
		color:#fff;
	}
	
	#menu li ul li a:hover {
        display: block;
        text-decoration: none;
        padding: 5px;
		background:#F16122;
		color:#fff;
		border-bottom:0;
    }
   
    #menu li:hover ul ul, #menu li.over ul ul, #menu li:hover ul ul ul, #menu li.over ul ul ul {
        display:none;
    }

    #menu li:hover ul, #menu li li:hover ul, #menu li.over ul,
    #menu li li.over ul, #menu li li li:hover ul, #menu li li li.over ul {
        display: block;
    } /* Aqui a magica */
