body.shop {
	background: #999 url('../../../../images/semantic/gray/bg_top.gif') repeat-x;
}

/* 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 url('../../../../images/semantic/gray/bg_container.jpg') no-repeat;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 0px 0 9px 0;
	margin-bottom: 24px;
	min-height: 225px;
}

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

#container.print_container {
	border: 0px;
}

#container#header {	
	background: #f5fafc url('../../../../images/semantic/gray/bg_side_header.gif') no-repeat;
	color: #4b4b32;
	border-top: 1px solid #ccc;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #999;
	border-left: 1px solid #bbb;
	margin: 15px 0 15px 12px;
	width: 200px;
}

#container>#header {	
	background: #f5fafc url('../../../../images/semantic/gray/bg_side_header.gif') no-repeat;
	color: #4b4b32;
	border-top: 1px solid #ccc;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #999;
	border-left: 1px solid #bbb;
	margin: 15px 0 15px 18px;
	width: 200px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-to-left-radius: 6px;
	border-to-right-radius: 6px;
}

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

#column1 {
	margin-left: 18px;
}

#column2 {
	margin-left: 18px;
}

#header .widget {
	background: none;
	border: 0;
	border-bottom: 1px solid #999;
	margin-bottom:6px; /* not 12 */
	color: #4b4b32;
	width: 200px;
}
#header .thin-header {
	margin-top: 20px;
}
#header .thin-header#divider {
	margin-top:0;
}

#header h1, #header h3, #header h5 {
	color: #4b4b32;
	padding-top: 6px;
	text-shadow: 0px 1px 2px #fff;
}

.buttons.widget {
	min-height: 65px;
}

.controls input, .buttons input {
	color: #000; /* button type */
	background: #f5f5f5 url('../../../../images/semantic/gray/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;
}

.emailForm fieldset input[type=submit] {
	color: #000; /* button type */
	background: #f5f5f5 url('../../../../images/semantic/gray/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;
}

.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: #4b4b32;
	padding-top: 6px;
}

.shopheader {
	color: #000;
	border-top:1px solid #ccc;
}

.shopheader img{
	margin: 0;
}

.scoredetails {
	padding: 3px 6px 15px 6px;
}

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

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

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

.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 #eee;	
}

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

/* standard widget */
.shop .widget
{
	background: #e6e6e6 url('../../../../images/semantic/gray/bg_widget_300_top.gif') no-repeat top;
	border-bottom: 1px solid #999;
	color: #000;
	padding-bottom: 9px;
	-moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.widget h3, .widget h4
{
	color: #af5654;
}

.widget h5
{
	color: #4b4b32;
	text-shadow: 0px 1px 1px #fff;
}

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

.eval-summary dd,
.eval-summary-ytd dd,
.vs-eval-ytd dd,
.vs-eval dd,
.vs-company dd,
.vs-company-ytd dd,
.dtor-this-eval dd
{
	color: #AF5654;
}

.eval-summary h4,
.eval-summary-ytd h4,
.dtor-this-eval dl dt
{
	color: #000;
}

.question-header {
	background: #b3b3b3 url('../../../../images/semantic/gray/bg_title_bar.gif') no-repeat;
	border-bottom: 1px solid #999;
}

.question-header h3 {
	color: #4b4b32;
	text-shadow: 0px 1px 1px #fff;
}

.question-list {
	color: #4C4C4C;
}

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

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

.question-list dt.qfmt41 /* QFMT_BIG_HEADER in SASSIE guide */
{
	background: #e6e6e6 url('../../../../images/semantic/gray/bg_big_bar.gif') no-repeat; 
}

.question-list dt.qfmt42 /* QFMT_MED_HEADER in SASSIE guide */
{
	background: #cdcdcd url('../../../../images/semantic/gray/bg_medium_bar.gif') no-repeat; 
}

.question-list dt.qfmt43 /* QFMT_SM_HEADER in SASSIE guide */
{
	background: #e6e6e6 url('../../../../images/semantic/gray/bg_small_bar.gif') no-repeat; 
}

.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: #fff url('../../../../images/semantic/gray/bg_description_bar.gif') no-repeat; /* text answer or icon titles */
	color: #af5654;
}

.question-list dd.qfmt32 /* QFMT_NARRATIVE in SASSIE guide */
{
	background-color: #fff;
	border-top: 1px dotted #333;
	border-right: 1px dotted #999;
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #333;
}

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

/* grids details */
.grid_table th {
	background: #cacaca url('../../../../images/semantic/gray/bg_grid_header.gif') no-repeat;
	color: #af5654;
	border-right: 1px dotted #bbb;
}
.grid_table td {
	border-bottom: 1px dotted #aaa;
	border-right: 1px dotted #ddd;
}
th.grid_vertical {
	background: #f5f5f5;
	color: #4b4b32;
	border-bottom: 1px dotted #ccc;
}
.grid_table .selectedOption {
	background:#fffef2 url('../../../../images/semantic/selectedOption.png') no-repeat scroll center;
}
/* end grids details */

.question-list dt.qfmt33 /* QFMT_PICTURE_UPLOAD in SASSIE guide */
{
	background: #fff url('../../../../images/semantic/gray/bg_description_bar.gif') no-repeat; /* text answer or icon titles */
}

.question-list dt.qfmt34, /* QFMT_AUDIO_UPLOAD in SASSIE guide */
.question-list dt.qfmt39  /* QFMT_RECORDED_PHONECALL in SASSIE guide */
{
	background: #fff url('../../../../images/semantic/gray/bg_description_bar.gif') no-repeat; /* text answer or icon titles */
	color: #af5654;
}

.question-list .qfmt34 dt.answer, /* QFMT_AUDIO_UPLOAD in SASSIE guide */
.question-list .qfmt39 dt.answer /* QFMT_RECORDED_PHONECALL in SASSIE guide */
{
	background: #fff url('../../../../images/semantic/gray/bg_description_bar.gif') no-repeat; /* text answer or icon titles */
}

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


/* Chameleon Dashboards */

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

#stage .widget {
	background: url('../../../../images/semantic/gray/custom_corners_topleft.gif') top left no-repeat;
	border: 1px solid #b3b3b3;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#stage .widget h5 {
	background: url('../../../../images/semantic/gray/custom_corners_topright.gif') top right no-repeat;
	-moz-border-radius-topright: 9px;    
	-webkit-border-top-right-radius: 9px;    
	border-top-right-radius: 9px;
}

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

#stage .widget div.widget-footer {
	background: url('../../../../images/semantic/gray/custom_corners_bottomleft.gif') bottom left no-repeat;
}

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

/* header bar descriptor colors */
span#current_period_descriptor,
span#last_period_descriptor
{
	color: #006699;
}
/* end Chameleon Dashboards */
