﻿/*** RESET ***/
address,abbr { font-style:normal }
:link,:visited { text-decoration:none }
body{padding:0; margin:0;}
/*** END RESET ***/


body, table, select, input, textarea, button
{
	font-family: "Calibri", 'Arial', 'Verdana';
	font-size: 10pt;
	color: #202020;
}

body
{
	background-color: #ffffff;
	margin: 25px;
	background-image: url(../images/bg_bluefade.png);
	background-repeat: repeat-x;
	background-position: left top;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #27598E;
}

a:focus, a:hover, a:active
{
	text-decoration: underline;
}


select, input, textarea
{
	font-size: 10pt;
}

.TextBoxWaterMark
{
	font-style: italic;
	color: #808080;
}

.Shadow
{
	background-image: url(../images/Shadow.png);
	background-repeat: repeat;
}



.StandardBox
{
	background-color: #F8F8F8;
	border: solid 1px #C0C0C0;
}

.StandardBoxPadding
{
	padding: 5px;
}

.MainContentBoxPadding
{
	padding: 25px;
	min-height: 400px;
}


.Faded
{
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.AntiFade
{
	opacity: 1;
	filter: alpha(opacity=100);
}

/* -----------------------------------------------------------

	Table styles.

----------------------------------------------------------- */

.TableLabel
{
	text-align: right;
	font-style: italic;
	color: #606060;
}

.TableLabelCentre
{
	text-align: center;
	font-style: italic;
	color: #606060;
}

.AlternateRow
{
	background-color: #D0E8f8;
}

.TableCheckboxOnlyCell
{
	text-align: center;
	vertical-align: middle;
	background-color: #F8F8F8;
}

.HighlightCell
{
	background-color: #E0F0E0;
}

.HighlightLine
{
	background-color: #E0E0E0;
}


/* -----------------------------------------------------------

	Help panel style.

----------------------------------------------------------- */

.HelpPanel
{
	border: solid 1px #27598E;
	background-color: #dcecfc;
	padding: 10px;
	color: #204060;
	display: inline-block;
	z-index: 1000;
		
		
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.HelpPanel h1
{
	font-weight: bold;
	font-size: 10pt;
	color: #204060;
}

.HelpPanelHover
{
	position: absolute;
	display: none;
}


.BulletBox
{
	background-image: url(../images/Common/Bullet.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin: 3px;
}


/*img, div { behavior: url(../js/iepngfix.htc); }*/


/* Main header. */
h1
{
	font-size: 15pt;
	font-weight: lighter;
	display: block;
	color: #27598E;
	margin: 0px 0px 15px 0px;
}

/* Main header 2. */
h2
{
	font-size: 15pt;
	font-weight: normal;
	display: block;
	color: #57636F;
	margin: 0px 0px 10px 0px;
}


/* Small header */
h3
{
	font-size: 12pt;
	font-weight: normal;
	color: #57636F;
	margin: 0px 0px 10px 0px;
}

/* Error header */
h4
{
	font-size: 15pt;
	font-weight: normal;
	display: block;
	color: #C00000;
	margin: 0px 0px 10px 0px;
}

.clear
{
	clear:both;
}

.Hidden
{
	display: none;
}

.HeadingPart
{
	color: #606060;
}


textarea.comments
{
	display: block;
	width: 350px;
	height:5em;
}



/* ------------------------------------------------------------- */
/*																 */
/*	Main Menu Navigation boxes									 */
/*																 */

.MainMenuInfoBox
{
	padding: 15px;
}

.MainMenuButtonBox
{
	text-align: right;
	margin-top: 25px;
}

.Portal
{
}

.Portal .Box
{
	padding: 15px;
	border: solid 1px #E0E0E0;
	margin: auto;
	width: 400px;
}

.Portal h2
{
	font-size: 12pt;
}


/* ------------------------------------------------------------ */

div.box	{ border: 1px dotted #cccccc; padding: 10px; margin: 15px 0; }
div.box	h2 { float:left; margin: 0; }
div.box	p { float:right; text-align:right; margin: 0; }
div.box span { clear:both; width:100%; margin-left: 10px; }

div#ReportLinks, div#reportlinks { text-align:right;font-size:0.8em; }


#commonfooter p
{
	margin: 0;
	padding: 12px 12px 0 0;
	font-size: 10px;
}


div.selected h2, div.selected p { color: #a5ab00; }
div.selected
{
	height:5em;
	border: 5px solid white;
}
div.notselected
{
	width:250px;
	height:5em;
	border: 5px solid white;
	background: none;
}



/* Style used for keys/legends. */

.KeyBox
{
	border-right: #c0c0c0 1px dotted;
	border-top: #c0c0c0 1px dotted;
	border-left: #c0c0c0 1px dotted;
	border-bottom: #c0c0c0 1px dotted;
	background-color: #f8f8f8;
	padding: 10px;
	color: #808080;
}

/* Screener Manager. */

#ScreenerPanel { height: 300px; overflow: auto; }
#ScreenerPanel table { margin-bottom: 20px; }
#ScreenerPanel table tr td a { color: #7c9f00; }
#ScreenerPanel table tr.selected td  { font-weight: bold; }


/* Concept Summary page styles. */


.ConceptSummaryShadow
{
	background-image: url(../images/Shadow.png);
	background-repeat: repeat;
}

.ConceptSummaryShadow .ConceptSummary
{
	position: relative;
	left: -5px;
	top: -5px;
}


.ConceptSummary
{
	width: 100%;
}

.ConceptSummary .ConceptImage
{
	border: solid 1px #808080;
	background-color: #FFFFFF;
	margin: 10px;
	float: left;
}

.ConceptSummary .InfoBox
{
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #606060;
	border-bottom: solid 1px #C0C0C0;
}


.ConceptSummaryKey
{
	display: inline-block;
	margin-left: 50px;
	width: 250px;
}
.ConceptSummaryKey h4 { color: #606060; }
.ConceptSummaryKey .item
{
	clear: both;
}
.ConceptSummaryKey .item img
{
	margin-top: 7px;
	float: left;
}
.ConceptSummaryKey .item div
{
	float: left;
	margin-left: 5px;
	margin-top: 6px;
}

.ConceptSummaryKey .Position
{
	font-weight: bold;
}





/* Screener Summary page styles. */


/* Loading box. 

.LoadingBox
{
	padding: 30px 10px 10px 30px;
	background-image: url(../images/indicator.gif);
	background-position: 25px center;
	background-repeat: no-repeat;
	height: 35px;
	width: 150px;
}*/

.LoadingBox
{
      background-color: #FFFFFF;
      border: solid 0px #808080;
      background-image: url(../images/LoadingIndicator.gif);
      background-position: 15px center;
      background-repeat: no-repeat;
      display: inline-block;
      padding: 15px 50px 15px 50px;
      color: #606060;
}

.InlineLoadingBox
{
      background-color: #FFFFFF;
      border: solid 1px #C0C0C0;
      background-image: url(../images/LoadingIndicator.gif);
      background-position: 15px center;
      background-repeat: no-repeat;
      display: inline;
      padding: 15px 50px 15px 50px;
      color: #606060;
      width: 300px;
}

.LoadingBox_NoText
{
	background-position: center center;
	padding: 20px;
}
.LoadingBox .Content
{
	padding: 25px 45px 25px 60px;
}


.FloatingLoadingBox
{
	background-image: url(../images/LoaderBox.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	display: none;
	z-index: 1000;
}
.FloatingLoadingBox .Indicator
{
	background-image: url(../images/LoadingIndicator.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
}

/* Error message style. */

.ErrorMessage
{
	color: #A00000;
}

.ErrorLabel
{
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-color: #A02020;
	display: none;
}


/* Feedback comments. */

.FeedbackBox
{
	border: 1px solid #C0C0C0;
	height: 450px;
	overflow: auto;
	background-color: #FFFFFF;
	width: 100%;
}

.FeedbackBox .Comment
{
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
}

.FeedbackBox .AlternateComment
{
	background-color: #F0F0F0;
}

/* Respondent Answers */

.Responses
{
	border: 1px solid #C0C0C0;
	overflow: auto;
	max-height: 400px;
}
.Responses .HeaderRow { font-weight: bold; }
.Responses tr { background-color: #FFFFFF; }
.Responses tr td { padding: 5px 10px 5px 10px; }
.Responses .AlternateComment { background-color: #F0F0F0; }

/* Respondent panel list. */
.ModalPopup
{
	background: white;
	padding: 20px;
	border: 1px solid #C0C0C0;
}


/* Respondents. */

.RespondentPanelList
{
	padding: 10px;
	overflow: auto;
	max-height: 600px;
}

.RespondentPanelList a
{
	display: block;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #404040;
}

.RespondentPanelList a:hover,
.RespondentPanelList a:active,
.RespondentPanelList a:focus
{
	padding: 4px;
	border: solid 1px #C0C0C0;
	color: #404040;
	text-decoration: none;
}

.RespondentPanelList .Selected
{
	background-color: #E0E0F0;
	border: solid 1px #8080C0;
	font-weight: bold;
	padding: 4px;
}



/* List of respondents. */

.RespondentList
{
	padding: 5px;
	overflow: auto;
	max-height: 350px;
}

.RespondentList .Respondent
{
	margin: 1px;
	width: 97%;
	border: solid 1px transparent;
}

.RespondentList .Respondent:hover
{
	border: solid 1px #C0C0C0;
}

.RespondentList .Respondent .Name
{
	font-weight: bold;
	padding: 5px 5px 0px 5px;
}

.RespondentList .Respondent .Email
{
	padding: 0px 5px 5px 5px;
	color: #606060;
}

.RespondentList .Respondent .ButtonPanel
{
	width: 20px;
}

.RespondentList .Respondent .HyperButtonRoot
{
	visibility: hidden;
}

.RespondentList .Respondent:hover .HyperButtonRoot
{
	visibility: visible;
}





.EditableListBox
{
}

.EditableListBox a:hover,
.EditableListBox a:active,
.EditableListBox a:focus
{
	text-decoration: none;
}

.EditableListBox .Item
{
	width: 100%;
	padding: 3px 5px 3px 5px;
	margin-bottom: 2px;
}

.EditableListBox a
{
	color: #404040;
}

.EditableListBox a:hover
{
	color: #404040;
}


/* Checkbox list - screener wizard. */


.SurveyQuestions .CheckboxList
{
}

.SurveyQuestions .CheckboxList a:focus,
.SurveyQuestions .CheckboxList a:hover,
.SurveyQuestions .CheckboxList a:active
{
	text-decoration: none;
}

.SurveyQuestions .CheckboxList .Item
{
	width: 100%;
	padding: 2px 4px 2px 4px;
	margin-bottom: 2px;
	border: solid 1px #F8F8F8;
}

.SurveyQuestions .CheckboxList .SelectableItem:hover
{
	border: solid 1px #C0C0C0;
}

.SurveyQuestions .CheckboxList .Item a
{
	display: block;
	padding: 4px;
	color: #404040;
}

.SurveyQuestions .CheckboxList .Item a:hover
{
	color: #404040;
}

.SurveyQuestions .CheckboxList .SelectedItem
{
	background-color: #E0E0F0;
	border: solid 1px #8080C0;
	font-weight: bold;
}

.SurveyQuestions .CheckboxList .Item a:Visited
{
	color: #000000;
}

.SurveyQuestions .Generated
{
	width: 450px;
}

.SurveyQuestions .Generated td
{
	padding: 0px;
}

/* Dialog style. */


.DialogBackground
{
	background-image: url(../images/DialogBackground.png);
	background-repeat: repeat;
	text-align: left;
}

.DialogBackground_Darker
{
	background-image: url(../images/DialogBackground_Darker.png);
	background-repeat: repeat;
	text-align: left;
}

.IE_Compatible .DialogBox
{
	width: 400px;
}

.DialogBox
{
	padding: 15px;
	min-width: 200px;
	text-align: left;
	background-color: #FFFFFF;
	border: solid 1px #8080C0;
}

.DialogBox h1
{
	margin-bottom: 15px;
}

.DialogBox .Message
{
}

.DialogBox .Buttons
{
	text-align: right;
	margin-top: 15px;
}

.DialogBox .Buttons a
{
	margin-left: 10px;
	margin-right: 0px;
}


.LanguageDialogBox
{
	background-image: url(../images/WorldMap.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	min-width: 450px;
	min-height: 275px;
}


.SelectSurveyType
{
}

.SelectSurveyType input
{
	margin-right: 10px;
}