/* default.css                                                       */
/*      a basic stylesheet template for questionnaires               */


/* block-level and inline elements */
body			{
	margin-top : 0;
	margin-left : 5;
	margin-right: 5;
	font-family : Verdana;
}
hr			{	color: #6379b5;}
h1			{ color: blue; font-weight: bold; }
a {
	font-family : Verdana;
	font-size : 10pt;
	font-weight : bold;
	color : #08307B;
	text-decoration : none;
}
a:hover {
	font-family : Verdana;
	font-size : 10pt;
	font-weight : bold;
	color : #632884;
	text-decoration : none;
}
/* general style classes */
.section-heading	{
	font-weight: bolder;
	color : #08307B;
	font-size : 10pt;
}
.question-heading		{
	color : #08307B;
	font-size : 8pt;
}
.question-text			{
	color : #08307B;
	font-size : 10pt;
	font-weight : bold;
}

.response-set	{
	font-size : 10pt;
	color : #08307B;
}
.choice-text		{
	color : #08307B;
	font-size : 10pt;
	font-weight : 200;
}
.perseus-link		{ font-size: x-small; }
.list-anchor		{
	font-weight : normal;
}
.text-block		
{
	color : #08307B;
	font-size : 10pt;
}

option		
{
	color : #08307B;
	font-size : 9pt;
}
.nota	{
	color : #08307B;
	font-size : 10pt;
	background-color : #DED7E7;
	font-weight : 200;
}
/* table row styles for scale-definition questions */
.category-row		{
	color : #08307b;
	font-weight : bold;
}
.anchor-row		{
	font-size : 10pt;
}
.choice-row		{
	font-size : 10pt;
	color : #08307B;
	vertical-align : bottom;
}
.topic-col		{
	font-size : 10pt;
	color : #08307B;
	text-align : left;
	vertical-align : bottom;
}
td.tda	{
	border-left: 1px solid #ded7e7;
}
td.tdb	{
	border-left: 1px solid #ffffff;
}
/* table text styles for scale-definition questions */
.total-row		{
	color : #08307B;
	font-size : 10pt;

}
.odd-row		{
	font-size : 10pt;
	color : #08307B;
	background-color : #FFFFFF;
	font-weight : bold;
}
.even-row	{
	color : #08307B;
	font-size : 10pt;
	background-color : #E8E4F3;
	font-weight : bold;
}
.topic-text		{
	font-size: 8pt;
}

/* table and cell styles for multi-page progress indicator */
.progress-table		{
	border: 2px solid #ffffff;
 }
.completed-cell		{
	background: #7c72b4;
}
.uncompleted-cell	{
	background: #B1B1B1;
}
td.cella {
	border-bottom : solid 1px #4a2484;
}
td.cella2 {
	border-bottom : solid 1px #ffffff;
}
.pop	{
	font-size: 9px;
}

a.chiudi	{
	font-size: 9px;
	color: #7c72b4;
	text-decoration : none;
}
a.chiudi:hover {
	color : #632884;
}
table.big	{
	border-left: 1px solid #7c72b4;
	border-right: 1px solid #7c72b4;
}

.rosso	{
	font-size: 22px;
	color: #9c0000;
	font-weight: bold;
}

.rosso2	{
	font-size: 14px;
	color: #9c0000;
	font-weight: bolder;
}