﻿/* --------------------------------------------

	Summary styles

-------------------------------------------- */
.Summary
{
	font-size: 10pt;
}

.Summary td
{
	font-size: 10pt;
}

.Summary h3
{
	cursor: pointer;
	margin: 0px;
}
.Summary h3:hover
{
	color: #77838F;
}

.Summary .DropDownHeader
{
	background-image: url(../images/DropDownGlyph.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.Summary .DropDownHeaderUp
{
	background-image: url(../images/DropDownGlyph_Up.png);
}


.Summary .Question
{
	margin-bottom: 5px;
	margin-top: 25px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11pt;
}

.Summary .Answer
{
	text-align: center;
}

.Summary .Screenout
{
	color: #C02020;
}

.Summary .Rating
{
	color: #008000;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

.Summary .Rating_Screenout
{
	color: #C02020;
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}

.Summary .RatingHeader
{
	text-align: center;
}

.Summary .Pointer
{
	font-style: italic;
	font-size: 8pt;
}


.Summary .Count
{
	color: #505050;
	font-style: italic;
}

.Summary .Count_Screenout
{
	color: #C02020;
	font-style: italic;
}



/* --------------------------------------------

	Standard vertical list.

-------------------------------------------- */

.List
{
}

.List .ItemContainer
{
	overflow: auto;
	max-height: 500px;
	width: 200px;
}

.List .Seperator
{
	height: 25px;
}

.List a
{
	font-weight: normal;
	display: block;
	margin-bottom: 3px;
}

.List a:hover
{
}

.List .Item
{
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
	display: block;
}

.List .DeleteIcon
{
	background-image: url(../images/ButtonIcons/Delete_Normal.png);
	background-position: 140px center;
	background-repeat: no-repeat;
}

.List .DeleteIcon:hover
{
}

.List .Item a
{
	margin: 0px;
	min-width: 0px;
}

.List .Item img
{
	border: solid 1px #C0C0C0;
}

.List .Item .Title
{
	padding: 3px;
}

.List .Item a:hover
{
	text-decoration: underline;
}

.List .Selectable
{
	border: solid 1px #E8E8E8;
	cursor: pointer;
	background-color: #F8F8F8;
}
.List .Selectable:hover
{
	background-color: #CEDAE6;
	border: solid 1px #AEBAC6;
	color: #20548D;
}

.List .Selected
{
	background-color: #20548D;
	border: solid 1px #20548D;
	color: #E0E8F0;
}

.List .Selected h3
{
	color: #E0E8F0;
}

.List .Selected:hover
{
	background-color: #20548D;
	border: solid 1px #20548D;
	color: #E0E8F0;
}

.List .Selected a
{
	color: #E0E8F0;
}

.List .Disabled
{
	background-color: #F0F0F0;
	border: solid 1px #F0F0F0;
	color: #808080;
}

/* --------------------------------------------

	Add "GridList" as well as "List"
	to make the list  into a grid.

	<div class="List GridList">...</div>

-------------------------------------------- */

.GridList
{
}

.GridList .Item
{
	margin: 5px;
	min-width: 150px;
	display: inline-block;
}













.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-bottom: 3px;
	padding: 0px;
	min-height: 0px;
	background-color: #DEE6EE;
	position: relative;
	border: solid 1px #AEB6BE;
}

.SortableList li:hover
{
	background-color: #eEf6fE;
	border: solid 1px #bEc6cE;
}

.SortableList li .Line
{
	border-top: solid 1px #AEB6BE;
}

.SortableList li:hover .Line
{
	border-top: solid 1px #bEc6cE;
}

.SortableList .Moveable
{
	cursor: move;
}

.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: 100%;
}

.StageList .Item,
.StageList li
{
	padding: 10px;
	margin-bottom: 3px;
	color: #404040;
}

.StageList .DemographicsStage
{
	background-color: #E0FFE0;
	border: solid 1px #80C080;
}

.StageList .ConceptStage
{
	background-color: #E0FFFF;
	border: solid 1px #80C0C0;
}

.StageList .FinalStage
{
	background-color: #FFE0E0;
	border: solid 1px #C08080;
}

.StageList .InformationStage
{
	background-color: #FFFFE0;
	border: solid 1px #C0C080;
}



.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;
	cursor: pointer;
}

.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; }



/* -------------------------------------------------
	
	Tables

------------------------------------------------- */

.Table
{
}

.Table th
{
	padding: 3px;
	margin: 0px;
	color: #202020;
	font-weight: bold;
}

.Table td
{
	padding: 3px;
	margin: 0px;
}


.Table .DataRow td
{
	border-top: solid 1px #C0C0C0;
	text-align: center;
}

.Table .EditRow
{
	background-color: #E0E0E0;
}

.Table .ErrorRow
{
	background-color: #F0C0C0;
	font-weight: bold;
}

.Table .SubTable
{
	margin-left: 25px;
	margin-bottom: 25px;
}
