﻿/* WebStart CSS - General */
/*html {overflow-y: scroll;overflow-x: scroll;}		 /*hack to fix Firefox scrollbar */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #313131;	
	background-color: #FFF;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.25em;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
/*	background-image: url('../images/theme/page-background.jpg');
	background-position: center;
	background-repeat: repeat-y; */
	}

.tbl-quest {
	font-size: 1em;
	line-height: 1em;
	width: 600px;
}
.td-group {
	width: 70px;
	vertical-align:top
}
.td-quest {
	width: 420px;
	vertical-align:top
}
.td-most {
	font-weight: bold;
	text-align: center;
}
td {
	vertical-align:top
}


h1 	{
	color: #FF4100;
	font-size: 1.25em;
	line-height: 1.0em;
	margin-top: 1.0em;
	font-weight: bold;
	}
h2 	{
	color: #FF4100;
	font-size: 1.25em;
	line-height: 1.0em;
	margin-top: 1.0em;
	font-weight: bold;
}
h3 	{
	color: #FF4100;
	font-size: 1.0em;
	line-height: 1.0em;
	margin-bottom: -.5em;
	font-weight: bold;
	}
ul	{
	list-style-type: square;
	}
img {
	max-width: 100%; 	/*let wide images scale to media*/
	height: auto;
	}
table {
	 table-layout: fixed;
	}
hr 	{
	color: #666666;
	height: 1px;
	background-color: #666666;  /*ie hack*/
	border: none;
}
.error-red {
	color: #FF0000;
	font-weight: bold;
}

.fineprint {
	font-size: 0.75em;
}
.title h1 {
	position: absolute;
	margin-left: 20px;
	margin-top: -50px;
	margin-right: 5px;
	color: #000000;
	font-size: 12px;
	z-index: -1;
}
* 	{ 
	-moz-box-sizing: border-box; 	/*keep padding inside the box*/
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	}


