/* New Hampshire Slate.css                                           */
/*      a basic stylesheet template for questionnaires               */
/*                                                                   */
/* for use with the SurveySolutions line of market-research software */
/* (c) 2002 Perseus Development Corporation                          */

/* block-level and inline elements */
body			{ background: silver; font-family : Arial, Helvetica, sans-serif; }
hr			{ color: SteelBlue;    }
h1			{ color: SteelBlue; font-weight: bold; font-family : Arial, Helvetica, sans-serif; }
a:link			{ color: black; text-decoration: underline; }

/* general style classes */
/* .section-heading	{ font-weight: bold; font-family : Arial, Helvetica, sans-serif; } */
.section-heading	{font-family : Arial, Helvetica, sans-serif; }
.question-heading		{  font-weight: bold; font-family : Arial, Helvetica, sans-serif;}
.question-text			{   }
.choice-text		{  }
.list-anchor		{ font-weight: bold; font-family : Arial, Helvetica, sans-serif; }
.text-block		{ font-weight: bold; font-family : Arial, Helvetica, sans-serif; }

/* table row styles for scale-definition questions */
.category-row		{  }
.anchor-row		{ background: LightSteelBlue; }
.choice-row		{ font-size: x-small; }

/* table text styles for scale-definition questions */
.total-row		{ font-weight: bold; font-family : Arial, Helvetica, sans-serif; }
.odd-row		{  }
.even-row	{ background: LightSteelBlue;  font-family : Arial, Helvetica, sans-serif;}
.topic-text { }

/* table and cell styles for multi-page progress indicator */
.progress-table		{  }
.completed-cell		{ background: RoyalBlue;   }
.uncompleted-cell	{ background: SlateGray; }
