﻿/* CALM STYLES FOR A FIRST NASSAU MASONIC DISTRICT WEB-PAGE			MAY 13 2010 */
/* CALMEZ - Updated For Simpler Usage:												  JUN 15 2010 */
/*
   Install With:  <link rel="stylesheet" type="text/css" href="CSS/calmEZ.css" />
*/


/* TABLE of type calm will use the following */
	
table.calm { 	
	border:						3px solid #202020; 
	background-color:	#5CD6FF;  /* In case images fails for some reason */
	background-image:	url('../images/canbg.gif');
	color:						#000000;
	font-style:				inherit;
	font-family:			inherit;
}	
/* The order of these two is Important */
table.calm th { 
  background-color:	#5CD6FF;
	border:						1px ridge #202020; 
	text-align:				center;
  font-weight:			bold;
	font-size:				32px;
}	

tr.calm  th { /* th after a tr.calm */
	background-color:	#bbeeff;  /* In case images fails for some reason */

}

table.calm td { 
	border:						1px ridge #202080; 
  font-weight:			bold;
	font-size:				24px;
	padding:      		1px 10px 1px 20px;
}	
