#SKIN #profile_full_container {  
  display: block;
}

#SKIN #profile_teaser_container {  
  display: none;
}

#SKIN .profile_list {
    margin: 0;
    padding: 5px;
}

#SKIN .event_list li {
    padding: 0 5px;
    margin: 0;
}

#SKIN .profile_image,
#SKIN .rss_image {
    float: right;
    margin: 5px;
    border: 1px solid gray;
}

/* IE only */
* html #SKIN .circle_group {
    width: 49%;
}

#SKIN .event_list {
    list-style: none;
    padding: 5px;
    margin: 0;
}

#SKIN .event_pane_right #ajax {
    border: 1px solid gray;
    padding: 5px;
    margin: 5px;
}

#SKIN .event_pane_right #ajax table {
    width: 100%;
}

#SKIN #widget_event2 h3 {
    background: #063C89;
    color: white;
    margin: 5px 5px 0 5px;
}

/* remove after soclainet widget switched to ajax pagination */
#SKIN .friend_list_container {
    margin: 5px;
    padding: 5px;
    height: 200px;
    border: 1px solid gray;
    overflow: auto;
}

/* IE only */
* html #SKIN .friend_list_container {
    height: 200px;
}

#SKIN .friend_list_box {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}

/* IE <= 6 */
/* ugly ugly ugly... IE wraps the floats because the vertical scrollbar is there */
* html #SKIN #widget_friend_list_box .friend_list_box {
    width: 45%;
}

/* IE = 7 */
*:first-child+html #SKIN #widget_friend_list_box .friend_list_box {
    width: 45%;
}

#SKIN .friend_list_container .row {
    clear: both;
}

#SKIN .friend_list_box div {
    float: left;
}

#SKIN .friend_profile_image {
    width: 30px;
    padding-right: 5px;
}

#SKIN .friend_checkbox {
    width: 15px;
    padding-right: 5px;
}

#SKIN .friend_name {
    width: 60px;
}

#SKIN #widget_outreach div.caption {
    padding: .5ex;
    font-weight: bold;
}

#SKIN #widget_outreach .widget_outreach_totals {
    border-bottom: 1px solid #FFD9B1;
    margin-bottom: 2px;
}
#SKIN #widget_outreach .widget_outreach_totals_data {
    background: #FFF1D4;
}

#SKIN #widget_outreach .widget_outreach_totals h3 {
    background: #FFD9B1;
    border-bottom: 1px solid #F9942A;
}

/* IE Only.  I can't explain this.  Some wierd inheritance going on here that has to do 
with the .container class in global.css.  I have not found this problem documented online anywhere. */
* html #SKIN #widget_outreach .widget_outreach_totals h3 {
    height: 100%;
}

#SKIN #widget_outreach #outreach_total_raised {
    display: block;
    color: #CC3300;
    font-size: 12px;
}

#SKIN #widget_outreach .widget_outreach_campaign h3 {
    padding-left: 15px;
    background: #D1E0FF url(/skins/obama/images/blue-arrow.gif) no-repeat 5px 50%;
}

#SKIN #widget_outreach .widget_outreach_campaign_data,
#SKIN #widget_outreach .widget_outreach_totals_data {
    list-style: none;
    display: block;
}

#SKIN #widget_outreach .widget_outreach_campaign_data {
    margin: 1px 0 5px 0;
    border-top: 1px solid #6699FF;
    padding: 0 15px;
}

#SKIN #widget_outreach .widget_outreach_campaign_actions {
    margin: 0 0 5px 0;
    padding: 0 15px;
}

#SKIN #widget_outreach .widget_outreach_campaign_actions a {
    color: #0066CC;
}

/*#SKIN #widget_outreach .outreach_manage_button {
    position: absolute;
    right: 15px;
    top: 1px;
    display: block;
    height: 13px;
    width: 50px;
    overflow: hidden;
    text-indent: -5000px;
    background: url(/skins/obama/images/manage-button.gif) no-repeat left top;
}*/

#SKIN #widget_outreach .widget_outreach_totals_data {
    padding: 0 25px 0 5px;
    margin: 0;
}

#SKIN #widget_outreach .widget_outreach_campaign_data li,
#SKIN #widget_outreach .widget_outreach_totals_data li {
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

#SKIN #widget_outreach .widget_outreach_campaign_data li .form_value,
#SKIN #widget_outreach .widget_outreach_totals_data li .form_value{
    color: #CC3300;
}

/**
 * Used by overlib
 */

.what_is_this_container {
    border: 1px solid #000000;
    background: #FFFFCC;
    width: 250px;
    padding: 5px;
}

.what_is_this_content {
    text-align: left;
    color: #CC0000;
}

.what_is_this_content dt {
    font-weight: bold;
}


#SKIN #account_actions a:link,
#SKIN #account_actions a:active,
#SKIN #account_actions a:visited,
#SKIN #account_actions a:hover {
    font-weight: normal;
    font-size: 14px;
    color: #CCCCCC;
}

#SKIN div.float_right {
    float: right;
    margin-right: 5px;
}

#SKIN div.announcement_title {
    font-weight: bold;
    margin: 5px;
}

#SKIN div.announcement_description {
    margin: 5px;
}

#SKIN #activity_container {
    /*border:1px solid grey;*/
    padding:16px;

}
#SKIN #activity_container h1 {
    clear:both;
    float:none;
    margin-bottom:8px;
}
#SKIN #activity_container #display_activity {
    border:0px solid #007CC2;
    border-width:1px 0px 0px 0px;
}
#SKIN #activity_container #activity_index {
    text-align:center;
    width:90px;
    height:90px;
    float:left;
/*     padding:20px 10px 0px 10px; */
}
#SKIN #activity_container #activity_index  span {
    height:100%;
    width:100%;
    line-height:1.5em;
    float:left;
    vertical-align:middle;
    display:block;
    font-size:5em;
    color:white;
    background:url(/images/over_ten.gif);
}
#SKIN #activity_container #activity_index > span {
    background:url(/images/over_ten.png);
}
#SKIN #activity_container h4 {
    float:left;
    clear:left;
    width:70px;
}
#SKIN #activity_details {
    clear:left;
    float:left;
}
#SKIN #activity_container h5 {
    font-size:1.2em;
    text-align:left;
    margin:30px 0px 10px 106px;
    font-weight: bold;
    color: #0668a4;
}
#SKIN #display_activity #activities {
    width:200px;
    margin-left:106px;

}
#SKIN #display_activity #activities tr td {
    padding:5px;
    font-size:12px;
}
/* target FF2 */
#SKIN #display_activity #activities, x:-moz-any-link {
    margin-left:16px;
}
/* target FF3 */
#SKIN #display_activity #activities, x:-moz-any-link, x:default {
    margin-left:106px;
}
#SKIN #activities td, #SKIN #activities th {
    text-align:left;
}
#SKIN #activities th {
    font-weight:bold;
}
#SKIN #activities th.heading {
    width:65px;
}
#SKIN #daily_activity {
    width:534px;
    margin-left:106px;
}
#SKIN #daily_activity div.activity_type div.activity{
    margin-left:20px;
}

#SKIN #activity_sort_actions {
    text-align:right;
}

#SKIN #member_activity {
    margin-top:10px;
    width:534px;
    margin-left:106px;
}
#SKIN #member_activity td {
    padding:5px;
}
#SKIN #member_activity tr.member {
    background:#ececec;
    border-bottom:3px solid white;
}
#SKIN #member_activity th.heading {
    font-weight:bold;
    width:65px;
}
#SKIN #member_activity th.head_spacer {
}
#SKIN #member_activity td.activity_index {
    width:25px;
    height:25px;
    color:white;
    vertical-align:middle;
    padding:0px;
}
#SKIN #member_activity td.activity_index span.index {
    width:25px;
    height:25px;
    margin:4px 1px 1px 4px;
    font-weight:bold;
    text-align:center;
    font-size:2em;
    display:block;
    line-height:1em;
    background:url(/images/over_ten_25.gif);
}
#SKIN #member_activity td.activity_index > span.index {
    background:url(/images/over_ten_25.png);
}
#SKIN #member_activity td.member_name {
}
#SKIN #member_activity tr.member_activity_hidden, #SKIN #activities tr.details_hidden {
    display:none;
}
#SKIN #member_activity tr.member_activity td {
    border:0px solid #ccc;
    border-bottom-width:1px;
}
#SKIN #member_activity tr.member_activity td.activity_spacer {
    border:0px;
}
#activity_switch {
    margin-left: 106px;
}
#activity_switch A, #acrivity_switch SPAN {
    margin-right:15px;
}
#SKIN #activities tr.details td {
    border:0px solid #ccc;
    border-bottom-width:1px;
}
#SKIN #activities tr.details td.detail_description {
    text-align:right;
    padding-right:20px;
}

#dlg_whats_this {
  background-color: white;
  border: 1px solid black;
  padding: 2px;
}

#SKIN td.circle_join_date {
    text-align:right;
}

#SKIN .group_members_container {
    padding:.5em;
}

#SKIN .yui-pg-container {
    background:#ccc;
    padding:.5em;
}

#SKIN .yui-pg-container .yui-pg-first {
    float:left;
}

#SKIN .yui-pg-container .yui-pg-last {
    float:right;
}

#SKIN .yui-pg-container .yui-pg-center-nav {
    text-align:center;
    display:block;
}

#SKIN .yui-pg-container .yui-pg-pages .yui-pg-page{
    padding:0 .5em;
}
#SKIN .yui-pg-container .yui-pg-pages .yui-pg-current-page{
    font-weight:bold;
}
