/* Nahant Historical Society Style Sheet */

BODY	{
	  	background-image: 	url(../images/compass_grey.jpg);	/* compass image */
	  	background-repeat: 	no-repeat;			/* only one */
	  	background-position: 	left;				/* on left */
	  	background-color: 	#FFFFFE;			/* background color */
	  	background-attachment:	fixed;				/* it doesn't scroll */

	}

TABLE TR TD 		{background-color: transparent;	color: black;}

.cvd			{background-color: transparent;	color: black;}

TABLE TR TD SPAN.cvd	{background-color: transparent;	color: black;}

TABLE TR TD DIV.cvd	{background-color: transparent;	color: black;}

.one			{background-color: #AADDDD;	color: black;}



/* for the giftshop */
.data	{
		border-bottom:2px solid; border-color: #6699cc;
		FONT-SIZE: 10pt; FONT-FAMILY: Arial, Helvetica, sans-serif
	}

.cost	{
		border-bottom:2px solid; border-color: #6699cc;
		FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #330066; FONT-FAMILY: Arial, Helvetica, sans-serif
	}


.body 	{
		FONT-SIZE: 10pt; FONT-FAMILY: Arial, Helvetica, sans-serif
	}
.head 	{
		FONT-WEIGHT: bold; FONT-SIZE: small; TEXT-TRANSFORM: uppercase; COLOR: #330066; FONT-FAMILY: Arial, Helvetica, sans-serif
	}
.subhead {
		white-space: nowrap;
		FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #330066; FONT-FAMILY: Arial, Helvetica, sans-serif
	}
.subsubhead {
		FONT-WEIGHT: bold; COLOR: #000000
	}
.nav {
		FONT-SIZE: 9pt; COLOR: #330066; FONT-FAMILY: Arial, Helvetica, sans-serif
	}
.textNav {
		FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
	}
.copywrite {
		FONT-SIZE: 8pt; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif
	}
.notes {
		COLOR: #6666cc
	}
.italic {
		FONT-STYLE: italic
	}
.title	{
		color:	#0000FF
	}


/* and for the calendar page */

.month		{
			transparancy: 50%; background-color: #DD6666; color:WHITE; text-align: center;
		}

.week		{
			text-align: center; vertical-align: top[
		}

.day		{
			text-align: left;
			vertical-align: top;
		}

.date		{
			font: italic bold 12pt/14pt Times, serif;
		}

.hsun		{
			text-align: center;
		}
.hmon		{
			text-align: center;
		}
.htue		{
			text-align: center;
		}
.hwed		{
			text-align: center;
		}
.hthu		{
			text-align: center;
		}
.hfri		{
			text-align: center;
		}
.hsat		{
			text-align: center;
		}


