@charset "utf-8";
/* CSS Document */

@import url("estrutura.css") all;

body, html{ }

#cabecalho{ }

#cabecalho h1{ font-size: 30px; color: #FFFFFF; }

#menu{ }

#conteudo{ }

#rodape{ text-align: center; font-size: 80%; }

/** FORM **/
form.inline
{
  margin: 0px;
  color: #000000;
	display: inlineç
}

form.inline fieldset
{
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC; 
  padding: 0px;
	background:#F5F5F5;  
}

form.inline legend { font-weight: bold; }

form.inline label
{
  display: inline;
  font-weight: none;
  margin: 0px 0px 0px 0px;
}

form.inline input
{
  border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
  border-style:solid;
  border-width:1px;
  background: #F9F9F9;
  color: #000000;
}

form.inline button {
  overflow:visible;
  padding:4px 10px 3px 7px;
  width:auto;
  min-width: 100px;
  text-align: left;
	float: none; !important
}

form.inline input[type=radio] {
  border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
  border-style:solid;
  border-width:1px;
  background: #F9F9F9;
  color: #000000;
}

#paginacao li{ display:inline; padding:2px 5px 2px 5px; background-color:#0054A8; margin:1px; color:#FFFFFF; font-weight:bold}
#paginacao a{ color:#FFFFFF}
#paginacao .current{ background-color:#999999}


/** ALTERAR **/
a.alterar
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/arrow-circle.png) no-repeat scroll left center;
}

a.alterar:link
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/arrow-circle.png) no-repeat scroll left center;
  text-decoration: none;
  color: #000000;
}

a.alterar:visited
{
  text-decoration: none;
  color: #000000;
}

a.alterar:hover
{
  text-decoration: underline;
  color: #000000;
}

a.alterar:active
{
  text-decoration: none;
  color: #000000;
}

/** EXCLUIR **/
a.excluir
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/cross.png) no-repeat scroll left center;/* border-bottom: 1px solid #FF0000; */
}

a.excluir:link
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/cross.png) no-repeat scroll left center;
  text-decoration: none;
  color: #000000;/* border-bottom: 1px solid #FF0000; */
}

a.excluir:visited
{
  text-decoration: none;
  color: #000000;
}

a.excluir:hover
{
  text-decoration: underline;
  color: #000000;
}

a.excluir:active
{
  text-decoration: none;
  color: #000000;
}

/** VISUALIZAR **/
a.visualizar
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/eye.png) no-repeat scroll left center;
}

a.visualizar:link
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/eye.png) no-repeat scroll left center;
  text-decoration: none;
  color: #000000;
}

a.visualizar:visited
{
  text-decoration: none;
  color: #000000;
}

a.visualizar:hover
{
  text-decoration: underline;
  color: #000000;
}

a.visualizar:active
{
  text-decoration: none;
  color: #000000;
}


/** ADICIONAR **/
a.adicionar
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/plus.png) no-repeat scroll left center;
}

a.adicionar:link
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/plus.png) no-repeat scroll left center;
  text-decoration: none;
  color: #000000;
}

a.adicionar:visited
{
  text-decoration: none;
  color: #000000;
}

a.adicionar:hover
{
  text-decoration: underline;
  color: #000000;
}

a.adicionar:active
{
  text-decoration: none;
  color: #000000;
}

/** NOMINAL **/

a.nominal
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/clipboard-list.png) no-repeat scroll left center;
}

a.nominal:link
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/clipboard-list.png) no-repeat scroll left center;
  text-decoration: none;
  color: #000000;
}

a.nominal:visited
{
  text-decoration: none;
  color: #000000;
}

a.nominal:hover
{
  text-decoration: underline;
  color: #000000;
}

a.nominal:active
{
  text-decoration: none;
  color: #000000;
}



/** MIDIA **/
a.midia
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/pin.png) no-repeat scroll left center;
}

a.midia:link
{
  padding: 0px 0px 2px 20px;
  background: url(../img/icons/pin.png) no-repeat scroll left center;
  text-decoration: none;
  color: #000000;
}

a.midia:visited
{
  text-decoration: none;
  color: #000000;
}

a.midia:hover
{
  text-decoration: underline;
  color: #000000;
}

a.midia:active
{
  text-decoration: none;
  color: #000000;
}

/* SWFUpload */
.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../css/icones/erro.png);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

#mensagem{
	color:#FF0000;
	font-weight:bold
}