/* GLOBAL */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 75%;
}
h4 {
	display: none;
}
img {
	border: 0;
}
a {
	color: #036b84;
	text-decoration: none;
}
a.selected {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.selected:hover {
	border-bottom: 1px #000 dashed;
}
input.text {
	border: 1px #ccc solid;
	margin: 4px 0 2px;
	padding: 2px;
}

/* WRAPPER */

#wrapper {
	position: relative;
	padding: 0;
	margin: 0 auto 0;
	width: 760px;
}


/* TOPO */

#topo {
	height: 78px;
}

#global {
	position: absolute;
	top: 8px;
	left: 490px;
}
#global ul {
	margin: 0;
	padding: 0;
}
#global ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: .9em;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px #000 solid;
	color: #45a402;
}
#global ul li.ultimo {
	border: 0;
}
#global ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#global ul li a:hover {
	border-bottom: 1px #666 dashed;
}

#pesquisa {
	position: absolute;
	top: 48px;
	left: 550px;
}
#pesquisa form {
	text-align: right;
}
#pesquisa form input {
	font-size: .9em;
}
#pesquisa .pesquisar {
	vertical-align: bottom;
}

#logo {
	position: absolute;
	top: 0px;
	left: 6px;
}

#tagline {
	position: absolute;
	top: 4px;
	left: 82px;
	width: 320px;
	font-size: 1.2em;
	color: #45a402;
}
* html #tagline { top: 18px; } /* para IE/Win */
*>html #tagline { top: 18px; } /* para IE5/Mac */
#navegacao {
	position: absolute;
	margin: 0;
	padding: 3px 0;
	top: 266px;
	left: 5px;
	/*background-color: #acdc63;
	border-top: 1px solid #7da0a4;
	border-bottom: 1px solid #7da0a4;*/
	background: url(http://www.net-sa.pt/images/navBack.gif);
	z-index: 1;
	font-size: .9em;
}
#navegacao.interna {
	top:104px;	
	left: 7px;
}
#navegacao ul {
	margin: 0;
	padding: 0;
}
#navegacao ul li {
	margin: 0;
	padding: 0;
	padding: 3px 6px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}
#navegacao ul li.primeiro {
	/*position: relative;
	left: -3px;*/
	border: 0;
	background: url(http://www.net-sa.pt/images/navLeft.gif) left no-repeat;
}
#navegacao ul li.ultimo {
	/*position: relative;
	left: 3px;*/
	background: url(http://www.net-sa.pt/images/navRight.gif) right no-repeat;
}
#navegacao ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#navegacao ul li a:hover {
	border-bottom: 1px #666 dashed;
}


/* CONTACTO */

#imagemTopo {
	position: relative;
	background: url(http://www.net-sa.pt/images/imagemTopo2.jpg) no-repeat;
	height: 222px;
	width: 575px;
	left: 4px;
}
#imagemTopoInterno {
	position: relative;
	background: url(http://www.net-sa.pt/images/imagemTopoInterno2.jpg) no-repeat;
	height: 60px;
	width: 575px;
	left: 6px;
}
#imagemTopo #contacto {
	position: absolute;
	top: 140px;
	left: 390px;
	font-size: .9em;
	color: #ccc;
}
#imagemTopoInterno #contacto {
	position: absolute;
	top: 8px;
	left: 290px;
	font-size: .9em;
	color: #ccc;
}
#contacto {
	display: none;
}
#contacto p {
	margin: 0;
	padding: 0;
}
#contacto h5 {
	margin: 0;
	margin-top: 6px;
	padding: 0;
	font-size: 1em;
	color: #fff;
}
#contacto a {
	color: #fff;
}


/* IMAGEM CLUBE NET */

#imagemClube {
	position: absolute;
	background: url(http://www.net-sa.pt/images/imagemClube2.gif) no-repeat;
	height: 244px;
	width: 171px;
	top: 78px;
	left: 578px;
}
#imagemClube img.logo {
	position: relative;
	top: 164px;
	left: 4px;
}
#imagemClubeInterno {
	position: absolute;
	background: url(http://www.net-sa.pt/images/imagemClubeInterno.gif) no-repeat;
	height: 60px;
	width: 171px;
	top: 78px;
	left: 578px;
}
#imagemClubeInterno img.logo {
	position: relative;
	top: 6px;
	left: 4px;
}


/* COLUNAS */

#coluna1 {
	position: relative;
	float: left;
	width: 266px;
	margin: 6px;
	margin-right: 0;
	margin-bottom: 8px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px #70abb1 solid;
}
* html #coluna1 { margin-left: 3px; padding-right: 0px; } /* para IE/Win */
*>html #coluna1 { margin-left: 3px; padding-right: 0px; } /* para IE5/Mac */
			
#coluna2 {
	float: left;
}
			
#coluna2ClubeNET {
	position: relative; 
	width: 266px;
	margin: 6px;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px #70abb1 solid;
	background: #E6FFBD;
}
* html #coluna2ClubeNET { padding-right: 0px; } /* para IE/Win */
*>html #coluna2ClubeNET { padding-right: 0px; } /* para IE5/Mac */

#coluna2NET {
	position: relative; 
	width: 266px;
	margin: 6px;
	margin-right: 0;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px #70abb1 solid;
}
* html #coluna2NET { padding-right: 0px; } /* para IE/Win */
*>html #coluna2NET { padding-right: 0px; } /* para IE5/Mac */

#coluna12 {
	position: relative;
	float: left;
	width: 553px;
	margin: 6px;
	margin-right: 0;
	padding-left: 14px;
	padding-right: 0;
	padding-top: 12px;
	/* border: 1px #70abb1 solid; */
}
* html #coluna12 { margin-left: 3px; padding-right: 0px; } /* para IE/Win */
*>html #coluna12 { margin-left: 3px; padding-right: 0px; } /* para IE5/Mac */
#coluna12.clubeNET {
	background: #E6FFBD url(http://www.net-sa.pt/images/cantoClube.gif) no-repeat;
}

#coluna3 {
	position: relative;
	float: left;
	width: 169px;
	margin: 0px;
	margin-left: 6px;
	margin-bottom: 6px;
	font-size: .9em;
	border-left: 1px #70abb1 dashed;
}
.separador {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	border-bottom: 1px #70abb1 solid;
	width: 272px;
}
.cantoCE {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	left: -1px;
	background: url(http://www.net-sa.pt/images/cantoCE.gif) no-repeat;
}
.cantoCD {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -1px;
	left: 269px;
	background: url(http://www.net-sa.pt/images/cantoCD.gif) no-repeat;
}
.cantoFE {
	position: relative;
	width: 10px;
	height: 10px;
	top: 1px;
	left: -7px;
	background: url(http://www.net-sa.pt/images/cantoFE.gif) no-repeat;
}
* html .cantoFE {	top: 6px; } /* para IE/Win */
*>html .cantoFE {	top: 6px; } /* para IE5/Mac */
.cantoFD {
	position: relative;
	width: 10px;
	height: 10px;
	top: 1px;
	left: 263px;
	background: url(http://www.net-sa.pt/images/cantoFD.gif) no-repeat;
}
* html .cantoFD {	top: 6px; } /* para IE/Win */
*>html .cantoFD {	top: 6px; } /* para IE5/Mac */
.cantoCDedit {
	display: none;
	/*position: relative;
	width: 10px;
	height: 10px;
	top: -1px;
	left: 549px;
	background: url(http://www.net-sa.pt/images/cantoCD.gif) no-repeat; */
}
* html .cantoCDedit { top: -1px; left: 543px;} /* para IE/Win */
*>html .cantoCDedit { top: -1px; left: 543px;} /* para IE5/Mac */
.cantoFDedit {
	display: none;
	/* position: relative;
	width: 10px;
	height: 10px;
	top: 1px;
	left: 549px;
	clear: both;
	background: url(http://www.net-sa.pt/images/cantoFD.gif) no-repeat; */
}
* html .cantoFDedit { top: 6px; left: 543px;} /* para IE/Win */
*>html .cantoFDedit { top: 6px; left: 543px;} /* para IE5/Mac */

/* table-of-contents */
ul.table-of-contents {
	clear: both;
	text-align: center;
	list-style: none;
	margin-top: 6px;
	margin-bottom: 6px;
}

ul.table-of-contents li {
	display: inline;
}

ul.table-of-contents li.selected,
ul.table-of-contents li.selected a {
	font-weight: bold;
	font-size: 1.1em;
	color: #333333 !important;
}

ul.table-of-contents li a:hover {
	border-bottom: 1px dashed #036B84;
}

div.table-of-contents.title {
	border-top: 1px solid #70ABB1;
	font-size: 1.15em;
	font-weight: bold;
	color: #036B84;
	margin: 12px 0 0 0;
	padding-top: 6px;
	padding-bottom: 12px;
}

div.dictionary-definition:first-child {
	border-top: none;
	padding-top: 0;
}

div.dictionary-definition {
	border-top: 1px solid #ccc;
	padding: 14px 0 12px 0;
}

* html div.dictionary-definition {
	border-top-style: expression(this.previousSibling==null?"none":"solid");
	padding-top: expression(this.previousSibling==null?0:"14px");
}

div.table-of-contents .pt,
div.table-of-contents .es,
div.table-of-contents .en {
	float: left;
	width: 176px;
	font-weight: bold;
	padding-bottom: 8px;
}

div.table-of-contents .es {
	text-align: center;
}

div.table-of-contents .en {
	text-align: right;
}

div.table-of-contents div.dictionary-definition .descricao {
	clear: left;
}

/* BLOCO */

.bloco {
	margin: 0;
	margin-left: 10px;
	padding: 4px;
}
* html .bloco { height: 1%; } /* para IE/Win */
*>html .bloco { height: 1%; } /* para IE5/Mac */
.bloco img {
	margin-top: 6px;
	border: 2px #70abb1 solid;
}
.bloco p {
	margin: 0;
	margin-top: 2px;
	font-size: 1em;
}
.bloco h3 {
	margin: 0;
	margin-top: 4px;
	padding: 0;
	/* color: #70abb1; */
	font-size: 1.3em;
	font-weight: normal;
}
.bloco h3 a {
	color: #036b84;
	text-decoration: none;
}
.bloco h3 a:hover {
	border-bottom: 1px #036b84 dashed;
}
.bloco ul {
	margin: 0;
	margin-top: 4px;
	padding: 0;
}
.bloco ul li {
	margin: 0;
	margin-left: 16px;
	padding: 0;
	list-style-image: url(http://www.net-sa.pt/images/seta.gif);
}
.bloco ul li a {
	color: #036b84;
	text-decoration: none;
}
.bloco ul li a:hover {
	border-bottom: 1px #036b84 dashed;
}
p.mais {
	margin: 0;
	margin-left: 10px;
}
.bloco h5 {
	font-size: .9em;
	margin: 16px 0 6px 0;
	padding: 0;
}
.bloco .blocoColuna {
	width: 220px;
	position: relative;
	float: left;
	margin: 0 0 16px 0;
	padding: 0 18px 0 0;
}
* html .bloco .blocoColuna { margin: 0;} /* para IE/Win */
*>html .bloco .blocoColuna { margin: 0;} /* para IE5/Mac */


/* CLUBENET */

#clubeNet {
	background: #e6ffbd;
	padding: 6px;
}
#clubeNet p {
	margin: 0;
	margin-top: 8px;
	padding: 0;
}
#clubeNet p a:hover {
	border-bottom: 1px #999 dashed;
}
#clubeNet form {
	margin: 0;
	margin-top: 6px;
	padding: 0;
}


/* EMPRESAS ASSOCIADAS */

#empresasAssociadas {
	margin: 0;
	padding: 0;
	margin-left: 1px;
	padding-bottom: 4px;
	background: #e6ffbd;	
}
#empresasAssociadas p {
	margin: 0;
	padding: 4px 0 0 0;
}
#empresasAssociadas p.explicacao a:hover {
	border-bottom: 1px #999 dashed;
}
#empresasAssociadas p.explicacao {
	margin: 0;
	padding: 4px 0 0 8px;
}
#empresasAssociadas ul {
	margin: 0;
	padding: 0;
	margin-left: 21px;
}
#empresasAssociadas ul li {
	margin: 0;
	padding: 0;
	list-style-image: url(http://www.net-sa.pt/images/setaVerde.gif);
	color: #45a402;
}
#empresasAssociadas ul li a {
	color: #45a402;
	text-decoration: none;
}
#empresasAssociadas ul li a:hover {
	border-bottom: 1px #45a402 dashed;
}


/* FORUM */

#forum {
	margin-top: 4px;
	margin-left: 1px;
}


/* PARA EMPREENDEDORES */

#paraEmpreendedores {
	margin: 0;
	margin-left: 6px;
}
#paraEmpreendedores h3 {
	margin: 0;
	margin-top: 6px;
}
#paraEmpreendedores ul {
	margin: 0;
	margin-top: 4px;
	margin-left: 0px;
	padding: 0;
	background
}
#paraEmpreendedores ul li {
	margin: 0;
	margin-left: 16px;
	padding: 0;
	list-style-image: url(http://www.net-sa.pt/images/seta.gif);
  text-transform: uppercase;
}
#paraEmpreendedores ul li a {
	color: #000;
	text-decoration: none;
}
#paraEmpreendedores ul li a:hover {
	border-bottom: 1px #000 dashed;
}


/* NEWSLETTER */

#newsletter {
	margin: 0;
	margin-left: 6px;
}
#newsletter p {
	margin: 0;	
	margin-left: 2px;
}
#newsletter form {
	margin: 0;
	margin-left: 2px;
}


/* LOGIN */

#login {
}
#login form {
	margin: 12px 0 12px 0;
}
#login .error {
	background: #fff;
	padding: 8px;
	color: #f33;
}


/* EDITORIAIS */

#relaccionados {
	float: left;
	position: relative;
	top: -16px;
	width: 148px;
	margin:0;
	padding: 4px;
	padding-left: 14px;
	padding-right: 12px;
	font-size: .9em;
}
#relaccionados h3 {
	margin: 0;
	margin-top: 1.6em;
	margin-left: -10px;
	padding: 0;
	padding-left: 10px;
	font-size: 1em;
	font-weight: normal;
	color: #000;
	background: url(http://www.net-sa.pt/images/seta2.gif) no-repeat;
}
#relaccionados h5 {
	margin: 0;
	margin-top: .5em;
	padding: 0;
	font-size: 1em;
	color: #000;
}
#relaccionados a {
	color: #036b84;
	text-decoration: none;
}
#relaccionados a:hover {
	color: #036b84;
	border-bottom: 1px #036b84 dashed; 
}
#relaccionados p {
	margin: 0;
	margin-top: .2em;
	padding: 0;
	color: #70abb1;
	font-style: italic;
}
#relaccionados ul {
	margin: 0;
	margin-top: 22px;
	padding: 0;
	margin-left: 5px;
	font-size: 1.1em;
}
#relaccionados ul li {
	margin: 0;
	padding: 0;
	list-style-image: url(http://www.net-sa.pt/images/setaVerde.gif);
	color: #45a402;
}
#relaccionados ul li a {
	color: #45a402;
	text-decoration: none;
}
#relaccionados ul li a:hover {
	border-bottom: 1px #45a402 dashed;
}


#editorial {
	float: left;
	position: relative;
	top: -8px;
	width: 368px;
	padding: 4px;
}
* html #editorial { top: -10px; } /* para IE/Win */
*>html #editorial { top: -10px; } /* para IE5/Mac */
#editorial h3 {
	font-size: 1.15em;
	border-top: 1px #70abb1 solid;
	padding-top: 6px;
	color: #036b84;
	margin: 0;
	margin-top: 12px;
}
#editorial h5 {
	padding-top: 6px;
	margin: 0;
	margin-top: 12px;	
	font-size: 1em;
}
#editorial h5.pesquisa {
	margin: 0;
	border: 0;
	padding: 2px;
	margin-top: 8px;
	font-weight: normal;
	text-align: right;
	background: #eef;
}
#editorial p {
	padding-top: 6px;
	margin: 0;
	margin-top: 2px;
}
#editorial p strong {
	font-size: 1.1em;
}
#editorial a {
	color: #036b84;
	text-decoration: none;
}
#editorial p a strong, #editorial p strong a {
	font-size: 1em;
}
#editorial a:hover {
	border-bottom: 1px #036b84 dashed;
}
#editorial img {
	/* float: right;
	margin: 6px;
	border: 2px #70abb1 solid; */
}
#editorial img#image_top {
	float: none;
	margin: 6px;
	border: 2px #70abb1 solid;
}
#editorial img.direita {
	margin: 6px;
	float: right;
}
#editorial img.esquerda {
	margin: 6px;
	float: left;
}
#editorial.semRelaccionados {
	width: 528px;	
}

/* Imagens relacionadas */
#imagensAssociadas table {
	border-collapse: collapse;
	width: 100%;
	margin: 12px 0 0 0;
}

#imagensAssociadas table td {
	padding: 6px 0 0 0;
	margin: 0;
	text-align: center;
}

#imagensAssociadas table td.imagemEsq {
	text-align: left;
}

#imagensAssociadas table td.imagemDir {
	text-align: right;
}

#imagensAssociadas table img {
	width: 172px;
	height: 129px;
	vertical-align: top;
}

#imagensAssociadas table a {
	/*display: block;*/
}

#imagensAssociadas table a:hover {
	border-style: none;
}

#listagemEditoriais {
	float: left;
	position: relative;
	top: -8px;
	width: 518px;
	padding: 4px;
}
#listagemEditoriais h3 {
	border-top: 1px #70abb1 solid;
	padding-top: 6px;
	color: #036b84;
	margin: 0;
	margin-top: 16px;
	font-size: 1.2em;
	clear: both;
}
#listagemEditoriais h3 a:hover {
	border-bottom: 1px #036b84 dashed;
}
#listagemEditoriais p {
	margin: .6em 0 .4em 0;
}
#listagemEditoriais p a:hover {
	border-bottom: 1px #036b84 dashed;
}
#listagemEditoriais .bloco {
	margin: 0;
	padding: 0;
}
#listagemEditoriais .bloco h3 {
	border: 0;
	margin: 0;
	margin-top: 12px;
	/* color: #036b84; */
	clear: both;
	font-weight: normal;
	font-size: 1.1em;
}
#listagemEditoriais .bloco .blocoColuna1 h3, 
#listagemEditoriais .bloco .blocoColuna2 h3 {
	color: #000;
	font-weight: bold;
}
#listagemEditoriais .bloco p {
	padding-top: 6px;
	margin: 0;
	margin-top: 2px;
}
#listagemEditoriais .bloco p a:hover {
	border-bottom: 1px #036b84 dashed;
}

/*
#listagemEditoriais a {
	color: #036b84;
	text-decoration: none;
}
#listagemEditoriais .bloco a:hover {
	border-bottom: 1px #036b84 dashed;
}
*/
#listagemEditoriais .bloco img {
	float: right;
	margin-top: -12px;
	margin-left: 12px;
	margin-bottom: 6px;
	border: 2px #70abb1 solid;
}


/* EMPRESA */
#empresa {
	margin: 16px 0;
}
#empresa .bloco img {
	float: right;
	margin-top: 6px;
	margin-left: 12px;
	margin-bottom: 6px;
	border: 0;	
}


/* MENU */

#menu {
	margin: 0;
	padding: 0;
	margin-left: 1px;
	margin-top: 4px;
	border: 1px #70abb1 solid;
	background: #7caeb5;
}
#menu p {
	margin: 0;
	margin-left: 5px;
}
#menuCD {
	position: relative;
	width: 10px;
	height: 10px;
	top: -1px;
	left: 157px;
	background: url(http://www.net-sa.pt/images/menuCD.gif) no-repeat;
}
#menuFD {
	position: relative;
	width: 10px;
	height: 10px;
	top: 1px;
	left: 157px;
	background: url(http://www.net-sa.pt/images/menuFD.gif) no-repeat;
}
* html #menuFD { top: 5px; } /* para IE/Win */
*>html #menuFD { top: 5px; } /* para IE5/Mac */


/* MENU EMPRESA */

#menuEmpresa {
	/* background: #acdc63; */
	padding-bottom: 2px;
	border-bottom: 1px #70abb1 solid;
}
#menuEmpresa a:hover {
	border-top: 1px #036b84 dashed;
}
#menuEmpresa ul {
	padding: 3px 0 0 0;
	margin: 0;
}
#menuEmpresa ul li {
	display: inline;
	margin-right: 9px;
	font-size: .9em;
	font-weight: bold;
	/* border-right: 1px #666 solid; */
}
#menuEmpresa ul li.ultimo {
	border: 0;
}

/* FUNDO */

#fundo {
	clear: both;
	margin: 12px 12px 12px 6px;
	padding: 0;
	background: #ddd;
}
#fundo img {
	margin: 8px;
}

/* AMPLITUDE */

#amplitude p {
	text-align: right;
	margin: 12px;
}
#amplitude p img {
	vertical-align: -26%;	
	margin: 0 6px 0;
}

#amplitude p a {
	color: #036b84;
	font-weight: bold;
	border-bottom: 1px #036b84 dashed;
}
