/*
Departamento de Informatica  - FCT/UNL
Cascading Style Sheet
Author: David Tavares Sousa
*/


/* Basic Elements Styling */

body {
	font-family: "bitstream vera sans", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #444;
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
	background-image: url("bodybg.gif");
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
}

a {
	color: #369;
}

a:hover {
	color:#036;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	color: #036;
	border-bottom: 1px solid #036;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	margin: 20px 0px 10px 0px;
	color: #6b9627;
	font-weight: normal;
	border-bottom: 1px solid #6b9627;
	width: 100%;
}

h3 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #363;
}

p 
{
	text-align:justify;
	line-height: 20px;
}

li {
	margin: 6px 0px;
	list-style-type: square;
	line-height: 20px;
}

hr {
	background-color: #6b9627;
}

.imgFloatLeft 
{
	float: left;
	margin-right: 15px;
}

.imgFloatLeftBorder
{
	float: left;
	margin-right: 15px;
	border: 1px solid #AAA;
}

.imgFloatRight
{
	float: right;
	margin-left: 15px;
}

.imgFloatRightBorder
{
	float: right;
	margin-left: 15px;
	border: 1px solid #AAA;
}

.voltar {
	font-size: 10px;
	text-align: right;
	display: block;
}

/* Specific Elements Styling */

/* Contents table with menu */

#contents_table {
	padding: 0px;
	margin 0px;
	width: 100%;
}

#submenu_cell {
	margin: 0px;
	padding 0px;
	vertical-align: top;
	border-right: 1px solid #bbb;
}

#contents_cell {
	padding-left: 20px;
	vertical-align: top;
	width: 100%;
}

/* Sub-Menu */

#menu {
	margin: 0px;
	padding: 0px 30px 0px 14px;
	list-style-type: square;
	color: #900;
}

.menu_sep .menu_item {
	color: #222;
}

.menu_item {
	white-space: nowrap;
}

.menu_item_sel {
	margin-bottom: 4px;
}

.submenu {
	margin: 0px 0px 16px 1px;
	padding: 0px;
	color: #036;
	border-left: 1px solid #aaa;
}

.submenu li {
	padding-left: 6px;
	white-space: nowrap;
	list-style-type: none;
	line-height: 15px;
}

.submenu li a {
	color: #555;
}

.submenu li a:hover {
	color: #036;
}

/* Tabela dos Docentes */

.header_cell {
	padding: 6px 3px;
	margin: 0px;
	background-color: #ddd;
	text-align: center;
	font-weight: bold;
	color: #555;
	vertical-align: top;
}

.info_cell {
	font-size: 11px;
	margin: 0px;
	padding: 6px 2px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	background-color: #eee;
}

.name_cell {
	color: #000;
	margin: 0px;
	padding: 6px 2px 6px 6px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
	background-color: #eee;
}

/* Tabela Plano Curricular */

.plano_table {
	width: 100%;
}

.plano_table td {
	padding: 4px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

.plano_table th {
	font-weight: bold;
	padding: 4px;
	background-color: #ddd;
	border: 1px solid #ccc;
	color: #333;
}

.plano_table th.subhead {
	font-weight: normal;
	letter-spacing: 1px;
	color: #036;
	font-style: italic;
}

.plano_table td.num {
	text-align: center;
}

/* Tabela Disciplina */

.Name_Disc {
	color: #eee;
	font-size: 14px;
	letter-spacing: 1px;
	background-color: #069;
	font-weight: bold;
	padding: 6px;
}

.Header_Disc {
	background-color: #ddd;
	padding: 3px 8px;
	text-align: left;
	letter-spacing: 1px;
	color: #036;
	font-weight: normal;
	font-style: italic;
}

.Content_Disc {
	padding: 0px 12px;
	border: 1px dotted #ccc;
	vertical-align: top;
}

.Header2_Disc {
	color: #600;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	letter-spacing: 1px;
	font-size: 11px;
}

.Content_Disc ol li {
	list-style-type: decimal;
}

/* Tabela Creditos da Disciplina */

.creditos_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.creditos_table td {
	padding: 2px 4px;
	border: 1px dotted #ccc;
	vertical-align: top;
	text-align: center;
	margin: 20px;
}

.creditos_table td.title_cell {
	background-color: #eee;
	color: #036;
}

.creditos_table td.row_title_cell {
	background-color: #eee;
	text-align: right;
	color: #036;
}

/* Page Structure Styling */

#main_container 
{
	text-align: left;
	margin: 0px auto;
	min-width: 760px;
	/*max-width: 1230px;*/
	max-width: 1220px;
}

#banner {
	margin: 0px;
	padding: 0px 18px 0px 0px;
	height: 120px;
	background-color: #eec;
	background-image: url("bannerbg.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

#bannerimg 
{
	float:left;
	margin: 0px;
	padding: 0px;
	height: 120px;
}

#dititleimg 
{
	float:left;
	margin: 0px 15px;
	border: none;
}

#fctlogoimg 
{
	border: none;
}

#banner_title 
{
	font-size: 1.75em;
	letter-spacing: 1px;
	color: #036;
	font-weight: bold;
	padding-top: 10px;
}

#contents_container {
	background-color: #FFF;
	padding: 20px;
}

#footer {
	text-align: center;
	font-size: 9px;
	padding: 3px 20px;
	color: #eee;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #89c132;
	letter-spacing: 2px;
}

#footer a {
	color: #eee;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Main Menu Styling */

#section_links {
	padding: 0px;
	margin: 0px;
}

#section_links a {
	display: block;
	float:left;
	color: #FFF;
	padding: 4px 14px;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}

#section_links a:hover {
	color: #363;
	background-color: #eee;
}

#section_links a.sectionsel {
	color: #363;
	background-color: #fff;
	padding: 4px 13px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #FFF;
	cursor: default;
}

#menu_links {
	display: block;
	background-color: #89c132;
	padding: 4px 20px 4px 0px;
	text-align: right;
	color: #FFF;
	border-bottom: 1px solid #aaa;
	font-size: 13px;
}

#menu_links a {
	color: #FFF;
	text-decoration: none;
}

#menu_links a:hover {
	color: #FFF;
	text-decoration: underline;
}

.ciclos_box {
	border: 2px dotted #ccc; padding: 4px 8px; margin: 8px 0px; background-color: #eee;
}

.ciclos_box_2 {
	border: 1px dotted #bbb; padding: 4px 8px; margin: 8px 0px; background-color: #eee;
}

.ciclos_ciclo {
	font-size: 10px; text-align: right; color: #930;
}

.ciclos_word {
	text-align: center; letter-spacing: 1px; font-weight: bold; color: #555; margin: 8px 0px;
}

.ciclos_link {
	text-align: center; text-align: center; font-size: 11px; margin: 6px 0px;
}

.ciclos_link_2 {
	text-align: center; text-align: center; font-size: 12px; margin: 6px 0px;
}


