html, body, table {
	margin: 0;
	padding: 0;
	background-color: White;
   color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #000077;
	text-decoration: none;
}

a:active {
	color: #000077;
	text-decoration: none;
}

a:visited {
	color: #000077;
	text-decoration: none;
}

a:hover {
	color: #669BF9;
	text-decoration: underline;
}

img {
	border: 0;
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	border-top: 1px solid #80add6;
	border-right: none;
	border-bottom: none;
	border-left: none;
   height: 1px;
}

/** header */
div.header {
	border: none;
   width: 780px;
   height: 130px;
   vertical-align: top;
   margin: 0;
   text-align: left;
	background: url(site_imgs/header_bg.jpg);
	background-repeat: repeat-x;
}

div.header_logo {
 	 float: left;
    width: 99px;
    height: 110px;
	 margin-left: 10px;
    background: url(site_imgs/aprenderaconduzir_logotipo.gif);
	 background-position: center;
	 background-repeat: no-repeat;
}

div.header_title {
	float: left;
	margin-top: 15px;
	width: 364px;
	height: 37px;
	background: url(site_imgs/aprenderaconduzir_title.gif);
	background-position: center;
	background-repeat: no-repeat;
}
  
div.header_opcoes_top {
	float: right;
	font-size: smaller;
	color: White;
	margin: 5px 10px 0 0;
}

div.header_opcoes_top a:link {
	color: White;
	text-decoration: none;
}

div.header_opcoes_top a:active {
	color: White;
	text-decoration: none;
}

div.header_opcoes_top a:visited {
	color: White;
	text-decoration: none;
}

div.header_opcoes_top a:hover {
	color: #669BF9;
	text-decoration: underline;
}

div.header_opcoes {
	float: right;
	width: 600px;
	height: 29px;
	margin-top: 17px;
	_margin-top: 29px; /* hack to work in IE */
}

li.tab_off {
	float: left;
	width: 90px;
	height: 29px;
	margin-right: 2px;
	list-style: none;
	background: url(site_imgs/tab_off.gif);
	text-align: center;
	font-weight: bold;
	color: white;
	cursor: pointer;
	_cursor: hand; /** hack to work in IE */
}

li.tab_on {
	float: left;
	width: 90px;
	height: 29px;
	margin-right: 2px;
	list-style: none;
	background: url(site_imgs/tab_on.gif);
	text-align: center;
	font-weight: bold;
	color: #808080;
	cursor: pointer;
	_cursor: hand; /** hack to work in IE */
}

li.tab_off:hover {
	background: url(site_imgs/tab_on.gif);
}

table.menu_ensino {
	border: 1px solid #1E578E;
   width: 160px;
   height: 100px;
   background-color: #B6D7F6;
   color: White;
}

table.menu_informacao_util {
	border: 1px solid #1E578E;
   width: 250px;
   height: 75px;
   background-color: #B6D7F6;
   color: White;
}
/** end header */

/** rodape */
div.rodape {
	float: left;
	width: 780px;
	height: 30px;
	border-top: 1px solid #80add6;
	background-color: White;
	font-size: 11px;
	color: Black;
	text-align: center;
	margin-top: 8px;
	padding-top: 5px;
}
/** end rodape */

/** main contentor */
div.main_contentor {
	float: left;
	width: 780px;
	height: auto;
	margin: 10px 2px 2px 2px;
	text-align: left;
}

div.main_contentor #left_block {
	float: left;
	width: 160px;
	margin-left: 2px;
}

div.main_contentor #center_block {
	float: left;
	width: 420px;
	margin-left: 20px;
}

div.main_contentor #right_block {
	float: right;
	width: 160px;
	margin-right: 2px;
}
/** end main contentor */

/** info table */
#info_table {
	width: 580px;
	padding: 8px;
	border: 1px solid #80add6;
	background-color: #e8f0fd;
	color: Black;
	text-align: justify;
}

#info_table #title {
	font-size: 13px;
	font-weight: bold;
	color: #0000aa;
	text-align: center;
}
/** end info table */

/** aviso table */
#aviso_table {
   width: 400px;
	border: 1px solid #80add6;
	background-color: #ffffcc;
	color: Black;
   text-align: center;
}
/** end aviso table */

#align_center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#align_right {
	text-align: right;
}

div.contactos {
	width: 750px;
   text-align: justify;
}

div.conselhos {
	width: 750px;
	text-align: justify;
}

table.recomendus {
   width: 580px;
	border: 1px solid #80add6;
	background-color: #ffffcc;
	color: Black;
   text-align: left;
}

table.registo {
   width: 580px;
	border: 1px solid #80add6;
	background-color: #ffffcc;
	color: Black;
   text-align: left;
}

table.pesquisar_escolas {
	margin-left: 10px;
	margin-right: 10px;
}

/** block table (used by login, etc.) */
table.block_table {
	width: 160px;
	border: 0px;
	border-collapse: collapse;
}

table.block_table #block_table_top {
	width: 160px;
   height: 24px;
   background-image: url(site_imgs/menu_top.gif);
   background-repeat: no-repeat;
   font-size: 11px;
	font-weight: bold;
   text-align: center;
}

table.block_table #block_table_middle {
   width: 160px;
	height: 1px;
   background-image: url(site_imgs/menu_bg.gif);
   background-repeat: repeat-y;
   font-size: 11px;
   text-align: left;
   vertical-align: top;
	padding: 7px;
}

table.block_table #block_table_bottom {
   width: 160px;
   height: 10px;
   background-image: url(site_imgs/menu_bottom.gif);
   background-repeat: no-repeat;
}
/** end block table */

table.sinalizacao {
	border: 0px;
	border-collapse: collapse;
	width: 100%;
   height: 650px;
}

table.sinalizacao_getsinais {
   border: 0;
   width: 100%;
}

table.recuperar_senha {
   width: 450px;
	border: 1px solid #80add6;
	background-color: #ffffcc;
	color: Black;
   text-align: center;
   padding: 15px;
}

/** os meus testes */
table.os_meus_testes {
   background-color: #e8f0fd;
   border: solid 1px #e8f0fd;
   font-size: 12px;
   margin-left: 200px;
   width: 475px;
}

table.os_meus_testes #os_meus_testes_titulos {
   background-color: #ACD2F7;
   text-align: center;
   font-weight: bold;
}

table.os_meus_testes #os_meus_testes {
   background-color: aliceblue;
   text-align: center;
}
/** end os meus testes */

/** testes online */
table.testes_online {
   background-color: #e8f0fd;
   border: solid 1px #e8f0fd;
	color: black;
   font-size: 12px;
   margin-left: 200px;
   width: 475px;
}

table.testes_online #testes_online_titulo {
   background-color: #ACD2F7;
	text-align: center;
   font-weight: bold;
}

table.testes_online #testes_online {
   background-color: aliceblue;
	text-align: center;
}
/** end testes online */

/** os meus resultados */
table.table_resultados {
	border: none;
	border-collapse: collapse;
   font-size: 11px;
   margin-left: 200px;
   width: 560px;
}
/** end os meus resultados */
