/* MENU -- defined in royalquiz basics css */

/* BREADCRUMB & CATEGORIES */
#find_member_quiz table.categories {
    width: 100%;
}
#find_member_quiz .categories td {
    padding-right: 5px;
    padding-bottom: 10px;
    width: 33%;
}
#find_member_quiz .categories .sub_categories {
}
#find_member_quiz .categories .main_category {
}
#find_member_quiz .breadcrumb {
    font-weight: bold;
}
#find_member_quiz .breadcrumb a {
    color: black;
}

#find_member_quiz .searchresult {
    padding-left: 5px;
    margin-bottom: 10px;
}

/* PAGE NAV */
.pagenav_top {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 3px;
    margin-right: 3px;
}
.pagenav_top .prev {
    float: left;
}
.pagenav_bottom {
    margin-top: 3px;
    margin-bottom: 10px;
    margin-right: 3px;
}
.pagenav_bottom .next {
    float: right;
}
.pagenav_bottom.your_result {
    margin-bottom: 2px;
}
h1.quizListPageNavTitle,
.fullwidth h1.quizListPageNavTitle,
#basic h1.quizListPageNavTitle {
    font-size: 10px;
    line-height: 14px;
    margin: 15px 3px 3px 3px;
    padding: 0;
    background: none;
    float: left;
}

/* AUTHOR QUIZ LIST ROWS */
#find_member_quiz .quiz_list_row_author {
    padding-bottom: 4px;
    clear: both;
    width: 100%;
}
#find_member_quiz .quiz_list_row_author ul {
    list-style-type: none;
}
#find_member_quiz .quiz_list_row_author li {
}

#find_member_quiz .quiz_list_row_author .quizinfo {
    padding-left: 0px;
}
#find_member_quiz .quiz_list_row_author .new_flag {
    color: red;
    position: relative;
    top: -2px;
}
#find_member_quiz .quiz_list_row_author .locale_icon {
    padding-left: 10px;
    margin: 0px 0px -1px 0px;
}
#find_member_quiz .quiz_list_row_author .stats {
    width: 120px;
}
#find_member_quiz .quiz_list_row_author .actions {
    width: 150px;
    padding-left: 5px;
    padding-top: 0px;
}
#find_member_quiz .quiz_list_row_author .actions p {
    padding: 0px;
    line-height: 14px;
    margin: 0px;
}
#find_member_quiz .quiz_list_row_author .actions input {
    width: 145px;
}
#find_member_quiz .quiz_list_row_author .created_number_questions {
    vertical-align: bottom;
    padding-left: 5px;
}

/* BIG QUIZ LIST ROWS */
#find_member_quiz .quiz_list_row_big {
    padding-bottom: 4px;
    clear: both;
    width: 100%;
}
#find_member_quiz .quiz_list_row_big ul {
    list-style-type: none;
}
#find_member_quiz .quiz_list_row_big li {
}

#find_member_quiz .quiz_list_row_big .quizinfo {
    padding-left: 5px;
    padding-right: 10px;
}
#find_member_quiz .quiz_list_row_big .new_flag {
    color: red;
    position: relative;
    top: -2px;
}
#find_member_quiz .quiz_list_row_big .stats {
    width: 120px;
}
#find_member_quiz .quiz_list_row_big .image {
    width: 150px;
    padding-left: 5px;
    padding-bottom: 3px;
}
#find_member_quiz .quiz_list_row_big .created_number_questions {
    vertical-align: bottom;
    padding-left: 5px;
    padding-bottom: 3px;
}

/* SMALL QUIZ LIST ROWS */
.quiz_list_row_small_container {
    padding-left: 25px;
}
.quiz_list_row_small {
    line-height: 16px;
    color: #777;
    margin: 3px 0 3px 0;
}
.quiz_list_row_small .icon {
    margin-left: -22px;
    float: left;
}
.quiz_list_row_small .edit_link {
    margin-right: 10px;
    float: right;
    display: none;
}
.quiz_list_row_small_container:hover {
    background: #F7F7F7;
}
.quiz_list_row_small_container:hover .edit_link {
    display: block;
}

#user_profile #member_quizzes .quiz_list_row_small {
    width: 240px;
    float: left;
}

/* MEMBER QUIZ PRESENTATION */
#member_quiz_presentation #widgetarea {
    height: 350px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    background: #F7F7F7;
}
#member_quiz_presentation #quiz_description_box {
    height: 82px;
    width: 100%;
    margin: 0px;
    padding-top: 5px;
    padding-right: 22px;
}
#member_quiz_presentation #quiz_description_box h1 {
    background: none;
    line-height: 30px;
    margin: 15px 0 0 0;
    padding: 0 0 0 15px;
}
#member_quiz_presentation #quiz_description_box #description_padding {
    padding-left: 5px;
    padding-top: 10px;
}
#member_quiz_presentation #quiz_description_box #description {
    padding: 10px;
    width: 312px;
}
#member_quiz_presentation #quiz_description_box ul {
    list-style-type: none;
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
}
#member_quiz_presentation #quiz_description_box li {
    margin: 0px;
    padding: 0px;
    line-height: 13px;
}
#member_quiz_presentation #quiz_description_box .created_number_questions {
    color: gray;
}
#member_quiz_presentation #quiz_description_box .stats {
    padding: 0px;
    padding-right: 22px;
    padding-left: 10px;
    padding-top: 10px;
    vertical-align: top;
}

/* comments */
#member_quiz_presentation #comment_header {
    width: 320px;
}
#member_quiz_presentation #comments {
    width: 320px;
    padding: 0px;
    margin: 10px;
    margin-left: 0px;
    margin-top: 20px;
}
#member_quiz_presentation #comment_form {
    width: 320px;
    padding: 0px;
    padding-bottom: 10px;
}
#member_quiz_presentation #comment_form textarea {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 5px;
}
#member_quiz_presentation #comment_form #comment_actions {
    margin-top: 3px;
    display: block;
}
#member_quiz_presentation #comment_form .submitbutton {
    float: right;
    margin-right: 5px;
}
#member_quiz_presentation #comments .author {
    line-height: 10px;
    padding-bottom: 4px;
    margin: 0px;
}
#member_quiz_presentation #comments .text {
    vertical-align: top;
    border-top: 2px solid #E9E9E9;
    padding-left: 10px;
    padding-top: 3px;
}
#member_quiz_presentation #comments .metadata {
    width: 50px;
    vertical-align: top;
    border-top: 2px solid #E9E9E9;
    background: #E9E9E9;
}
#member_quiz_presentation #comments .metadata img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* facts and tips */
#member_quiz_presentation #tips {
    float: right;
    clear: both;
    width: 200px;
}

#member_quiz_presentation #mq_toplists_container {
    margin-top: 10px;
}
#member_quiz_presentation #tips #toplist table,
#member_quiz_presentation #tips #toplistfriends table {
    width: 185px;   /* 100% */
}
#member_quiz_presentation #tips #toplist .your_result_link,
#member_quiz_presentation #tips #toplistfriends .your_result_link {
}
#member_quiz_presentation #tips #toplist .is_your_result,
#member_quiz_presentation #tips #toplistfriends .is_your_result {
    font-weight: bold;
}
#member_quiz_presentation #tips #toplist td,
#member_quiz_presentation #tips #toplistfriends td {
    padding: 2px;
}

#member_quiz_presentation #tips #author_details .user_profile_image_small {
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
}

#member_quiz_presentation #tips #available_blogs,
#member_quiz_presentation #tips #blog_post_title,
#member_quiz_presentation #tips #blog_post_body,
#member_quiz_presentation #tips #blog_post_tags,
#member_quiz_presentation #tips #myspace_box,
#member_quiz_presentation #tips #send_url_box,
#member_quiz_presentation #tips #embed_box,
#member_quiz_presentation #tips #unsupported_embed_box {
    width: 180px;
}
#member_quiz_presentation #tips #blog_this_div label {
    display: block;
    margin-top: 3px;
}


#member_quiz_presentation .heightcontroller {
    padding: 0px;
    margin: 0px;
    width: 1px;
}













/* CREATE MEMBER QUIZ */
#create_member_quiz .menu_subbox .breadcrumb {
    padding: 0px;
}
#create_member_quiz .menu_subbox #unfinished_quiz_table {
    padding-top: 10px;
    padding-right: 7px;
    padding-bottom: 3px;
    padding-left: 5px;
}
.menu_subbox #unfinished_quizzes th {
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
}
.menu_subbox #unfinished_quizzes td {
  padding-right: 10px;
  padding-bottom: 3px;
}
#create_member_quiz .h2box {
    clear: none;
}

#create_member_quiz .mainsection_nav {
    float: right;
    padding-top: 5px;
}
#create_member_quiz #create_quiz_navigation {
    width: 100%;
    clear: both;
}
#create_member_quiz #create_quiz_navigation td {
    padding: 5px;
}
#create_member_quiz #create_quiz_navigation .selected{
}

#create_member_quiz label {
    font-weight: bold;
    padding-top: 10px;
    display: block;
}

#create_member_quiz label .label_info {
    font-weight: normal;
}

#create_member_quiz label input,
#create_member_quiz label textarea,
#create_member_quiz label select {
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

#create_member_quiz #help_area {
    float: right;
    width: 200px;
    margin-bottom: 20px;
}

#create_member_quiz #next_stage_button {
    float: right;
    line-height: 27px;
    height: 27px;
    width: 116px;
    padding-left: 20px;
    background-repeat: no-repeat;
}
#create_member_quiz #previous_stage_button {
    display: block;
    clear: none;
    line-height: 27px;
    height: 27px;
    width: 119px;
    padding-left: 17px;
    background-repeat: no-repeat;
}
#create_member_quiz .next_stage_button {  /* container for errors on publish page */
    float: right;
    width: 270px;
    padding-left: 20px;
    margin-top: -10px;
}
#create_member_quiz .errorlist {
    padding: 0px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0px;
}
#create_member_quiz .errorlist li {
    list-style-position: inside;
}

#create_member_quiz #previous_next_buttons {
	display: block;
	clear: both;
    margin-top: 20px;
}

/* FLOATING INFOBOX */
#create_member_quiz .floating_infobox_link {
    font-weight: normal;
    float: right;
    margin-top: 12px;
}
#create_member_quiz .floating_infobox {
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 187px;
}
#create_member_quiz .floating_infobox .infobox_header {
    height: 20px;
    font-size: 11px;
    padding: 0px;
    padding-top: 3px;
    padding-left: 8px;
}
#create_member_quiz .floating_infobox .infobox_text {
    margin: 0px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 3px;
}

#create_member_quiz .floating_infobox_existing_templates {
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 520px;
}
#create_member_quiz .floating_infobox_existing_templates .infobox_header {
    height: 17px;
    line-height: 13px;
    font-size: 11px;
    padding: 0px;
    padding-top: 3px;
    padding-left: 8px;
}
#create_member_quiz .floating_infobox_existing_templates .infobox_text {
    margin: 0px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 3px;
}

#create_member_quiz .floating_infobox_colorpicker {
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 120px;
}
#create_member_quiz .floating_infobox_colorpicker .infobox_header {
    height: 17px;
    line-height: 13px;
    font-size: 11px;
    padding: 0px;
    padding-top: 3px;
    padding-left: 8px;
}
#create_member_quiz .floating_infobox_colorpicker .infobox_text {
    margin: 0px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 3px;
}

#member_quiz_presentation .floating_infobox_blogger {
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 520px;
}
#member_quiz_presentation .floating_infobox_blogger .infobox_header {
    height: 17px;
    line-height: 13px;
    font-size: 11px;
    padding: 0px;
    padding-top: 3px;
    padding-left: 8px;
}
#member_quiz_presentation .floating_infobox_blogger .infobox_text {
    margin: 0px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 3px;
}

/* COLOR PICKER */
#create_member_quiz .colorpicker {
    cursor: pointer;
    margin-left: 6px;
    margin-right: 6px;
}
#create_member_quiz .colorpicker td {
    height: 12px;
    width: 12px;
}






/* NAME */
#create_member_quiz #name_quiz #type_selector {
    height: 66px;
    width: 314px;
    margin: 0px 0px 10px 0px;
    clear: left;
    margin-top: 10px;
}
#create_member_quiz #name_quiz #type_selector p {
    padding: 15px 0px 0px 10px;
}
#create_member_quiz #name_quiz .options {
    padding: 0px 0px 0px 10px;
}
#create_member_quiz #name_quiz #type_selector label,
#create_member_quiz #name_quiz #type_selector input {
    display: inline;
}

#create_member_quiz #name_quiz #name_char_counter {
    float: right;
    padding-top: 10px;
}
#create_member_quiz #name_quiz #name {
    width: 310px;
}
#create_member_quiz #name_quiz #description {
    width: 310px;
}
#create_member_quiz #name_quiz #main_category {
}

#create_member_quiz #help_area #how_to_list {
}
#create_member_quiz #help_area #how_to_list .number {
    font-weight: bold;
    vertical-align: top;
    padding-right: 5px;
    color: #4E4E4E;
}
#create_member_quiz #help_area #how_to_list .divider {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* TEST */
#test_settings_outer {
    margin-top: 20px;
}
#test_settings {
}
/* result items */
.result_items_to_view {
}
.result_items_to_view td {
    padding-right: 10px;
}
.result_items_to_view  ins {
    font-size: 13px !important;
    text-decoration: none;
    font-weight: bold;
}

.result_items_to_view .label {
    font-weight: bold;
    color: black !important;
}
#basic .result_items_to_view p.percentage_label {
}
#create_member_quiz .result_item_header {
    padding: 2px 5px;
    margin: -2px -5px -3px -5px;
}

.result_items_to_view .image {
    float: right;
    margin: 7px 5px 10px 10px;
}
.result_items_to_view .result_item_title_cell {
    width: 110px;
}
.result_items_to_view .result_item_title {
    font-weight: bold;
}



#create_member_quiz fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#create_member_quiz #name_quiz_result_items fieldset fieldset textarea {
    margin: 7px 0 2px 0;
    height: 67px;
    width: 340px;
}
#create_member_quiz #name_quiz_result_items #resultItem {
    width: 100%;
}
#create_member_quiz #name_quiz_result_items #resultItem #resultItemText {
    margin: 0 0 5px 0;
    width: 200px;
}
#create_member_quiz #name_quiz_result_items .error {
    display: inline;
    color: red;
}
#create_member_quiz #name_quiz_result_items fieldset fieldset .imageLabel {
    display: block;
    line-height: 20px;
    padding: 0px;
    font-weight: normal;
}
#create_member_quiz #name_quiz_result_items fieldset fieldset .imageLabel input {
    display: inline;
}
#create_member_quiz #name_quiz_result_items fieldset fieldset .image_preview {
    float: right;
    margin-top: 7px;
}

#create_member_quiz #name_quiz_result_items .result_item_actions {
    float: right;
}

#create_member_quiz #name_quiz_result_items_to_view {
    clear: both;
}
#create_member_quiz .result_items_to_view {
    width: 100%;
}
#create_member_quiz .result_items_to_view .image {
    width: 145px;
}

/* WRITE QUESTION */
#create_member_quiz #write_question, #create_member_quiz #name_quiz {
    width: 310px;
}

#create_member_quiz #write_question #question_char_counter {
    float: right;
    font-weight: normal;
}
#create_member_quiz #write_question .question {
    width: 100%;
}
#create_member_quiz #write_question .answers {
    width: 100%;
}
#create_member_quiz #write_question .answers td {
    padding-right: 10px;
}
#create_member_quiz #write_question input.answer {
    width: 147px;
}
#create_member_quiz #write_question .answers .incorrect_answers {
    padding-right: 0px;
}
#create_member_quiz #write_question .answers .incorrect_answers label {
    font-weight: normal;
}
#create_member_quiz #write_question .answers .answer_weight,
#create_member_quiz #write_question .answers .answer_result_item {
    display: inline;
    font-weight: normal;
}
#create_member_quiz #write_question .answers .answer_weight select {
    display: inline;
}
#create_member_quiz #write_question .answers .answer_result_item select {
    display: inline;
    width: 75px;
}
#create_member_quiz #save_question_button {
    clear: both;
    float: right;
    margin-bottom: 10px;
}
#create_member_quiz #save_option_button {
    margin-bottom: 10px;
}
#create_member_quiz #save_option_button img {
    display: block;
}
#create_member_quiz .indicatorbox {
    margin-top: 10px;
    margin-bottom: 10px;
}
#create_member_quiz .info {
    padding-left: 15px;
}

#create_member_quiz #current_questions {
    width: 540px;
    clear: both;
}
#create_member_quiz #current_questions td {
    vertical-align: top;
    padding-right: 5px;
}
#create_member_quiz #current_questions .divider {
    margin-top: 5px;
    margin-bottom: 5px;
}

#create_member_quiz #current_questions .question_title {
    width: 110px;
    font-weight: bold;
}
#create_member_quiz #current_questions .question_title_example {
    font-weight: normal;
}
#create_member_quiz #current_questions .text {
    padding-bottom: 5px;
}
#create_member_quiz #current_questions .text .question_image {
    float: right;
    margin-left: 10px;
}


/* PREMIUM */
#create_member_quiz #payment_info {
    border: 1px solid gray;
    width: 50%;
    padding: 10px;
}
#create_member_quiz #payment_info input {
    display: block;
}

#create_member_quiz #new_template .floating_infobox_link {
    margin-right: 20px;
}
#create_member_quiz #new_template label {
    padding: 0px;
    font-weight: normal;
}

#create_member_quiz #new_template label input, #create_member_quiz .template label input {
    display: inline;
}
#create_member_quiz #new_template label input.color {
    width: 55px;
}
#create_member_quiz #new_template label.ad_click_target, #create_member_quiz #new_template label.ad_click_target input {
    margin: 0px;
    padding: 0px;
}
#create_member_quiz #new_template label.ad_click_target input {
    height: 13px;
    width: 13px;
}

#create_member_quiz .template {
    width: 150px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
#create_member_quiz #help_area {
    margin-bottom: 5px;
}
#create_member_quiz #help_area .template {
    margin: 0px;
    padding: 17px;
    padding-top: 3px;
    padding-bottom: 7px;
    background: #f7f7f7;
}
#create_member_quiz .template .preview {
    width: 150px;
    border: 1px solid gray;
    background: white;
}
#create_member_quiz .template .header_top {
    height: 10px;
    border-bottom: 1px solid gray;
}
#create_member_quiz .template .header_bottom {
    height: 10px;
    border-bottom: 1px solid gray;
}
#create_member_quiz .template.test .header_bottom {
    height: 12px;
}

#create_member_quiz .template .sheet {
    height: 50px;
    margin-top: 9px;
    width: 40%;
    float: right;
    background: #222222;
}
#create_member_quiz .template .sheet .accent_color {
    color: #5892B8;
    height: 15px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}

#create_member_quiz .template .content {
    height: 68px;
    padding: 0px;
}
#create_member_quiz .template .footer_top {
    height: 10px;
    border-top: 1px solid gray;
}
#create_member_quiz .template .footer_bottom {
    height: 10px;
    border-top: 1px solid gray;
}
#create_member_quiz .template.test .footer_top {
    height: 20px;
}
#create_member_quiz .template .ad {
    width: 58px;
    height: 15px;
    float: right;
    margin-top: -19px;
    margin-right: 5px;
    background-color: white;
    border: 1px solid gray;
}






/* PUBLISH */
#create_member_quiz #security,
#create_member_quiz #locale {
    height: 58px;
    padding-top: 8px;
    padding-left: 10px;
    background-repeat: no-repeat;
}
#create_member_quiz #security label,
#create_member_quiz #locale label {
    font-weight: normal;
}
#create_member_quiz #security label input,
#create_member_quiz #locale label select {
    display: inline;
}
#create_member_quiz #locale {
    margin-top: 10px;
}

#create_member_quiz #quizinfo {
    padding-top: 8px;
    padding-left: 10px;
    width: 304px;
}
#create_member_quiz #quizinfocontainer {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 315px;
}
#create_member_quiz #quizinfocontainer img {
    display: block;
}
#create_member_quiz #quizinfocontainer #quizinfo img {
    display: inline;
}
#create_member_quiz #quizinfocontainer .heightcontroller {
    width: 1px;
    padding: 0px;
    margin: 0px;
}
#create_member_quiz #security p,
#create_member_quiz #security label,
#create_member_quiz #security input {
    margin: 0px;
    margin-right: 2px;
    margin-top: 3px;
    padding: 0px;
    line-height: 13px;
}

/* PUBLISHED */
#create_member_quiz #spread_new #embed {
    font-size: 10px;
    width: 320px;
    height: 80px;
}
#create_member_quiz #spread_new #url {
    font-size: 10px;
    width: 320px;
}
#create_member_quiz #spread_new #quizShareSmallAfterPublish {
    margin-left: -9px;
}

/* MEMBER QUIZ PRESENTATION */


/* GAME RESULTS, CORRECTED LIST */
#game_result .questions {
    height: 270px;
    overflow: auto;
    background: #F3F3F3;
    margin-top: -3px;
}
#game_result .correct_status_image_header {
    padding-left: 5px;
}
#game_result .correct_status_image {
    padding: 10px;
    padding-top: 5px;
    vertical-align: top;
}
#game_result .question_and_user_answer {
    padding-top: 5px;
    padding-right: 5px;
    width: 300px;
    vertical-align: top;
}
#game_result .answers {
    list-style-type: none;
    padding: 5px;
    padding-left: 0px;
    width: 180px;
    margin: 0px;
    vertical-align: top;
}
#basic #member_quiz_presentation #game_result .questions .divider {
    background: #DDE0E7;
    margin-left: 10px;
    margin-right: 10px;
}

#member_quiz_presentation #rating_stars {
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 50px;
    height: 85px;
    background: no-repeat bottom center;
}
#member_quiz_presentation #rating_star {
    cursor: pointer;
}
#member_quiz_presentation #rating_actions {
    padding-top: 5px;
}



/* MINI SHARE */
#share_small {
	float: right;
	width: 280px;
}
#share_small .share_small_service {
    width: 90px;
    float: left;
    margin: 0px 0px 3px 0px;
}
#share_small .share_small_service a {
    text-decoration: none;
}
#share_small .share_small_service a:hover span {
    text-decoration: underline;
}

#share_small .share_small_service img {
	vertical-align: text-bottom;
}

#share_small .icn_share_myspace {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -48px -16px;
}
#share_small a:hover .icn_share_myspace {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -48px -0px;
}
#share_small .icn_share_facebook {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -32px -16px;
}
#share_small a:hover .icn_share_facebook {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -32px -0px;
}
#share_small .icn_share_digg {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -15px -16px;
}
#share_small a:hover .icn_share_digg {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -15px -0px;
}
#share_small .icn_share_delicious {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -0px -16px;
}
#share_small a:hover .icn_share_delicious {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -0px -0px;
}
#share_small .icn_share_reddit {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -63px -16px;
}
#share_small a:hover .icn_share_reddit {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -63px -0px;
}
#share_small .icn_share_stumbleupon {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -80px -16px;
}
#share_small a:hover .icn_share_stumbleupon {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -80px -0px;
}
#share_small .icn_share_livespaces {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -96px -16px;
}
#share_small a:hover .icn_share_livespaces {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -96px -0px;
}
#share_small .icn_share_mixx {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -113px -16px;
}
#share_small a:hover .icn_share_mixx {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -113px -0px;
}
/* NOT ready to be implemented
#share_small .icn_share_yahoobuzz {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -113px -16px;
}
#share_small a:hover .icn_share_yahoobuzz {
	background: transparent url('/images/share_small_icons.gif') no-repeat scroll -113px -0px;
}
*/





/* USER LIST */
#find_member_quiz .user_list_row_big {
    padding-bottom: 4px;
    clear: both;
    width: 100%;
}
#find_member_quiz .user_list_row_big .userinfo {
    padding-left: 5px;
}
#find_member_quiz .user_list_row_big .description {
    padding-left: 5px;
}
#find_member_quiz .user_list_row_big .image {
    padding-left: 5px;
    width: 49px;
}

/* FORUM LIST */
#find_member_quiz .forum_list_row_big .forum_postinfo {
    padding: 5px;
}
#find_member_quiz .forum_list_row_big .icon {
    float: left;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.myquizzeslink {
    text-align: right;
    margin-top: -9px;
    margin-bottom: 3px;
    margin-right: 5px;
}
