﻿/*
 * stylesheet for CBE surveys
 * created 1/2008, whinkle@berkeley.edu
 */


/*	
	stuff from reportheader.asp:

	
	QuestionFont = "Arial"
	QuestionFontSize = 3
	
	AnswerFont = "Arial"
	AnswerFontSize = 2
	
	NAFontSize = AnswerFontSize
	
	ExplanationFont = "Arial"
	ExplanationFontSize = 1
 */

body 
{
	/* background-color: #fafad2; */
	background-color: White;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

table.survey-container
{
	border: 0;
	padding: 50px;
	width: 600px;
}

table
{
	font: inherit;
}

form
{
	font: inherit;
}

.title
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

.question
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.bold
{
	color: #cc9999;
}

.answer
{
	font: inherit;
}

.explanation
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 7.5pt;
}

.message
{
	font-size: 7.5pt;
}

/* 
 * styles for the welcome screen
 */
#welcome-main 
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

#welcome-main table
{
	border: 0;
	padding: 7px;
	width: 100%;
	font: inherit;
}

#welcome-main form
{
	font: inherit;
}

#welcome-menu
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background: #eeeeee;
}

.welcome-title
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.welcome-text
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

.welcome-topic
{
	font-weight: bold;
}


