/**
  Orange: #e1701c;
  Blue: #336699;
*/
#frame {
  height: 602px;
  margin: 0 auto;
  width: 225px;
  overflow: hidden;
  position: relative;
}
#header {
  background: url(/images/bg_top.png) left top no-repeat;
  color: #696969;
  height: 41px;
  text-indent: -999em;
  width: 225px;
}
#title {
  background: url(/images/give_feedback.png) left top no-repeat;
  display: block;
  height: 10px;
  overflow: hidden;
  width: 125px;
  position: relative;
  left: 50px;
  top: 15px;
}
#thanks {
  background: url(/images/thank_you_for_your_feedback.png) left top no-repeat;
  display: block;
  height: 24px;
  position: relative;
  left: 48px;
  top: 8px;
  width: 132px;
}
#bg_bot {
  background: url(/images/bg_bot.png) left top no-repeat;
  height: 21px;
  width: 225px;
}
#widget_wrapper {
  background: transparent url(/images/bg_mid.png) left bottom repeat-y;
  font: normal 12px Arial, sans-serif;
  height: 540px; /* orig: 676 */
  overflow: visible;
  padding: 0 10px;
  position: relative;
  width: 205px;
}
a {
  color: #e1701c;
}
h1 {
/*  background: url(/images/bg_header.gif) center bottom no-repeat;*/
  color: #e1701c;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.1;
  overflow: auto;
/*  padding-bottom: 16px;*/
  text-align: center;
}
h2 {
  font-weight: bold ;
}
img.layout {
  display: block;
  margin-left: -10px;
}
.section {
  margin: 10px 0;
}
input.submit {
  background: #e1701c url(/images/bg_button.jpg) left top repeat-x;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline;
  font-weight: bold;
  margin: 0;
  padding: 2px 0;
  text-align: center;
  text-transform: uppercase;
  width: 5em;
}
#question_section {
  background: url(/images/hr.gif) center bottom no-repeat;
  font-size: 14px;
  font-weight: bold;
  height: 90px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: auto;
}
#thumbnail {
  float: left;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
  width: 80px;
}
#thumbnail img {
/*  height: 80px;*/
}
#tag_text_label {
  display: none;
}
#tag_cloud {
  height: 120px;
/*  overflow: auto;*/
  padding-left: 5px;
  overflow: hidden;
  width: 200px;
}
#tag_scroll_wrapper {
  margin-left: 0;
  width: 1000px;
}
#tag_cloud ul {
  float: left;
  width: 100px;
  overflow: hidden;
}
#tag_cloud li {
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  width: 100px;
}
#tag_cloud a {
  padding-left: 10px;
  border: 1px solid #f6f7f8; /* Fix for IE display bug with certain tags ('Stand on issues') */
}
#tag_cloud a.selected {
  background: url(/images/icon_selected.gif) left center no-repeat;
  cursor: text;
  text-decoration: none;
}

/* adding tags */
#tags_section {
  background: url(/images/hr.gif) center bottom no-repeat;
  padding-bottom: 10px;
}
* html #tags_section {
  /* compensate for incorrect height handling in IE < 7 */
  height: 182px;
  overflow: hidden;
}
#custom_tag_form {
  clear: left;
  margin-bottom: 10px;
}
#custom_tag_form label {
  font-weight: bold;
}
#custom_tag_form input {
  padding: 2px 0;
}
#custom_tag_form input.text {
  border: 1px solid #e1701c;
  width: 130px;
}
#tag_nav {
  color: #333;
  height: 15px;
}
#tag_nav p {
  margin: 0 0 0 50px;  
  padding: 0 0 10px 0;
}
#next_tags, #prev_tags {
  background-position: left top no-repeat;
  float: left;
  display: block;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  width: 15px;
}
#next_tags {
  background-image: url(/images/next.gif);
}
#prev_tags {
  background-image: url(/images/prev.gif);
}
#next_tags.disabled, #prev_tags.disabled {
  visibility: hidden;
}
#more_tags {
  padding: 0 5px;
  float: left;
}

/* ratings */
#rating_wrapper {
  height: 10em;
}
#ratings_and_comments_section {
/*  background: url(/images/bg_header.gif) center bottom no-repeat;*/
/*  padding-bottom: 16px;*/
}
#ratings_and_comments_section .submit {
  display: block;
  margin: 5px auto 0 auto;
}
#rating_instructions {
  color: #cccccc;
  font-size: 19px;
  line-height: 1.3;
  padding: 20px 10px;
  text-align: center;
}
#rating_instructions h2 {
  font-weight: normal;
}
#rating_legend {
  border-bottom: 1px solid #ccc;
  color: #666;
  font-style: italic;
  margin: 3px 0;
  overflow: auto;
  padding-bottom: 3px;
  width: 206px;
}
#rating_legend span {
  display: block;
  float: left;
  line-height: 1;
  width: 68px;
}
#rating_legend .min {
  padding-right: 2px;
}
#rating_legend .stars {
  width: 60px;
}
#rating_legend .stars img {
  vertical-align: middle;
}
#rating_legend .max {
  padding-left: 2px;
  text-align: right;
}
/*#rating_legend .legend {
  display: block;
  float: left;
  margin-right: 5px;
  width: 100px;
}
#rating_legend .max {
}
#rating_legend .stars {
  clear: left;
}
*/
#rating_scale {
  color: #336699;
}
#ratings_and_comments_section textarea {
  border: 1px solid #E1701C;
  height: 82px; /* note: smaller heights may break scrollbars in some browsers */
  width: 202px;
}
* html #ratings_and_comments_section textarea  {
  /* IE6 is not one of those browsers. Instead, we need to make it shorter bc of incorrect height handling */
  height: 60px; 
}
#ratings {
  clear: left;
  height: 70px;
  overflow: auto;
}
.rating_line {
  clear: left;
}
.rating_line label {
  clear: left;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 120px;
}


#footer {
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  width: 205px;
}
#footer p {
  text-align: center;
}

/* Opinion Summary */
#report_wrapper {
  border-bottom: 4px solid #e1701c;
  color: #000;
}
#report_wrapper h3 {
  background-color: #336699;
  color: #fff;
  padding: 2px 5px;
}
#report_ratings, #report_comments {
  overflow: auto;
}
#report_ratings {
  height: 190px;
  margin-bottom: 10px;
}
#report_ratings a {
  display: block;
/*  overflow: hidden;
  width: 72px;
*/
}
#report_comments {
  background-color: #fff;
  height: 180px;
}
#report_comments p.date {
  color: #666;
  font-style: italic;
  padding-left: 5px;
  padding-top: 5px;
}
#report_comments p.comment_text {
  margin-bottom: 6px;
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 180px;
}
#table_constrainer {
  width: 188px;
}
table {
  background-color: #fff;
  border-bottom: 1px solid #dad9c7; 
  font-size: 12px;
/*  width: 190px;*/
}
th {
  border-bottom: 1px solid #dad9c7; 
  font-size: 10px;
  font-weight: bold;
  padding: 2px 4px; 
  text-align: left;
}
td {
  border-right: 1px solid #dad9c7; 
  padding: 2px 4px; 
  text-align: right;
}
.even td {
  
}
.odd, .odd td {
  background-color: #F9F8F4;
}
td.word {
  font-style: italic;
  text-align: left;
  width: 120px;
}
td.freq {
}
table .star_display {
  display: none;
}
table .average {
}
/* table sorting */
th.header { 
  background: #baddf4 url(/images/sort_bg.gif) left center no-repeat;     
  cursor: pointer; 
  font-weight: bold; 
  padding-left: 20px; 
  border-right: 1px solid #dad9c7; 
  margin-left: -1px; 
}
th.headerSortUp { 
  background-image: url(/images/sort_asc.gif); 
  background-color: #336699; 
  color: white;
  cursor: pointer;
}
th.headerSortDown { 
  background-image: url(/images/sort_desc.gif); 
  background-color: #336699; 
  color: white;
  cursor: pointer;
}

td.average, th.average {
  border-right: none;
}

/* Transparency fixes for IE < 7 */
* html #header {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_top.png', sizingMethod='crop');
}
* html #title {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/give_feedback.png', sizingMethod='crop');
}
* html #thanks {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/thank_you_for_your_feedback.png', sizingMethod='crop');
}
* html #bg_bot {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_bot.png', sizingMethod='crop');
}
* html #widget_wrapper {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bg_mid.png', sizingMethod='scale');
}