/* Common */
body, html {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #ffffff;
}
input, textarea {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
}
td {
	font-size: 14px;
}
h1 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #737373;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	text-decoration: none;
}
a {
	color: #5c5c5c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #bfbe5b;
}
.bottom {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.top {
}
.clear {
	clear: both;
	float: none;
}
#logoimage {
	margin: 20px 0;
}
.greybox {
	background-color:#F0F0F0;
	border:2px solid #D0D0D0;
	width: 831px;
	margin: 0 auto;
	padding: 10px;
}
.messagetop {
	border-bottom: 2px solid #bfbe5b;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.box .wb_fields .buttons a,
input.fancybutton {
    padding: 10px 0px;
    background-color: #bfbe5b;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    width: 100px;
    border: medium none;
    cursor: pointer;
}
.box .wb_fields .buttons a:hover,
input.fancybutton:hover {
	background: #003c75;
	color: #bfbe5b;
}
.buttons {
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
}
td.buttons {
	border-top: 2px solid #bfbe5b;
	margin-top: 0;
	padding-top: 10px;
}
div.buttons {
	clear:both;
}
div.buttons::before {
	content:"";
	height: 2px;
	display: block;
	clear:both;
	background-color: #bfbe5b;
	margin-bottom: 10px;
}
table.alternating-rows {
    border-spacing: 0;
}
table.alternating-rows tbody tr:nth-child(even) td {
	background-color: #dddddd;
}
table.alternating-rows th,
table.alternating-rows td {
	padding: 3px 6px;

}
table.alternating-rows tbody td a {
	display: block;
}
.ui-widget-header {
    border: medium none;
    background: #AFB925;
    color: #ffffff;
    font-weight: bold;
}



/* Survey related*/
#main-container {
}
.box {
	margin-top: 10px;
}
.box .header {
	height: 18px;
	line-height: 18px;
	padding: 1px 2px 1px 3px;
	border: 1px solid #bbb;
	background-color: #ddd;
	font-weight: normal;
}
.box .header a {
	float: right;
	width: 18px;
	height: 18px;
}
.box .header a img {
	vertical-align: top;
}
.box .wb_fields .buttons {
	clear: both;
	padding-top: 10px;
}
.box .wb_fields .buttons a {
	float: right;
	padding: 5px 10px;
	width: auto;
}
.box .wb_fields .buttons a:hover {
}
.line {
	clear: both;
	padding-left: 10px;
	padding-top: 4px;
}
.line label {
	width: 300px;
	float: left;
	clear: left;
}
.line .radioButtons label,
.box .radioButtons label {
	width: auto;
	float: none;
}
.line input.text,
.line textarea,
.line .radioButtons,
.line .field {
	width: 490px;
	float: right;
	clear: right;
}

.spaced {
	padding-bottom: 1em;
}
.double-spaced {
	padding-bottom: 2em;
}
.right {
	text-align: right;
}
.smaller {
	font-size: 10px;
}
