﻿/* --------------------------------------------

	Standard vertical list.

-------------------------------------------- */

.List
{
	width: 200px;
}

.List .Items
{
	overflow: auto;
	max-height: 500px;
}

.List .Seperator
{
	height: 25px;
}

.List a
{
	font-weight: normal;
	display: block;
	margin-bottom: 4px;
}

.List a:hover
{
	text-decoration: none;
}

.Summary
{
	font-size: 10pt;
}

.Summary td
{
	font-size: 10pt;
}

.Summary .Question
{
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.Summary .Answer
{
	text-align: center;
}

.Summary .ScreenoutAnswer
{
	color: #C02020;
}

.Summary .RatingScreenout_Screenout
{
	color: #C02020;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}
.Summary .RatingScreenout
{
	color: #008000;
	text-align: center;
	font-size: 12pt;
}

.Summary .RatingHeader
{
	text-align: center;
}

.Summary .Pointer
{
	font-style: italic;
	font-size: 8pt;
}




/* --------------------------------------------

	Survey flow chart.

-------------------------------------------- */

.FlowChart
{
	text-align: center;
}


.FlowChart .Question
{
	border: solid 1px #E0E0E0;
	margin-bottom: 10px;
	background-color: #ffffff;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.FlowChart .Question .QuestionText
{
	font-size: 10pt;
	font-weight: normal;
	padding: 10px;
	display: block;
}

.FlowChart .Question .Button
{
	background-color: #F0F0F0;
	border: solid 1px #F0F0F0;
	padding: 9px;
}

.FlowChart .Question .Button:hover
{
	border: solid 1px #80C080;
	text-decoration: none;
}


.FlowChart .Question .Answer_Base
{
	padding: 5px;
	min-width: 100px;
	display: inline-block;
	margin: 5px;
	border: solid 1px #C0C0C0;
}

.IE_Compatible .FlowChart .Question .Answer_Base
{
	width: 150px;
	display: inline;
}

.FlowChart .Question .Answer_Green
{
	background-color: #D0F0D0;
	border: solid 1px #80C080;
}
.FlowChart .Question .Answer_Red
{
	background-color: #F0D0D0;
	border: solid 1px #C08080;
}


.FlowChart .Highlight .Question
{
	border-color: #808080;
}

.FlowPointer
{
	position: absolute;
	width: 10px;
	background-image: url(../images/Shadow.png);
	background-repeat: repeat;
}

.FlowPointerArrow
{
	position: absolute;
	width: 24px;
	height: 15px;
	background-image: url(../images/FlowChartArrow.png);
	background-repeat: no-repeat;
}


/* --------------------------------------------

	Grid view list list.

-------------------------------------------- */

.GridList
{
}

.GridList a
{
	font-weight: normal;
	margin: 5px;
	min-width: 150px;
	display: inline-block;
}

.GridList a:hover
{
	text-decoration: none;
}

.GridList .Item
{
	font-weight: normal;
	margin: 5px;
	min-width: 150px;
	display: inline-block;
	text-align: center;
}

.GridList .Item a
{
	margin: 0px;
	min-width: 0px;
	display: inline;
}

.GridList .Item img
{
	-moz-border-radius: 4px;
	border: solid 1px #C0C0C0;
}

.GridList .Item .Title
{
	padding: 3px;
}

.GridList .Item a:hover
{
	text-decoration: underline;
}

.GridList .Selectable
{
	border: solid 1px #ffffff;
	cursor: pointer;
}
.GridList .Selectable:hover
{
	border: solid 1px #C0C0C0;
}

.GridList .Selected
{
	border: solid 1px #B0B0D0;
	background-color: #D0D0F0;
}

.SelectableList
{
	padding: 0px;
	margin: 0px;
	list-style-type: none; list-style-image: none; list-style-position: outside;
	color: #20548D;
	min-height: 100px;
}
.SelectableList h3
{
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.SelectableList input
{
	margin-bottom: 5px;
}

/*
.SelectableList .ui-selecting { background: #FECA40; }
.SelectableList .ui-selected { background: #F39814; }
.SelectableList { list-style-type: none; margin: 0; padding: 0; }
.SelectableList li { margin: 5px; padding: 5px; float: left; min-height: 100px; font-size: 10pt; text-align: center; border: solid 1px #ffffff }
.SelectableList li:hover { background: #FECA40; border: solid 1px #F39814 }
.SelectableList li img { margin: 3px; }
.SelectableList li .Title { padding: 5px; }
*/

/* ---------------------------------------------------
	
	Sortable list styles.

--------------------------------------------------- */

.SortableList
{
	padding: 0px;
	margin: 0px;
	list-style-type: none; list-style-image: none; list-style-position: outside;
	color: #20548D;
	min-height: 100px;
}

.SortableList li
{
	margin: 3px;
	padding: 0px;
	min-height: 0px;
	background-color: #DEE6EE;
	cursor: move;
	position: relative;
}

.SortableList li .EditButtons
{
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

.SortableList li .EditButtons a
{
	margin-left: 10px;
}

.SortableList .DropHint
{
	border: #20548D 1px dashed;
	background-color: #FFFFFF;
	min-height: 60px;
}

.SortableListBigHint
{
	border: #20548D 1px dashed;
	height: 300px;
	width: 400px;
	display: none;
}



/* ---------------------------------------------------
	
	Stage list items for Survey Wizard

--------------------------------------------------- */

.StageList
{
	width: 500px;
}

.StageList .Item,
.StageList li
{
	padding: 10px;
	margin-bottom: 3px;
	color: #404040;
}

.StageList .DemographicsStage
{
	background-color: #E0F0E0;
	border: solid 1px #B0C0B0;
}

.StageList .ConceptStage
{
	background-color: #E0F0F0;
	border: solid 1px #B0C0C0;
}

.StageList .FinalStage
{
	background-color: #E0E0F0;
	border: solid 1px #B0B0C0;
}

.StageList .InformationStage
{
	background-color: #F0F0E0;
	border: solid 1px #C0C0B0;
}



.StageList li .Question
{
	font-size: 8pt;
}
.StageList li .Cost
{
	font-style: italic;
	padding-top: 5px;
}

/* ---------------------------------------------------
	
	Question and Answer list items for Survey Wizard.

--------------------------------------------------- */

.QAList
{
	padding: 0px;
	color: #20548D;
}

.QAList td
{
	color: #20548D;
}

.QAList .ToggleImage
{
	background-repeat: repeat;
	background-position: left center;
	width: 12px;
	height: 12px;
	display: block;
	z-index: 1000;
	position: relative;
}

.QAList .ToggleImage_Up
{
	background-image: url(../Images/DropDownGlyph_Up.png);

}

.QAList .ToggleImage_Down
{
	background-image: url(../Images/DropDownGlyph.png);
}

.QAList .Question
{
	margin-bottom: 5px;
	margin-top: 10px;
}

.QAList .AnswerList
{
}

.QAList .AnswerList .Item
{
	display: block;
	margin: 2px;
	padding: 5px;
}


.QAList .AnswerList .Checked
{
	color: #008000;
	font-weight: bold;
}

.QAList .AnswerList .Unchecked
{
	color: #C00000;
	font-weight: bold;
}

.QAList input
{
	margin-right: 10px;
}



/* -------------------------------------------------
	
	Validation list.

------------------------------------------------- */

.ValidationSummary
{
}

.ValidationSummary .GoodBox
{
	border: solid 1px #C0F0C0;
	color: #008000;
}
.ValidationSummary .GoodBox .Header
{
	padding: 5px;
	background-color: #008000;
	color: #FFFFFF;
	font-weight: bold;
}


.ValidationSummary .BadBox
{
	border: solid 1px #F0C0F0;
	color: #800000
}
.ValidationSummary .BadBox .Header
{
	padding: 5px;
	background-color: #800000;
	color: #FFFFFF;
	font-weight: bold;
}

.ValidationSummary .Item
{
	font-weight: bold;
	margin: 5px;
}

.ValidationSummary .GoodItem
{
	color: #008000;
}

.ValidationSummary .BadItem
{
	color: #800000;
}


/* -------------------------------------------------
	
	Textbox list.

------------------------------------------------- */

.TextboxList
{
	width: 275px;
}

.TextboxList input,
.TextboxList textarea
{
	display: block;
	margin-top: 5px;
}

/* -------------------------------------------------
	
	Concept properties list (edit page).

------------------------------------------------- */

.EditPanel
{
	float: left;
	margin-right: 20px;
	background-color: #F8F8F8;
	border: solid 1px #C0C0C0;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}


/* -------------------------------------------------
	
	Concept properties list (edit page).

------------------------------------------------- */

.DropDownList { display: block; margin-bottom: 10px; }