/**
 * common.css
 *
 * Copyright (c) 2003-2006 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.39 2006/07/01 17:36:16 alec Exp $
 * 
 *
 * Editado por Gabriel Lovison
 * <gabriel DOT lovison AT gmail DOT com>
 * http://www.lovison.com.br
 * 26/10/2007 
 */

* {
  top: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	background-color: #ced4b2;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

img {
  border: 0;
}

table {
  border: 0;
  border-spacing: 0;
  font-size: 1.0em;
}

form {
  margin: 0;
}

a {
  text-decoration: underline;
}


a:link {
	color: #272e06;
}

a:active {
	color: #272e06;
}

a:visited {
	color: #993;
}

a:hover {
  color: #000;
}

a.plain {
  text-decoration: none;
  color: #113606;
}

ul {
  margin: 0.25em 0 0.75em 0;
  padding: 0 0 0 2.5em;
}

tt {
  font-size: 1.25em;
}

label.error {
  color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
  background-color: #F0F0E8;
  color: #000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-bottom: 2px solid #E8E8E1;
  border-right: 2px solid #E8E8E1;
  font-size: 1em;
}

input.button {
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #E8E8E1;
  font-size: 1em;
}

input.defaultButton {
	background-color: #006;
	color: #FBFBF3;
	font-weight: bold;
}

/**
 * Main layout
 */

#container {
  text-align: center;
  width: 850px;
  margin: 31px auto;
}

#container_small {
  text-align: center;
  width: 700px;
  margin: 31px auto;
}

/**
 * Header
 */

#header {
	top: 35px;
	background: url(../../../../public/site/imagens/header.png) top center no-repeat  !important;
	background: url(../../../../public/site/imagens/header_ie.gif) top center no-repeat; /* para o ie */
	text-align: center;
	height: 187px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
}

#header_small {
  padding: 0 35px 0 35px;
  top: 35px;
  background: url(../../../../public/site/imagens/header_small.png) top center no-repeat  !important;
  background: url(../../../../public/site/imagens/header_ie.gif) top center no-repeat; /* para o ie */
  text-align: center;
  height: 187px;
}


#headerTitle {
  text-align: left;
  height: 95px;
  vertical-align: middle;
  padding-top: 35px;
}

#headerTitle a > img {
  margin-top: 5px;
  vertical-align: middle;
}

#headerTitle .right{
  float: right;
  margin-right: 15px;
}

#headerTitle .left{
  float: left;
  margin-left: 5px;
}

#headerTitle .hidden {
	display: none;
	font-size: -5000px;
}

/**
 * Navigation bar
 */

#navbar {
	text-align: left;
	height: auto;
	margin-bottom: 0;
	clear: both;
	margin-top: 15px;
	background-color: #34453b;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}

#navbar ul {
  height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#navbar li {
  padding-right: 0.1em;
  padding-left: 0.1em;
}

#navbar li a:hover {
  background: #FFC;
  color: #000000;
}

#navbar a {
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #ffffff;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

#navbar a:link, #navbar a:visited, #navbar:active {
}


/**
 * Breadcrumbs
 */

#breadcrumb {
  padding-top: 1em;
  padding-left: 8px;
  font-size: 0.7em;
  margin-bottom: 0;
  text-align: left;
}

#breadcrumb a {
	text-decoration: underline;
	color: #006;
}

#breadcrumb a:hover {
  color: #232323;
}

#breadcrumb a.current {
  font-weight: bold;
}

#breadcrumb a:visited {
}

/**
 * Elements
 */
#body {
  margin: 0;
  background: url(../../../../public/site/imagens/body.png) center repeat-y  !important;
  background: url(../../../../public/site/imagens/body_ie.gif) top center repeat-y; /* para o ie */
  padding: 0 38px 0 38px;
  text-align: left;
}

#body_small {
  margin: 0;
  background: url(../../../../public/site/imagens/body_small.png) center repeat-y  !important;
  background: url(../../../../public/site/imagens/body_ie.gif) top center repeat-y; /* para o ie */
  padding: 0 38px 0 38px;
  text-align: left;
}


#footerContent {
  width: 800px;
  margin: 0 auto;
}

#sidebar {
  float: right;
  width: 160px;
  margin: 0;
  padding: 1em 0em 1em 0em;
  font-size: 0.65em;
}

#main {
  width: 590px;
  overflow: hidden;
  margin-right: 175px;
  padding: 0.5em 0em 2em 0em;
  text-align: justify;
}

#main_big {
  width: 777px;
  overflow: hidden;
  padding: 0.5em 0em 2em 0em;
  text-align: justify;
}

#main_small {
  width: 590px;
  overflow: hidden;
  padding: 0.5em 0em 2em 0em;
  text-align: justify;
}

#content_top, #content_big_top {
	margin: 0;
	padding: 0;
	height: 15px;
	background-image: url(../../../../public/site/imagens/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content, #content_big {
	margin: 0;
	padding: 0px 14px 6px 14px;
	font-size: 0.7em;
	overflow: auto;
	background-image: url(../../../../public/site/imagens/content.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F0F0F0;
}

#content_footer, #content_big_footer {
  margin: 0;
  padding: 0;
  background: url(../../../../public/site/imagens/content_footer.jpg) top left no-repeat;
  height: 11px;
}

#content_big_top {
  background: url(../../../../public/site/imagens/content_big_top.jpg) bottom left no-repeat;
}

#content_big {
  background: url(../../../../public/site/imagens/content_big.jpg) top left repeat-y;
}

#content_big_footer {
  background: url(../../../../public/site/imagens/content_big_footer.jpg) top left no-repeat;
}




#content h2 {
	margin: 0;
	padding-top: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

#content h3 {
	margin: 0;
	margin-top: 45px;
	padding-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;
	/*  line-height: 1.35em;*/
  border-top: 2px dotted #BBB;
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#content h5 {
  margin: 0em 1em 0.25em 0em;
  padding-top: 0.75em;
  font-weight: bold;
  font-size: 1em;
}

/**
 * Sidebar
 */

#developedBy {
  text-transform: uppercase;
  font-size: 0.95em;
}

#sidebar div.block {
  font-size: 1em;
  padding: 1em;
  background: url(../../../../public/site/imagens/bg_sidebar.png) top left no-repeat;
  margin-bottom: 14px;
}

#sidebar div.block span.blockTitle {
  display: block;
  padding: 0.5em 0 0.5em 0;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
  display: block;
  padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
  font-size: 1em;
}


/**
 * Footer elements
 */

#footer {
  width: 100%;
  min-height: 50px;
  clear: both;
  background-color: #ABA;
  text-align: center;
}

#footer div.debugStats {
  font-size: 0.6em;
}


#body_footer {
  height: 47px;
  background: url(../../../../public/site/imagens/body_footer.png) top center no-repeat  !important;
  background: url(../../../../public/site/imagens/body_footer_ie.gif) top center no-repeat;
}


#rodape {
  font-size: 0.6em;
  text-align: center;
}

#rodape ul {
  list-style: none;

}

/**
 * Additional text styles
 */

span.disabled, label.disabled {
  color: #666;
}

a.action, a.file {
  font-size: 0.85em;
  text-transform: uppercase;
}

a.icon {
  text-decoration: none;
}

a.icon:hover {
  background: none;
}

span.formRequired {
  color: #333;
  font-size: 0.9em;
}

span.instruct {
}

span.heading {
  font-size: 0.85em;
  text-transform: uppercase;
}

span.highlight {
  border-bottom: 1px dotted #000;
}

.nowrap {
  white-space: nowrap;
}


/**
 * Table styles
 */

table.info {
}

table.info td {
  padding: 0;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
}

table.listing {
}

table.listing td {
  padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 120%;
  padding: 0.75em 0.5em 1em 0.5em;
}

table.info td.heading {
  padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
  text-align: center;
  font-style: italic;
}

table.listing td.headseparator {
  border-top: 1px dotted #000;
  font-size: 0.1em;
  line-height: 1%;
}

table.listing td.endseparator {
  border-top: 1px dotted #000;
  font-size: 0.25em;
  line-height: 10%;
}

table.listing td.separator, table.info td.separator {
  border-top: 1px dotted #DDDDD0;
  font-size: 0.1em;
  line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
  padding-bottom: 0.25em;
}

table.data td.label {
  padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
  padding: 0.5em;
  font-size: 0.1em;
  line-height: 1%;
}

table.data td.heading {
  padding-left: 0;
  padding-right: 0;
}

table.nested tr {
  padding: 0;
  margin: 0;
}

span.nested {
  padding: 0 4px 0 0;
  font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
  color: #900;
  font-weight: bold;
  font-size: 1em;
}

ul.formErrorList {
  color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
  padding-right: 1.5em;
  display: inline;
}

ul.menu li.current {
  font-weight: bold;
}

ul.menu a {
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: none;
}

ul.steplist {
  margin: 0;
  padding: 0;
  list-style-type: decimal;
}

ul.steplist li {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  padding-right: 0.5em;
  display: inline;
  text-transform: uppercase;
}

ul.steplist li.current {
  font-weight: bold;
}

ul.steplist a {
  text-decoration: none;
}

ul.plain {
  list-style-type: none;
  padding-left: 1.5em;
}

div.separator {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0.25em;
  padding: 0;
  border-bottom: 1px dotted #000;
  font-size: 0.5em;
  line-height: 25%;
}

