/* CSS Document for societies.aspx
 *
 * This document conatans the page-specific design elements for socities.aspx
 *
 */

/* styles for the society table */

table.societies
{
	width: 80%;
	
	font-size: 14pt;
	
	margin: 8px auto;
	color: #001d59;
}

table.societies a{
	color: #00397f;
}

table.societies tr th
{
	text-align: left;
	padding-left: 1ex;
}

table.societies tr td
{
	border: none;
	padding-left: 1ex;
	text-align: center;
}

table.societies tr.bad-standing td
{
	background-color: #ff6666;
}
table.societies tr.edit td
{
	background-color: #bfd8ff;
}


