body {
	background: #f3f5f6;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13pt;
}

.top_bar {
	width: 100%;
	background: #293e6b;
	padding: 5px 0px 5px 0px;
	height: 30px;
}

.title a {
	color: #edee7a;
	font-size: 18pt;
	padding: 0;
	margin: 0;
	margin-left: 1em;
	font-weight: bold;
	text-decoration: none;
}

a.link {
      color: black;
      font-size: 13pt;
      text-decoration: underline;
}


.quick_bar {
	position: absolute;
	color: white;
	margin-right: 1em;
	padding: 20px 0px 0px 0px ;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 13pt;
}

.quick_bar a {
	color: white;
}

.container {
	background: white;
	border: 1px solid #cccccc;
	width: 100%;
}

table.question_table {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #cccccc;
	background: #eeeeee;
}

.window {
	border: 1px solid #cccccc;
	width: auto;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}

.window_title {
	background: #b1c9e3;
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
}

.window_body {
	padding: 5px;
}
a.button {
	background: #90a2ec;
	color: black;
	width: 30%;
	padding: 4px;
	margin: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
}

/**** Path / Breadcrumbs ****/

.path {
	padding: 4px;
}

/**** Questionnaire stuff ****/

.sub_question {
	width: 100%;
}

.first_question {
	width: 200px;
	top: 10px;
	left: 400px;
}

/**** Footer ****/

.footer {
	color: #cccccc;
	margin-top: 1em;
	font-size: smaller;
}