/* @group General */

#ysi_container h2,#ysi_container h3,#ysi_container h4 {
  	margin-top: 0;
  	margin-bottom: 5px;
}

#ysi_container p {
  	margin-top: 0;
  	padding-top: 0;
}

#ysi_container table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

#ysi_container table td {
	vertical-align: top;
	overflow: visible;
}

.ysi_hidden {
	display: none;
}

.ysi_clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.ysi_clear_l {
	clear: left;
}

.ysi_instructions {
	font-size: .95em;
	color: #888;
}

.ysi_instructions a {
	color: #888 !important;
	text-decoration: underline;
}

.ysi_feed_link {
	display: block;
	background: url(/images/icons/rss.gif) no-repeat;
	padding-left: 22px;
	margin: 10px 0;
	width: 100px;
	height: 16px;
}

/* @end */

/* @group Global Nav */

#ysi_categories {
	margin-top: 20px;
}

#ysi_category_title {
	display: none;
}

#ysi_question #ysi_categories,
#ysi_questions #ysi_categories,
#ysi_answers #ysi_categories,
#ysi_user #ysi_categories,
#ysi_users #ysi_categories,
#ysi_search #ysi_categories {
    display: none;
}

.ysi_welcome {
	line-height: 24px;
}

.ysi_search {
	float: right;
}

.ysi_search form {
	display: inline;
}

.ysi_search_input {
	padding: 3px;
	border: solid 1px #aaa;
	margin-right: 1px;
	margin-top: 0;
	float: left;
}

.ysi_search_icon {
	cursor: pointer;
	border: solid 1px #aaa;
	border-width: 1px 2px 2px 1px;
	background: #eee url("/images/icons/search.png") no-repeat center;
	width: 1em;
	height: 1em;
	padding: 10px;
	float: left;
	font-size: 1em;
}

.ysi_search_icon:hover {
	background-position: 51% 51%;
}

.ysi_rss {
	border: 0px;
	background: transparent url(/images/icons/rss.gif) no-repeat right top;
	width: 17px;
	height: 17px;
	float: right;
	position: relative;
	margin-top: 5px;
	padding-left: 5px;
}

.ysi_rss_list {
	border: solid 1px #aaa;
	background: #eee;
	white-space: nowrap;
	font-family: Arial;
	font-size: 11px;
	padding: 5px;
	line-height: 15px;
	position: absolute;
	margin-top: 17px;
	z-index: 200;
}

.ysi_rss_list a {
	display: block;
	text-decoration: none;
}

/* @end */

/* @group Breadcrumbs */

.ysi_bc {
	height: 20px;
	margin: 20px 0px;
}

.ysi_bc a,.ysi_bc_active,.ysi_bc_spacer {
	float: left;
	line-height: 20px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	white-space: nowrap;
	background: url("/images/icons/breadcrumb_back.png") no-repeat top right;
	padding: 0px 12px 0px 5px;
}

.ysi_bc_active {
	background: url("/images/icons/breadcrumb_back.png") no-repeat bottom right;
	color: #eee;
}

.ysi_bc_spacer {
	background: url("/images/icons/breadcrumb_back.png") no-repeat top left;
	height: 20px;
	margin: 0px -7px;
}

.ysi_bc_spacer_active {
	background: url("/images/icons/breadcrumb_back.png") no-repeat bottom left;
}

/* @end */

/* @group Tab Nav */

.ysi_tab {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}

.ysi_tab a {
	float: left;
	background: #eee;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-radius: 5px 5px 0 0;
    padding: 7px 10px;
    margin-top: 5px;
	margin-right: 5px;
}

.ysi_tab a.ysi_switcher_link {
	padding: 3px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ysi_tab a.ysi_active {
	background: #c7c6ee;
	font-weight: bold;
}

.ysi_tab .ysi_label {
	float: left;
	margin-right: 10px !important;
}

.ysi_tab_body {
	padding-top: 10px;
}

.ysi_tab_line {
	position: absolute;
	width: 100%;
	bottom: 0;
	line-height: 0;
	font-size: 0;
	border: solid 1px #6b6b6b;
}

/* @end */

/* @group Page Layouts */

.ysi_pl {
	margin-right: 180px;
}

.ysi_pr {
	float: right;
	width: 150px;
	margin-left: 10px;
}

#ysi_login .ysi_pr,#ysi_signup .ysi_pr {
	width: 200px;
}

.ysi_topic_section {
  	margin-bottom: 30px;
}

#ysi_topic_featured #ysi_topic_fu {
	border: solid 1px #aaa;
    background: #eee;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 0;
}

#ysi_topic_featured #ysi_topic_fu .ysi_featured_users {
	margin: 20px 10px 0 10px;
}

#ysi_topic_featured #ysi_topic_fu .ysi_user {
	float: none;
	padding-bottom: 20px;
	padding-right: 5px;
	text-align: left;
}

#ysi_topic_featured #ysi_topic_fu .ysi_ua {
    float: left;
    margin-right: 5px;
}

#ysi_topic_featured #ysi_topic_fu li {
	border:medium none;
	float:left;
	margin:10px 5px;
	width:179px;
	height: 80px;
	overflow: hidden;
}

.ysi_pf {
	border-top: dotted 1px #aaa;
	margin-top: 30px;
	padding-top: 15px;
	font-size: .85em;
}

.ysi_box_h,.ysi_box_h div,.ysi_box_f,.ysi_box_f div {
	display: block;
	font-size: 1px;
	height: 7px;
	position: relative;
}

.ysi_box_h {
	background: url("/images/icons/callout_back.png") no-repeat left top;
	top: -3px;
	left: -3px;
	margin: 0px 3px;
}

.ysi_box_h div {
	background: url("/images/icons/callout_back.png") no-repeat right top;
	top: 0;
	left: 6px;
}

.ysi_box_b {
	background: url("/images/icons/callout_back.png") repeat-y 50%;
	margin: -3px 0px;
	padding: 3px 10px 1px;
}

.ysi_box_f {
	background: url("/images/icons/callout_back.png") no-repeat left bottom;
	top: 3px;
	left: -3px;
	margin: -6px 3px 5px;
}

.ysi_box_f div {
	background: url("/images/icons/callout_back.png") no-repeat right bottom;
	top: 0;
	left: 6px;
}

.ysi_fs {
	margin-bottom: 20px;
}

.ysi_fh {
	margin: 10px 0px;
}

/* @end */

/* @group Forms */

#ysi_container fieldset {
	border: none;
	padding: 0;
	margin: 10px 0px;
}

#ysi_container fieldset.ysi_wrap label {
	display: block;
	margin-bottom: 5px;
}

.ysi_input {
	width: 250px;
	padding: 3px;
}

.ysi_submit {
	margin: 10px 0px 5px 0px;
}

.ysi_submit input {
	margin-right: 5px;
	font-size: 1em;
}

.ysi_image_button {
	border: 0;
	height: 33px;
	margin: 3px 0;
	margin-right: 3px;
	padding: 0;
	width: 127px;
}

.ysi_image_button span {
	display: none;
}

.ysi_image_button.ysi_ask_button {
	background: transparent url(/images/icons/post-question.gif) no-repeat 0 -41px;
}

.ysi_image_button.ysi_answer_button {
	background: transparent url(/images/icons/post-answer.gif) no-repeat 0 -41px;
}

.ysi_image_button.ysi_preview_button {
	background: transparent url(/images/icons/preview.gif) no-repeat 0 -41px;
}

.ysi_image_button.ysi_edit_button {
	background: transparent url(/images/icons/edit.gif) no-repeat 0 -41px;
}

.ysi_image_button:hover {
	background-position: 0 0;
	cursor: pointer;
}

.ysi_submit a.ysi_logo {
	float: right;
}

/* @end */

/* @group Users */

.ysi_user {
	float: left;
}

#ysi_user_posts {
  	margin-top: 20px;
}

.ysi_ua {
	width: 75px;
}

.ysi_ua_b {
	width: 100px;
}

.ysi_ua_t {
	width: 25px;
}

.ysi_ua img {
	display: block;
  	width: 100%;
  	height: auto;
}

.ysi_ud {
	padding: 0 0 0 10px;
}

.ysi_ud li,.ysi_list .ysi_ud li,.ysi_list .ysi_ud_t li {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: none;
}

.ysi_ud ul {
	list-style-position: outside;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.ysi_badge {
	font-family: Arial;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: .75em;
	margin-top: 1px;
	line-height: 1em;
	padding: 2px 0px;
}

.ysi_ua_t .ysi_badge {
	font-size: 0;
	text-indent: -1000px;
	height: 2px;
	padding: 0;
}

.ysi_badge.ysi_featured {
	background: #683595;  
}

.ysi_badge.ysi_admin {
	background: #881527;  
}

.ysi_badge.ysi_moderator {
	background: #4e4e4e;  
}

.ysi_badge.ysi_staff {
	background: #ACD240;  
}

#ysi_uactions_header {
	margin-top: 5px;
	font-weight: bold;
	font-size: .85em;
	background: #ccc;
	padding: 3px 5px;
}

#ysi_uactions {
	margin-top: 0;
	padding: 5px;
	border: solid 1px #ccc;
	background: #eee;
	font-size: .85em;
	line-height: 1.5em;
}

.ysi_ustats {
	width: auto !important;
	margin-top: 10px;
}

.ysi_ustats td {
   padding-bottom: 10px;
}

.ysi_ustats td span {
   white-space: nowrap;
}

.ysi_uvotes_favourite,.ysi_uvotes_up,.ysi_uvotes_down,.ysi_uvotes_featured {
  	padding: 3px 12px 5px 5px !important;
    margin: 0 5px 0 10px !important;
    width: 0px !important;
    height: 17px !important;
}

.ysi_uvotes_favourite {
	background: url("/images/icons/favorites.gif") no-repeat top right;
	margin-left: 0 !important;
}

.ysi_uvotes_up {
	background: url("/images/icons/vthumbs.gif") no-repeat left top;
}

.ysi_uvotes_down {
	background: url("/images/icons/vthumbs.gif") no-repeat right bottom;
}

html>body .ysi_uvotes_up {
	background: url("/images/icons/vthumbs.png") no-repeat left top;
}

html>body .ysi_uvotes_down {
	background: url("/images/icons/vthumbs.png") no-repeat right bottom;
}

.ysi_byline .ysi_uvotes a,.ysi_uvotes a {
  	text-decoration: none;
}

#ysi_user_widgets h2 {
    margin: 30px 0 10px 0;
}

#ysi_user_widgets iframe {
    float: left;
    margin-right: 20px;
}

#ysi_user_widgets textarea {
    height: 80px;
    width: 300px;
    display: block;
    margin-bottom: 5px;
}

/* @end */

/* @group Panels */

.ysi_panelists {
	margin-top: 20px;
	position: relative;
}

.ysi_panelist {
	float: left;
	height: 100px;
	cursor: pointer;
}

.ysi_panel .ysi_uf {
	background-color: #B778CC;
}

.ysi_panelist_bio {
	position: absolute;
	top: 120px;
	border: solid 1px #B778CC;
	padding: 10px;
	background: #fff;
	z-index: 200;
}

/* @end */

/* @group Lists */

.ysi_list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}

.ysi_list li {
	border-bottom: dotted 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: left;
	width: 99%;
}

.ysi_list li.ysi_last {
	padding-bottom: 0;
	border-bottom: none;
}

.ysi_list_minimal li {
	padding: 3px 0px;
	margin: 0;
	border: none;
}

.ysi_lf,.ysi_switcher .ysi_tab {
	margin: 10px 0px;
}

.ysi_lp {
	clear: left;
	border-bottom: none !important;
	margin-bottom: 15px;
}

.ysi_pagination {
	text-align: center;
	line-height: 24px;
}

.ysi_pagination .ysi_page_info {
	display: none;
	color: #666;
	font-weight: normal;
}

.ysi_empty_list {
	margin: 10px 0px;
}

.ysi_post_header {
	color: #666;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#ysi_user_posts .ysi_post_header {
    padding-left: 10px;
}

.ysi_post_header a {
	text-decoration: none;
}

/* @end */

/* @group Questions, Answers, Comments */

.ysi_post p {
  	margin-top: 0 !important;
}

.ysi_ask {
	width: 480px;
	text-align: left;
	margin: 40px auto;
}

.ysi_ask form {
	margin: 10px 0;
	padding: 0;
}

.ysi_ask select {
  	font-size: 1.2em;
}

.ysi_ask .ysi_headline,
.ysi_ask textarea {
	padding: 4px;
	width: 450px;
	margin-bottom: 0px;
}

.ysi_ask .ysi_headline {
	font-size: 1.2em;
	height: 1.4em;
	margin-bottom: 5px;
	border: solid 1px #aaa;
	overflow: hidden;
}

.ysi_suggestions {
	margin: 0 !important;
  	padding-bottom: 10px !important;
}

.ysi_suggestions_title {
	padding-bottom: 5px;
}

.ysi_suggestions ul {
	border: solid 1px #aaa;
	background: #ffffee;
	height: 110px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 5px 10px;
}

.ysi_suggestions ul li {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 2px 0;
}

.ysi_suggestions ul li .ysi_suggestion_excerpt {
	color: #888;
	font-size: 0.95em;
	height: 1em;
	overflow: hidden;
}

.ysi_suggestions ul li .ysi_suggestion_count {
	color: #666;
	font-size: 0.95em;
	display: block;
	float: right;
	padding: 0 5px;
}

.ysi_suggestions_footer {
	background: #fff;
	padding: 5px;
	;
    margin-top: 5px;
	text-align: right;
	font-size: 0.85em;
}

.ysi_q .ysi_answer_list {
    margin-top: 14px;
}

.ysi_q .ysi_answer_list a {
    text-decoration: none;
}

#ysi_question h3.ysi_title,#ysi_new_question h3.ysi_title {
	font-size: 1.45em;
}

#ysi_question .ysi_q,#ysi_question .ysi_a,#ysi_question .ysi_c {
	margin-bottom: 20px;
}

#ysi_question .ysi_q,#ysi_question .ysi_a_new {
	background: #eee;
	border-collapse: separate;
	border: solid 5px #eee;
}

#ysi_question .ysi_cb {
	background: #eee;
	padding: 10px;
}

#ysi_question .ysi_cb,#ysi_question .ysi_c_new table {
	margin-bottom: 0px;
	margin-top: 5px;
}

#ysi_question .ysi_a_new textarea,#ysi_question .ysi_c_new textarea {
	margin-bottom: 0px;
	width: 99%;
}

#ysi_question .ysi_a_new .ysi_headline {
	border: solid 1px #aaa;
	background: #fff;
	font-size: 1.2em;
	height: 73px;
	line-height: 1.4em;
	text-indent: 5px;
	color: #aaa;
}

#ysi_question .ysi_ch {
	margin-top: 14px;
}

.ysi_not_voteable, .ysi_voteable {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

.ysi_voteable_up, .ysi_voteable_down {
	float: left;
	text-decoration: none;
}

.ysi_voteable_up a:hover, .ysi_voteable_down a:hover {
	color: #333;
	text-decoration: none;
}

.ysi_voteable_up {
	padding: 0px 4px;
	background: #c7c6ee;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px;
	-webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
	border-radius: 10px 0 0 10px;
}

.ysi_voteable_down {
	margin-left: 2px;
	padding: 0px 8px 0px 2px;
	background: #c7c6ee;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
	border-radius: 0 10px 10px 0;
}

.ysi_vote_img {
	float: left;
	height: 26px;
	width: 16px;
	margin-top: -2px;
}

.ysi_voteable_up .ysi_voteable_action,
.ysi_voteable_down .ysi_voteable_action {
	margin-left: 4px;
	font-weight: bold;
	line-height: 2em;
	font-size: .85em;
	color: #666;
	font-family: Arial;
	white-space: nowrap;
	text-decoration: none;
}

.ysi_voteable_up .ysi_voteable_action {
	background: url("/images/icons/vthumbs.gif") no-repeat left top;
	padding: 8px .3em 8px 2em;
}

.ysi_voteable_down .ysi_voteable_action {
	background: url("/images/icons/vthumbs.gif") no-repeat right bottom;
	padding: 8px 2em 6px .3em;
}

html>body .ysi_voteable_up .ysi_voteable_action {
	background: url("/images/icons/vthumbs.png") no-repeat left top;
}

html>body .ysi_voteable_down .ysi_voteable_action {
	background: url("/images/icons/vthumbs.png") no-repeat right bottom;
}

.ysi_voteable_disabled {
	background: #fff url("/images/common/smallspinner.gif") no-repeat center center;
	opacity: 0.7;
}

.ysi_favourite {
	display: block;
	position: relative;
	float: right;
	width: 36px;
	height: 36px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size:0.85em;
	line-height:92px;
	text-indent:-13px;
	white-space:nowrap;	
}

.ysi_favourite_on,a.ysi_favourite_off:hover {
	background: url(/images/icons/favorites.gif) no-repeat left top;
}

.ysi_favourite_off,a.ysi_favourite_on:hover {
	background: url(/images/icons/favorites.gif) no-repeat left bottom;
}

.ysi_share {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#FFFFFF;
	border:1px solid #AAAAAA;
	float:right;
	margin-top:10px;
	padding:3px 3px 0;
}

.ysi_share_icon {
   background: url(/images/icons/share_icons.png) no-repeat; 
   width: 22px;
   height: 19px;
   float: left;
}

.ysi_share_email {
    background-position: 0 0;
}

.ysi_share_fb {
    background-position: 0 -24px;
}

.ysi_share_twitter {
    background-position: 0 -48px;
}

.ysi_share_reddit {
    background-position: 0 -73px;
}

.ysi_share_su {
    background-position: 0 -97px;
}

.ysi_share_digg {
    background-position: 0 -122px;
}

#ysi_recent_questions {
	margin-top: 30px;
}

.ysi_byline {
	font-size: .85em;
	color: #666;
}

.ysi_byline a {
	color: #666;
	text-decoration: underline;
}

.ysi_ud.ysi_featured_only {
  	background: #ffffee;
  	padding: 10px;
}

.ysi_ask select.ysi_featured_only_target {
	height: 64px;
	padding: 2px 5px;
}

/* @end */

/* @group Messages */

.ysi_error, .ysi_notice, .ysi_success {
	padding: 10px;
	margin: 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: .85em;
	font-weight: bold;
}

.ysi_error {
	background: #FBE3E4 url(/images/icons/error.gif) no-repeat 8px center;
    padding-left: 30px;
	color: #8a1f11;
}

.ysi_notice {
	background: #ffcf94 url(/images/icons/info.gif) no-repeat 8px center;
    padding-left: 30px;
}

.ysi_success {
	background: #E6EFC2 url(/images/icons/check.gif) no-repeat 8px center;
    padding-left: 30px;
	color: #006600;
}

.ysi_error a {
	color: #8a1f11;
	background: none;
	padding: 0;
	margin: 0;
}

.ysi_notice a {
	color: #514721;
	background: none;
	padding: 0;
	margin: 0;
}

.ysi_success a {
	color: #264409;
	padding: 0;
	margin: 0;
}

.ysi_success a.ysi_share_icon {
    padding: 2px 0 2px 22px;
    float: none;
}

.ysi_notice.ysi_wait {
    background: #ffcc66 url(/images/common/smallspinner.gif) no-repeat 8px center;
    padding-left: 30px;
}

/* @end */

/* @group Rich Text Editor */

#ysi_activate_rte,#ysi_rte_help_link {
	display: block;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
	background: #ffffee;
	border: solid 1px #aaa;
	border-top: none;
	margin: auto 4em;
}

#ysi_rte_wrapper {
	position: relative;
	margin-bottom: 10px;
}

#ysi_rte_wrapper #ysi_rte_textarea_toolbar1 {
    width: auto;
}

#ysi_rte_overlay {
	background: #ccc url(/images/common/rte_loader.gif) no-repeat center 16px;
	color: #333;
	display: block;
	float: left;
	left: 0;
	opacity: 0.80;
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 999;
}

#ysi_rte_overlay p {
	padding-top: 54px;
	text-align: center;
}

#ysi_rte_help_body {
	border: solid 1px #aaa;
	background: #ffffee;
	font-size: .85em;
	padding: 10px;
	height: 200px;
	overflow: auto;
	margin-top: -1px;
}

#ysi_rte_help_body blockquote {
	background: #fff;
	border: solid 1px #aaa;
	padding: 5px;
	margin: 10px 0px;
}

/* @end */

/* @group Facebook */

#facebox .b {
	background: url(/images/facebox/b.png);
}

#facebox .tl {
	background: url(/images/facebox/tl.png);
}

#facebox .tr {
	background: url(/images/facebox/tr.png);
}

#facebox .bl {
	background: url(/images/facebox/bl.png);
}

#facebox .br {
	background: url(/images/facebox/br.png);
}

#facebox {
	font-family: Arial, Helvetica, Sans Serif;
}

#facebox .popup {
	margin: auto;
	width: 550px;
}

#facebox table {
	border-collapse: collapse;
}

#facebox td {
	border-bottom: 0;
	padding: 0;
}

#facebox .body {
	padding: 10px 20px;
	background: url(/images/facebox/background.jpg);
}

#facebox .loading {
	text-align: center;
}

#facebox .image {
	text-align: center;
}

#facebox img {
	border: 0;
	margin: 0;
}

#facebox .footer {
	position: absolute;
	top: 0;
	left: 100%;
	margin-top: 20px;
	margin-left: -85px;
}

#facebox .tl,#facebox .tr,#facebox .bl,#facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox_overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.facebox_hide {
	z-index: -100;
}

.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}

* html #facebox_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight>document.body.offsetHeight ? document.body.scrollHeight:document.body.offsetHeight+'px');
}

/*

 @end */

/* @group Misc */

.ysi_env_banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	padding: 5px 10px;
	font-size: 18px;
}

.ysi_env_banner.ysi_env_dev {
	background-color: #900;
}

.ysi_env_banner.ysi_env_staging {
	background-color: green;
}

.ysi_preview_banner {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99;
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	font-size: 18px;
	background: #000;
}

.ysi_preview_banner a {
	color: #fff;
	text-decoration: underline;
}

a.ysi_twitter_feed {
  	background:transparent url(/images/icons/twitter.png) no-repeat;
	display:block;
	padding:7px 0 7px 30px;
}

a.ysi_rss_feed {
  	background:transparent url(/images/icons/rss.png) no-repeat;
	display:block;
	padding:7px 0 7px 30px;
}

a.ysi_help {
  	background:transparent url(/images/icons/help.gif) no-repeat;
	padding: 5px;
	text-decoration: none;
}

a.ysi_reject {
  	background:transparent url(/images/icons/x.png) no-repeat;
	padding-left: 20px;
}

#ysi_reputation_help li {
  	margin-bottom: 10px;
}

#ysi_reputation_help .ysi_badge {
  	width: 80px;
  	margin-right: 5px;
  	float: left;
}

.ysi_coupon {
    display: none;
}

/* @end */

/* @group Loaders */

.ysi_ajax_loader {
    background: #fff url(/images/common/bigspinner.gif) no-repeat center center !important;
}

/* @end */

/* @group Widgets */

#ysi_widget_user {
	text-align: center;
	margin: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size: 90%;
	border: solid 1px #ccc;
	padding: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#ysi_widget_user h1 {
    font-size: 1.2em;
    margin: 0;
}

#ysi_widget_user a,#ysi_widget_user a:visited {
	color: #33A3D1;
	text-decoration: none;
}

#ysi_widget_user a:hover {
	text-decoration: underline;
}

#ysi_widget_user img {
	border: none;
	display: block;
	margin: auto
}

#ysi_widget_avatar {
	width: 100px;
	margin: 10px auto;
	border: solid 1px #ccc;
}

#ysi_widget_name {
    margin-bottom: 10px;
}

.ysi_widget_header {
	color: #666;
	margin-bottom: 3px;
	font-size: .85em;
	text-align: center
}

#ysi_widget_link a:hover {
    text-decoration: none;
}

#ysi_widget_link button {
	font-size: 1em;
	color: #33a3d1;
	margin: 0 10px;
	border: solid 1px #aaa;
	background: #eee;
	padding: 5px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#ysi_widget_link button:hover {
	background: #33a3d1;
	color: #fff;
}

#ysi_widget_answers {
	margin: 10px 0 0;
}

#ysi_widget_answers .ysi_widget_header {
	background: none repeat scroll 0 0 #EEEEEE;
	margin-bottom: 0;
	padding: 5px 0
}

#ysi_widget_answers ul {
	border-bottom: solid 1px #eee;
	margin: 0 0 5px 0;
	padding: 5px;
	list-style: none;
	height: 100px;
	overflow: auto;
	text-align: left;
}

#ysi_widget_answers li {
	padding: 0;
	margin: 0 0 5px;
}

#ysi_widget_answers a {
	font-size: .85em;
}

.ysi_env_banner {
	display: none;
}

/* @end */