/* community-styles.css */

/* ========== Styling for Community Links page ========== */

#expanding-access {
	width: 411px;
	height: 245px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	background-color: white;
	text-align: center;
}

#community-conversations
{
	width: 411px;
	height: 245px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	background-color: #00ffff;  /* green-blue */
	text-align: center;
}

#row-2-cell-1
{
	width: 441px;
	height: 222px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	margin: 0;
	text-align: center;
}

#row-2-cell-3,
#row-2-cell-4
{
	width: 220px;
	height: 222px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	margin: 0;
	text-align: center;
}
#row-2-cell-1 {
	background-color: #cc99fe;  /* purple */
}
#row-2-cell-3 {
	background-color: white;
}
#row-2-cell-4 {
	border-right: solid black 1px;
	background-color: #ff99cb;  /* light red */
}
