.info_card{
	position: relative;
	width: 470px;
}

/* Fix up css borders */
.info_card .row{
	background: url(/maps/card_div.PNG) repeat-x;
	border-right: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	padding: 7px;
}

.info_card td{
	vertical-align: top;
}

.info_card .title{
	color: #004AAF;
	font-family: arial, verdana;
	font-size: 18px;
	font-weight: bold;
}

.info_card .logo{
	border: 1px solid #B2B2B2;
	width: 150px;
	background-repeat: no-repeat;
}

.info_card .actions{
	background: url(/maps/card_div.PNG) repeat-x;
	border-right: 1px solid #E9E9E9;
}

.info_card .actions td{
	border-left: 1px solid #E9E9E9;
	padding: 7px;
}
/*
.info_card .bottom{
	position: relative;
	padding: 0px;
	width: 470px;
	
	border-bottom: 1px solid #E9E9E9;
}*/

.align_right{
	text-align: right;
}

.pad_left{
	padding-left: 10px;
}

td.tab{
	cursor: pointer;
}

td.active_tab{
	color: #004AAF;
	font-weight: bold;
}

div.tab{
	display: none;
	border-right: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	height: 216px;
}

div.tab .row{
	border-right: none;
	border-left: none;
}

.scrollarea{
	overflow: auto;
	position: absolute;
	
	left: 7px;
	top: 0px;
	/*bottom: 0px;
	right: 0px;*/
	
	height: 216px;
	width: 462px;
}