body {
	font: 14px 'Telex', arial, sans-serif;
	background: url(../imagens/background.jpg) repeat;
}

table td span {
	font-weight: bold;
}


input[type=radio] {
	margin-right: 5px;
}

br.clear {
	clear: both;
}

input.erro {
	border-color: red;
}


span.erro {
	color: red;
	font-size: smaller;
	line-height: 1em;
	padding: 0px;
}

span.ajax {
	display: none;
	margin-left: 5px;
}

span.aguarde {
	background: url(../imagens/loader.png) center left no-repeat;
	padding-left: 20px;
	color: black;
}

span.sucesso {
	color: green;
}

img.trigger {
	margin: 0.25em;
	vertical-align: top;
}

div#midiaware {
	text-align: center;
	font-size: x-small;
	color: #bbb;
	padding: 2px;
}

div#midiaware a,div#midiaware a:ACTIVE,div#midiaware a:VISITED {
	color: inherit;
	text-decoration: none;
}

div#midiaware a:HOVER {
	color: #aaa;
	text-decoration: underline;
}

.center {
	text-align: center !important;
}

.bold {
	font-weight: bold;
}

#conteudo {
	background: white;
	padding: 10px 20px;
	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

#cabecalho #sessao {
	color: #004159;
	text-align: right;
	font-style: normal;
}

#cabecalho #sessao span.usuario {
	font-weight: bold;
	font-style: italic;
}


#sessao {
	text-align: right;
	padding: 12px 0;
}

#aguarde {
	padding: 30px;
	text-align: center;
	font-weight: bold;
	color: 004159;
}

#formUpload {
	padding: 15px 0
}

#formUpload p {
	padding: 10px 0
}

#loaderBox {
	display: none;
	position: absolute;
	text-align: center;
	padding: 14px 17px 14px;
	background-color: black;
	color: white;
	-moz-opacity: .80;
	filter: alpha(opacity =   80);
	opacity: .80;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}

.table-monitor {
	font-size: 12px;
	line-height: 1.2em;
}

.table-monitor th {
	text-align: center;
}

.table-monitor td,.table-monitor th {
	line-height: 1.2em;
}

.box {
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	border-radius: 4px;
	padding: 10px;
	margin-top: 10px;
}

.situacaoCor1 {
	background-color: #DFF0D8;
}

.situacaoCor2 {
	background-color: #F2DEDE;
}

.divergente {
	color: #B94A48;
}

.destaque {
	color: #3A87AD;
}

.dados {
	display: none;
}

.vinho {
	color: #61072d;
}

.tdHover {
	background-color: #eee;
	cursor: pointer;
}

.botoes {
	clear: both;
	padding: 10px 0px;
}

table thead a { color : black; }
