html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address
{
	margin: 0;
	padding: 0;
	border: 0;
}
table
{
	width: 100%;
	empty-cells: show;
}
html, body, form
{
	height: 100%;
}

/* Adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1
{
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
}

h2
{
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.6em;
	font-weight: normal;
}

h3
{
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.4em;
	font-weight: normal;
}

h4
{
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;
	font-weight: bold;
}

h5
{
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;
	font-weight: bold;
}

h6
{
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;
	font-weight: bold;
}

img
{
	border: 0;
}

p
{
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1em;
	line-height: 1.8em;
}

p a
{
	text-decoration: underline;
}

li > p
{
	margin-top: 0.2em;
}

pre
{
	font-family: monospace;
	font-size: 1.0em;
}

strong, b
{
	font-weight: bold;
}

a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
}

a:link
{
}

a:visited
{
}

a:active
{
}

a:hover
{
	text-decoration: none;
}
/* */
html
{
	scrollbar-base-color: #ededed;
	scrollbar-track-color: #ededed;
	scrollbar-face-color: #f3f3f3;
	scrollbar-highlight-color: #777777;
	scrollbar-3dlight-color: #f3f3f3;
	scrollbar-darkshadow-color: #f3f3f3;
	scrollbar-shadow-color: #777777;
	scrollbar-arrow-color: #777777;
}
body
{
	background: #ffffff; /*min-width: 800px;*/
	text-align: center;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
}
#container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	height: 100%;
}
.gradient
{
	min-height: 100%;
	height: 100%;
	width: 13px;
}
.left
{
	background-image: url(  'images/left_gradient_tile.gif' );
	background-repeat: repeat-y;
	clear: right;
}
.right
{
	background-image: url(  'images/right_gradient_tile.gif' );
	background-repeat: repeat-y;
	clear: left;
}
#expander
{
	min-height: 100%;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	height: 100%;
	background-color: #ededed;
	overflow: visible;
}
html #expander
{
	height: 100%;
}
#wrapper
{
	position: relative;
	margin-left: 144px;
	border-left: solid 6px #003e5f;
	height: 100%;
	overflow: visible;
}
#left
{
	display: inline;
	float: left;
	position: relative;
	width: 144px;
	margin-left: -150px;
	margin-top: 64px;
	overflow: hidden;
}
#left .colorschema
{
	height: 46px;
	width: 144px;
	background-color: #003e5f;
	vertical-align: bottom;
	text-align: center;
}
#center
{
	display: inline;
	float: right;
	width: 648px;
	margin-top: 64px;
	border-top: solid 6px #003e5f;
}
#center-wrapper
{
	padding: 0 10px;
}
#center-wrapper .help
{
	text-align: right;
	line-height: 19px;
	vertical-align: top;
}
#center-wrapper .help .text
{
	font-size: 8pt;
	color: #003e5f;
}
#center-wrapper .help .link
{
	text-decoration: none;
}
#center-wrapper .help .link:hover
{
	text-decoration: underline;
}
#center-wrapper .pageheader, .TransferWizard_TitleBar .pageheader, .TransferWizard_Welcome_Content .pageheader, .pageheader
{
	text-align: left;
	font-size: 11pt;
	color: #003e5f;
	font-weight: bold;
	padding: 3px 0px;
}
#header
{
	width: 798px;
	height: 64px;
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	margin: 0 1px;
}
#header .logo
{
	float: left;
	left: 12px;
	top: 14px;
	position: absolute;
	display: block;
}
#header .appName
{
	float: right;
	right: 12px;
	top: 14px;
	position: absolute;
	display: block;
}
#header .altmenu
{
	float: left;
	clear: left;
	z-index: 100;
	position: absolute;
	bottom: 0px;
	left: 4px;
	display: block;
}
#header .icon
{
	float: right;
	clear: right;
	position: absolute;
	bottom: 0px;
	right: 12px;
	display: block;
}
#login
{
	padding-right: 10px;
	padding-left: 5px;
	text-align: center;
}
#login .toolbar
{
	text-align: right;
	margin-top: 5px;
	margin-right: -5px;
}
#login .toolbar input
{
	background-color: #dddddd;
	color: #003e5f;
	font-weight: bold;
	overflow: visible;
	padding: 0px 5px;
}
.inactive-button
{
	padding: 0px 5px;
	background-color: #dddddd;
	overflow: visible;
	color: #808080;
	font-weight: bold;
}
.toolbar
{
	text-align: right;
	margin-top: 10px;
	white-space: nowrap;
}
.button, .submit
{
	background-color: #dddddd;
	color: #003e5f;
	font-weight: bold;
	overflow: visible;
	padding: 0px 5px;
}
input[type="submit"], input[type="button"]
{
	background-color: #dddddd;
	color: #003e5f;
	font-weight: bold;
	overflow: visible;
	padding: 0px 5px;
}
input[disabled="disabled"]
{
	color: #a9a9a9;
}
.errormessage
{
	color: #c43b19;
	font-size: 8pt;
	padding: 3px 0px;
	text-align: left;
	font-weight: bold;
}
.errormessage ul
{
	list-style-position: inside;
}

.resultbutton
{
	text-align: right;
	margin-top: 2px;
}
.vcrtoolbar
{
	padding: 10px 0px;
}
.Vcr
{
	white-space: nowrap;
	font-size: 8pt;
}
.Vcr input, .Vcr span
{
	vertical-align: middle;
}
.Vcr span
{
	padding: 0 4px;
}
input, select, textarea, label
{
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
}
.Field
{
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
	padding-top: 1px;
	padding-bottom: 3px;
	text-align: left;
	overflow: visible;
	color: #333333;
	table-layout: fixed;
	vertical-align: bottom;
	white-space: nowrap;
}
.Field .Label, .Field label
{
	white-space: normal;
}
.Field .DropDown
{
	border: solid 1px #7F9DB9;
	padding: 2px;
	z-index: 300;
	text-decoration: none;
	background-color: white;
}
.Field .DropDownHover
{
	border: solid 1px #7F9DB9;
	border-top: none;
	padding: 2px;
	z-index: 300;
	text-decoration: none;
	background-color: #777777;
	cursor: pointer;
	_cursor: hand;
}
.Field .ComboBox
{
	width: 100%;
}
.Field .ComboBox input
{
	height: 14px !important;
}
.Field .DateBox, .Field .DateInput
{
	white-space: nowrap;
	width: 100%;
}
.Field .DateInput .DateBox input
{
	border: solid 1px #7F9DB9;
	border-right: none;
	height: 14px !important;
}
.Field .DateInput .DropArrow
{
	vertical-align: top;
}
.Field .DateInput .DropArrow img
{
	border: solid 1px #7F9DB9;
	border-left: none;
	height: 16px;
	width: 16px;
}
.Field td
{
	vertical-align: bottom;
	padding-bottom: 0px;
}
.Field .TextBox, .Field .MaskTextBox
{
	/*width: 93%;*/
	width: 99%;
}
.Field .DropDownList, .Field .ListBox, .Field .CheckBoxList, .Field .DropDown_List, .Field .DropDown_Input
{
	/*width: 98%;*/
	width: 100%;
}
.Field .HelpList
{
	width: 96%;
}
.Field input.DropDown_Input
{
	position: absolute;
	border: 0px;
}
.Icon
{
	width: 14px;
	height: 14px;
	vertical-align: bottom;
	padding: 3px;
}
.Checkbox
{
	font-size: 8pt;
	color: #333333;
}
.Checkbox input
{
	width: 14px;
}
.ListHeader
{
	font-size: 10pt;
	color: #003e5f;
	font-family: Verdana;
	font-weight: bold;
}
.RegularBulkText
{
	font-family: Verdana;
	font-size: 9pt;
	color: #333333;
}
.RegularBulkTextGroup
{
	padding-bottom: 10pt;
	font-family: Verdana;
	font-size: 8pt;
}
.TabText
{
	font-family: Verdana;
	font-size: 10pt;
	color: #ffffff;
	background-color: #003e5f;
}

.ListHeaderGroup
{
	padding-bottom: 20pt;
}
.InputSingleLine
{
	width: 300px;
}
.FormHeader
{
	height: 20px;
	text-align: left;
	font-size: 10pt;
	color: #003e5f;
	font-weight: bold;
	vertical-align: middle; /*margin-bottom: 10px; 	margin-top: 10px;*/
}
.FormHeaderText
{
	font-size: 10pt;
	color: #003e5f;
	font-weight: bold;
}
.InputMultiLine
{
	width: 300px;
	height: 150px;
}
.frame
{
	background-color: White;
	border: #003e5f 6px solid;
	text-align: left;
	padding: 10px;
	font-size: 8pt;
	overflow: auto;
}
.frameNoBackground
{
	background-color: Transparent;
	border: #003e5f 6px solid;
	text-align: left;
	padding: 10px;
	margin: 0px;
}
.tabframe
{
	background-color: White;
	border-right: #003e5f 6px solid;
	border-left: #003e5f 6px solid;
	border-bottom: #003e5f 6px solid;
	text-align: left;
	padding: 10px;
	font-size: 8pt;
	color: #333333;
	overflow: auto;
}
.gridframe
{
	background-color: White;
	border-right: #003e5f 6px solid;
	border-left: #003e5f 6px solid;
	border-bottom: #003e5f 6px solid;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	font-family: Verdana;
	color: #333333;
}

/*Panels*/
.panelTabStrip
{
	overflow: hidden;
	width: 628px;
	height: 22px;
}
.statistics
{
	width: 240px;
	margin-bottom: 20pt;
}
.statistics .number
{
	text-align: right;
}

.statistics .headertext
{
	font-size: 10pt;
	color: #003e5f;
	font-family: Verdana;
	margin-bottom: 10pt;
	font-weight: bold;
}

.statistics .RegularText
{
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	line-height: 20pt;
}

.logEntries
{
	font-size: 10pt;
}
.logEntries .headertext
{
	font-size: 10pt;
	color: #003e5f;
	font-family: Verdana;
	margin-bottom: 10pt;
	font-weight: bold;
}

/*End Panels*/

/*Display Settings*/
.SystemListBox
{
	width: 250px;
}
.ColumnsSettings
{
	padding-right: 20px;
}
.RightLeftButton
{
	padding: 10px;
}
/*End Display Settings*/

/********** Search Result Popup **************/
.Search_Result_Popup
{
	height: 250px;
	/*width: 460px;*/
}
.Search_Result_Panelist_Group_List
{
	border: solid 1px #ededed;
	margin-top: 1em;
	padding: 3px;
	/*width: 430px;*/
	overflow: auto;
}
/************************/

.popup
{
	text-align: left;
	background: #ededed;
	font-size: 8pt;
}
.subheader
{
	text-align: left;
	font-size: 10pt;
	color: #003e5f;
	font-weight: bold;
	padding: 5px 0px;
}
.SettingBody
{
	background-color: Transparent;
	border: #003e5f 6px solid;
	text-align: left;
	padding: 10px;
	margin: 0px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
}
/* Favorites context menu */
#favoriteContext
{
	display: none;
	position: absolute;
	width: 120px;
	z-index: 10;
	background-color: #003e5f;
	opacity: .8;
	filter: alpha(opacity=80);
}
#favoriteContext ul
{
	text-align: left;
	list-style-type: none;
}
#favoriteContext li
{
	line-height: 21px;
	cursor: pointer;
}
#favoriteContext a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	display: block;
	width: 100%;
}
#favoriteContext a:hover
{
	color: #000000;
	background-color: #e6b621;
}
#favoriteContext span
{
	padding-left: 15px;
	font-size: 8pt;
	font-family: verdana, tahoma, helvetica, sans-serif;
}
/* */
.indent
{
	padding: 0 5px;
}
.leftindent
{
	padding-left: 5px;
}
.rightindent
{
	padding-right: 5px;
}
.required
{
	color: #c43b19;
	font-weight: bold;
}

.PageHeader
{
	text-align: left;
	font-size: 11pt;
	color: #003e5f;
	font-weight: bold;
}
.GridHeader_Enalyzer_HiddenColumn
{
	width: 1px;
	display: none;
}

.GridHeader_Enalyzer_LastColumn
{
	color: white;
	height: 26px;
	background: #003e5f;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px; /*text-align: center;*/
}
.scrollable
{
	height: 100%;
	width: 100%;
	background-color: #ededed;
	overflow: auto;
}

.topalign
{
	vertical-align: top;
}
.invisible
{
	display: none;
}
.WizardButton
{
	width: 70px;
}
.file
{
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	width: 100%;
}
.disabled .text, .disabled span
{
	color: gray;
}
.surveystatistics
{
	/*width:200px; */
	width: 255px;
	margin-left: 10px;
	margin-top: 10px;
	height: 13px;
}
.survey_sample_loading
{
    margin-top:50px;
}
/* panelist statistics */
#report
{
	font: normal 8pt verdana, tahoma, helvetica, sans-serif;
	text-align: left;
	padding: 8px;
}

.labelcss
{
	font: normal 8pt verdana, tahoma, helvetica, sans-serif;
	text-align: left;
	cursor: default;
}

.title
{
	color: #003e5f;
	font: bold 10pt verdana, tahoma, helvetica, sans-serif;
}

.column table
{
	border-collapse: collapse; /*table-layout: fixed;*/
}
.statistic
{
	background: #ededed;
	font: normal 8pt verdana, tahoma, helvetica, sans-serif;
	text-align: left;
	cursor: default;
}
.statistic th
{
	font: bold 8pt verdana, tahoma, helvetica, sans-serif;
	padding: 0 2px;
	color: white;
}
.statistic td
{
	font: 8pt verdana, tahoma, helvetica, sans-serif;
	padding: 0 2px;
	color: #333333;
}
.row td
{
	background-color: #ededed;
	height: 20px;
	border: 1px solid #a9a9a9;
}
.altrow td
{
	background-color: #ffffff;
	height: 20px;
	border: 1px solid #a9a9a9;
}
.row td div, .altrow td div
{
	overflow: hidden;
}
.row td.count, .altrow td.count
{
	text-align: center;
	white-space: nowrap;
}
.row td.aggregate, .altrow td.aggregate
{
	text-align: right;
	white-space: nowrap;
}
.header
{
	color: white;
	height: 20px;
	background: #003e5f;
	border: 1px solid #003e5f;
	white-space: nowrap;
}
td.header
{
	font-weight: bold;
}
/* end */

/*Sample Ideal Distribution*/
.FilterGroup
{
	border: 1px solid #a9a9a9;
	margin-top: 2px;
}
.FilterGroup table
{
	font: 8pt verdana, tahoma, helvetica, sans-serif;
	border-collapse: collapse;
	empty-cells: show;
}
.FilterGroup_Header
{
	background-color: #003e5f;
	color: #fff;
	overflow: hidden;
}
.FilterGroup th, .FilterGroup_Header th, .FilterGroup_Header td
{
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	line-height: 18px;
	padding: 2px;
	background-color: #003e5f;
	color: #fff;
}
.FilterGroup_Content
{
	height: 200px;
	overflow: auto;
}
.FilterGroup .Row, .FilterGroup_Content .Row
{
	background-color: #ededed;
}
.FilterGroup .Row td, .FilterGroup .AltRow td, .FilterGroup_Content .Row td, .FilterGroup_Content .AltRow td
{
	vertical-align: top;
}
.FilterGroup .Row .Cell, .FilterGroup .AltRow .Cell, .FilterGroup_Content .Row .Cell, .FilterGroup_Content .AltRow .Cell
{
	border: 0px;
	border-right: 1px solid #a9a9a9;
	padding: 2px;
}
.FilterGroup .Row .Cell select, .FilterGroup .AltRow .Cell select, .FilterGroup_Content .Row .Cell select, .FilterGroup_Content .AltRow .Cell select
{
	width: 50px;
}
.FilterGroup .Row .LastCell, .FilterGroup .AltRow .LastCell, .FilterGroup_Content .Row .LastCell, .FilterGroup_Content .AltRow .LastCell
{
	border: 0px;
	padding: 2px;
}
.FilterGroup .AltRow, .FilterGroup_Content .AltRow
{
	background-color: #fff;
}
.FilterGroup .Green
{
	color: Green;
}
.FilterGroup .Red
{
	color: Red;
}

/*end*/
/*help*/
.left_float
{
	float: left;
}
.right_float
{
	float: right;
}
.online_help, .intergration_help
{
	width: 150px;
	text-align: right;
}
.online_help
{
	vertical-align: bottom;
	padding-bottom: 3px;
}
.intergration_help
{
    padding-top:5px;
}
.helplink
{
	font-size: 8pt;
	color: #186d94;
	text-decoration: none;
}
.helplink:hover
{
	text-decoration: underline;
}
/*end*/

/******** Transfer wizard *******/
.TransferWizard
{
	background: #ece9d8;
}

.TransferWizard_Welcome_SideBar
{
	background-color: #010050;
	width: 200px;
}
.TransferWizard_Welcome_SideBar_Step
{
	padding-left: 10px;
	padding-bottom: 20px;
}
.TransferWizard_Welcome_Content
{
	background-color: #ffffff;
	padding-left: 10px;
	padding-top: 5px;
}

.TransferWizard_NavigationBar
{
	background: #ece9d8;
	border-top: #a9a9a9 1px solid;
	padding: 10px;
}
.TransferWizard_TitleBar
{
	height: 50px;
	background: #fff;
	border-bottom: #a9a9a9 1px solid;
	padding: 10px;
	padding-top: 5px;
}
.TransferWizard_StepContent
{
	height: 310px;
	padding: 10px;
}
.TransferWizard_ContentTemplate
{
	height: 394px;
	background-color: #ece9d8;
}
.TransferWizard_ContentFrame
{
	background-color: #ffffff; /*margin: 5px 10px 5px 10px;*/
	border: solid 1px #335599;
	overflow: auto;
	padding: 10px;
}
.TransferWizard_Mappings_Header
{
	border-bottom: solid 1px #a9a9a9;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.TransferWizard_Mappings_PanelFieldHeader
{
	width: 250px;
	float: left;
}

.TransferWizard_Mappings_PanelField
{
	width: 250px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /* for internet explorer */
}

.TransferWizard_Mappings_ESSField
{
	width: 250px;
	vertical-align: top;
}

.TransferWizard_Mappings_MappingRow
{
	margin-top: 4px;
	clear: both;
}

.TransferWizard_Mappings_ErrorRow
{
	margin-bottom: 4px;
	margin-left: 10px;
	clear: both;
}

.TransferWizard_Mappings_ErrorPanel
{
	clear: both;
}


.TransferWizard_Mappings_DataError
{
	width: 240px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}

.TransferWizard_Mappings_GeneralError
{
	padding: 4px;
	border: #ffcc00 1px solid;
	background-color: #ffffcc;
	margin-bottom: 4px;
}
.TransferWizard_Mappings_GeneralError .icon
{
	width: 40px;
	float: left;
}

.TransferWizard_Mappings_GeneralError .messages
{
	padding-left: 20px; /*float: right; 	width: 470px;*/
	color: red;
	font-weight: bold;
}

.TransferWizard_Mappings_ExclaimationImage
{
	height: 16px;
	width: 16px;
}
.TransferWizard_Mappings_CriticalError
{
	color: red;
	margin-left: 4px;
	font-weight: bold;
	background-image: url(Images/dash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.TransferWizard_Mappings_CriticalError_Link
{
	color: red;
	margin-left: 4px;
	font-weight: bold;
	background-image: url(Images/dash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: pointer;
	_cursor: hand;
}

.TransferWizard_Mappings_MediumError
{
	color: red;
	background-image: url(Images/dash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/******** End - Transfer wizard *******/

/*********Link/ResetLink;Transfer***********/
.link_popup
{
	background-color: White;
	text-align: left;
	font-size: 8pt;
	overflow: hidden;
}
.linkframe
{
	padding: 10px;
}
.linkframe .errormessage
{
	color: #c43b19;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
}
.linkframe select
{
	width: 230px;
}
.linkButton
{
	padding: 15px 0px 10px 0px;
	text-align: right;
}
.esslink
{
	color: Blue;
	font-weight: normal;
	text-decoration: underline;
}
.esslink:hover
{
	text-decoration: underline;
}
.confirm_left
{
	float: left;
	width: 40px;
}
.confirm_right
{
	float: right;
	width: 250px;
}
.confirm_header
{
	font-size: 13px;
	font-weight: bold;
}

.confirm_button
{
	float: right;
	padding-top: 15px;
}
.reset_box
{
	background-color: #ededed;
	padding: 10px 10px;
}
.reset_box td
{
	vertical-align: top;
}
.font_bold
{
	font-weight: bold;
}
.transfer_frame
{
	height: 100%;
	background-color: #ece9d8;
}
.transfer_title
{
	padding-left: 20px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}
.confirm_transfer
{
	margin-top: 10px;
	margin-left: 40px;
}
.transfer
{
	margin: 50px 30px 0px 30px;
}
.transfer_padding_top
{
	margin-top: 60px;
}
.resetlink_button
{
	width: 92px;
}
.send_invite_content
{
	height: 400px;
	border-bottom: solid 1px #a9a9a9;
	background-color: #ece9d8;
}
a.errorlink
{
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
	color: #000;
}
a.errorlink:hover
{
	text-decoration: underline;
}
/*********End***********/
.tooltip
{
	border-right: #daa520 1px solid;
	border-top: #daa520 1px solid;
	border-left: #daa520 1px solid;
	border-bottom: #daa520 1px solid;
	background-color: #ffffe1;
	width: 250px;
	padding: 3px;
	visibility: hidden;
	position: absolute;
	white-space: normal;
	font-weight: normal;
	color: #696969;
	z-index: 200;
}
.PermissionList
{
	border-collapse: collapse !important;
	color: #333;
	text-align: left;
}
.PermissionList th
{
	color: #333;
	padding: 5px 3px;
}

.PermissionList td, .PermissionList .AltRow td
{
	background-color: #ededed;
	color: #333;
	padding: 3px 3px;
	vertical-align: middle;
}
.PermissionList .AltRow td
{
	background-color: #ffffff;	
}