/**
 * query_default.css 
 *	Online Survey 
 *	Default stylesheet
 */

/* hides elements outside of display range */
.hidden 
{
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* set <th> to <td> tag behavior */
th
{
	text-align: left;
}

/* chapter links */
.chapter_links
{
	font-size: 10pt;
}

a.chapter_links:link { color: #000000; text-decoration:none; }
a.chapter_links:visited { color: #000000; text-decoration:none; }
a.chapter_links:hover { color: #000000; text-decoration:underline; }
a.chapter_links:active { color: #000000; text-decoration:none; }