/* @override 
	http://www.esad.pt/labnew/skin.css
	http://www.esad.pt/lab2/skin.css
	http://web.esadnet.pt:3025/stylesheets/public/screen.css
	http://localhost:3000/stylesheets/public/screen.css
*/

/* @group Tags */

* { margin: 0; padding: 0; outline: none; }

body {
	background-color: #cbcbcb;
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	font-family: "proxima-nova-alt", sans-serif;
}

img {
	border-style: none;
}

h1 {
	position: relative;
	line-height: 40px;
	display: block;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0;
	font-size: 36px;
    font-family: "adelle","Georgia",serif;
	border-bottom: 3px double #b8b8b8;
}

h2 {
	line-height: 18px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	display: block;
	color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 20px;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 0;
}

#corpo.serif h5 {
	font-size: 30px;
	line-height: 36px;
	padding-bottom: 17px;
}

/* @end */
#logo {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	text-align: center;
	z-index: 1000;
}

#logo p a {
	display: inline-block;
	margin: 8px auto;
	width: 150px;
}

#main {
	overflow: hidden;
	width: 480px;
	margin: 80px 0 0;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 90px;
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	z-index: 200;
}

#new {
	line-height: 14px;
	font-size: 11px;
	padding: 0;
	margin-bottom: 10px;
	margin: 24px;
}

#new h5 {
	position: relative;
	line-height: 40px;
	display: block;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0;
	font-size: 36px;
  font-family: "adelle","Georgia",serif;
	border-bottom: 3px double #b8b8b8;
}

#new, #new ul, #new a {
	color: red;
	list-style: none;
	line-height: 18px;
	font-size: 16px;
	text-decoration: none;
}

#new a:hover {
	color: #000;
}

#new ul li:last-child {
	border-bottom: 1px none #b8b8b8;
}

#new ul li {
	border-bottom: 1px solid #b8b8b8;
	padding-top: 4px;
	padding-bottom: 4px;
}

#new ul {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 3px double #7f7f7f;

}

/* @group Menu */

#menu {
	width: 312px;
	margin-left: 0;
	margin-top: 80px;
	background-color: white;
	float: left;
	font-size: 15px;
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;

}

#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu li {
	list-style-type: none;
	padding: 6px 0 3px;
	margin: 0;

}
#menu li.selected a {
	color: red;
}
#menu li:last-child {
	border-bottom: none;
	margin-bottom: 10px;
}

#menu p {
	margin-bottom: 5px;
}

#menu a {
	color: #7e7e7e;
	text-decoration: none;
	position: relative;
		display: block;
	padding-right: 15px;
}
#menu a span.new {
	position: absolute;
	font-size: 9px;
	font-weight: bold;
	background-color: red;
	-webkit-box-shadow: 0px 0px 3px #000000;
	-moz-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	line-height: 9px;
	color: white;
	padding: 6px;
	opacity: 0.5;
	right: -17px;
	top: -2px;
}

#corpo h1 span.new, #new h5 span.new {
	position: absolute;
	font-size: 15px;
	background-color: red;
	-webkit-box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
	line-height: 15px;
	color: white;
	padding: 10px 10px 6px 11px;
	opacity: 0.76;
	right: 0;
	top: -24px;
	font-weight: normal;
	font-style: normal;
}

#menu a:hover {
	color: #7f7f7f;
	text-decoration: none;
}
#menu a:focus {
	text-decoration: none;
	color: #a91307;
}

/* @end */

/* @group Corpo */

#corpo {
	margin: 24px;
	line-height: 14px;
	font-size: 11px;
}

#corpo h4 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 1em;
	color: red;
	margin-bottom: 1em;
}

#corpo div.formador.serif h4 {
	color: black;
}

#corpo div.pre-requisito h4 {
	color: olive;
}

#corpo div.sinopse h4 {
	color: black;
}

#objectivos {
	border-top: 3px double red;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

#corpo a {
	background-color: white;
	color: red;
	text-decoration: none;
}




#corpo li {
	list-style-position: outside;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 0;
	margin-left: 19px;
	list-style-type: square;
	padding-left: 0;
	border-bottom: 1px solid silver;
	padding-bottom: 6px;
	padding-top: 5px;
}

#corpo li:last-child {
	border-bottom: 1px none silver;
}
#corpo p {
	line-height: 22px;
	font-size: 16px;
}

#objectivos p {
	margin-bottom: 1em;
}

#corpo p1 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 25px;
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
}

#corpo p.prof {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	display: block;
	padding: 0;
	color: #ec6b1f;
	font: bold 19px/26px "adelle","Georgia",serif;
}

#corpo a:hover {
	text-decoration: underline;
}

#corpo p.cafe {
	color: #7f7f7f;
	font-size: 13px;
	line-height: 14px;
	margin-top: 12px;
	font-weight: bold;
}



#corpo ul {
	margin: 0px 0px 24px;
}

#corpo .sinopse {
	display: block;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	border-top: 5px double #black;
	color: #4d4d4d;
	padding: 0 5px 20px;
	font-family: "adelle","Georgia",serif;
}

#corpo .sinopse p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 200;
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

#corpo div.formador p {
	font-family: "adelle","Georgia",serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 200;
	margin-bottom: 1em;
}

div.formador {
	border-top: 3px double black;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

#info {
	margin-bottom: 24px;
}

#corpo div.formador p strong {
	font-weight: bold;
}

#corpo .sinopse1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
	font-size: 12px;
	display: block;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 30px;
	border-top: 1px solid #7f7f7f;
}


#corpo .pre-requisito {
	color: olive;
	padding-top: 5px;
	margin-top: 25px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
	border-top: 3px double olive;
}


#corpo .apoio {
	border-top-color: #7f7f7f;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 10px;
	font-size: 11px;
	display: block;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 30px;
	font-weight: bold;
}

#cursos, #dois-d {
	background-color: white;
	padding: 20px;
	margin-bottom: 5px;
}

/* @end */

/* @group Menu2 */

#menu2 {
	background-color: #d7d7d7;
	padding: 24px;
	color: #dcdcdc;
	width: 240px;
	float: left;
	margin: 80px 0 0;
	-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}

#menu2 h3 {
	color: gray;
}

#menu2 p {
	line-height: 17px;
	font-size: 13px;
	margin: 0 0 1em;
  font-family: "adelle","Georgia",serif;
	color: gray;
}
#menu2 a, .titulo_temporario {
	color: white;
	text-transform: none;
	text-decoration: none;
}
#menu2 a:hover {
	text-decoration: none;
	color: #bfbfbf;
}

/* @end */

/* @group Footer */

#footer {
	display: inline-block;
	float: left;
		-webkit-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
	background-color: #656565;
	padding: 0 24px;
	width: 240px;
	height: 28px;
	position: relative;
}

#footer a img {
	position: absolute;
	top: 28px;
	left: 24px;
}

#footer a {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#footer a span {
	color: white;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	float: left;
	line-height: 28px;
}


/* @end */

.new {
}

