/*******************************************************/
/*                                                     */
/*               Associação Inês Botelho               */
/*                                                     */
/*                       box.css                       */
/*                                                     */
/*******************************************************/

.box, .box_highlight {
	width: 189px;
	margin-top: -12px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.box div, .box_highlight div {
	margin: 10px 0 0 -10px;
}

.box div.topleft {
	display: block;
	background: url("/aib/resources/images/box-bg.png") top left no-repeat white;
	padding: 10px 0px 0px 10px;
	margin-bottom: 10px;
}

.box div.topright {
	display: block;
	background: url("/aib/resources/images/box-bg.png") top right no-repeat white;
	padding: 10px;
	margin: -10px 0px 0px 10px;
}

.box div.bottomleft {
	display: block;
	background: url("/aib/resources/images/box-bg.png") bottom left no-repeat white;
	height: 20px;
	margin-top: -30px;
}

.box div.bottomright {
	display: block;
	background: url("/aib/resources/images/box-bg.png") bottom right no-repeat white;
	height: 20px;
	margin-left: 30px;
	margin-top: 0em;
}

.box div.topright div, .box_highlight div.topright div {
	margin: 10px 10px 5px -10px;
	text-align: center;
}

.box div.topright div img, .box_highlight div.topright div img {
	padding-top: 5px;
}

.box div.topright div span.title, .box_highlight div.topright div span.title {
	font-size: 13px;
	font-weight: bold;
	color:#077382;
}

.box div.topright div span.date, .box_highlight div.topright div span.date {
	font-size: 10px;
}

/*********** Box Highlight *************/

.box_highlight div.topleft {
	display: block;
	background: url("/aib/resources/images/box-bg-hl.png") top left no-repeat white;
	padding: 10px 0px 0px 10px;
	margin-bottom: 10px;
}

.box_highlight div.topright {
	display: block;
	background: url("/aib/resources/images/box-bg-hl.png") top right no-repeat white;
	padding: 10px;
	margin: -10px 0px 0px 10px;
}

.box_highlight div.bottomleft {
	display: block;
	background: url("/aib/resources/images/box-bg-hl.png") bottom left no-repeat white;
	height: 20px;
	margin-top: -30px;
}

.box_highlight div.bottomright {
	display: block;
	background: url("/aib/resources/images/box-bg-hl.png") bottom right no-repeat white;
	height: 20px;
	margin-left: 30px;
	margin-top: 0em;
}

