/*
|-------------------------------------------------
|         PORTAL UAI!RRIOR - UNIFEI
|      versão 3.0  .......  julho/2008
|
|                CSS Global
|             by Bruno Toffolo
|
|      > Início: 15/05/2008, 14:19
|      > Conclusão: 15/05/2008, 18:16
|-------------------------------------------------
|      > Última atualização: 21/05/2008, 00:12
|      > Feita por: Bruno Toffolo
|-------------------------------------------------
|      Documento válido nos padrões CSS 2.1
|-------------------------------------------------
*/

* { margin-top: 0; padding: 0; }

/*
|------------------------------------------------
|      CLASSES BÁSICAS DE ESTRUTURA,
|       CORES, FONTES E FORMULÁRIOS
|-------------------------------------------------
*/

body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
body {
	background-color: #272727;
	background-image: url(../imagens_comuns/fundo.jpg);
	background-repeat: repeat-x;
	}

a:link {
	text-decoration: none;
	color: #E1E1E1;
	}	
a:visited {
	text-decoration: none;
	color: #E1E1E1;
	}
a.active {
	text-decoration: none;
	color: #E1E1E1;
	}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

.all {
	background: transparent !important;
	position: relative;
	top: 0px;
	width: 780px;
	height: auto;
	text-align: left;
	}

.input {
	background: #000000;
	border: 1px solid #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	padding: 5px;
	}

img, div, a, input, script { behavior: url(/componentes/ie_png_fix/iepngfix.htc) }

.semborda a:link,
.semborda a:visited,
.semborda a.active
.semborda a:hover {
	text-decoration: none;
	color: transparent;
	}


/*
|------------------------------------------------
|      CLASSES GLOBAIS DO TOPO
|-------------------------------------------------
*/

.topo {
	position: relative;
	background-image: url(../imagens_comuns/topo.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 96px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0 0 0 0;
	left: 1px;
	}
.topo a:link,
.topo a:visited,
.topo a.active {
	text-decoration: none;
	color: transparent;
	}
.topo a:hover {
	text-decoration: none;
	color: transparent;
	}

.busca {
	float: right;
	position: relative;
	background: transparent !important;
	text-align: right;
	width: 200px;
	height: 25px;
	top: 0px;
	margin-right: 20px;
	padding-top: 20px;
	}


.menu_amarelo {
	position: relative;
	width: 780px;
	height: 25px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	}

.busca {
	float: right;
	position: relative;
	background: transparent !important;
	text-align: right;
	width: 200px;
	height: 25px;
	top: 0px;
	margin-right: 20px;
	padding-top: 20px;
	}


.menu_amarelo {
	position: relative;
	width: 780px;
	height: 25px;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

.menu_amarelo a:link,
.menu_amarelo a:visited,
.menu_amarelo a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
.menu_amarelo a:hover {
	text-decoration: none;
	color: #222222;
	}

.foto {
	position: relative;
	width: 780px;
	height: 181px;
	margin-top: 4px;
	margin-left: 0px;
	text-align: center;
	}

.fotorobo {
	position: absolute;
	top: 168px;
	left: 554px;
	width: 210px;
	height: 185px;
}


/*
|------------------------------------------------
|      CLASSES GLOBAIS DO RODAPÉ
|-------------------------------------------------
*/

.rodape {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	background-image: url(../imagens_comuns/fundo_rodape.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 50px;
	color: #9B9B9B;
	}
.rodapelinks {
	float: left;
	width: 690px;
	height: 31px;
	padding-top: 19px;
	padding-left: 15px;
	}
.rodapedisco {
	float: right;
	width: 58px;
	height: 43px;
	text-align: right;
	padding-top: 7px;
	padding-right: 12px;
	}
.rodape a:link,
.rodape a:visited,
.rodape a:active {
	color: #9B9B9B;
	text-decoration: none;
	}
.rodape a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}