body,div,dl,dt,dd,ul,ol,li,h1,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
    {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
}

ol,ul {
    list-style: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

fieldset,img {
    border: 0;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

/* Global Formatting
------------------------------------------------------*/
body {
    background: url(../images/body.png) repeat-x top #CECECE;
    font-family: Verdana, sans-serif;
    font-size: 100%;
    /*margin-top: 7px;*/
}

a {
    color: #2C74C9;
    text-decoration: none;
}

a:hover {
    color: #19507E;
    text-decoration: underline;
}

.clear {
    clear: both;
}

a.external_link {
    background: url(../images/external_link_button.png) no-repeat top;
    display: block;
    width: 146px;
    height: 31px;
    line-height: 31px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 0 0 13px;
    margin: 3px 0 0 166px;
}

a.external_link:hover {
    background: url(../images/external_link_button.png) no-repeat bottom;
}

.bigger { font-size: 1.15em }
.smaller { font-size: 0.85em; }


/* Banners
------------------------------------------------------*/

body {
    /*background-position: 0 90px;*/ /* uncomment this one when adding banners */
    background-color: #fff;
}
#banner_wrapper {
    width: 728px;
    margin: 0 auto;
    /*margin-top:2px;*/ /* uncomment this one when adding banners */
}

#warning_banner {
    /*margin-bottom: -7px; */ /* uncomment this one when adding banners */
}


/* General Mark-up Styling
------------------------------------------------------*/
h1 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 18px;
    width: 100%;
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
    color: #333;
    margin-bottom: 16px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    color: #AB4646;
    margin-bottom: 16px;
}

p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
}

ul {
    list-style-type: disc;
    padding-left: 18px;
    padding-bottom: 18px;
    font-size: 13px;
    line-height: 18px;
}

ol {
    list-style-type: decimal;
    padding-left: 24px;
    padding-bottom: 18px;
    font-size: 13px;
    line-height: 18px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

blockquote {
    margin-left: 1px;
    padding: 16px 18px;
    font-style: italic;
    border-left: 2px solid #eee;
    background: #fafafa;
}

blockquote p {
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

blockquote blockquote {
    padding: 0;
    border: 0;
}

hr {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: none;
    margin: 16px 0;
    height: 5px;
}

table {
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 18px;
    padding: 4px;
    border: 6px solid #f6f6f6;
}

th {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #666;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #f8f8f8;
}

td {
    font: Verdana, sans-serif;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #333;
}

form {
    margin-left: 1px;
    padding: 16px 18px;
    border-left: 2px solid #eee;
    background: #fafafa;
    margin-bottom: 10px;
}

form label {
    display: block;
}

form input,form textarea {
    padding: 3px;
    font-size: 13px;
}
#content textarea {
    width: 530px;
}
#content .content_box textarea {
    width: 500px;
}

form #id_subscribe {
    margin-top: 6px;
}

ul.errorlist {
    list-style-type: none;
    padding: 0 0 4px 0;
    color: #bd2d33;
    font-style: italic;
}

div.infowindow {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
    width: 200px;
    color: red;
}

/* Button Elements
------------------------------------------------------*/

.action_button {
    display: inline-block;
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px;
    color: #333;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    font-size: 15px;
    text-shadow: 0 1px #fff;
    background-position: 15px 10px !important;
}

.action_button:hover {
    background-color: #ddd;
    text-decoration: none;
    color: #111;
    border-bottom: solid 1px #ccc;
}
.icon {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    min-height: 16px;
}

#stream_sound_button {
    background-image: url(../images/fugue-icons/icons/share.png);
}
#random_sound_button {
    background-image: url(../images/fugue-icons/icons/speaker-volume.png);
}
#tag_button {
    background-image: url(../images/fugue-icons/icons/tag.png);
}
#pack_link {
    background-image: url(../images/fugue-icons/icons/folder-open-document-music.png);
}
#geotag_link {
    background-image: url(../images/geotag.png);
}
#remixes_link {
    background-image: url(../images/remixes.png);
}
#similar_sounds_link {
    background-image: url(../images/fugue-icons/icons/headphone--plus.png);
}
#edit_link {
    background-image: url(../images/fugue-icons/icons/quill.png);
}
#comments_link {
    background-image: url(../images/fugue-icons/icons/pencil.png);
}
#bookmark_link {
    background-image: url(../images/fugue-icons/icons/address-book-blue.png);
    cursor: pointer;
}
#admin_link {
    background-image: url(../images/fugue-icons/icons/application-detail.png);
}
#follow_link_sound {
    background-image: url(../images/fugue-icons/icons/user--plus.png);
    cursor: pointer;
}



/* Formatting Elements
------------------------------------------------------*/
.signature ul {
    list-style-type: disc;
    padding-left: 18px;
    padding-bottom: 18px;
}

.signature ol {
    list-style-type: decimal;
    padding-left: 24px;
    padding-bottom: 18px;
}

.signature ul li,ol li {
    float: none;
}

/* Header and Navigation
------------------------------------------------------*/
#header {
    /*border: 1px solid red;*/
    height: 115px;
    width: 980px;
    margin: 0 auto;
    background: url(../images/header.png) repeat-x bottom #F8F8F8;
    position: relative;
    margin-top: 7px;
}

#logo {
    display: block;
    width: 239px;
    height: 62px;
    background: url(../images/logo.png) no-repeat;
    position: relative;
    left: 10px;
    top: 5px;
}

#account_nav {
    float: right;
    height: 38px;
    position: relative;
    top: -2px;
    margin-right: 20px;
    padding-right: 6px;
    background: url(../images/account_nav_right.png) no-repeat right;
    font-size: 11px;
    font-weight: bold;
    line-height: 32px;
    color: #A1ABB1;
}

#account_nav a {
    margin-left: 15px;
    position: relative;
    display: block;
    float: left;
}

#account_user {
    float: left;
    height: 38px;
    margin-left: -6px;
    padding-left: 15px;
    background: url(../images/account_nav_left.png) no-repeat left;
}

#account_user img {
    position: relative;
    padding-left: 3px;
    left: -5px;
    top: 2px;
}

.messages_count {
    float: left;
    background: url(../images/messages_count_bg.png) no-repeat left;
    color: #FFF;
    margin: 10px 0 0 5px;
    line-height: 15px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.new_tickets_count {
    float: left;
    background: url(../images/mod_count_bg.png) no-repeat left;
    color: #FFF;
    margin: 10px 0 0 5px;
    line-height: 15px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#message_indicator_0 {
    float: left;
    background: url(../images/messages_count_bg_zero.png) no-repeat left;
    color: #FFF;
    margin: 10px 0 0 5px;
    line-height: 15px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#new_tickets_indicator_0 {
    float: left;
    background: url(../images/messages_count_bg_zero.png) no-repeat left;
    color: #FFF;
    margin: 10px 0 0 5px;
    line-height: 15px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#pending_indicator_0 {
    float: left;
    background: url(../images/messages_count_bg_zero.png) no-repeat left;
    color: #FFF;
    margin: 10px 0 0 5px;
    line-height: 15px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#messages_count div {
    background: url(../images/messages_count_bg.png) no-repeat right;
    height: 15px;
    padding-right: 6px;
    line-height: 14px;
}

#new_tickets_count div {
    background: url(../images/mod_count_bg.png) no-repeat right;
    height: 15px;
    padding-right: 6px;
    line-height: 14px;
}

#upload_button {
    display: block;
    float: right;
    width: 144px;
    height: 31px;
    background: url(../images/upload_button.png);
}

/* Site Navigation
------------------------------------------------------*/
#site_nav {
    position: absolute;
    left: 18px;
    bottom: 0;
    padding: 0;
}

#site_nav ul {
    padding: 0;
    margin: 0;
}

#site_nav li {
    display: inline;
    float: left;
    background: url(../images/tab_left.png) no-repeat left;
    margin-right: 3px;
}

#site_nav li a {
    display: block;
    height: 36px;
    padding: 0 13px 0 8px;
    margin-left: 5px;
    background: #FFF;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    background: url(../images/tab_right.png) no-repeat right;
    line-height: 36px;
}

#site_nav .active_tab {
    background: url(../images/tab_left_active.png) no-repeat left;
}

#site_nav .active_tab a {
    background: url(../images/tab_right_active.png) no-repeat right;
    color: #CB3D44;
}

#site_nav .active_tab a:hover {
    text-decoration: none;
}

.site_nav_icon {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
    top: 10px;
    left: -5px;
}

#site_nav_home .site_nav_icon {
    background: url(../images/site_nav_icons.png) no-repeat 0 0;
}

.active_tab #site_nav_home .site_nav_icon {
    background: url(../images/site_nav_icons.png) no-repeat -16px 0;
}

#site_nav_sounds .site_nav_icon {
    background: url(../images/site_nav_icons.png) no-repeat 0 -15px;
}

.active_tab #site_nav_sounds .site_nav_icon {
    background: url(../images/site_nav_icons.png) no-repeat -16px -15px;
}

#site_nav_forums .site_nav_icon {
    background: url(../images/site_nav_icons.png) no-repeat 0 -30px;
}

.active_tab #site_nav_forums .site_nav_icon {
    background: url(../images/site_nav_icons.png) no-repeat -16px -30px;
}

#site_nav_people .site_nav_icon {
    background: url(../images/site_nav_icons.png) no-repeat 0 -64px;
}

.active_tab #site_nav_people .site_nav_icon {
    background: url(../images/site_nav_icons.png) no-repeat -16px -64px;
}

#site_nav_help .site_nav_icon {
    background: url(../images/site_nav_icons.png) no-repeat 0 -47px;
}

.active_tab #site_nav_help .site_nav_icon {
    background: url(../images/site_nav_icons.png) no-repeat -16px -47px;
}

/* Search
------------------------------------------------------*/
#search {
    position: absolute;
    top: 54px;
    right: 20px;
    width: 281px;
    height: 42px;
    background: url(../images/search.png);
}

#search form {
    padding: 0;
    margin: 0;
}

#search input {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 226px;
    font-size: 13px;
    padding: 6px 5px;
    border: 0;
    background: transparent;
}

#search #search_submit {
    position: absolute;
    left: 249px;
    top: 10px;
    height: 22px;
    width: 22px;
    border: 0;
    background: transparent;
}



/* Content Wrappers
------------------------------------------------------*/
#wrapper {
    background-color: #F9F9F9;
}

#container {
    width: 944px;
    margin: 0 auto;
    border-left: solid 1px #F0EEF1;
    border-right: solid 1px #F0EEF1;
    background-color: #FFF;
    padding: 18px;
}

#content {
    width: 577px;
    float: left;
}

#content_full {
    width: 100%;
}

.content_box {
    width: 539px;
    min-height: 92px;
    padding: 0 19px;
    background: url(../images/sub_header_bg.png) no-repeat top;
}

/* Home Page Styles
------------------------------------------------------*/
body#home h2,
.content_box h2 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    line-height: 1em;
}

body#home h3,
h3.header,
.content_box h3 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-left: -6px;
    padding-top: 1px;
    line-height: 30px;
    color: #AB4646;
}

/* Latest News
------------------------------------------------------*/
#latest_news {
    margin-bottom: 15px;
}

#latest_news h2 {
    margin-bottom: 4px;
    margin-top: 12px;
}

#latest_news .post_date, #latest_news .post_author {
    position: relative;
    top: -8px;
    line-height: 30px;
    font-size: 11px;
    color: #888;
}

#latest_news .post_author {
    font-weight: bold;
}

#latest_news .read_more_link {
    display: inline;
    position: relative;
    top: -5px;
    font-weight: bold;
    font-size: 13px;
    background: url(../images/right_arrow.png) no-repeat right 0.45em;
    padding-right: 12px;
}

.blog_post {
    margin-bottom: 20px;
}

.blog_post p {
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 18px;
    color: #333;
}

/* Sample Player : Small
------------------------------------------------------*/
.sample_player_small {
    width: 540px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.sample_player_small .sample_player {
    /*width: 410px;*/
    float: left;
}

.sample_player_small div.small_player {
    float: left;
    width: 120px;
    height: 71px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sample_player_small div.sound_title {
    float: left;
    width: 295px;
}

.sample_player_small .sound_filename {
    display: block;
    width: 230px;
    float: left;
    line-height: 14px;
    position: relative;
    top: -2px;
}

.sample_player_small .title {
    font-size: 14px;
    font-weight: bold;
}

.sample_player_small div.sound_tags {
    clear: left;
    height: 2em;
    overflow: hidden;
}

/* Overriding regular tags list*/
.sample_player_small div.sound_tags ul {
    line-height: 12px;
    margin-bottom: 2px;
}

.sample_player_small div.sound_tags ul li {
    height: 12px;
    background-color: #FFFFFF;
    border-bottom: none;
}

.sample_player_small div.sound_tags ul li a {
    padding: 0px 3px 0 0px;
    min-height: 12px;
    font-size: 10px;
    font-weight: bold;
    background: none;
}

.sample_player_small div.sound_stars {
    position: relative;
    top: -6px;
    float: right;
    vertical-align: top;
    margin-right: 0;
    background-color:white;
}

.stars {
    text-align: right;
    margin: -18px 0px 0 0;
}

.stars img {
    margin-right: -3px;
}

.sample_player_small .sound_description {
    float: left;
    width: 295px;
}

.sample_player_small .description {
    margin-right: 2px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    overflow: hidden;
}

.sample_player_small .sample_information {
    float: right;
    width: 100px;
    padding: 1px 1px 1px 5px;
    border-left: 1px solid #d6d6d6;
    line-height: 15px;
    font-size: 11px;
    color: #757575;
}

.sample_player_small ul li {
    margin-left: 0;
}

.sample_player_small .user {
    position: relative;
    top: -3px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.sample_more {
    color: #444;
    clear: both;
    font-size: 11px;
    padding: 0 0 15px 0;
    margin-left: 128px;
    margin-top: -10px;
}

.sample_more a {
    font-weight: bold;
}

.sample_more img {
    position: relative;
    top: -1px;
}

.sample_more_search_results {
    color: #444;
    /*clear: both;*/
    font-size: 11px;
    padding: 0 0 15px 0;
    margin-left: 128px;
    margin-top: -10px;
}

.sample_more_search_results a {
    font-weight: bold;
}

.sample_more_search_results img {
    position: relative;
    top: -1px;
}

/* Displayed portions of sound player depending on the container */
/* No wrapper needed for full view */
.sound_list_minimal .sound_description {
    display: none;
}

.sound_list_minimal .sound_stars {
    display: none;
}

.sound_list_minimal .sample_information {
    display: none;
}

.sound_list_minimal .sample_player_small {
    height: 75px;
}

.sound_list_medium .sound_stars {
    display: none;
}

.sound_list_medium .sound_description {
    display: none;
}

.sound_list_medium .sample_player_small {
    height: 100px;
}

.sound_list_normal .sound_stars {
    display: none;
}

.sound_list_moderation .sound_stars {
    display: none;
}

.sound_list_moderation .sample_information {
    display: none;
}

.sound_list_moderation .sample_player_small { /*  height:100px;*/

}

.remixes .sample_player_small {
    height: 115px;
}

.sound_attributes{
    margin-top:3px;
}

.sound_attributes a {
    float: left;
    /*margin: 5px 6px 5px 0;*/
    margin: 3px 4px 0px 0;
}

.sound_attributes img.cc_license {
    float: left;
    /*margin: 5px 0px 5px 0;*/
    margin: 3px 4px 0px 0;
}


/* Pack display (pack lists)
------------------------------------------------------*/

.pack_display {
    width:830px;
    height:125px;
}

.pack_display .pack_description {
    float:left;
    width:430px;
    height: 116px;
    padding-left: 0;
    margin-left:0;
    padding: 0px 0px 0px 5px;
    overflow: hidden;
}

.pack_display .pack_description .text {
    font-size:10px;
}

.pack_display .pack_description .dots {
    color:#888;
}

.pack_display .pack_description .tags {
    padding: 0px 3px 0 0px;
    min-height: 12px;
    font-size: 10px;
    font-weight: bold;
    background: none;
}

.pack_display .sounds_in_pack {
    float: right;
    width: 380px;
    margin-bottom: 30px;
    height: 90px;
    padding: 1px 1px 1px 5px;
    border-left: 1px solid #d6d6d6;
    line-height: 15px;
    font-size: 9px;
    color: #757575;
    display: inline;
}

.pack_display .sounds_in_pack .text {
    color:#888;
}

.pack_display .sounds_in_pack .sound {
    float:left; width:125px;
}


/* Browse Sounds Page
------------------------------------------------------*/

#uploader_of_the_day img {
    float: left;
    margin: 0 15px 15px 0;
}

#uploader_of_the_day h2 {
    margin-bottom: 6px;
    font-size: 16px;
}

#uploader_of_the_day ul {
    margin-left: 83px;
}

.more_button {
    font-size: 10px;
}


/* Single Sample Page
------------------------------------------------------*/
#single_sample_header {
    margin: 0 6px 10px 10px;
    color: #CECECE;
    font-weight: bold;
    font-size: 18px;
    font-family: Arial, sans-serif;
}

#single_sample_ratings {
    margin-top: 30px;
    margin-bottom: -10px;
    color: #CECECE;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
}

#single_sample_player {
    clear: both;
    padding: 12px 10px 7px 10px;
    margin-left: 10px;
    background: url(../images/single_sample_player_bg.png) no-repeat top
        #F3F3F3;
    border-bottom: solid 1px #D2D2D2;
    float: left;
}

#single_sample_content {
    position: relative;
    float: left;
    width: 590px;
    margin-left: 10px;
}

#single_sample_sidebar {
    float: right;
    width: 300px;
    margin-right: 15px;
}

#sound_author_box {
    position: relative;
    padding: 20px 20px 0 55px;
}

#sound_author_avatar {
    position: absolute;
    left: 0;
    top: 20px;
}

#sound_author {
    font-weight: bold;
}

#sound_date {
    padding-top: 2px;
    font-size: 12px;
    color: #929292;
}

#sound_description {
    color: #333;
    margin: 15px 0 20px 0;
}

#sound_description p {
    font-size: 13px;
    line-height: 16px;
}

ul.tags {
    padding: 0;
    margin: 0;
    line-height: 16px;
    overflow: auto;
    margin-bottom: 20px;
}

.tags li {
    display: block;
    float: left;
    margin: 2px;
    height: 23px;
    background-color: #F7F5D9;
    border-bottom: solid 1px #D3C9AA;
}

.tags li a {
    display: block;
    padding: 3px 6px 0 12px;
    min-height: 21px;
    font-size: 11px;
    font-weight: bold;
    background: url(../images/tag_edge.png) no-repeat left top;
}

.tags li a:hover {
    color: #000;
}

#download {
    padding: 20px 0px 20px 25px;
}

#not_yet_downloadable {
    float: right;
    font-size: 11px;
    width: 144px;
    margin-bottom: 5px;
}

#download_text {
    padding-right: 170px;
    color: #999;
    font-size: 11px;
    text-align: right;
    line-height: 1.4em;
}

#download_text b {
    color: #555;
}

#download_button {
    display: block;
    float: right;
    width: 144px;
    height: 31px;
    background: url(../images/download_button.png);
}

#download_login_button {
    display: block;
    float: right;
    width: 144px;
    height: 31px;
    background: url(../images/download_login_button.png);
}

#sound-edit a {
    display: block;
    width: 144px;
    height: 31px;
    background: url(../images/edit_sound.png);
    text-indent: -9999px;
    margin-bottom: 20px;
}


#sound_information_box {
    padding: 20px 30px;
    background: url(../images/single_sample_sidebar_bg.png) no-repeat top
        #F3F3F3;
    font-size: 12px;
    border-bottom: solid 1px #D2D2D2;
    line-height: 1.7em;
}

#sound_information_box dt {
    width: 125px;
    float: left;
    color: #888;
}

#sound_information_box dt img {
    position: relative;
    top: 1px;
    left: -5px;
}

#share_links {
    padding: 10px 15px;
    /*border-top: solid 1px #D2D2D2;*/
    background: #fff url(../images/single_sample_links_bg.png) no-repeat top;
}

#share_links .social_link,
.twitter-share-button {
    float: left;
    margin-right: 7px;
}

#share_links #show_button {
    color: #2C74C9;
    float: left;
    display: block;
    margin-left: 0;
}

#share_links #show_button:hover {
    text-decoration: underline;
}

#share_links #embed_links {
    display: none;
}

#share_links .embed_link {
    margin-bottom: 20px;
}

#share_links .embed_link p {
    margin-bottom: 0px;
    color: #aaa;
}

#share_links #embed_large .embed_example {
    background: #ededed url(../images/widgets/embed_large_scaled_inactive.png);
    width: 250px;
    height: 66px;
}
#share_links #embed_large .embed_example:hover,
#share_links #embed_large .embed_example.embed_active {
    background: #ededed url(../images/widgets/embed_large_scaled_active_color.png);
}


#share_links #embed_medium .embed_example {
    background: #ededed url(../images/widgets/embed_medium_scaled_inactive.png);
    width: 220px;
    height: 39px;
}
#share_links #embed_medium .embed_example:hover,
#share_links #embed_medium .embed_example.embed_active  {
    background: #ededed url(../images/widgets/embed_medium_scaled_active_color.png);
}


#share_links #embed_small .embed_example {
    background: #ededed url(../images/widgets/embed_small_scaled_inactive.png) top left;
    width: 190px;
    height: 15px;
}
#share_links #embed_small .embed_example:hover,
#share_links #embed_small .embed_example.embed_active {
    background: #ededed url(../images/widgets/embed_small_scaled_active_color.png) top left;
}

#share_links .embed_example {
    border: 1px #ffffff solid;
}

/*#share_links .embed_example:hover, */
#share_links .embed_example.embed_active {
    /*border: 1px #AB4646 solid;*/
}



#share_links #embed_code {
    width: 250px;
    heigth: 30px;
}



#sound_links {
    padding: 20px 30px;
    font-size: 12px;
    /* font-weight: bold; */
    background: url(../images/single_sample_links_bg.png) no-repeat top;
}

ul#sound_links {
    padding: 20px 30px;
    line-height: 21px;
    list-style-type: none;
}

#sound_links li img {
    position: relative;
    top: 2px;
    left: -6px;
}

#flag_sound {
    padding: 20px 30px 18px 30px;
    background: url(../images/single_sample_sidebar_bg.png) no-repeat top
        #F3F3F3;
    font-size: 12px;
    border-bottom: solid 1px #D2D2D2;
    color: #555;
}

#flag_sound a {
    font-weight: bold;
}

#sound_license {
    position: relative;
    padding: 0px 10px 20px 120px;
    font-size: 11px;
    line-height: 1.4em;
    color: #999;
}

#sound_license img {
    position: absolute;
    left: 8px;
    top: 5px;
}


/* Comments
------------------------------------------------------*/
#comments_container {
    clear: both;
    background: url(../images/single_sample_comments_bg.png) no-repeat;
    padding: 0 20px;
}

#comments_heading {
    padding: 8px 0 5px 0;
    font-size: 11px;
    color: #AB4646;
}

ul#comments {
    padding: 0;
    line-height: 16px;
    list-style-type: none;
}

#comments li {
    position: relative;
    padding: 15px 0 15px 55px;
    font-size: 13px;
    border-bottom: dotted 1px #DCDCDC;
    min-height: 45px;
    line-height: 1.3em;
    color: #333;
}

#comments li:last-child {
    border-bottom: none;
}

#comments li .comment_info {
    margin-bottom: 10px;
}

#comments li .comment_avatar {
    position: absolute;
    left: 0;
    top: 20px;
}

#comments li .comment_author {
    font-weight: bold;
}

#comments li .comment_date {
    color: #AFAFAF;
    font-size: 11px;
}

#comments li p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
}

#comments_pagination {
    overflow: auto;
    border-top: solid 1px #DEDEDE;
    padding-top: 8px;
}

#comments_pagination .pagination {
    /*float: right;*/
}

#comments_pagination .pagination li {
    /*margin: 1px;*/
}

#comments_pagination .pagination .current-page {
    background-color: #3B89EB;
    border-top: none;
    color: #FFF;
    font-weight: normal;
}

#leave_a_comment {
    margin-bottom: 15px;
}

#sound_comment_form #id_comment {
    width: 530px;
    height: 120px;
    margin-bottom: 10px;
}

.comment_delete {
    float: right;
}

.comment_delete a#delete_button {
    display: block;
    width: 16px;
    height: 17px;
    text-indent: -9999px;
    background: url(../images/delete_icon.png) no-repeat top left;
}
.comment_delete a#delete_button:hover {
    background: url(../images/delete_icon.png) no-repeat top right;
}

/* Messages
------------------------------------------------------*/
#messages_header {
    margin-bottom: -5px;
}

#messages_header h2 {
    float: left;
    margin: 4px 0 0 4px;
}

#messages_header .messages_pagination .pagination {
    /*margin: 14px 28px 0 0;*/
}

.messages_pagination {
    overflow: auto;
    bottom: 2px;
    right: 25px;

}

.messages_actions_box{
	float:right;

}

.messages_pagination_box{
	white-space: nowrap;
	/*float:left;*/
	/*margin-right:95px;*/
}

.messages_pagination_box .pagination .current-page {
    background-color: #3B89EB;
    border-top: none;
    color: #FFF;
    font-weight: normal;
}

.messages_form {
    position: relative;
    padding: 8px 15px 15px 15px;
    border: none;
    margin: 0 5px;
    background: url(../images/content_full_header_bg.png) no-repeat top;
}

.messages_table {
    width: 100%;
    border: none;
}

.messages_table #messages_table_header_checkbox {
    width: 10px;
}

.messages_table #messages_table_header_from {
    width: 120px;
}

.messages_table #messages_table_header_to {
    width: 120px;
}

.messages_table #messages_table_header_date {
    width: 130px;
}

.messages_table .unread {
    font-weight: bold;
    background-color: #F5F2FF;
}

.messages_table td {
    border: none;
    border-bottom: solid 1px #D8DBE4;
    background: transparent;
    padding: 6px 12px;
}

.messages_table th {
    background: transparent;
    border: none;
    font-size: 13px;
    padding: 0 12px 15px 12px;
    font-weight: bold;
}

#message_tabs {
    float: left;
}

#message_tabs li {
    float: left;
    list-style-type: none;
    background: url(../images/button_bg.png) no-repeat -2px 0;
    max-height: 31px;
    border-left: solid 1px #FFF;
    border-right: solid 1px #D3D3D3;
}

#message_tabs .active {
    background: url(../images/button_bg_active.png) no-repeat -2px 0;
    border: none;
}

#message_tabs li:first-child {
    background: url(../images/button_bg.png) no-repeat left top;
    border-left: none;
}

#message_tabs .active:first-child {
    background: url(../images/button_bg_active.png) no-repeat left top;
}

#message_tabs li:last-child {
    background: url(../images/button_bg.png) no-repeat right top;
    border-right: none;
}

#message_tabs .active:last-child {
    background: url(../images/button_bg_active.png) no-repeat right top;
}

#message_tabs li a {
    font-size: 12px;
    display: block;
    float: left;
    padding: 7px 10px 6px 10px;
    font-weight: bold;
    color: #222;
    max-height: 31px;
}

.message_container {
    clear: both;
    margin: 0 5px;
}

.reply_button {
    margin-right: 15px;
    margin-bottom: 15px;
    display: block;
    width: 48px;
    padding:5px;
    background-color:#F9F9F9;
    border-radius: 3px;
    border: 1px solid #F0EEF1;
}

.message_container .message_header {
    background: url(../images/content_full_header_bg_top.png) no-repeat top
        #F3F3F3;
    padding: 18px 15px 15px 5px;
    font-size: 13px;
    line-height: 1.8em;
    border-bottom: solid 1px #E4E4E4;
}

.message_container .message_header dt {
    float: left;
    width: 80px;
    text-align: right;
    padding-right: 6px;
}

.message_container .message_header dd {
    font-weight: bold;
}

.message_container .message-body {
    padding: 18px 25px;
    background: url(../images/message_body_bg.png) no-repeat top;
}

/* username lookup in new message */

.ac_results {
    padding: 0px;
    border: 1px solid grey;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    margin-left: 2px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #B94343;
    color: white;
}


/* Forums
------------------------------------------------------*/
#breadcrumb_outer {
    font-weight: bold;
    font-size: 14px;
    background: url(../images/breadcrumb.png) repeat-x bottom;
    padding: 10px 15px;
    border-bottom: solid 1px #E4E4E4;
    color: #D3D3D3;
}

#breadcrumb_outer #show_search {
    float: right;
    margin-top: 5px;
}

#breadcrumb_inner {
    width: 730px;
    float: left;
}

#breadcrumb_outer a {
    color: #000;
}

ul#forums,ul#topics {
    padding: 0;
    line-height: 16px;
}

#forums li,#topics li {
    padding: 10px 10px 10px 40px;
    border-bottom: solid 1px #E4E4E4;
    font-size: 11px;
    color: #777;
    position: relative;
    list-style-type: none;
}

#forums li img,#topics li img {
    position: absolute;
    left: 8px;
    top: 16px;
}

#forums li .forum_name {
    font-size: 16px;
    font-weight: normal;
}

#topics li .topic_subject {
    font-size: 14px;
    font-weight: normal;
}

#forums li a,#topics li a {
    font-weight: bold;
}

#forums .latest_post,#topics .latest_post {
    float: right;
    color: #444;
    text-align: right;
}

#topics .highlighted .topic_subject {
    font-weight: bold;
    color: #CC4040;
}

#topics .highlighted .topic_subject:hover {
    color: #9C3131;
}

.forum_pagination {
    position: relative;
    padding: 8px 15px 8px 11px;
    font-size: 12px;
    background-color: #EBF4FD;
    margin: 10px 0;
    height: 15px;
}

.forum_pagination a {
    text-decoration: underline;
    font-weight: bold;
}

ul.pagination {
    line-height: 16px;
    list-style-type: none;
    padding-left: 0;
}

.pagination li {
    float: left;
}

.pagination li a {
    padding: 4px;
}

.pagination .disabled-previous-next {
     padding: 0 4px;
     color:#888;
     margin-right: 10px;
}

.pagination .previous-page {
     margin-right: 10px;
}

.pagination .next-page {
     margin-right: 10px;
}

.pagination .number_of_results {
     margin-left: 0px;
     color: #888;
     /*margin-top:-1px;*/
}

.pagination .dots {
     color:#888;
}

.pagination .current-page {
    padding: 0 4px;
    margin-top: -1px;
    font-weight: bold;
    background-color: #D2E2F9;
    border-top: solid 1px #C3D4EA;
    border-bottom: solid 1px #FFF;
    color: #444;
}

.attribution_objects .pagination{
    padding-bottom: 0px;
}

/* Posts formatting
------------------------------------------------------*/
#posts {
    font-size: 13px;
    padding: 0;
}

#posts .post {
    list-style-type: none;
    position: relative;
    padding: 15px 35px 15px 230px;
    margin: 0 0 15px 0;
    background: url(../images/post_bg.png) repeat-y left;
    border-top: solid 2px #E6E6E6;
    min-height: 80px;
}

#posts .post .avatar {
    position: absolute;
    left: 15px;
    top: 42px;
}

#posts .post .post_author {
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    width: 175px;
    left: 15px;
    top: 15px;
    overflow: hidden;
}

#posts .post .post_details {
    font-size: 11px;
    color: #444;
    position: absolute;
    width: 145px;
    left: 55px;
    top: 42px;
    line-height: 16px;
}

#posts .post .post-admin-links {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 11px;
    width: 145px;
    color: #808080;
}

#posts .post .post_details .post_date {
    color: #BABABA;
}

#posts .post .subject {
    padding-bottom: 15px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
}

#posts .post p,#posts .post blockquote {
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 18px;
    color: #222;
}

#posts .post blockquote {
    color: #666;
    background-color: #F6F6F6;
    padding: 20px;
    border-left: solid 2px #eee;
}

#posts .post blockquote em {
    font-style: italic;
}

#posts .post .signature {
    padding: 10px;
    border-top: dashed 1px #C4C4C4;
    font-size: 12px;
    color: #777;
}

#posts .post .signature p {
    color: #777;
}

.forum_button {
    position: absolute;
    right: 0;
    top: 0;
    height: 31px;
    line-height: 31px;
    padding-left: 3px;
    background: url(../images/read_more_bg.png) no-repeat left top;
}

.forum_button a {
    display: block;
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 13px 0 10px;
    background: url(../images/read_more_bg.png) no-repeat right top;
}

.forum_button a:hover {
    color: #A9CAF1;
    text-decoration: none;
}

.post_buttons {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 148px;
    height: 27px;
}

.post_button {
    float: right;
    display: block;
    display: block;
    width: 46px;
    height: 27px;
}

.post_quote {
    background: url(../images/post_quote.png) top;
}

.post_delete {
    background: url(../images/post_delete.png) top;
}

.post_edit {
    background: url(../images/post_edit.png) top;
}


.post_quote:hover {
    background: url(../images/post_quote.png) bottom;
}

.post_edit:hover {
    background: url(../images/post_edit.png) bottom;
}

.post_delete:hover {
    background: url(../images/post_delete.png) bottom;
}

#confirm_deletion h4 {
    margin-right: 15px;
    display: block;
    float: left;
    padding:5px;
    background-color:#F9F9F9;
    border-radius: 3px;
    border: 1px solid #F0EEF1;
}

/* Sidebar
------------------------------------------------------*/
#sidebar {
    width: 340px;
    float: left;
    margin-left: 19px;
}

.sidebar_box,
#sidebar .content_box {
    width: 310px;
    min-height: 103px;
    padding: 0 19px;
    background: url(../images/sub_sidebar_header_bg.png) no-repeat top;
    margin-bottom: 20px;
}

#sidebar #latest_geotags {
    display: none;
}

#sidebar #latest_geotags #map_canvas {
    position: relative;
    left: -19px;
    top: -17px;
    width: 348px;
    height: 300px;
/*     border: 1px solid #E6E6E6; */
}

.continuous_sidebar_box {
    background: url(../images/continuous_sidebar_header_bg.png) no-repeat
        top;
    width: 349px;
    padding: 16px 0 0 0;
}

.continuous_sidebar_box #support {
    background: url(../images/continuous_sidebar_header_bg.png) no-repeat
        bottom;
    padding: 0 0 22px 0;
    margin: 0 0 14px 0;
}

#post_it {
    position: relative;
    background: url(../images/postit_bg.png) no-repeat bottom;
    width: 280px;
    padding: 22px 27px 34px 27px;
    left: 7px;
}

#post_it h2 {
    margin: 0 0 10px 0;
    color: #000;
}

#post_it p {
    font-size: 13px;
    margin: 0 20px 0 0;
    line-height: 16px;
}

#support img {
    float: left;
}

body#home #support h3 {
    font-family: Arial, Sans-serif;
    font-size: 16px;
    color: #3f3e43;
    line-height: 22px;
    margin: 8px 27px 16px 0;
}

#support p {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 14px;
}

#donation_box {
    background: url(../images/donation_box_bg.png) no-repeat top left;
    width: 291px;
    height: 81px;
    padding: 0 0 0 57px;
    margin: 0 0 14px 0;
}

#donation_box p {
    position: relative;
    top: 16px;
    margin: 0;
    color: #c01010;
    font-size: 12px;
    line-height: 12px;
}

#donation_box p #count_down {
    font-size: 11px;
    margin: 0 15px 0 27px;
    color: #333;
    text-align: right;
}

a.donation_button {
    float: left;
    background: url(../images/donation_button.png) no-repeat top left;
    display: block;
    width: 104px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 0 0 15px;
    margin: 26px 0 0 0;
}

a.donation_button:hover {
    background: url(../images/donation_button.png) no-repeat bottom left;
}

#donation_meter_box {
    background: url(../images/donation_meter_box.png) no-repeat top left;
    float: left;
    margin: 26px 0 0 -5px;
    width: 162px;
    height: 30px;
}

#donation_meter {
    display: block;
    background: url(../images/donation_meter_bar.png) repeat-x top left;
    border: 1px solid #565656;
    line-height: 30px;
    height: 27px;
    /*width: 49%;*/
    text-indent: -9999px;
}

#latest_forum_posts {
    width: 324px;
    padding: 0 12px;
}

#latest_forum_posts ul {
    padding: 0;
    line-height: 13px;
}

#latest_forum_posts h3 {
    margin-left: 2px;
    margin-bottom: 10px;
}

#latest_forum_posts li {
    display: block;
    padding: 13px 10px;
    background-color: #F6F6F6;
    border-bottom: solid 1px #CCC;
    font-size: 11px;
    color: #777;
}

#latest_forum_posts li:last-child {
    border-bottom: none;
}

#latest_forum_posts .even {
    background-color: #FFF;
}

#latest_forum_posts li a {
    font-size: 12px;
}

#latest_forum_posts li a.post_title {
    font-weight: bold;
    margin-bottom: 2px;
    display: inline-block;
}

#latest_forum_posts a.more_posts_button {
    display: block;
    height: 31px;
    margin-bottom: 15px;
    line-height: 31px;
    padding-right: 15px;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    background: url(../images/more_posts_button.png) no-repeat top right;
    color: #FFF;
}

#latest_forum_posts a.more_posts_button:hover {
    color: #A9CAF1;
    text-decoration: none;
}

#latest_forum_posts a.more_posts_button img {
    position: relative;
    left: -5px;
    top: 1px;
}

#sidebar form,
.content_box form {
    background: none;
    border: none;
    }

/* Freesound Projects
------------------------------------------------------*/
#freesound_projects {
    text-align: center;
}

/* Credits
------------------------------------------------------*/
#credits {
    clear: both;
    color: #BD555A;
    font-weight: bold;
    font-size: 12px;
    height: 64px;
    text-align: right;
}

#credits #mtg_link,#credits #google_link,#credits #letusa_link {
    position: relative;
}

#credits #mtg_link {
    top: 18px;
    padding-right: 20px;
}

#credits #google_link {
    top: 22px;
    padding-left: 6px;
    padding-right: 10px;
}

#credits #letusa_link {
    top: 11px;
    padding-right: 20px;
}

/* Footer
------------------------------------------------------*/
#footer_wrapper {
    background: url(../images/footer_wrapper.png) repeat-x top #FCFCFC;
    height: 80px;
    clear: both;
}

#footer {
    height: 58px;
    width: 980px;
    margin: 0 auto;
    background: url(../images/footer.png) repeat-x bottom #F8F8F8;
    font-size: 0.7em;
    color: #333333;
}

#footer a {
    font-weight: bold;
}

#footer_links {
    float: left;
    position: relative;
    left: 27px;
    top: 19px;
}

#footer_links a {
    font-size: 1.1em;
    padding-right: 14px;
}

#footer_credits {
    float: right;
    position: relative;
    right: 27px;
    top: 19px;
}

/* Stars
------------------------------------------------------*/
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
    background: url(../images/stars.gif) left -1000px repeat-x;
}

.star-rating {
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    position: relative;
    width: 65px;
    height: 13px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
}

.star-rating li {
    display: inline;
}

.star-rating a,.star-rating .current-rating {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 13px;
    line-height: 13px;
    outline: none;
    overflow: hidden;
    border: none;
}

.star-rating a:hover,.star-rating a:active,.star-rating a:focus {
    background-position: left bottom;
}

.star-rating a.one-star {
    width: 20%;
    z-index: 6;
}

.star-rating a.two-stars {
    width: 40%;
    z-index: 5;
}

.star-rating a.three-stars {
    width: 60%;
    z-index: 4;
}

.star-rating a.four-stars {
    width: 80%;
    z-index: 3;
}

.star-rating a.five-stars {
    width: 100%;
    z-index: 2;
}

.star-rating .current-rating {
    z-index: 1;
    background-position: left center;
}

/* for an inline rater */
.inline-rating {

}

/* Packs
------------------------------------------------------*/
.list_order {
    list-style: none;
}

.list_order li {
    display: inline;
}

.list_order li a {
    border: 1px solid;
    padding: 5px;
}

.list_order li a.selected {
    border: 2px solid;
    padding: 5px;
    font-weight: bold;
}

.show_description_form_toggle{
    font-size:12px;
}

#add_description_label{
    font-size:12px;
}

p.about_pack {
    /* font-style: italic; */
    padding: 20px;
    background-color: #F6F6F6;
}

/* Account page
------------------------------------------------------*/
div.about {
    /* font-style: italic; */
    padding: 20px;
    width: 904px;
    background-color: #F6F6F6;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px
}

.account_avatar {
    /*float: left;*/
    /*margin-right: 30px;*/
    /*margin-left: 20px;*/
    /*margin-bottom: 30px;*/
}

.account_information_and_home_options{
    float:left;
    display:inline;
}

.account_information_and_home_options li.separator {
    list-style-type: none;
    color: gray;
    margin-top: 5px;
    margin-left: -18px;
}

#unmoderated_sounds {
    font-size: 10px;
}

#unmoderated_sounds li {
    padding: 4px;
}

#unmoderated_sounds .date{
    color: gray;
}

#unmoderated_sounds .filename{
    font-weight: bold;
}

#unmoderated_sounds .ticket_link{
    font-weight: bold;
}

#unprocessed_sounds {
    font-size: 10px;
}

#unprocessed_sounds li {
    padding: 4px;
}

#unprocessed_sounds .failed{
    color: red;
    font-weight: bold;
}

#unprocessed_sounds .processing{
    color: green;
    font-weight: bold;
}

#unprocessed_sounds .pending{
    color: orange;
    font-weight: bold;
}

#unprocessed_sounds .queued{
    color: orange;
    font-weight: bold;
}

#unprocessed_sounds .filename{
    font-weight: bold;
}

#unprocessed_sounds .date{
    color: gray;
}

#unmoderated_packs {
    font-size: 10px;
}

#unmoderated_packs li {
    font-size: 10px;
}

#unmoderated_packs .packname{
    font-weight: bold;
}

#unmoderated_packs .date{
    color: gray;
}

/* People page
------------------------------------------------------*/

#most_active_users,
#newest_active_users {
    padding-right: 0;
    width: 558px;
}
.people_logged {
    display:block;
    width:900px;
}

.user_downloaders_page {
    width:230px;
    height:50px;
    float:left;
    margin-bottom:3px;
    margin-right:3px;
    white-space: nowrap;
    overflow: hidden;
}

.active_user {
    margin-bottom: 15px;
}

.people_user_info {
    font-size: 10px;
    color: #444;
    line-height: 14px;
}

.active_user_info img {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

.active_user_info {
    float: left;
    display: block;
    width: 240px;
}

.active_user_content {
    display: block;
    background: #eee;
    width: 250px;
    padding: 10px 15px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border-bottom: #ccc 1px solid;
    overflow: hidden;
}

.active_user .sound_list_minimal .sample_player_small {
    height: auto;
}

.active_user .player_medium {
    width: 120px;
    height: 71px;
    border: 3px #fff solid;
    box-shadow: 0 0 5px #ddd;
    margin-top: 5px;
}


.active_user .balloon_wrapper {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/balloon_tips.png) no-repeat 0 5px transparent;
    position: relative;
    right: 19px;
}

.active_user .balloon_wrapper_sound {
    background: #fff;
}

#users_currently_online_box{
	width:308px;
}

#users_currently_online .online_user {

    position:relative;
    float: left;
    width:40px;
    height:40px;
    padding: 1px;
    margin-right: 2px;
    margin-bottom: 2px;
}

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

/* Search
------------------------------------------------------*/
#filter_query_display {
    background-color: #F6F6F6;
    padding: 10px;
}

#filter_query_display a {
    border: 1px solid #2C74C9;
    padding: 5px;
    text-decoration: none;
    margin: 1px;
}

#filter_query_display a:hover {
    border: 2px solid #2C74C9;
    text-decoration: none;
}

.advanced_search_options {
    font-size:10px;
    line-height:30px;
}

.advanced_search_options .inputtext {
    width: 40px;
    height: 10px;
    font-size: 10px;
}

.advanced_search_options .advanced_search_indication {
    color: #888;
    margin-left: 10px;
}

.advanced_search_options_button {
    font-size:10px;
}

.search_paginator .pagination {
    padding-bottom: 3px;
    padding-top: 8px;
}

/* Tagclouds
------------------------------------------------------*/
p.user_tagcloud {
    padding: 10px;
    /*width: 400px;
    background-color: #F6F6F6;*/
}

p.user_tagcloud a {
    padding: 2px;
}

.tagcloud {
    padding: 20px;
    background-color: #F6F6F6;
    border-radius: 5px;
    margin-bottom: 20px;
}

.search-tagcloud {
    padding: 20px;
    background-color: #F6F6F6;
    width: 300px;
}

span.tag_addremove a {
    font-size: 13px;
    vertical-align: super;
    color: #A1ABB1;
    font-weight: bold;
}

span.tag_addremove a:hover {
    font-size: 13px;
    vertical-align: super;
    color: #19507E;
    text-decoration: none;
    font-weight: bold;
}

/* Remixes
------------------------------------------------------*/
.results_container {
    width: 200px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    display: inline;
    left: 330px;
}

.selected_container {
    width: 200px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    display: inline;
}


/*
use classes from pack edition

 .remove_sound {
    background-image: url(../images/cancel.png);
    background-repeat: no-repeat;
    float: right;
    top: 1px;
    right: 1px;
    position: relative;
    cursor: pointer;
}

.add_sound {
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    float: right;
    top: 1px;
    right: 1px;
    position: relative;
    cursor: pointer;
}*/

/* License form
------------------------------------------------------*/
#license-form-wrapper {
    max-height: 300px;
    min-height: 300px;
}

#license-left,#license-arrow,#license-middle,#license-right {
    height: 100%;
    float: left;
    margin: 0 0 10px 10px;
}

#license-arrow {
    margin-top: 10px;
}


.license-description {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    height: 80px;
}

#license-right {
    padding-top: 0;
    overflow: hidden;
    width: 650px;
}

.license {
    height: 100px;
}

#license-left-top {
    position: relative;
    top: 20px;
}

#license-left-bottom {
    position: relative;
    top: 200px;
}

.license-description h3 {
    color: black;
}

.license-option input {
    position: relative;
    top: 20px;
}

#license-right input {
    width: 20px;
    height: 60px;
    margin-top: 0;
    margin-right: 30px;
    float: left;
}

/* Describe accordion
------------------------------------------------------*/
#describe_form {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
#describe_form #submit-button {
    margin-top: 10px;
}

#describe_form .ui-accordion-header {
    display: block;
    border: solid 1px #ccc;
    padding: 15px;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; /* rounded corners */
    margin-bottom: 3px;

}
#describe_form .ui-accordion-header.ui-state-active {
    border-bottom: none;
    margin-top: 10px;
    background: #f1f1f1;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; /* rounded bottom left and right corners */
    margin-bottom: 0px;
}

#describe_form .sound-accordion-sound {
    display: block;
    padding: 15px;
    background: #f9f9f9;
    border: solid 1px #ccc;
    /*border-top: none;*/
    margin: 10px 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; /* rounded bottom left and right corners */
}

#describe_form .sound-accordion-sound.ui-accordion-content-active {
    margin-top: 0;
}

/* Alternate accordion*/

#describe_form .sound-accordion-sound-alternate {
    /*display: block;*/
    padding: 15px;
    background: #f9f9f9;
    border: solid 1px #ccc;
    margin: 10px 0;
    border-radius: 5px;
    margin-top: -6px;
}


#describe_form .sound-accordion-sound-alternate-header {
    display: block;
    border: solid 1px #ccc;
    padding: 15px;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; /* rounded corners */
    margin-bottom: 5px;
    color:#2C74C9;
    margin-top: 0;
    cursor: pointer;
}

#describe_form .sound-accordion-sound-alternate-header-errors {
    display: block;
    border: solid 1px #ccc;
    padding: 15px;
    background: #bd2d33;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; /* rounded corners */
    margin-bottom: 5px;
    color:#ffffff;
    cursor: pointer;
}

.errortag_message {
   margin-bottom:20px;
   color: #bd2d33;
}

.gmap-wrapper {
    margin-bottom: 20px;
}

/* Describe google map
------------------------------------------------------*/
.describe-geotag-form {
    float: left;
    /*width: 300px;*/
    margin-left: 30px;
}

.describe-gmap {
    float: left;
}

/* Notification messages
------------------------------------------------------*/
ul.messages {
    border: 1px solid #f8e982;
    background-color: #F7F8E0;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: 20px;
}

/* User Settings Page
------------------------------------------------------*/
#delete_account {
    width: 329px;
    padding-left: 20px;
    padding-bottom: 10px;
}


/* Moderation interface
------------------------------------------------------*/
.moderation-user-list img {
    position: relative;
    top: 5px;
}

.moderation-user-list-user {
    height: 75px;
    width: 300px;
    float: left;
    overflow: hidden;
}

.moderation-user-list-user-left {
    float: left;
    height: 75px;
    width: 75px;
}

#moderation_form textarea {
    height: 80px;
}

#moderation-delete-form,#moderation-defer-form,#moderation-return-form {
    position: absolute;
    top: 0px;
    left: 0px;
}

#moderation-message-form-wrapper {
    position: relative;
    height: 230px;
}

#moderation-form form {
    padding-bottom: 10px;
}

.moderation-unsure-ticket-player,.moderation-unsure-ticket-info {
    float: left;
    margin-left: 0px;
}

.moderation-unsure-ticket-info {
    padding-left: 5px;
    width: 700px;
}

.moderation-unsure-ticket-last {
    margin-top: 5px;
    margin-left: 5px;
    padding: 3px;
    background-color: #fafafa;
    width: 100%;
}

.moderation-unsure-ticket {
    font-size: 0.8em;
    height: 80px;
}

.moderation-unsure-ticket .small_player {
    margin-bottom: -15px;
}

.user-annotations-info img,.user-annotations-info p {
    float: left;
}

.user-annotations-info img {
    padding-right: 8px;
    padding-top: 4px;
}

.user-annotations-wrapper form {
    margin-top: 15px;
}

.user-annotations-wrapper p {
    margin-bottom: 3px;
    margin-top: 3px;
}

.alternate-row-even td {
    background-color: #fafafa;
}

.alternate-row-odd td {
    background-color: #fff;
}

.mod-selected-row td {
    background-color: #ececec;
}

#moderation-queue-left,#moderation-queue-right {
    width: 460px;
    float: left;
}

#moderation-queue-right #sounds_info {
    max-height: 550px;
    overflow: scroll;
}

#moderation-queue-left {
    margin-right: 20px;
}

#moderation-queue textarea {
    height: 80px;
    width: 400px;
}

.message-list-message {
    margin: 0 40px 0 30px;
    padding: 5px;
}

.message-list-message-nomod {
    background-color: #fafafa;
}

.message-list-message-mod {
    background-color: #ff8a8a;
}

.message-list-message-header p {
    margin: 0;
}

.message-list-message-date {
    font-size: 0.6em;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
    /*min-width: 200px;*/
}

.message-list-message-sender {
    margin: 0 0 5px 0;
    float: left;
    /*min-width: 300px;*/
}

#assigned-tickets-table-wrapper {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 5px;
    margin-bottom: 5px;
}

#assigned-tickets-table {
    border: none;
    width: 465px;
}

#assigned-tickets-table td {
     padding: 6px 6px 6px 10px;
}

#moderation-decision-form li {
    list-style-type: none;
    float: left;
    margin-right: 15px;
}

#moderation-decision-form ul {
    padding-left: 0px;
}

#moderation-decision-form {
    padding-top: 3px;
    padding-bottom: 10px;
}

#ticket-details {
    position: relative;
}

#ticket-details li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
}

#ticket-details em {
    min-width: 170px;
    float: left;
    color: #666;
}

#ticket-details ul {
    width: 400px;
    float: left;
}

#ticket-details-left {
    margin-right: 20px;
}

#ticket-page-form textarea {
    height: 80px;
}

#ticket-page-form form {
    margin-right: 20px;
}

#ticket-left,#ticket-right {
    width: 450px;
    float: left;
}

#ticket-left {
    margin-right: 20px;
}

#id_moderator_only {
    float: left;
    width: 140px;
    font-size: 0.8em;
}

#moderation-form label {
    float: left;
}

#moderation-form p {
    margin-bottom: 5px;
}

#ticket_menu .button{
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-top: 2px solid #CB3D44;
}
#ticket_menu .button.selected{
    background-color: #ededed;
    color: black;
    font-weight: bold;
}
#ticket_menu {
    display: table;
    margin: 0 auto;
    padding-bottom: 10px;
}

#ticket_menu li {
    display: inline;
    float: left;
    margin-right: 50px;
}

#ticket_menu ul li a:active {
    text-decoration: underline;
    color: #333;
}

#moderation-queue #select-all, #moderation-queue #select-all-same-user{
    font-size:12px;
    cursor:pointer;
}

.ticket_link {
    text-align:right;
    border-bottom: 1px solid #ccc;
}

#sounds_info .sample_player_small {
    margin-bottom: 0px;
}

/* #ticket_menu li {
    display: inline;
}
 */

/* Upload pages
------------------------------------------------------*/

#describe_page ul.upload ul {
    list-style: none;
    padding-left: 0;
}
#describe_page ul.upload ul li {
    margin-top: 8px;
}
#describe_page ul.upload ul .filecheckbox {
    margin-right: 6px;
}
#describe_page #fileform {
    padding: 0;
}

.describe_page_action_button {
    margin-bottom: 5px;
    padding: 5px;
}


/* Forum Search
------------------------------------------------------*/
.multipost {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px;
    padding:16px;
    background-color:#F9F9F9;
    border-radius: 6px;
    border: 1px solid #F0EEF1;
    margin: 10px 0px 10px 25px;
}

.forum_search_result {
    padding:16px;
    /*background-color:#F9F9F9;
    border-radius: 6px;
    border: 1px solid #F0EEF1;; */
    border-bottom: solid 1px #E4E4E4;
}

.thread_info{
    font-size: 10px;
    color: #9E9E9E;
    padding-left: 28px;
    margin-top:5px;
    /*float:right;*/
}

.thread_title{
    background: url(../images/forum_nonew.png) no-repeat top left;
    padding-left: 28px;
    font-size: 14px;
    font-weight: normal;
    font-weight: bold;
    color: #CC4040;
}

.thread_title:hover {
    color: #9C3131;
}

.forum_search_result {
    margin-bottom: 20px;
}

.advanced_forum_search_options{
    font-size:10px;
    line-height:30px;
}

.advanced_forum_search_options .input_date_field {
    width: 80px;
    height: 10px;
    font-size: 10px;
}


.forum_search_button {
    background: url(../images/search_in_forum.png);
    width: 160px;
    height: 31px;
    display: block;
    text-indent: -9999px;
    float:right;
    margin-top:-8px;
    margin-right:-10px;
}

.ui-datepicker{
    font-size:10px;
}

/* Wiki pages
------------------------------------------------------*/

#wiki-edit a {
    display: block;
    width: 144px;
    height: 31px;
    background: url(../images/edit_wiki_page.png);
    text-indent: -9999px;
    margin-bottom: 20px;
    float: right;
}

/* Pack page
------------------------------------------------------*/
#single_pack_sidebar {
    float: right;
    width: 300px;
    margin-right: 8px;
}



#moderation_guide img {
    margin: 20px 0 10px 50px;
    padding: 1px;
    border: 1px solid #ccc;
}


#player_controls {
    margin-left: 40px;
}


/*
 * jQuery UI Datepicker 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
                width: 19em;
                padding: .2em .2em 0;
                display: none;
                font-size:11px;
                background-color:#E9E9E9;
                border-radius: 6px;
                border: 1px solid #E0DEE1;
               }

.ui-state-active, .ui-widget-content .ui-state-active
{
    background-color:#E0E0E0;
}

.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:12px; }
.ui-datepicker .ui-datepicker-prev-hover { left:2px; }
.ui-datepicker .ui-datepicker-next-hover { right:12px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0;}
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 1; font-size:10px; }
.ui-datepicker td { border: 1; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker td span, .ui-datepicker td a:hover{ display: block; padding: .2em; text-align: right; text-decoration: none; background-color:#E9E9E9; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Edit sound sources page
------------------------------------------------------*/

#current-sources{
	width: 430px;
	overflow: hidden;
	float:right;
	padding: 5px;
}

#current-sources .add{
	display: none;
	font-size:10px;
}

#current-sources .remove{
	display: inline;
	font-size:10px;
}

#search-results-title{
	width: 430px;
	overflow: hidden;
	float:left;
	padding: 5px;
}

#search-results .add{
	display: inline;
	font-size:10px;
}

#search-results .remove{
	display: none;
	font-size:10px;
}

#submit_button_for_edit_sources{
	/*display:inline;*/
	/*float:right;*/
	text-align: right;
}

.sound_list_edit_sources {
	border-radius:5px;
    background-color:#FFFFFF;
    padding:5px;
    margin-bottom:5px;
}

/*.sound_list_edit_sources:hover{
    background-color:#EAEAEA;
}*/

.sound_list_edit_sources .sound_stars {
    display: none;
}

.sound_list_edit_sources .sample_information {
    display: none;
}

.sound_list_edit_sources .add_remove_buttons {
	margin-top:-20px;
}


/* Bookmarks
------------------------------------------------------*/

.bookmark_form {
    display:none;
    width:240px;
    border-left: 2px solid #eee;
    padding-left: 8px;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:7px;
    padding-bottom:7px;
    background: #fafafa;
    /*position: absolute;
    z-index:20;*/
}

.bookmark_form form{
    margin-left: 0px;
    padding: 0px 0px;
    border-left: 0px solid #eee;
    margin-bottom: 0px;
}

.bookmark_form p{
    font-size:10px;
    margin-bottom:5px;
}

.bookmark_form .name_widget{
    width:190px;
    /*height:12px;*/
    font-size:11px
}

.bookmark_form .select_widget{
    width:182px;
}

.bookmark_form .category_name_widget{
    width:230px;
    height:10px;
    font-size:10px;
}

.bookmark_form .category_name_widget_2{
    width:140px;
    height:12px;
    font-size:10px
}

.bookmark_form .info_text{
    float:right;
    font-size:9px;
    font-style:italic;
    margin-bottom:0px
}

.bookmark_player{
    width:45px;
    height:20px;
    display:inline-block
}

.bookmark_info{
    height:25px;
    vertical-align:middle;
    font-size:12px;
    display:inline-block
}

.bookmark_list_container{
    margin-top:-15px;
    margin-bottom:15px
}

.bookmark_info_message{
    border: 1px solid #f8e982;
    background-color: #F7F8E0;
    font-size:11px;
    padding:2px;
    padding-left:7px;
    margin-bottom:5px;
}

.bookmark_link_sound_display{
    width:15px;
    height:15px;
    float: right;
}

/* Tag recommendation
---------------------------------------------------------------*/
.tag {
    display: block;
    float: left;
    margin: 2px;
    height: 23px;
    background-color: #F7F5D9;
    border-bottom: solid 1px #D3C9AA;
}

.tag a {
    display: block;
    padding: 3px 6px 0 12px;
    min-height: 21px;
    font-size: 11px;
    font-weight: bold;
    background: url(../images/tag_edge.png) no-repeat left top;
}

/* Pending sounds to moderate page
--------------------------------------------------------------*/

.last-ticket-comments p, li, a {
    /*font-size: 11px;*/
}

.last-ticket-comments p {
    margin: 0;
}

.last-ticket-comments ul {
    padding-left: 25px;
    padding-bottom: 0;
}

.last-ticket-comments {
    margin-bottom: 65px;
    margin-left: 20px;
}

#pending-ticket {
    padding-left: 25px;
}


/* Cookies bar
--------------------------------------------------------------*/

#cookie-bar {
    height: 50px;
    line-height: 30px;
    z-index: 2;
    opacity: 0.95;
    background: black;
    background: rgb(46,46,46);
    position: fixed;
    width: 980px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: 0px;
    margin: 0;
}

#cookie-bar p {
    padding: 5px 15px;
    font-size: 12px;
    font-style: italic;
    color: white;
}


/* Following and followers, etc. stuff
--------------------------------------------------------------*/

#following_tags .content_box {
    margin-bottom: 0;
    min-height: 0;
}

#sidebar .content_box {
    min-height: 0;
}

.content_box {
    min-height: 80px;
}

#cookie-bar a {
    color: #AB4646;
}

#cookie-bar .cb-float_right {
    margin-right: 10px;
    width: 50px;
}

.api-client-permissions-grant-row td {
    background-color: #ffecec;
}

#account_info_left {
    float: left;
    width: 150px;
    text-align: center;
    margin-top: 10px;
}

#follow_button {
    margin: 5px;
    width: 100px;
}

#follow_tag_link {
    font-size: 10px;
}

#social h3 {
    margin: 0;
}

#social ul {
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

#social ul li {
    display: inline;
    font-size: 10px;
}

#social ul li a {
    font-size: 10px;
}

#follow_tags_link {
    float: right;
}

#follow_tags {
    font-size: 11px;
    font-weight: bold;
}

 #follow_tags li {
    margin-bottom: 5px;
}

#follow_browse_tags {
    float: right;
    max-width: 310px;
}

#follow_browse_tags .tags {
    margin-bottom: 0;
    max-width: 310px;
}

#follow_browse_tags .tag_group {
    float: right;
    margin-right: 0;
}

#now_following_tags_span {
    font-size: 11px;
    font-style: italic;
    float: right;
    width: 310px;
    text-align: right;
    margin-bottom: 5px;
}

#follow_tags_button {
    float: right;
}

#following_tags, #follow_browse_tags, #stream_following_tags {
    padding: 0;
    margin: 0;
}

#following_tags .tags li a, #follow_browse_tags .tags li a, #stream_following_tags .tags li a {
    margin-bottom: -20px;
    background-image: url(../images/tag_edge_group.png);
    font-size: 10px;
    color: #000;
    font-weight: normal;
}
#following_tags .tags li a:hover, #follow_browse_tags .tags li a:hover, #stream_following_tags .tags li a:hover {
    text-decoration: none;
}

#following_tags .tag_group {
    cursor: pointer;
}

#follow_tags_error_message {
    color: red;
    font-size: 10px;
    float: right;
    margin-top: 5px;
    display: none;
}

#follow_user_error_message {
    color: red;
    font-size: 10px;
    display: none;
}

#follow_tags_button_div {
    float: right;
}

.tag_group {
    background: rgb(244,244,244);
    border-radius: 5px;
    text-align: justify;
    float: left;
    padding: 2px;
    margin: 0 6px 6px 0;
}

.stream_box {
    width: 944px;
    background: url(../images/sub_sidebar_header_full_box_bg.png) no-repeat top;
    margin: 0;
    margin-left: 1px;
    padding: 0;
}

.stream_box h3 {
    margin-left: -6px;
    padding: 0 18px;
    padding-top: 1px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 30px;
    color: #AB4646;
}

.stream-left {
    width: 600px;
    float: left;
    margin-bottom: 40px;
    margin-left: 20px;
}

.stream-right {
    float: right;
    text-align: left;
    margin: 0 auto;
    width: 320px;
}

#date_pickers {
    display: inline-block;
}

#date_pickers label {
    display: inline-block;
    font-size: 11px;
}

#date_pickers label input {
    font-size: 11px;
    margin-right: 3px;
}

#date_pickers select {
    display: inline-block;
}

#lbl_date_from, #lbl_date_to {
    margin-left: 20px;
}

#date_submit {
    margin-left: 10px;
}

#stream_period {
    font-size: 13px;
}

#stream_users .active_user {
    width: 200px;
    float: left;
    margin-left: 20px;
}

#stream_tags .active_user {
        margin-left: 20px;
}

#stream_tags .people_user_info {
    float: left;
    margin-right: 40px;
    padding-top: 7px;
}

#stream_tags .tag_group {
    margin-bottom: 20px;
}

.link-top {
    font-size: 8px;
    margin-left: 20px;
}

.right .active_user {
    margin-bottom: 0;
    margin-top: 10px;
}

.link-to-section {
    float: right;
    margin-top: -38px;
    font-size: 10px;
    margin-right: 20px;
}

#follow_error {
    color: red;
    font-size: 10px;
    display: none;
}


.followers_page_user_info img {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

.followers_page_user_info {
    float: left;
    display: block;
    width: 150px;
    height: 50px;
    margin-right: 15px;
}
