/* main stylesheet for nocasinoerie.org pages */

body		{color: #222222; background: white; font-family: arial, sans-serif;}

div.header	{color: black; background: #ff8000;
		 text-align: center; font-size: 175%; font-weight: bold;
		 padding: 0.5em;}

div.navbar			{color: white; background: #ff8000;}
div.navbar table.prim_links	{font-size: 115%; width: 100%;}
div.navbar table.sec_links	{font-size: 85%; width: 100%;}
div.navbar td			{text-align: center; white-space: nowrap;}
div.navbar td.fill		{width: 10%;}	/* inelegant way of squeezing whitespace out of cells with text,
						   so that extra horizontal space is distributed equally (instead
						   of in proportion to width of the text) */
div.navbar td.this		{color: #ff8000; background: white;}
div.navbar a			{color: white; text-decoration: none;}


h1				{color: #c06000;	/* 75% of header orange */
				 font-size: large; font-weight: bold;}
h1.center			{text-align: center;}

table.small			{font-size: smaller;}
table.small td			{padding: 5px 15px 5px 0;}

ul.small			{font-size: smaller;}

td.form_caption			{vertical-align: top; text-align: right; padding: 10px; font-weight: bold;}
td.actlink			{color: white; background: #990000; height: 40px; width: 12%;
				 font-size: smaller; font-weight: bold;}
td.actlink a			{color: white; text-decoration: none;}
