body,td,th {
	color: #a00b0b;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 24px;
	font-weight: bold;
}

body {
	background-color: #FFF;
}

.anuncio {
	position:absolute;
	left: 30px;
	top: 200px;
	color: #FFF;
	background-color:#F00;
	width: 150px;
	height: 700px;	
}

img {
	border: none;
}	

a:link {color:#a00b0b; text-decoration:none; border:none;}
a:visited {color:#a00b0b; text-decoration:none; border:none;}  
a:hover {color:#000000; text-decoration:none; border:none;}  
a:active {color:#a00b0b; text-decoration:none; border:none;}  

.menu {
	text-align:right;
	text-shadow: 0px 1px 0px rgba(26, 0, 0, 1);
	line-height:170%;
}

.bar {
	background: rgb(191,35,35); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,35,35,1) 0%, rgba(143,2,34,1) 44%, rgba(113,16,16,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,35,35,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(113,16,16,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,35,35,1) 0%,rgba(143,2,34,1) 44%,rgba(113,16,16,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,35,35,1) 0%,rgba(143,2,34,1) 44%,rgba(113,16,16,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,35,35,1) 0%,rgba(143,2,34,1) 44%,rgba(113,16,16,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,35,35,1) 0%,rgba(143,2,34,1) 44%,rgba(113,16,16,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2323', endColorstr='#711010',GradientType=0 ); /* IE6-9 */
	height: 40px;
	font-size:18px;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(26, 0, 0, 1);
	padding-left: 25px;
}

.contentpadding {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 10px;
}

.contenttile {
	font-size:18px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align:left;
	color:#a00b0b;
}

.contentsubtile {
	font-size:14px;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#a00b0b;
	text-align:left;
}

.tributossubtile {
	font-size:14px;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#a00b0b;
	float: left;
}

.contentsubtiletext {
	font-size: 14px;
	font-weight: normal;
	padding-top: 15px;
	color: #000;
	text-align: right;
}

.contentkey {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 10px;
	float:left;
}

.contentkey2 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding-left: 30px;
	padding-top: 10px;
	float:left;
}

.contentkey3 {
	color: #a00b0b;
	font-size: 18px;
	font-weight: normal;
	padding-left: 30px;
	padding-top: 10px;
	float:left;
}

.contentvalue {
	color: #a00b0b;
	text-align:right;
	font-size: 14px;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

.contentvalue2 {
	color: #a00b0b;
	text-align:right;
	font-size: 18px;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	border: 1px dotted #a00b0b;
	padding-bottom: 10px;
}

.flag {
	padding-right: 15px;	
}

input[type='text'] {
	border: 1px solid #a00b0b; 
	width: 120px;	
	text-align: right;
	color: #a00b0b;
	margin-top:0px;
}

input[type='password'] {
	border: 1px solid #a00b0b; 
	width: 120px;	
	text-align: right;
	color: #a00b0b;
	margin-top:0px;
}

table.historico {
	padding-bottom: 10px;	
}

table.historico th {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	text-shadow: 0px 1px 0px #FFF;
	
	background:-o-linear-gradient(bottom, #f4f4f4 5%, #e0e0e0 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f4f4f4), color-stop(1, #e0e0e0) );
	background:-moz-linear-gradient( center top, #f4f4f4 5%, #e0e0e0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#e0e0e0");	background: -o-linear-gradient(top,#f4f4f4,e0e0e0);
	
	background-color:#f4f4f4;
	border-color: #FFF;
	border-style:solid;
	border-collapse:collapse;
	border-width: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.historico td {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align:center;
	text-shadow: 0px 1px 0px #FFF;
	
	background-color:#f9f9f9;
	border-color: #FFF;
	border-style:solid;
	border-collapse:collapse;
	border-width: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.textonormal {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #FFF;
	padding-bottom:10px;
}

.botao {
	-moz-box-shadow:inset 0px 1px 0px 0px #e32c1c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #e32c1c;
	box-shadow:inset 0px 1px 0px 0px #e32c1c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #be2222), color-stop(1, #6f1010) );
	background:-moz-linear-gradient( center top, #be2222 5%, #6f1010 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#be2222', endColorstr='#6f1010');
	background-color:#be2222;
	border:1px solid #521612;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;
	cursor:pointer;
}.botao:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6f1010), color-stop(1, #be2222) );
	background:-moz-linear-gradient( center top, #6f1010 5%, #be2222 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f1010', endColorstr='#be2222');
	background-color:#6f1010;
	color:#ffffff;
}.botao:active {
	position:relative;
	color:#ffffff;
	top:1px;
}.botao:link {
	color:#ffffff;
}.botao:visited {
	color: #ffffff;
	text-align: center;
}

.botaooff {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
}.botaooff:hover {
	background-color:#dfdfdf;
	color:#777777;
}.botaooff:active {
	position:relative;
	color:#777777;
}.botaooff:link {
	color:#777777;
}.botaooff:visited {
	color: #777777;
	text-align: center;
}

/*http://jsfiddle.net/YVtJ6/*/
.tooltip {
	margin-bottom:-2px;
	margin-left:20px;
	cursor:pointer;
}

.remover {
    width:20px;
    height:20px;
    border-radius:10px;
    background:linear-gradient(to bottom, #be2222, #6f1010);
    color:#ffffff;
    line-height: 14pt;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-align: center;
	margin-left:auto;
	margin-right:auto;
    cursor: pointer;
    text-shadow: 0px 1px 0px #000000;
}
.remover:hover {
    background:linear-gradient(to bottom, #e52828, #931717);
}

.resumo {
	font-family: "Courier New";
	font-size: 12px;
	background-image:url(sitepics/resumo.png);
	background-repeat:no-repeat;
	color:#666;
}

table.tabelaresumo {
	margin-left: 15px;
	margin-top:20px;
}

table.tabelaresumo td {
	font-family: "Courier New";
	font-size: 12px;
	color:#666;
	text-shadow: 0px 1px 0px #FFFF99;
}

hr { 
	height: 0; 
	border-top:0px;
	border-bottom: 1px dotted;
	border-left:0px;
	border-right:0px;
	color: #AAA;
	width:900px;
}

#recaptcha_area
{
    margin: 0 auto;
}