/* CSS Document */
#content_left {
	position: relative;
	width: 650px;
	float: left;
	margin-top: 4px;
}

#content_right {
	position: relative;
	width: 320px;
	float: right;
	margin-top: 4px;
}
div.section_databasePreview{
	width: 306px;
	background-color: #F6F6F6;
	border: 1px solid #CCC;
	padding: 4px;
	text-align: left;
}
div.section_resources{
	width: 310px;
	background-color: #F6F6F6;	
	border: 1px solid #CCC;
	padding: 4px;
	text-align: left;
}
		

.sbl { background: url('../images/css/chatBubble/bl.png') bottom left no-repeat #FFFFFF; width: 300px; text-align: left; min-width: 100px; margin-top: 16px; margin-left: auto; margin-right: auto }
.sbr { background: url('../images/css/chatBubble/br.png') bottom right no-repeat; }
.stl { background: url('../images/css/chatBubble/tl.png') top left no-repeat; }
.str { background: url('../images/css/chatBubble/tr.png') top right no-repeat; padding: 10px; font-size:inherit; line-height: 16px} 
.sb { padding: 2px 0px 10px 60px; background: url('../images/css/chatBubble/b.png') 30px top no-repeat; text-align: left }

