@charset "UTF-8";
/* CSS Document */
.tweetlist_item {
	border: 1px solid #999999;
	background-color:#cccccc;
	background-image: url(../images/tweet_bg.jpg);
	background-repeat: repeat-x;
	padding:10px;
	margin-bottom:15px;
	margin-left: 15px;
	width: 180px;
	height: 240px;
	float: left;
	position:relative;
	
}
.tweetlist_user img{
      border: 1px solid #999999;
	  width:48px;
	  height:48px;

}
.tweetlist_userinfo{
	position:absolute;
	left:65px;
	top:8px;
	width:120px;
	font-size:9px;

}
.tweetlist_username{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#006;
}

/* callouts */

    .calloutUp
    {
        height: 0;
        width: 0;
        border-bottom: 12px solid #999999;
        border-left: 12px dotted transparent;
        border-right: 12px dotted transparent;
        left: 0px;
        top: 0px;
        margin-left: 20px;
        z-index: 10;
    }
    .calloutUp2
    {
        position: relative;
        left: -10px;
        top: 2px;
        height: 0;
        width: 0;
        border-bottom: 10px solid #ffffff;
        border-left: 10px dotted transparent;
        border-right: 10px dotted transparent;
        z-index: 11;
    }
    .calloutDown
    {
        height: 0;
        width: 0;
        border-top: 12px solid #ffffff;
        border-left: 12px dotted transparent;
        border-right: 12px dotted transparent;
        left: 0px;
        top: 0px;
        margin-left: 20px;
        z-index: 11;
    }
    .calloutDown2
    {
        position: relative;
        left: -10px;
        top: -12px;
        height: 0;
        width: 0;
        border-top: 10px solid #9999ff;
        border-left: 10px dotted transparent;
        border-right: 10px dotted transparent;
        z-index: 10;
    }
    .divContainerUp
    {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
        background-color: #ffffff;
        border: solid 1px #999999;
		color:#333333;
        position: relative;
        top: -1px;
        z-index: 9;
        width: 160px;
        padding: 8px;
		word-wrap:break-word;
    }
	.divContainerUp a:link, .divContainerUp a:visited
	{
		/*color:#464b7b;*/
		text-decoration:none;
	}
	.divContainerUp a:hover
	{
		text-decoration:underline;
	}
    .divContainerDown
    {
        background-color: #9999ff;
        border: solid 1px #ffffff;
        position: relative;
        top: 1px;
        z-index: 3;
        width: 340px;
        padding: 8px;
    }
    .divContainerMain
    {
        background-color: #ccccff;
        padding: 8px;
    }