/********** Início do reset **********/

* {
  margin: 0;
  padding: 0;
}
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: none;
  outline: none;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: none;
}
body {
  line-height: 1.4;
  color: black;
  background: white;
}
em {
  font-style: italic;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
th, strong {
  font-weight:bold;
}

/********** Fim do reset **********/


* { font: 13px Arial, Helvetica, Verdana, sans-serif; }

form, h1, ol, p { margin-top: 1em; }

h1 {
	color: rgb(0,65,135);
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	border-bottom: 2px dotted #E77C1E;
}

li { margin-top:.5em; }

ol {
	list-style: inside decimal;
	padding-left: 1.5em;
}

.oculto { display: none; }

.orange {
	color: #E77C1E;
	font-weight: bold;
}

.red { color: #F00; }


input[type=reset],
input[type=submit],
input[type=button] { font-size:.9em;margin:0 1em;padding:.1em .8em; }

input[type=password],
input[type=text],
textarea { background:#F8F8F8;border:1px solid #CFCFCF;color:#000;font-size:1em;margin-right:.5em;padding:2px;width:25em; }

input[type=password]:focus,
input[type=text]:focus,
input.error,
select:focus,
textarea:focus,
textarea.error { background:#FFFFC0;border-color:maroon; }

label[for^=R]:before,
.error { color:#F00;font-size:.86em; }

input[type=checkbox],
input[type=radio] { float:left;margin-top:1px; }

form { clear:left;font-size:1em; }
  form p { clear:both;margin-top:.5em;overflow-y:auto; }
  form > p:last-child { margin-top:1.5em; }
  form ul { list-style:inside;margin-left:1em; }
label { cursor:pointer;display:block;float:left;margin-right:.5em;padding-bottom:1em;width:11.5em; }
legend { font-weight:bold;padding:0 1em; }
textarea { height:100px; }

fieldset { margin-bottom:1.5em; }
  fieldset label { float:none;margin-left:1.5em;padding-bottom:0;width:20em; }
  fieldset p { margin-bottom:.6em; }

fieldset input[type=text],
.long { width:500px; }

.btn { font-size:inherit;padding:0 1em; }
.error { display:block; }

input[disabled] { background:#FFF;border:0;color:#000; }
input[type=password] { width:auto; }

label[for^=R]:before { content:'* '; }

#abas { font-size:.85em;height:38px;margin:1.5em 0 3em; }
	#abas a,
  #abas li { background-image:url(images/steps.gif);background-repeat:no-repeat; }
	#abas a { background-position:0 50px;color:#000;display:block;line-height:38px;padding-left:33px;text-decoration:none; }
  	#abas a:hover { background-position:-2px -85px; }
	#abas li { float:left;line-height:38px;margin-left:-20px;padding-left:33px;width:59px; }
	#abas li:first-child { margin-left:0; }
  #abas li.active { background:none;font-weight:bold; }
  #abas li.inactive { background-position:-2px -3px; }
  #abas li.prev { background-position:-2px -43px;padding-left:0;width:92px; }


/* Dialog */
#dialog {
	background: rgba(51, 51, 51, .85);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
#modal {
	background: #FFF no-repeat bottom right;
	border: 5px solid #333;
	cursor: move;
	display: table;
	height: 300px;
	left: 50%;
	margin: -155px 0 0 -205px;
	overflow: hidden;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 400px;
}
	#modal button,
	#modal p { margin: 0; }
	#modal div { line-height: 1.6em!important; }
	#modal > div {
		display: table-cell;
		height: 142px;
		overflow-y: auto;
		padding: 20px 30px;
		vertical-align: middle;
		width: 100%;
	}
  	#modal > div p {
			display: inline-block;
			text-align: left;
		}
	#modal p.hf_first {
		background: #5F78CF repeat-x;/* #244CA4*/
		display: table-row;
		height: 24px !important;
		text-align: right;
	}
		#modal p.hf_first img {
			cursor: pointer;
			float: right;
			margin: 7px 10px 6px;
		}

	#modal p.hf_last {
		display: table-row;
		height: 27px;
	}
		#modal p.hf_last a {
			background: url(/css/images/header-asc.png) -50px 0;
			color: #666;
			display: inline-block;
			padding: 5px 15px;
			text-decoration: none;
		}
#modal.confirm { background-image:url(/css/images/p_bg.jpg); }
  #modal.confirm p.hf_first { background-image:url(/css/images/p_hd.gif); }
#modal.error { background-image:url(/css/images/e_bg.jpg); font-size:1em; }
  #modal.error p.hf_first { background-image:url(/css/images/e_hd.gif); }
#modal.success { background-image:url(/css/images/s_bg.jpg); }
  #modal.success p.hf_first { background-image:url(/css/images/s_hd.gif); }
#modal.warning { background-image:url(/css/images/w_bg.jpg); }
  #modal.warning p.hf_first { background-image:url(/css/images/w_hd.gif); }
	
#modal.error div,
#modal.error strong { color: #F00; } 