/*----------------------------------------
Name: global.css
Developed by: Juliano Medeiros Coimbra
Date Created: 08/05/2009
Copyright: Unica Decor
----------------------------------------*/

/* Imports
----------------------------------------*/
/*@import url("../js/dojo/resources/dojo.css");*/

/* Elements
----------------------------------------*/
body
{
	background-color:#53211a;
}

body, p, td, th, li
{
	font-family: "Trebuchet MS", tahoma;
	font-size: 12px;
	line-height:1.5em;
	color: #4c1510;
}

p {
	font-family: "Trebuchet MS", tahoma;
	font-weight: normal;
	font-size: 16px;
	text-align: justify;
	color: #4c1510;
}
p.texto1 {
	font-family: "Trebuchet MS", tahoma;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	text-align: justify;
	color: #4c1510;
}
p.center {
	font-family: "Trebuchet MS", tahoma;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	text-align: center;
	color: #4c1510;
}
p.center2 {
	font-family: "Trebuchet MS", tahoma;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	color: #4c1510;
}
p.white {
	font-family: "Trebuchet MS", tahoma;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	color: #FFFFFF;
}

h1 {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Trebuchet MS", tahoma;
	font-size: 24px;
	font-weight: normal;
	color: #FF8705;
	height: 25px;
}

h2 {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-family: "Trebuchet MS", tahoma;
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
}
h3
{
	font-size: 14px;
	color: #FF8705;
	font-family: "Trebuchet MS", tahoma;
	margin: 0px;
}
h4
{
	color:#7f7f7f;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}
h5
{
	color:#be6504;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}
h6
{
	color:#FF8705;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

/*--- Link Styles ---*/
a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	outline:0;
	font-size: 12px;
	font-family: "Trebuchet MS";
}
a:hover {
	color: #881b06;
	text-decoration: none;
	outline:0;
}
a.promo {
	color: #333333;
	text-decoration: none;
	line-height: 16px;
	font-family: "Trebuchet MS", tahoma;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
	outline:0;
}
a.promo:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF8705;
	margin: 0px;
	outline:0;
}

/* Definições Padrão
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

.date {
	font-size: 9px;
	font-weight: normal;
	color: #FF8705;
}
.dotline-top {
	background-image: url(../images/line-dots.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.erro
{
	color: red;
	font-size:1em;
	border: 1px solid orange;
	text-align: center;
}