.clear {
    clear:both;
}


/* The list of tweets */
#tweets {
    font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
    font-weight:bold;
    margin-bottom:0px;
	padding-top:0px;
    padding-bottom:0px;
	padding-right:5px;
    width:266px;
    color:#323232;
    display:none;
	background-color:#f0f0f0;
}
#tweets a {
    color: #154d74;
    text-decoration:underline;
		font-weight:normal;
}
#tweets a:hover {
    color: #154d74;
    text-decoration:none;
	font-weight:normal;
}

#tweets .div_avatar {
/*display:none; */
float:left;
    width:0px;
    margin-top:0px;
	margin-right:10px;
}

#tweets .div_tweet {
    float:right;
    width:195px;
	font-weight:normal;
}

/* Individual tweets */
#tweets ul {
    margin:0;
    padding:0;
    margin-bottom:5px;
    
}
#tweets li {
    list-style: none;
    background-image:none;
    display:block;
    margin: 0;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:10px;
    padding-right:5px;
    font-weight:normal;
    border-bottom:1px solid #ccc;
}


/* Styles for participants, moderators, and others */
#tweets .usertype_none {
    color:#000;
}
#tweets .usertype_participant {
 /*   background:#D3D5D6;*/
}
#tweets .usertype_moderator {
    /* background:#D3D5D6;*/
}

/* The user type caption */
#tweets .caption_moderator {
    font-weight:bold;
    display:block;
    color:#fff;
    margin-bottom:5px;
}
#tweets .caption_participant {
    font-weight:bold;
    display:block;
    color:#fff;
    margin-bottom:5px;
}

#tweets .loading {
    background:#000;
    color:#fff;
    text-align:center;
    padding:50px 15px 45px 15px;
}
#tweets .loading p {
    margin-top:10px;
    margin-left:10px;
}




/* about ... hours ago from ... */

#tweets .tweet_info {
    display:block;
    color:#666;
    font-size:9px;
    margin-top:6px;
	line-height:11px;

}

#tweets .tweet_info a {
     color: #666;
    text-decoration:underline;
}
#tweets .tweet_info a:hover {
   color: #666;
    text-decoration:none;
}


#tweets .tweet_pagination {
    color:#154d74;
    margin-bottom:0px;
    margin-top:10px;
    margin-left:0px;
	margin-right:0px;
    padding:0px;
	
}
#tweets .tweet_pagination .page_number {
    margin-right:5px;
	color:#154d74;
    float:left;
    padding:3px;
}

#tweets .tweet_pagination a.page {
    padding:3px;
	text-decoration:underline;
    
    color:#154d74;
    font-weight:bold;
    margin-right:px;
    margin-bottom:3px;
    background:#dcdcdc;
      float:right;
}
#tweets .tweet_pagination a.page:hover {
 color:#154d74;
	text-decoration:none;
	
}
/* moderator section */

.moderator {
    padding-bottom:10px;
 }
.moderator_image {
    float:left;
    width:64px;
    margin-right:10px;
}
.moderator_image img {
    width:64px;
}
.moderator_bio {
    float:left;
    width:220px;
}
.moderator_bio h2 {
    margin:0;
    padding:0;
}
.moderator_bio p {
    margin-top:4px;
    margin-bottom:0px;
}

#moderator_rollover {
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    width:300px;
    height:300px;
    overflow:auto;
  
    border:8px solid #999;
    display:none;
    padding:10px;
    font-family:arial,helvetica,sans-serif;
}
#moderator_rollover .loading {
    text-align:center;
    padding:30px 15px 15px 15px;
}
#moderator_rollover .loading p {
    margin-top:10px;
    margin-left:10px;
}

.rollover_name
{
font-weight: bold;
}
.rollover_tweets {
    margin-top:5px;
    font-size:12px;
}

.rollover_tweets ul {
    list-style-type:none;
    margin:0; padding:0;
}
.rollover_tweets ul li {
    list-style-type:none;
    margin: 0;
    padding:4px 0 8px 0;
    border-bottom:1px dotted #ccc;
}



