/* meeting-notes.css */

/* ========== Styling for Meeting Notes page ========== */

#meeting-minutes {
	width: 411px;
	height: 275px;
	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;
}

#updates-action-notes
{
	width: 411px;
	height: 275px;
	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: #cc99fe;  /* purple */
	text-align: center;
}

#row-2-cell-1
{
	width: 441px;
	height: 163px;
	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: 163px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
	margin: 0;
	text-align: center;
}
#row-2-cell-1 {
	background-color: #00ffff;  /* green-blue */
}
#row-2-cell-3 {
	background-color: white;
}
#row-2-cell-4 {
	border-right: solid black 1px;
	background-color:  #99cdff;  /* PAC blue */
}
