/* grey.css                                               */        						
/*      a basic stylesheet template for questionnaires       */


/* block-level and inline elements */
/* body			{ } */
hr			{ color: #ff9933; }
h1			{ color: #333399; font-weight: bold; }

/* link styles */
A:link			{ text-decoration: none; color:#666666; }  /* NEW */
A:visited		{ text-decoration: none; color:#666666; }  /* NEW */
A:hover			{ text-decoration: underline; color:#666666; }  /* NEW */
A.whitelink:link	{ text-decoration: none; color:#ffffff; }
A.whitelink:visited	{ text-decoration: none; color:#ffffff; }
A.whitelink:hover	{ text-decoration: underline; color:#ffffff; }
.whitelink		{ text-decoration: none; color:#ffffff; }

/* page style class */
.page			{ background-color: #4C647A; margin-left:5px; margin-top:5px; margin-bottom: 5px; }

/* general style classes */
.section-heading	{ color: #ffffff; font-weight: bold; font-size: 16px; font-family: "Trebuchet MS", Verdana, Arial; }
.question-heading	{ color: #ffffff; font-weight: bold; font-size: 14px; font-family: "Trebuchet MS", Verdana, Arial; }
.question-text		{ color: #ffffff; font-size: 12px; font-family: Verdana, Arial; }
.question2-text		{ color: #ffffff; font-size: 10px; font-family: Verdana, Arial; }
.choice-text		{ color: #ffffff; font-size: 12px; font-family: Verdana, Arial; }
.perseus-link		{ color: #ffffff; font-size: 9px; font-family: Verdana, Arial; }
.list-anchor		{ font-weight: bold; }
.text-block		{ color:#000000; }
.error-text		{ color: red; font-size: 14px; font-weight: bold; font-family: Verdana, Arial; }

/* general text style classes */			
.heading		{ text-align: center; font-weight: bold; font-size: 20px; color:#ff9933; font-family: "Trebuchet MS", Verdana, Arial;  }
.text			{ text-align: center; font-size: 12px; color: #ffffff; font-family: Verdana, Arial; }
.date			{ text-align: right; font-size: 9px; color: #000000; font-family: Verdana, Arial; }
.footnote-white		{ text-align: center; font-size: 9px; color:#FFFFFF; font-family: Verdana, Arial; }
.footnote-black		{ text-align: center; font-size: 9px; color:#000000; font-family: Verdana, Arial; }

/* row/cell style classes */
.one		{ background-color: #666666; }
.two		{ background-color: #cccccc; border: #ff9933 solid 1px; }
.three		{ background-color: #ffffff; border: #ff9933 solid 1px; }  
.four		{ background-color: #999999; }

/* table row styles for scale-definition questions */
.category-row		{ color: #000000; font-size: 12px; font-family: Arial; }
.anchor-row		{ color: #000000; font-size: 12px; font-family: Verdana, Arial; }
.choice-row		{ vertical-align: bottom; text-align: center; font-weight: bold; color: #000000; font-size: 11px; font-family: Verdana, Arial; } 

/* table text styles for scale-definition questions */
.total-row		{ font-weight: bold; }
.odd-row		{ color: #000000; font-size: 12px; font-family: Verdana, Arial; }
.even-row		{ color: #000000; font-size: 12px; font-family: Verdana, Arial; background: #cccccc; } 
.topic-text		{ color: #000000; font-size: 12px; font-family: Verdana, Arial; } 

/* table and cell styles for multi-page progress indicator */
/*.progress-table	{  } */
.completed-cell		{ background: #000000; }
.uncompleted-cell	{ background: #cccccc; }






