/*

Plain White v1.0

*/
@media screen {
	body
	{
		margin:0;
		color:#000;
		font-size:14px;
		line-height:18px;
	}
	
	.rank-label
	{
		background:url('/images/ico-move.png') no-repeat 14px 12px;
		padding:10px 10px 10px 38px;
		border:1px #ccc dotted;
		border-radius:12px;
		-moz-border-radius:12px;
		-webkit-border-radius:12px;
		display:block;
		-webkit-transition:all .25s ease-in-out 0;
	}
	
	.rank-label:hover
	{
		cursor:move;
		background-color:#EFEFEF;
		background-color:rgba(255,255,255,0.5);
	}
	
	.rank-label:active
	{
		box-shadow:0 0 10px #2b81c1;
	}
	
	.PDF_pageOuter
	{
		margin:0;
		padding:0;
	}
	
	.PDF_pageInner
	{
		margin:0 auto;
		width:100%;
		background:transparent;
	}
	
	.PDF_question,.PDF_questionErr
	{
		background-color:none;
	}
	
	.PDF_questionErr
	{
		background-color:#FEE;
	}
	
	.qContent
	{
		font-size:12px;
		line-height:20px;
	}
	
	.qNumber
	{
		float:right;
		font-size:12px;
		line-height:12px;
		background-color:#eee;
		padding:6px;
		margin-left:20px;
	}
	
	.qText
	{
		font-size:16px;
		line-height:16px;
		color:#6c0f17;
		font-weight:600;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.qNote
	{
		padding:5px 0 0;
		font-size:12px;
	}
	
	.PDF_mand /* Mandatory span */
	{
		color:#D00;
	}
	
	.PDF_questionDivide
	{
		border-top:0 solid #ccc;
		margin-top:10px;
		height:10px;
	}
	
	.sBut
	{
		background-image:url('/S_But.gif');
		width:154px;
		height:33px;
		text-align:center;
	}
	
	.sBut P
	{
		padding-top:6px;
		margin:0;
	}
	
	.sBut A
	{
		font-size:18px;
		color:#FFF;
		text-decoration:none;
		display:block;
	}
	
	/* ---------------------- all Questions ---------------------------------- */
	.PDF_err,.PDF_errMain
	{
		font-size:12px;
		color:#C00;
		padding:4px 4px 4px 48px;
		font-weight:bold;
		background:#FEE url('/images/surveys/arrow.gif') no-repeat 20px center;
	}
	
	.PDF_errMain
	{
		background:#FEE url('/images/surveys/error.png') no-repeat 20px center;
	}
	
	.PDF_noteMain
	{
		font-size:12px;
		color:#6c0f17;
		padding:4px 4px 4px 48px;
		background:#FDFFD9 url('/images/surveys/note.gif') no-repeat 20px center;
	}
	
	.PDF_QT100,.PDF_QT200,.PDF_QT400,.PDF_QT800,.PDF_QT900,.PDF_QT1000,.PDF_QT1200,.PDF_QT1400,.PDF_QT1500
	{
		margin:0;
	}
	
	/* ---------------------- Page Header (QT1900) ---------------------------------- */
	.PDF_QT1900
	{
	}
	
	.PDF_QT1900 H2
	{
		font-size:14px;
		margin:5px 0;
		line-height:14px!important;
		color:#5d4f4b;
	}
	
	.PDF_QT1900 P
	{
	}
	
	/* ---------------------- QT 100 ---------------------------------- */
	.PDF_QT100 .small,.PDF_QT100 .medium,.PDF_QT100 .large
	{
		font-size:14px;
		padding:2px;
		width:150px;
	}
	
	.PDF_QT100 .medium
	{
		width:350px;
	}
	
	.PDF_QT100 .large
	{
		width:450px;
	}
	
	/* ---------------------- QT 200 ---------------------------------- */
	.PDF_QT200 .small,.PDF_QT200 .medium,.PDF_QT200 .large
	{
		border:1px solid #CCC;
		height:60px;
		font-size:12px;
		padding:3px;
		width:350px;
	}
	
	.PDF_QT200 .medium
	{
		height:90px;
	}
	
	.PDF_QT200 .large
	{
		height:120px;
	}
	
	/* ---------------------- QT 400 ---------------------------------- */
	.PDF_QT400 UL
	{
		list-style:none;
		padding:0;
		margin:0;
	}
	
	.PDF_QT400 LI
	{
		margin:10px 0;
	}
	
	.PDF_QT400 INPUT
	{
		margin:0 10px 0 0;
	}
	
	.PDF_QT400 SELECT
	{
		font-size:12px;
		padding:2px;
		min-width:200px;
	}
	
	.PDF_QT400 SELECT[multiple="true"]
	{
		min-height:100px;
	}
	
	.PDF_QT400 LABEL
	{
		font-size:13px;
		padding:0 20px 0 0;
	}
	
	.PDF_QT400 .other
	{
		font-size:12px;
		padding:1px;
		width:300px;
	}
	
	/* ---------------------- QT 800 ---------------------------------- */
	.PDF_QT800
	{
	}
	
	.PDF_QT800 DIV
	{
		float:left;
		padding:0 10px 0 0;
	}
	
	.PDF_QT800 LABEL
	{
		font-size:12px;
		color:#8e7f0d;
		line-height:12px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	.PDF_QT800 .title,.firstName,.lastName,.suffix
	{
		padding:3px;
		font-size:14px;
	}
	
	.PDF_QT800 .title
	{
		width:40px;
	}
	
	.PDF_QT800 .firstName
	{
		width:130px;
	}
	
	.PDF_QT800 .lastName
	{
		width:130px;
	}
	
	.PDF_QT800 .suffix
	{
		width:40px;
	}
	
	/* ---------------------- QT 900 ---------------------------------- */
	.PDF_QT900
	{
	}
	
	.PDF_QT900 DIV
	{
		float:left;
		padding:0 10px 0 0;
	}
	
	.PDF_QT900 LABEL
	{
		font-size:10px;
		color:#a8a8a8;
		line-height:20px;
	}
	
	.PDF_QT900 .a,.b,.c,.d,.e,SELECT
	{
		padding:3px;
		font-size:14px;
	/*width: 142px;*/
	}
	
	.PDF_QT900 SELECT
	{
		padding:3px;
		width:154px;
	}
	
	.PDF_QT900 .a,.b
	{
		width:306px;
	}
	
	/* ---------------------- QT 950 ---------------------------------- */
	.PDF_QT950 label
	{
		font-size:10px;
		color:#a8a8a8;
		line-height:20px;
	}
	
	.PDF_QT950 select
	{
		font-size:10px;
		height:2.5em;
		margin-bottom:5px;
	}
	
	.PDF_QT950
	{
		margin-top:10px;
	}
	
	.PDF_QT950 input
	{
		border:1px solid #AAA;
		background-color:#fff;
		padding:2px;
		font-size:14px;
		width:200px;
		padding:5px;
	}
	
	/* ---------------------- QT 1000 ---------------------------------- */
	.PDF_QT1000
	{
	}
	
	.PDF_QT1000 DIV
	{
		float:left;
	}
	
	.PDF_QT1000 LABEL
	{
		font-size:10px;
		color:#a8a8a8;
		line-height:20px;
	}
	
	.PDF_QT1000 .mm,.dd,.yyyy,.h,.mins
	{
		font-size:12px;
		width:60px;
	}
	
	.PDF_QT1000 .yyyy
	{
		margin:0 10px 0 0;
		width:40px;
	}
	
	.PDF_QT1000 .h,.mins
	{
	}
	
	.PDF_QT1000 IMG /* calendar icon */
	{
		padding:0 0 0 5px;
	}
	
	/* ---------------------- QT 1200 ---------------------------------- */
	.PDF_QT1200 TABLE
	{
		width:100%;
	}
	
	.PDF_QT1200 TH
	{
		text-align:center;
	}
	
	.PDF_QT1200 TD
	{
		text-align:center;
		padding:4px;
	}
	
	.PDF_QT1200 .alt
	{
		background-color:#EEE;
	}
	
	.PDF_QT1200 .title
	{
		text-align:left;
	}
	
	/* ---------------------- QT 1400 ---------------------------------- */
	.PDF_QT1400
	{
	}
	
	.PDF_QT1400 INPUT
	{
		padding:3px;
		font-size:14px;
		width:300px;
	}
	
	.PDF_QT1400 LABEL
	{
		font-size:10px;
		color:#a8a8a8;
		line-height:20px;
	}
	
	/* ---------------------- QT 1500 ---------------------------------- */
	.PDF_QT1500
	{
	}
	
	.PDF_QT1500 INPUT
	{
		padding:3px;
		font-size:14px;
		width:300px;
	}
	
	.PDF_QT1500 LABEL
	{
		font-size:10px;
		color:#a8a8a8;
		line-height:20px;
	}
	
	/*-----------System Styles --------------------*/
	.cf
	{
		margin:0;
		padding:0;
		clear:both;
	}
	
	/*-----------Start Page--------------------*/
	.PDF_startPage
	{
	}
	
	.PDF_startPageMsg
	{
	}
	
	.button
	{
		vertical-align:top;
	}
	
	.button input,.button a.previous-page
	{
		border:1px solid #999;
		font-size:16px;
		font-weight:600;
		line-height:32px!important;
		padding:0 24px 1px;
		margin:0;
		cursor:pointer;
		background:#6c0f17;
		color:#fff;
	}
	
	.button a.previous-page
	{
		text-decoration:none;
		display:inline-block;
		font-weight:normal;
		color:#fff;
	}
	
	.button input:hover,.button a.previous-page:hover
	{
		border:1px solid #666;
		background:#b0a869;
	}
	
	.button input::-moz-focus-inner
	{
		padding:0;
		border:none;
	}
	
	.button input::-moz-focus-inner
	{
		padding:0;
		border:none;
	}
	
	.PDF_progress
	{
		margin:5px auto;
		text-align:right;
		text-transform:uppercase;
		font-size:10px;
		padding-right:10px;
		color:#a8a8a8;
	}
	
	.PDF_progress:last-of-type
	{
		padding-right:32px;
	}
}

/*media screen global end*/
@media screen and (max-width: 990px) {
	.PDF_pageInner
	{
		width:100%;
	}
}

/* CSS Document */