@charset "UTF-8";
/* CSS Document */


Reseter body, img, div, a, table, tr, th, tr, ul, ol, li, p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline:0;
	text-decoration: none;
	list-style: none;
	font-size: 100%;
	width:auto;
}
body {
	margin: 0px;
	padding: 0px;
}
/*envolve o site*/

#mainWrrapper {
	width:100%;
	overflow:auto;
	z-index: 1;
}
#main {
	margin-left:auto;
	margin-right:auto;
}
/*cabeça do site*/

#header {
	height:100px;
}
/*tronco do site*/

#content {
	height:auto;
}
/*font - área de administração*/

#areadeadministracao {
	text-align:center;
	padding-top:15px;
	font-family:Zapfino, "Brush Script MT Italic", "Apple Chancery", "Monotype Corsiva";
	font-weight:700;
	font-size: 25px;
	color:#000;
}
/*font das caixas*/

.botoesnomes {
	margin-top:13px;
}
ul li.botoesnomes {
	color:#000;
	font-family:Zapfino, "Brush Script MT Italic", "Apple Chancery", "Monotype Corsiva";
	font-weight:700;
	font-size:11px;
	text-align:center;
}
ul li.botoesnomes a {
	color:#000;
}
/*div dos botões principais de controlo*/

#botoesprincipais {
	width:160px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
#botoesprincipais table {
	margin-top:10px;
}
.botoespricipais a {
	font-family:Zapfino, "Brush Script MT Italic", "Apple Chancery", "Monotype Corsiva";
	font-weight: 700;
	font-style: italic;
	font-size: 10px;
	color:#000;
}
/*Botão Logout e logout - Texto*/

#log a, #botaovoltar a {
	width:50px;
	height:20px;
	margin-top:23px;
	float:left;
	margin-left:30px;
}
#log a, #botaovoltar a {
	font-family:Zapfino, "Brush Script MT Italic", "Apple Chancery", "Monotype Corsiva";
	font-weight: 700;
	font-style: italic;
	font-size: 10px;
	color:#000;
}
/*Botão Logout*/


#botaologout a {
	background: url("../imagens/botao-sair.png") top left no-repeat;
	width:63px;
	height:63px;
	background-position:-10px -10px;
	float:left;
}
#botaologout a:hover {
	background-position:-10px -83px;
}
#botaologout a:active {
	background-position:-10px -156px;
}
/*Botão Voltar*/

#botaovoltarlogo a {
	width:63px;
	height:63px;
	background:url("../imagens/botaovoltar.png") top left no-repeat;
	background-position:-10px -10px;
	float:left;
}
#botaovoltarlogo a:hover {
	background-position:-10px -83px;
}
#botaovoltarlogo a:active {
	background-position:-10px -156px;
}
/*coluna da esquerda*/

#leftcol {
	width: 200px;
	margin-top: 85px;
	float: left;
	margin-left:10%;
}
/*botão editar*/

#botaoeditar a {
	display:block;
	background:url("../imagens/botaoesditar2.png") top left no-repeat;
	width:15px;
	height:15px;
	background-position:-10px -10px;
	margin-top:3px;
}
#botaoeditar a:hover {
	background-position:-35px -10px;
}
#botaoeditar a:active {
	background-position:-60px -10px;
}
/*botão apagar*/

#botaoapagar a {
	display:block;
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:9px;
	color:#FFF;
	background:url("../imagens/botonclear.png") top left no-repeat;
	width:15px;
	height:15px;
	background-position:-10px -10px;
	margin-top:3px;
}
#botaoapagar a:hover {
	background-position:-35px -10px;
}
#botaoapagar a:active {
	background-position:-60px -10px;
}
/*botão fast rewind*/

#botaofastrewind a {
	display:block;
	background:url("../imagens/botao3.png") top left no-repeat;
	width:15px;
	height:15px;
	background-position:-10px -10px;
	margin-top:3px;
}
#botaofastrewind a:hover {
	background-position:-35px -10px;
}
#botaofastrewind a:active {
	background-position:-60px -10px;
}
/*botão rewind*/

#botaorewind a {
	display:block;
	background:url("../imagens/botao2.png") top left no-repeat;
	width:15px;
	height:15px;
	background-position:-10px -10px;
	margin-top:3px;
}
#botaorewind a:hover {
	background-position:-35px -10px;
}
#botaorewind a:active {
	background-position:-60px -10px;
}
/*botão forward*/

#botaoforward a {
	display:block;
	background:url("../imagens/botao1.png") top left no-repeat;
	width:15px;
	height:15px;
	background-position:-10px -10px;
	margin-top:3px;
	float:right;
}
#botaoforward a:hover {
	background-position:-35px -10px;
}
#botaoforward a:active {
	background-position:-60px -10px;
}
/*botão fast forward*/

#botaofastforward a {
	display:block;
	background: url("../imagens/botao4.png") top left no-repeat;
	width:15px;
	height:15px;
	background-position:-10px -10px;
	margin-top:3px;
	float:right;
}
#botaofastforward a:hover {
	background-position:-35px -10px;
}
#botaofastforward a:active {
	background-position:-60px -10px;
}
/*div com clear da caixa dos botoes voltar e logout */

#clear {
	clear:both;
	height:10px;
}
/*tabela nome, editar, apagar*/


#tabela {
	font-weight: 700;
	font-size: 15px;
	color:#000;
	margin-top: 125px;
	float: left;
	padding-bottom:100px;
}
/*texto tabelas todas*/

#form1, #form2 {
	color:#000;
}
/*div com clear*/

#clear {
	clear:both;
	height:10px;
}
