a.b {
  color: blue;
  text-decoration: underline;
}
div.uber, div.meat {
  width: 100%;
}
div#main { 
  float: left; 
/*  margin-right: 320px;
  width: auto;
*/
  width: 700px;
}
div#sidebar {
  float:right;
  width: 300px;
}
div#sidebar_and_main {
  background: #fff;
  border: 0;
  min-width: 1000px;
}
div#header {
  border-bottom: 1px solid #5F99CF;
  margin-top: 0;
}
ul.q_list {
  /*width: auto;*/
  margin: 0;
}
.qrank {
  color: #C6C6C6;
  float:left;
  font-family:arial;
  font-size:medium;
  margin-top:15px;
  text-align:right;
  width: 2.2ex;
}
.midcol,
.qvoting {
  background:transparent none repeat scroll 0 0;
  float:left;
  font-size:small;
  font-weight:bold;
  margin-left:7px;
  margin-right:4px;
  overflow:hidden;
  width: 35px;
}

.qscore {
  color: #C6C6C6;
  display: none;
  text-align: center;
}
.unvoted .qscore.unvoted { display: block; }
.unvoted .qscore.liked { display: none; }
.unvoted .qscore.disliked { display: none; }

.upvoted .qscore.unvoted { color: #FF8B60; display: none; }
.upvoted .qscore.liked { color: #FF8B60; display: block; }
.upvoted .qscore.disliked { color: #FF8B60; display: none; }

.downvoted .qscore.unvoted { color: #9494FF; display: none; }
.downvoted .qscore.liked { color: #9494FF; display: none; }
.downvoted .qscore.disliked { color: #9494FF; display: block; }

.unvoted .collapsed .qscore.unvoted,
.upvoted .collapsed .qscore.liked,
.downvoted .collapsed .qscore.disliked {
  color: #888;
  display: inline;
}
.entry {
  margin-left:3px;
  opacity:1;
  width: 600px;
 /* overflow:hidden;*/
}
.entry .title a {
  font-size:medium;
  font-weight:normal;
  margin-bottom:1px;
  color:blue;
  display: block;
  overflow:hidden;
  padding:1px 3px;
  width: 100%;
}
.entry .title a:hover {
  background-color: #FEFFDF;
}
.tagline {
  color:#888888;
  font-size:x-small;
  margin-left: 3px;
}
.comment .tagline {
  margin-left: 0;
}
.moretags_link {
  font-size: xx-small;
}
.flat_list li, 
.flat_list {
  display:inline;
  list-style-type:none;
}
.list_buttons {
  margin-left: 3px;
}
.comment .list_buttons {
  margin-left: 0px;
}
.comment .qvoting {
  margin: 0;
}
.list_buttons li {
  border:medium none;
  display:inline;
  padding:0 4px;
}
.list_buttons li.first {
  padding-left: 0;
}
.menu h4,
.list_buttons li a {
  border:medium none;
  color:#888888;
  font-size: x-small;
  font-weight:bold;
  padding:0 1px;
  cursor: pointer;
}
.menu h4 {
  border-bottom: 1px dotted #ccc;
  color: #336699;
  margin-bottom: 3px;
}
.arrow {
  background-position:center center;
  background-repeat:no-repeat;
  cursor:pointer;
  display:block;
  height:14px;
  margin:2px 0 0;
  width:100%;
}
.arrow { background: url(/images/assets/arrow_sprite.gif) no-repeat; }
.arrow.up { background-position: top left; } 
.upvoted .arrow.up { background-position: top right; }
.arrow.down { background-position: bottom left; }
.downvoted .arrow.down { background-position: bottom right; }
table.answers td, .answers_container { border: 0; }
table.answers { 
  margin: 0;
  width: 100%; 
}
div.browser,
div.q_innards { 
  background-color:#FAFAFA;
  border:1px solid #336699;
  margin-top: 5px;
  margin-left: 3px;
  padding:5px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
td.radio {
  width: 26px;
}
table.answers td a {
  color: blue;
  display: block;
  font-weight: normal;
  text-decoration: underline;
  width: 95%;
}
li.q {
  position: relative; 
}
li.q.right .title a {
  /*background: #A0FF9F;*/
  color: #27AD56;
}
li.q.wrong .title a {
  /*background: #FF9F9F;*/
  color: #D11611;
}
li.q.skipped .title a {
  color: #888;
}
.q_innards {
  font-size:small;
  max-width:60em;
  overflow:auto;
}
.qpie_labels div.color { 
  float: left;
  height: 10px;
  width: 10px;
  margin-right: 3px;
  position: relative;
}
.qpie_labels p { overflow:hidden; }
.qpie_labels {
  font-size: x-small;
  overflow:hidden;
 /* width: 150px;*/
}
.qpie_labels li {
  margin-bottom: 3px;
}
.qpie_labels span {
  font-size: xx-small;
}
.qpie {
  float: left;
  width: 100px;
}
table.q_details {
  width: 100%;
}
div.correct_answer {
  color: #000;
  font-size: small;
  vertical-align: top;
  width: auto;
}
div.correct_answer p {
  margin-bottom: 5px;
}
div.q_explanation {
  margin: 0;
}
span.right_text { color: #27AD56; }
span.wrong_text { color: #D11611; }
span.right_text, span.wrong_text { 
  display: none; 
  font-weight: bold;
  margin-right: 10px;
}
li.q.right span.right_text, li.q.wrong span.wrong_text { display: inline; }
div.correct_answer p.q_learn_more {margin-bottom: 10px; font-size: x-small; }
div.menu_right, div.menu_left { display: none; }
#tab_bar ul.main_tabs {
  margin-right: 0;
}
#tab_bar ul.main_tabs li {
  background: #EFF7FF;
  height: auto;
  line-height: 18px;
  padding: 2px 6px 0;
}
#tab_bar ul.main_tabs li.active {
  background: #fff;
  border: 1px solid #5F99CF;
  border-bottom: 0;
}
#tab_bar ul.main_tabs { margin-top: 41px; float: left;}
#tab_bar ul.main_tabs li a { padding: 0; color: #336699; }
#tab_bar ul.main_tabs li.active a { color: orangered; }
#tab_bar ul.main_tabs li.pagename {
  background: #CEE3F8;
  font-size: 16px;
  font-variant:small-caps;
  font-weight:bold;
  text-transform: lowercase;
}
#tab_bar ul.main_tabs li.pagename h1 {
  font-size: 18px;
}
#tab_bar ul.main_tabs li.pagename a { color: #000; }
#tab_bar ul.main_tabs li.pagename a:hover { text-decoration: underline; }
div#logo { width: 175px; }
.q_pointval {
  color:#888888;
  font-size:x-small;
  margin-left: 3px;
}
#tab_bar {
  padding-top: 20px;
  height: 62px;
}
#topics_bar {
  background-color:#f5f9fa;
  border-bottom:1px solid gray;
  font-size:xx-small;
  overflow:hidden;
  position: fixed;
  left: 0;
  text-transform:uppercase;
  top: 0;
  white-space:nowrap;
  width: 100%;
  z-index:97;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#topics_bar .edit_topics_link {
  top: 0;
  right: 0;
  padding: 3px;
  border: 0;
  border-left: 1px solid gray;
  background-color:#fff;
  color:black;
  font-weight:bold;
  margin:0;
  position:absolute;
}
#topics_bar .topbar_my_topics_container {
  top: 17px;
  text-transform: none;
}
#topics_bar .all_topics a {
  color: #000;
  font-weight: normal;
}
#topics_bar .all_topics li {
  background: #f5f9fa;
  border: 0;
  padding: 0;
}
.manage_topics_window .entry {
  width: auto;
}
#topics_bar .all_topics li.hover { background: #f5f9fa; }
#topics_bar .all_topics li.hover a { color: #000; }
#topics_bar .topics_bar_topics {
  background: #f5f9fa;
  border: 0;
  margin: 0;
  margin: 3px 0 2px;
  top: 0;
}
#topics_bar .your_topics_container {
  background: #fff;
  border: 0;
  border-right: 1px solid gray;
  height: auto;
  margin-right: 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#topics_bar .your_topics {
  margin-right: 5px;
  padding: 2px 0;
}
#topics_bar .separator {
  color: gray;
  display: inline;
  margin: 0 0.7ex;
}
.commentarea h1 {
  border-bottom:1px dotted gray;
  font-size:18px;
  font-weight:normal;
  margin:10px 0px 0 10px;
  padding-bottom:3px;
}
.my_subscriptions h4 { 
  display: none;
}
.my_subscriptions .no_topics { 
  color: #000;
  font-size: x-small;
  margin: 0;
}
div.my_subscriptions { 
  background-color:#f5f9fa;
  border:1px solid gray;
  border-top: 0;
  left:5px;
  line-height:normal;
  margin-top:1px;
  position:fixed;
  top: 16px;
  white-space:nowrap;
  min-width: 92px;
  width: auto;
  text-transform: none;
  z-index:90;
}
div.my_subscriptions a.edit {
  color: blue;
  float: right;
  text-decoration: underline;
  margin: 5px;
}
div.my_subscriptions #saved_topics a {
  color: blue;
  text-decoration: underline;
  font-size:small;
}
.skipped div.infobar,
div.infobar {
  background-color: #FEFF8F;
  border:1px solid orange;
  font-size:small;
  margin:5px 5px 5px 0;
  padding:5px 10px;
  font-size:small;
  max-width:60em;
  overflow:auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.skipped .skiptip {
  background: transparent;
  border: 0;
}
.skipped .skiptip .infobar {
  margin-bottom: 0;
}
div.infobar a {
  color: blue;
  text-decoration: underline;
}
.graybox {
  padding: 10px;
}
.h .thermometer {
	background: url(../images/assets/level_bg_white_215.png) no-repeat;
  width: 215px;
}
.user_mini_profile .thermometer {
	background: url(../images/assets/level_bg_white_125.png) no-repeat scroll -5px 0;
  width: 115px;
}
.user_mini_profile .thermometer_container {
  float: none;
}
.module_leftcol .subscribe_buttons{
  clear: left;
}
.topic_info_module .topic_data, 
.user_mini_profile .profile_data {
  overflow: hidden;
  padding-left: 5px;
  text-align: center;
}
.topic_info_module .topic_data h3,
.user_mini_profile .profile_data h3 {
  font-size: medium;
}
.user_stats li.user_score strong {
  font-size: x-large;
}
.user_stats li.user_score strong,
.user_mini_profile .profile_data h3 a {
  color: #D11611;
}
.user_stats li.user_score {
  margin: 5px 0;
}

.h .mercury {
	background: url(../images/assets/level_bg_red_215.png) no-repeat;
}
.user_mini_profile .mercury {
	background: url(../images/assets/level_bg_red_125.png) no-repeat;
}
.mini_profile { position: relative; }
.mini_profile_links {
  padding: 1px 3px;
}
.other_user_stats {
  font-size: x-small;
}
div.search_module {
  margin: 10px auto;
  text-align: center;
}
div.search_module a {
  font-size: x-small;
}
div.feedback_module textarea {
  width: 270px;
}
div.feedback_module #feedback_email {
  width: 160px;
}
div.feedback_module .feedback_input,
div.search_module .topicsearch_normal {
  font-size: 14px;
  margin-right: 5px;
  width: 165px;
}
.centry, .comment .flat_list {
  overflow: hidden;
}
.ctext.hilite {
  background-color:#FFFFCC;
  padding-left:5px;
}
.ctext p {
  margin: 5px 0;
}
div.comment {
  margin-left: 10px;
  margin-top: 10px;
  padding: 0;
  border-top: 0;
}
.comment .collapsed {
  color: #888;
  font-size: x-small;
  font-style: italic;
  margin-left: 40px;
}
.comment .collapsed a {
  color: #888;
  font-style: normal;
}
.comment .comment_children {
  margin-left: 30px;
}
.opt1 { padding: 0; }
.list_buttons .opt .menu {
  background: #fafafa;
	border: 2px solid #336699;
  padding: 3px;
  left: 2px;
  right: auto;
  width: 160px;
  top: -3px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.list_buttons .opt .menu.email_friend {
  top: 0;
  width: 315px;
}
.list_buttons .opt li {
  padding: 0;
}
.list_buttons .top_drawer_opt a { 
  border: 1px solid #fff;
  color: blue;
  font-weight: normal;
  font-size: small;
  padding: 5px;
  text-decoration: underline;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.list_buttons .top_drawer_opt a.on,
.list_buttons .top_drawer_opt a:hover {
  background: #FEFF8F;
  border: 1px solid #c1c1c1;
}
.list_buttons .opt small a {
  font-weight: normal;
  font-size: xx-small;
  text-align: right;
}
.list_buttons .opt li a img {
  margin-right: 5px;
  vertical-align: middle;
}

.browse_content .pagination { 
  float: left; 
  margin:10px 70px; 
}
.pagination a, .pagination .disabled {
  border:0;
  color: blue;
  font-size:medium;
  text-decoration:underline;
}
.pagination .disabled {
  color: #888;
  text-decoration: none;
}
.pagination a:hover, .pagination .current {
  background: #fff;
  border: 1px solid blue;
  color: blue;
}
.q_loading { 
  vertical-align: middle; 
  margin-left: 3px; 
  display:none;
}
.qlist {
  width: 660px;
}
.topicsearch_add_sitetopic,
.topicsearch_normal,
.topicsearch_multiple
{
  font-size: 18px;
  margin: 0;
}
.quiz_builder_container .bonus_text {
  color: blue;
  font-weight: normal;
}
.poll_text { margin: 5px; }
.unblock_link,
.block_link,
.qtype {
  border: 1px solid #ccc;
  color: #999;
  font-size: xx-small;
  padding: 0px 3px;
  text-transform: uppercase;
}
#xx_answers_container .qtype {
  border-color: blue;
  color: blue;
}
.usertext_edit textarea {
  height:100px;
  width:500px;
}
.other_user_mini_profile {
  background: #cee3f8;
}
.sidebar_action_links li {
  text-align: center;
  font-size: medium;
  margin: 5px auto;
}
.sidebar_action_links a {
  color: blue;
  text-decoration: underline;
}
/* ie */
.user_mini_profile .img_border {
}
body,
div.thermometer_container,
.user_mini_profile .profile_data {
  position: relative;
}
table { border-collapse: collapse; }
div.write_the_question {
  background: none;
}
.new_q_form textarea {
  width: 550px;
}
.write_page div.write_the_question {
  margin-left: 0;
  height: auto;
}
#footer li, #footer li a { color: #666; }
.unblock_link,
.block_link { 
  background: #FEFF8F; 
  color: #666;
  display: none;
  margin-left:3px;
}
.unblock_link:hover,
.block_link:hover { 
  color: #333;
}
.tt_arrow {
  height: 16px;
  margin-top: -1px;
  text-align:center;
}
.list_buttons li.flaggit { display:none; }
.flaggable .list_buttons li.flaggit { display:inline; }
.user_connections img {
  vertical-align: middle;
  margin: 0 3px 0 5px;
}
.flaggable li.author .list_buttons li.flaggit {
  display: none;
}
li.deleteit { display: none; }
li.author li.deleteit { display: inline; }
.edit_topics_uber div#sidebar {
  float: right;
  margin: 0 5px;
}
.edit_topics_uber .edit_subscription {
  margin: 15px 10px;
}
#welcome_infobar h2 { font-size: 16px; }
#welcome_infobar h3 { font-size: 14px;color:#000; }
