/* CSS Document */

/*
+----------------------------------------------------------------+
	Reset CSS by Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/															
+----------------------------------------------------------------+
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
body {line-height: 1;}
ol, ul {list-style: none;}

/*
+----------------------------------------------------------------+
	Extras															
+----------------------------------------------------------------+
*/
.clear {clear:both; overflow:hidden; font-size:0; visibility:hidden}
.alignleft {float:left}
.alignright {float:right}
div:after, ul:after, dl:after, dd:after, dt:after{clear:both; content:""; display:block; font-size:0; height:0; visibility:hidden;}
/*Limpar fluxo oculto para IE-mac \*/
* html div, * html ul, * html dl, * html dd, * html dt {height:1%;}
/* final hack IE-mac */
*:first-child+html div, *:first-child+html ul, *:first-child+html dl, *:first-child+html dd, *:first-child+html dt, *:first-child+html ol {height:auto; display: inline-block;}

/*
+----------------------------------------------------------------+
	Definicoes Gerais															
+----------------------------------------------------------------+
*/


body { 
	background-color: #02385a; 
	background-image: url(img/bg_site.jpg); background-position:center top; 
	background-repeat: repeat-x; 
	margin: 0em; 
	font-family: Arial, verdana;
	font-size:12px;
}

a:link 		{ text-decoration: none; }
a:visited 	{ text-decoration: none; }
a:hover 	{ text-decoration: underline; }
a:active 	{ text-decoration: none; }

#dv_cnt_txt a    { color:#069; text-decoration:none; }
#dv_cnt_txt a:hover   { color:#069; text-decoration:underline	; }

#main 		{ width:950px; margin:0 auto; text-align:left; }

.white   { color:#FFFFFF; }
.black   { color:#000000; }
.red     { color:#ed1c24; }
.gray    { color:#3f353f; }
.orange  { color:#edb607; }
.green   { color:#659518; }
.blue    { color:#1e1396; }
.wine	 { color:#9c3c25; }
.roxo	 { color:#c301ca; }

.t10     { font-size:10px; }
.t11     { font-size:11px; }
.t12     { font-size:12px; }
.t13     { font-size:13px; }
.t14     { font-size:14px; }
.t16     { font-size:16px; }
.t18     { font-size:18px; }
.t20     { font-size:20px; }
.t22     { font-size:22px; }
.t24     { font-size:24px; }

input[type="text"], input[type="password"], input[type="file"]{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; /* ie8 only */
	box-sizing: border-box;
	width:94%;
	height:25px;
	border:1px solid #e2e2e2;
	vertical-align:middle;
	font-size:14px;
}
 
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; /* ie8 only */
	box-sizing: border-box;
	width:94%;
	border:1px solid #e2e2e2;
	vertical-align: middle;
} 

select {
	vertical-align:middle;
	font-size:14px;
	height:22px;
	border:1px solid #e2e2e2;
}	