/*
Departamento de Informatica  - FCT/UNL
Cascading Style Sheet
Author: David Tavares Sousa
*/


/* Index Specific Styling */

.mainLI 
{
	margin-bottom: 8px;
}

#main_intro_textbox {
	border-left: 1px solid #aaa;
	margin: 0px;
	padding: 0px;
}

#main_table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#main_table_colleft {
	width: 33%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	border-right: 1px solid #89c132;
	border-bottom: 1px solid #89c132;
}

#main_table_textbox {
	height: 10px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#main_table_colcenter {
	width: 33%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	border-right: 1px solid #08a5cb;
	border-bottom: 1px solid #08a5cb;
}

#main_table_colright {
	width: 33%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	border-right: 1px solid #095280;
	border-bottom: 1px solid #095280;
}

.boxtitle_img {
	float: left;
	height: 18px;
}

#boxtitle_spacer_left {
	background-color: #89c132;
	height: 18px;
}

#boxtitle_spacer_center {
	background-color: #08a5cb;
	height: 18px;
}

#boxtitle_spacer_right {
	background-color: #095280;
	height: 18px;
}

.main_box_text {
	color: #444;
	text-align: justify;
	font-size: 11px;
	text-indent: 30px;
	line-height: 20px;
}

.main_news_item {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 0.90em;
}

.main_news_date {
	color: #363;
	text-align:right;
	margin-bottom: 8px;
	padding: 2px 2px 0px 0px;
	border-top: 1px solid #89c132;
	border-right: 1px solid #89c132;
	font-size: 0.90em;
}

.event_box {
	border: 1px dotted #ccc;
	padding: 8px;
	margin-top: 10px;
	line-height: 18px;
	background-color: #eee;
	color: #555;
}

.events_section {
	border: 1px solid #08a5cb;
	margin: 0px 12px;
	padding: 10px;
	background-color: #eee;
}

.events_title {
	font-family: sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
	color: #eee;
	background-color: #08a5cb;
	padding: 0px 10px;
	margin: 0px 12px;
}

.events_col_left {
	padding-right: 5px;
	width: 50%;
	vertical-align: top;
}

.events_col_right {
	padding-left: 5px;
	width: 50%;
	vertical-align: top;
}

