﻿.topTable
{
	width: 100%;
	border-style: none;
	background-color: #4777A1;
}

.questionnaireName
{
	color: White;
	font-size: x-large;
	font-weight: bold;
}

.progressBar
{
	border-bottom-style: hidden;
	/*background-color: White;	
	color: White;
	width: 50px;
	height: 12px;*/
	visibility: visible;
}

.logo
{
	background-image: url('../Images/marktestlogo.gif');
	background-repeat: no-repeat;
	background-position: right;
	width: 120px;
	height: 49px;
}

.msgalone
{
	font-size: small;
}

.msg
{
	font-size: small;
}

.txtNum
{
	vertical-align:middle;
	text-align: center;
	background-color: #ACC6DF; 
	font-size: medium;
	font-weight: bold;
	width: 45px;
}

.txt
{
	font-size: small;
	background-color: #ECF5FF;
	text-align: left;
}

.msgval
{
	font-size: small;
	color: Red;
	text-align: left;
}

.msgafter
{
	font-size: small;
}

.buttonNext
{
	background-color: White;	
	border-color: #ACC6DF;
	border-style: solid;
	border-width: 2px;
	width: 100px;
}

.buttonPrevious
{
	background-color: White;
	border-color: #ACC6DF;
	border-style: solid;
	border-width: 2px;
	width: 100px;
}

.buttonClose
{
	background-color: White;
	border-color: #ACC6DF;
	border-style: solid;
	border-width: 2px;
	width: 100px;
}
