/* survey h1 title */

body {
	font-family: Helvetica;
	letter-spacing: -0.5px;
	font-size: 13px;
	margin: 0;
	padding: 0;
	width: 100%;

}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
}

td {
	font-family: Helvetica;
	letter-spacing: -0.5px;
	font-size: 13px;	
}	

#wrapper {
	margin: 0 auto;
	width: 950px;
}

#container {

}

#header {
	background: #e9eff3 url(img/headershadow.gif) repeat-x left bottom;
	padding: 0;
	padding-bottom:11px;
	width: 100%;
}

#logo {
	padding-top: 10px;
	margin-left: 10px;
}

h1 {
	padding: 8px 0px;
	margin: 0;
	font-size: 60px;
	font-weight: normal;	
	color: #91a2be;
	font-family: Helvetica;
	letter-spacing: -5px;
	line-height: 40px;
	margin: 0 auto;	
	width: 950px;
}

.multipleChoiceText, .multipleChoiceInput, .matrixChoiceEmpty, .matrixChoiceTop, .matrixChoiceSide, .matrixChoiceInput, .matrixDropdownEmpty, .matrixDropdownTop, .matrixDropdownSide, .matrixDropdownInput, .sentenceText, .sentenceInput {
	padding-right: 15px;
	padding-bottom: 10px;
	font-size: 1.1em;
}
.matrixChoiceTop, matrixDropdownTop {
	text-align: center;
}

/* h2 questions */

h2 {
}

/* textimg + pictures */
.textHeader {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;	
	border-bottom: 1px solid #444;
}

.textHTML {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.5em;
}

#buttons {
	margin: 18px;
	margin-left: 0;
}

#buttons td {
	padding-right: 18px;
}

/* for alarming the questions when its unfilled */
.alertForMandatory {
	margin-left: 18px;
	font-size: 0.95em;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	color: red;
}

.inputLine, .inputTextarea, .inputSelect {
	border: 1px solid #bdc7d8;
	background: #fff;
	padding: 3px 3px;
}

.inputBox {

}

/* css for graphs */
.barTable td {
	overflow: hidden;
}
#progressBar { 
	position: relative;
	/*border: 1px solid #B1D632; */
	/*margin-bottom: .5em;					*/
	width: 48%;
	padding-right: 4px;
	border: 4px solid #e9eff3;
}

#progressBar .progressBarGraph { 
	display: block;	
	position: relative;
	background: #91a2be; 
	text-align: center; 
	color: #333; 
	height: 24px;
	/*line-height: 2em;									*/
}

#progressBar .progressBarText { z-index: 1;color: #333; position: absolute; top: 2px; left: 4px; }

.topBottom28 {
	margin-top: 28px;
	margin-bottom: 28px;
}

#footer {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}