/* CSS Document */

/* head.php */
@import url("./roofball_head.css");

body				{background-color: #FFFFFF;
					 color: #000000;
					 background-image: url(../images/bg.gif);
					 background-repeat: repeat-x; }

img					{border: 0px;}
a:hover				{color: red;} 

#hedTbl				{width: 780px;}
#hedTbl tr td			{text-align: center; vertical-align: top; color: #FFFFFF;}
#hedTbl tr .menuTD		{width: 130px; white-space: nowrap;}
#hedTbl a			{text-decoration: none; color: #FFFFFF;}
#hedTbl a:visited	{text-decoration: none; color: #BBBBBB;}
#hedTbl a:hover		{text-decoration: none; color: #FF0000;}
/* index.php */

.indTable		{width: 100%;}
.indTable td	{padding: 6px;
				 border: 1px black solid;}

/* general */
.genTable td	{vertical-align: top;}
.sectDiv		{border: 1px black solid; padding: 0px 6px; margin-bottom: 4px;}


h1, h2, h3, h4	{margin: 2px 0px;}
p.tblTtl		{margin: 4px; margin-top: 12px; font-weight: bold;}

.sTxt			{font-size: 0.8em;}
.xsTxt			{font-size: 0.6em; font-weight: normal;}

.newsDate		{font-size: 0.5em; font-weight: normal;}
.newsEDate		{font-size: 0.7em; font-weight: normal;}
.eventDate		{font-size: 0.5em; font-weight: normal;}

.throwTable		{width: 99%; margin: 4px; border: 1px black solid;}
.throwTable th	{padding: 2px 4px; color: white; background-color: #66cc99; font-size: 0.9em; white-space: nowrap; vertical-align: top;}
.throwTable td	{padding: 2px; text-align: center;}
.throwTable .nwTD	{font-weight: bold; text-align: center; width: 14em; font-size: 0.9em;}
.throwTable .nwTD2	{font-weight: bold; text-align: center; width: 10em; font-size: 0.9em;}

.entryList		{width: 99%; margin: 4px; border: 1px black solid;}
.entryList td	{padding: 2px 6px;}
.entryList th	{padding 2px; color: white; background-color: #66cc99; font-size: 0.9em; width: 2em;}
.eListTitle		{font-size: 1.1em; font-weight: bold;}
.eListDates		{font-size: 0.8em;}


.imgDiv			{text-align: center; margin: 2px 10px;}
.imgDiv img		{border: 2px gray solid; margin-bottom: 2px;}
.imgDiv a img:hover	{border: 2px red solid;}

.imgDiv span	{font-size: 0.8em;}

a.imgLink		{text-decoration: none; color: #000000; display: block; padding: 1px; border: 2px white solid;
				 text-align: center; margin: 2px 10px;}
a.imgLink:hover	{border: 2px red solid;}
.imgLink img	{border: 2px gray solid; margin-bottom: 2px;}
.imgLink span	{font-size: 0.8em;}

