/*development version*/
/* August 27, 2004
This style sheet goes with the revisions to Gene Cooley's web site
for the Springfield Center */

/* new colors, august 2008
dark teal #045
teal #089
light teal #aef
yellow #fd6
medium gray #ccc
*/

@import url(navbar.css);
@import url(submenu.css);

body {background: url(pictures/seniortech-banner-green.jpg)   no-repeat white center top ;  }

#mainpage {
	position: absolute;
	top: 64px; }

a:link {
	color:045;
	}

td,  p {font-family: geneva, arial, helvetica,  sans-serif;
		font-weight: lighter;
		font-size: smaller;
		color: #045; }
		
li 		{font-family: geneva, arial, helvetica,  sans-serif;
		font-weight: lighter;
		color: #045; }
		
			 
.leadin {color: #089;
				font-weight: bold}

h2 {font-size: 120%;
	 color: #045;
	/* border: medium double rgb(250,0,255); */
	}

h3 {
		color: #045;
		margin: 1px;
		font:   medium lighter  geneva, arial, helvetica,  sans-serif ;
	letter-spacing: .1em;
	}
	
h1 {text-align: center;
	 font-family: geneva, arial, helvetica,  sans-serif;
	 font-size: 150%;
	 background-color: #fd6;
	color: #045;
	border: solid thin #990000;
	border-color #045 ;
	 margin: 0;}

				 
td.thumbcaption {width:20%;
	text-align: center;
		}
						
						 				
td.thumbnail {width:20%;
	text-align: center;
	 border: none;}
	 
/* for calendars */	 
						
td.days 	/* days of the week */
	{width: 20%;
	font-family: arial, helvetica, geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
	background-color: #aef;}
	
td.closed /* for closed days */
					{width: 20%;
					font-family: arial, helvetica, geneva, sans-serif;
					text-align: center;
					background-color: white;}
	

td.events /* calendar cells */
	{width: 20%;
	height: 6em;
	vertical-align: top;
	font-family: arial, helvetica, geneva, sans-serif;
	background-color: #aef;}
				
td.dates /*days of the month*/
	{vertical-align: top;
	border-collapse: collapse;
	width: 15%;
	background-color: white;
	margin: 0;}
				 
td.session /*class series number*/
	{width: 5%;
	text-align: right;
	border-collapse: collapse;
	background-color: white;
	margin: 0;}

/*headers  for sub-menus*/							

th.width-80 {background-color: #ccc;
						color: #fff;
						width: 80%;
						text-align:  center;}
th.width-20						

				{background-color: #ccc;
						color: #fff;
						width: 20%;
						text-align:  center;}
/* for footers */
#footer {font-size: 1em;}

#footer hr {color: #089;
				width: 75%}							