﻿html, body
{
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

body
{
    line-height: 1.2;
    font-size: 0.8em;
    font-family: Segoe UI, Tahoma, Verdana, Sans-Serif;
    color: #232323;
    background-color: #fff;
    background-color: #F5FAFF;
}

ol, ul
{
    list-style: none;
}

ins
{
    text-decoration: none;
}

del
{
    text-decoration: line-through;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

em
{
    font-style: italic;
}

h1, h2, h3, h4, h5, h6
{
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    font-size: 1.5em;
    margin-bottom: 10px;
}

h3
{
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 5px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

td
{
}

input[type=text], .form input[type=password]
{
    width: 800px;
}

input[type=button], input[type=submit], button[type=submit]
{
    background-color: #4D90FE;
    border: 0px;
    color: white !important;
    margin: 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    height: 34px;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=button]:hover,input[type=submit]:hover
{
    background-color: #357ae8;
}

textarea
{
    font-size: 14px;
    font-family: Segoe UI, Tahoma, Verdana, Sans-Serif;
}

label[for]
{
    padding-right: 20px;
}

.page
{
    width: 100%;
}

#footer
{
    clear: both;
    width: 100%;
    text-align: center;
    background-color: White;
    padding: 4px;
    background-color: #F5FAFF;
}

#esLogo
{
    height: 55px;
}

#esHeader
{
    width: 100%;
    border-bottom: 10px solid #00b6ee;
    background-color: white;
}

#esHeaderContent
{
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#esTitle
{
    width: 100%;
    background-color: blue;
    padding: 5px;
    margin-bottom: 10px;
}

#esTitleContent
{
    width: 1014px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: White;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#esValidationError
{
    color: Red;
    font-weight: bold;
    font-size: 150%;
    padding: 10px 10px 20px 10px;
}

.esValidationPrompt
{
    color: Red;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}

#esBody
{
}

#esBodyContent
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px 5px 0px;
}

#esProgressBar
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    
    	height: 20px;  /* Can be anything */
	position: relative;
	background: #555;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
}

#percent
{
    position: absolute;
    right: 15px;
    top: 10px;
    color: white;
	background: #555;
    vertical-align:middle;
    height: 20px;
    font-size: 16px;
}

#bar 
{
	width: 650px;
    height: 20px;
    vertical-align:middle;
}

#esBar {
	display: block;
	height: 100%;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	       -moz-border-radius-topright: 8px;
	    -moz-border-radius-bottomright: 8px;
	           border-top-right-radius: 8px;
	        border-bottom-right-radius: 8px;
	    -webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
	        -moz-border-radius-topleft: 20px;
	     -moz-border-radius-bottomleft: 20px;
	            border-top-left-radius: 20px;
	         border-bottom-left-radius: 20px;
	background-color: rgb(84,240,84);
	position: relative;
	overflow: hidden;
}

#esNotice
{
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

#esNoticeTitle
{
    width: 1024px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 24px;
}

#esNoticeContent
{
    width: 1020px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 16px;
}

.esSectionHeading, .esIntroductionHeading
{
    margin-top: 15px;
}

.esSectionHeading, .esSectionContent, .esQuestionHeading, .esIntroductionHeading
{
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
}

.esIntroductionContent
{
    padding: 10px;
}

.esQuestionHeading
{
    padding: 10px;
}

.esQuestionContent
{
    padding: 10px;
}

.esQuestionPrompt
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.esComment
{
    padding-top: 20px;
    padding-bottom: 10px;
    vertical-align: top;
}

.esOptions
{
    padding-top: 20px;
    padding-bottom: 10px;
}

.esOptionsInstructions, .esCommentInstructions
{
    padding-bottom: 4px;
}

.esOptionFreetext td
{
    padding: 4px;
    text-align: center;
}

.esOptionFreetext td:nth-child(1)
{
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

td.esAddMore
{
    text-align: right;
}

table.esOptionPrepopulated 
{
    width: 100%;
}

.esOptionPrepopulated th
{
    text-align: center;
    padding: 4px;
}

.esOptionPrepopulated td
{
    padding: 4px;
    text-align: center;
}

.esOptionPrepopulated td:nth-child(1)
{
    text-align: left;
}

.esOptionPrepopulated tr:nth-child(even)		
{
    background-color: #eee;
}

.esRating
{
    padding-top: 20px;
    padding-bottom: 10px;
}

.esRating table
{
    width: 100%;
}

#esFooter
{
}

#esFooterContent
{
    width: 1014px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border-bottom: 3px solid #004494;
    text-align: center;
    padding-top: 10px;
}

#esNextBack
{
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 28px;
}

#nextButton,#submitButton
{
    float: right;
}

#submitButton
{
    background-color: #d04a9b;
}

#submitButton:hover
{
    background-color: #c03a8b;
}
