/* updated October 17 2010 - Jim */
/* updated April 13 2014 - Jim */
body.shop {
	background: #fff;
}

/* text links */
a { 
	color: #99443d; 
	background: transparent; 
	text-decoration: underline; 
}
a:visited  { 
	color: #99443d; 
}

a:focus, a:hover, a:active { 
	color: #000; 
	text-decoration: underline; 
}
/* header might have different bg color */
#header a {  
	color: #99443d; 
	background: transparent; 
	text-decoration: underline; 
}
#header a:visited  { 
	color: #99443d; 
}

#header a:focus, #header a:hover, #header a:active { 
	color: #000; 
	text-decoration: underline; 
}
/* question-list might have different bg color */
.question-list a {  
	color: #99443d; 
	background: transparent; 
	text-decoration: underline; 
}
.question-list a:visited  { 
	color: #99443d; 
}

.question-list a:focus, .question-list a:hover, .question-list a:active { 
	color: #000; 
	text-decoration: underline; 
}
/* end text links */

.shop #container {
	background: #fff;	
	width: 952px;
	padding: 0;
	margin: 0 auto 24px auto;
	min-height: 0px;
}

body.print_body {
	border: 0px;
	background: #fff;
}

#container.print_container {
	border: 0px;
}

#header {
	background: #f0eeef url('../../../../images/semantic/clipboard/bg_side_header.gif') no-repeat bottom left;
	color: #4b4b32;
	width: 240px;
	padding: 0 0 50px 0;
	margin: 15px 0 0 30px;
}

#header .top {
	background: #e6e6e6 url('../../../../images/semantic/clipboard/bg_side_header.gif') no-repeat top left;
	padding-top: 40px;
}

#column1, #column2, .cham-columns {
	margin-top: 20px;
}

#column1 {
	margin-left: 20px;
}

#column2 {
	margin-left: 20px;
}

#header .widget {
	background: none; /* separator */
	color: #4b4b32;	
	width: 215px;
	padding: 12px 0 0 0;
	margin: 0 auto 18px auto;
}

#header h1, #header h3, #header h5 {
	color: #1c0b7e;
	text-shadow: 0px 1px 2px #fff;
}

.absolute-logo {
	display:block;
	position:absolute;
	top: 35px;
	left: 20px;
}

.controls input, .buttons input, body.kiosk table.buttons input, body.kiosk table.paging input {
	color: #333;
	background: #f5f5f5 url('../../../../images/semantic/clipboard/bg_buttons.gif') no-repeat;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #fff;
	font-size: .9em;
	font-weight: bold;
	padding: 3px;
	text-shadow: 0px 1px 2px #fff;
}

.emailForm fieldset input[type=submit] {
	color: #333;
	background: #f5f5f5 url('../../../../images/semantic/clipboard/bg_buttons.gif') no-repeat;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #fff;
	font-size: .9em;
	font-weight: bold;
	padding: 3px;
	text-shadow: 0px 1px 2px #fff;
}

.emailForm input, .emailForm textarea {	
	background-color: #f8f8f4;
	border-top: 1px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #999;
}

.emailForm fieldset legend span {
	color: #1c0b7e;
}

.scoredetails .sections li {
	border-bottom: 1px dotted #cee2f5;
}

.scoredetails .sections li:hover {
	color: #fff;
	background-color: #99997d;
}

.scoredetails .averages li {
	border-bottom: 1px dotted #cee2f5;
}

.dtor-sections {
	/* this one is a table, but it's div is like the other widgets below */
}

.dtor-sections td.section, .dtor-sections td.current-section-score, .dtor-sections td.last-section-score , .dtor-sections td.change { /* all rows, excluding headers */
	border-bottom: 1px solid #ddd;	
}

.dtor-sections th { /* column headers cells */	
	color: #666;
}

.dtor-sections .overall { /* 1st row */
	color: #fff;
	background-color: #99997d;
}

/* standard widget */
.shop .widget
{
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_widget_300_bottom.gif') no-repeat bottom;
	color: #1c0b7e;
	padding: 0 0 42px 0;
	margin: 0 0 12px 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.widget h3
{
	color: #1c0b7e;
}

.widget h4
{
	color: #1c0b7e;
}

.emailForm fieldset legend span
{
	color: #1C0B7E;	
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.widget h5
{
	background: transparent url('../../../../images/semantic/clipboard/bg_widget_300_top.gif') no-repeat top;
	color: #1c0b7e;
	padding: 9px 0 12px 0;
	text-shadow: 0px 1px 1px #fff;
}

#header .widget h5
{
	background: none;
	color: #1c0b7e;
	padding: 6px 0 9px 0;
}

.dtor-graph p img {
	border: 1px solid #aaa;
	border-bottom: 1px solid #999;
}

.eval-summary dd,
.eval-summary-ytd dd
{
	color: #af5654;
}

.vs-eval-ytd dl dt,
.vs-eval dl dt,
.vs-company dl dt,
.vs-company-ytd dl dt,
.vs-eval-ytd dd,
.vs-eval dd,
.vs-company dd,
.vs-company-ytd dd,
.dtor-this-eval dl dt,
.dtor-this-eval dd
{
	color: #000;
}

/* side by side guages in stupid ie */

#header .widget.vs-eval-ytd,
#header .widget.vs-eval,
#header .widget.vs-company,
#header .widget.vs-company-ytd,
#header .widget.dtor-this-eval
{
	width: 170px;
}
#header .vs-eval-ytd p img,
#header .vs-eval p img,
#header .vs-company p img,
#header .vs-company-ytd p img,
#header .dtor-this-eval p img
{
	width: 75px;
	height: 44px;
}
/* end side by side guages in stupid ie */

.question-header {
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_title_bar.gif') no-repeat;
	padding: 0;
	margin: 0;
	width: auto;
	height: 150px;
	padding: 0 60px 0px 60px; /* added to play well with editable question column widths */
	
}

.question-header h3 {
	color: #1c0b7e;
	padding: 120px 0 0 0;
	text-shadow: 0px 1px 1px #fff;
}

.question-list {
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_qlist.gif') repeat-y;
	color: #4c4c4c;
	width: 825px;
	padding: 0 60px 30px 60px;
	margin: 0;
}

.question-list .qtext {
	border-top: #aacde1 1px dotted;
}

.question-list .answer, .question-list dd.score {
	border-top: #aacde1 1px dotted;
}

.question-list dt.qfmt41 /* QFMT_BIG_HEADER in SASSIE guide */
{
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_big_bar.gif') no-repeat;
	color: #1c0b7e;
	padding-left: 40px;
}

.question-list dt.qfmt42 /* QFMT_MED_HEADER in SASSIE guide */
{
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_medium_bar.gif') no-repeat;
	color: #1c0b7e;
	padding-left: 40px;
}

.question-list dt.qfmt43 /* QFMT_SM_HEADER in SASSIE guide */
{
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_small_bar.gif') no-repeat;
	color: #d53530;
	padding-left: 40px;
}

.question-list .selected {
	background-color: #f8f8f4;	
	border-bottom: 1px dotted #ddd;
}

.question-list dt.qfmt32, /* QFMT_NARRATIVE in SASSIE guide */
.question-list dt.qfmt60 /* QFMT_GRID_START in SASSIE guide */
{	
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_description_bar.gif') no-repeat; /* text answer or icon titles */
	color: #1a87a2;
	padding: 0 0 0 35px;
	width: 800px;
	page-break-before: avoid;
}

.question-list dd.qfmt32 /* QFMT_NARRATIVE in SASSIE guide */
{
	background-color: #fff;
	border: 1px dotted #111;
	padding: 1px 6px;
}

.question-list dd.qfmt60 /* QFMT_GRID_START in SASSIE guide */
{
	background-color: #fff;
	border: 1px dotted #111;
}

/* grids details */
.grid_table th {
	background: #c5c0b6 url('../../../../images/semantic/clipboard/bg_grid_header.gif') no-repeat;
	color: #555;
	border-right: 1px dotted #bbb;
	font-size: .9em;
}
.grid_table td {
	border-bottom: 1px dotted #aaa;
	border-right: 1px dotted #ddd;
}
th.grid_vertical {
	background: #fcfcfc;
	border-bottom: 1px dotted #ccc;
}
.grid_table .selectedOption {
	background:#fcfff2 url('../../../../images/semantic/selectedOption.png') no-repeat scroll center;
}
/* end grids details */

.question-list dt.qfmt33 /* QFMT_PICTURE_UPLOAD in SASSIE guide */
{
	background: #f7fdff url('../../../../images/semantic/clipboard/bg_description_bar.gif') no-repeat; /* text answer or icon titles */
	padding: 0 0 0 35px;
	width: 800px;
}

.question-list dt.qfmt34, /* QFMT_AUDIO_UPLOAD in SASSIE guide */
.question-list dt.qfmt39  /* QFMT_RECORDED_PHONECALL in SASSIE guide */
{
	background: #f7fdff url('../../../../images/semantic/clipboard/bg_description_bar.gif') no-repeat; /* text answer or icon titles */
	color: #1c0b7e;
	padding: 0 0 0 35px;
	width: 650px; /* fixes some "empty cells" */
}

.question-list .qfmt34 dt.answer, /* QFMT_AUDIO_UPLOAD in SASSIE guide */
.question-list .qfmt39 dt.answer /* QFMT_RECORDED_PHONECALL in SASSIE guide */
{
	background: #f6f5f5; /* text answer or icon titles */
}

.question-footer, .kiosk_footer {
	/*background: #f6f5f5;*/
	background: white url('../../../../images/semantic/clipboard/bg_footer.gif') no-repeat top;
	/*height: 95px;*/
	height: 110px;
	margin: 0;
}

/* make the layout "spacer" widget invisible */
.widget.spacer {
	background:none; !important
	border:none;
	border:none; !important
}
#header .widget.spacer {
	border:none;
}


/*===== Chameleon Kiosk =========================================================================*/

body.kiosk {
	background: #fff;
}

body.kiosk .container div form {
	background: #fff url('../../../../images/semantic/clipboard/bg_qlist.gif') repeat-y top center;
}

body.kiosk .container {
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_title_bar.gif') no-repeat top center;
	min-height: 100px;	
	width: 900px;
	padding-top: 100px;
}

/* shows status info at top. If there's a dark or bsy top image, box it in with this stuff */
.kiosk_header,
.alert_box
{
	width: 500px;
	/*
	-moz-box-shadow: #000 0px 1px 9px;
     -webkit-box-shadow: #000 0px 1px 9px;
     box-shadow: #000 0px 1px 9px;
     */
}

.kiosk_header tr,
.kiosk_header td, .alert_box
{
	/*background: #eee url('../../../../images/semantic/clipboard/bg_grid_header.gif') no-repeat;*/
	border-bottom: 1px solid #f6f5f5;
	padding: 6px 0;	
}

.survey_name span.white20bold { /* title text */
	background: none;
	color: #1c0b7e;
	font-size: 1.2em;
}

.alert_box {
	color: #003e7d;
	font-size: 1.2em;
}

table.survey_table,
table.kiosktable
{
	/* defined in "kiosk.css" */
}

table.survey_table tr td,
table.kiosktable tr td
{
	/* setting a bg color here will make eveything that color */
	border-bottom: 1px solid #c3d9e5; /* borders for main table */
	background: #f6f5f5;
}

/* Questipn - Answer header row */
.survey_table .form_header,
.kiosktable .form_header
{
	background: #f6f5f5;
	border-bottom: 1px solid #222;
	height: 24px;
	line-height: 24px;
	padding: 3px;
}

.survey_table .form_header td,
.kiosktable .form_header td
{
	width: 50%;
}

.form_header td, .form_header .white12bold /* Question - Answer header font */
{
	color: #1c0b7e;
	text-shadow: 0px 1px 1px #fff;
}

body.kiosk .qfmt12 /* QFMT_RADIO in SASSIE guide */
{
	 
}
body.kiosk .qfmt25 /* QFMT_DATE in SASSIE guide */
{
	 
}
body.kiosk .qfmt32 /* QFMT_NARRATIVE in SASSIE guide */
{	
	background: #fff; /* text answer or icon titles */
	color: #000;
}

.spellcheck, .spellcheck td {
	background: none;
	padding: 1px;
	border: 1px solid #ccc;
}

.survey_table input[type=submit], .kiosktable input[type=submit], .spellcheck input {
	color: #333; /* button type */
	background: #bfd4ea url('../../../../images/semantic/clipboard/bg_buttons.gif') no-repeat;
	border-top: 1px solid #eee;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #eee;
	padding: 3px;
	margin: 3px;
	font-weight: bold;
	text-shadow: 0px 1px 2px #fff;
}

body.kiosk input[type=text] /* regular text fields */
{	
	background: #fff;
	border-top: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #333;
	color: #333;
	font-weight: normal;
}
body.kiosk .qfmt32 textarea /* QFMT_NARRATIVE in SASSIE guide */
{	
	background-color: #fcfcfc;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
	width: 650px;
	height: 180px;
	margin: 18px;
	padding: 6px;
	text-align: left;
}
body.kiosk .qfmt32 input /* QFMT_NARRATIVE in SASSIE guide */
{	
	float: right;
	margin: 9px 0;
}

/* table that holds page numbers and next buttons */
body.kiosk table.buttons, body.kiosk table.paging { 
	width: 800px;
	margin: 24px auto 0 auto;
	border: 1px solid #c3d9e5;
}
body.kiosk table.buttons td, body.kiosk table.paging td {
	background: #fcfcfc;
	padding: 6px 3px;
}
/* actual numbers with default DW style */
body.kiosk table.buttons td span.style1, body.kiosk table.paging td span.style1 {
	color: #fff;
}
body.kiosk table.buttons .index td, body.kiosk table.paging .index td {
	background: #b3b3a1;	
}

.survey_table tr.qfmt41, .kiosktable tr.qfmt41 /* QFMT_BIG_HEADER in SASSIE guide */
{
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_big_bar.gif') no-repeat; 
}

.survey_table tr.qfmt41 .s24, .kiosktable tr.qfmt41 .s24 /* QFMT_BIG_HEADER in SASSIE guide */
{
	background: #f6f5f5; 
	color: #1c0b7e;
	font-size: 1.5em;
}

.survey_table tr.qfmt42, .kiosktable tr.qfmt42 /* QFMT_MED_HEADER in SASSIE guide */
{
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_medium_bar.gif') no-repeat; 
}

.survey_table tr.qfmt42 .s16, .kiosktable tr.qfmt42 .s16 /* QFMT_MED_HEADER in SASSIE guide */
{
	background: #f6f5f5; 
	color: #1c0b7e;
	font-size: 1.3em;
}

.survey_table tr.qfmt43, .kiosktable tr.qfmt43 /* QFMT_SM_HEADER in SASSIE guide */
{
	background: #f6f5f5 url('../../../../images/semantic/clipboard/bg_small_bar.gif') no-repeat; 
}

.survey_table tr.qfmt43 .s14, .kiosktable tr.qfmt43 .s14 /* QFMT_SM_HEADER in SASSIE guide */
{
	background: #f6f5f5; 
	color: #d53530;
	font-size: 1.3em;
}

/* summary of errors when you try to Submit before you're done */
.kiosk_error { 
	background: #fff url('../../../../images/semantic/clipboard/bg_qlist.gif') repeat-y top center;
	margin-top: 6px; /* use this to move up or down if needed */
}
.kiosk_error .blue24bold { /* error title */
	font-size: 1.4em;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}
.kiosk_error p { /* error message text */
	color: #1c0b7e;
	font-size: 1.1em;
	margin-top: 6px;
	padding: 3px;
}
.kiosk_error p font { /* HA! Color od number in error message */
	color: #af5654;
}
.kiosk_error table { /* table list of the errors */
	border: 1px solid #ccc;
}
.kiosk_error table td { /* rows for table list */
	background: #fff;
	border-bottom: 1px dotted #aacde1;
	padding: 6px;	
}
.kiosk_error table .whitebold td { /* header bar for table list */
	background: #83a2cc url('../../../../images/semantic/clipboard/bg_grid_header.gif') no-repeat;
	color: #004080;
	font-size: .9em;
	letter-spacing: 1px;
	padding: 6px;
	text-transform: uppercase;
	text-align: left;	
}
.kiosk_error table .red10bold { /* error and page numbers */
	color: #af5654;
}

/* end Chameleon Kiosk */
/* Chameleon Dashboards */

#stage {
	background: url('../../../../images/semantic/clipboard/dash_chrome.gif') top left no-repeat;
	border:2px solid #333;
}

#stage .widget {
	background: url('../../../../images/semantic/clipboard/custom_corners_topleft.gif') top left no-repeat;
}

#stage .widget h5 {
	background: url('../../../../images/semantic/clipboard/custom_corners_topright.gif') top right no-repeat;
}

#stage .widget div.widget-body {
	background: url('../../../../images/semantic/clipboard/custom_corners_right.gif') top right repeat-y;
}

#stage .widget div.widget-footer {
	background: url('../../../../images/semantic/clipboard/custom_corners_bottomleft.gif') bottom left no-repeat;
	border-bottom:1px solid #bbb;
}

#stage .widget div.widget-footer p {
	background: url('../../../../images/semantic/clipboard/custom_corners_bottomright.gif') bottom right no-repeat;
}

/* header bar descriptor colors */
span#current_period_descriptor,
span#last_period_descriptor
{
	color: #1c0b7e;
}

/* end Chameleon Dashboards */
