#jptc_box{
	
}

.jptc_tweet{
	clear:both;
	padding-top: 2px;
}



.jptc_tweet_avatar{
	float:left;
	padding-bottom:48px;
	margin-right:5px;
}

.jptc_tweet_avatar img{
	width: 48px;
	height: 48px;
	max-width: 48px !important;
	max-height: 48px !important;
}

.jptc_tweet .jptc_tweet_content{

}

.jptc_tweet .jptc_tweet_username a{
	font-weight:bold;
	text-decoration:none;
}

.jptc_tweet .jptc_tweet_text{
	margin-top:-6px;
}

.jptc_tweet .jptc_tweet_meta{
	font-size:9px;
}


#jptm_controls{
	position: relative;
	left: 87%;
}

#jptm_controls span{
	cursor:pointer;
}

#jptm_controls span:active, #jptm_controls span:hover{ opacity:1;}

#jptc_left_btn{
	margin-right:5px;
}

#jptc_show_all_tweets{
	float: right;
	padding-top: 4px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	cursor: pointer;
}

#jptc_show_all_tweets:hover {
	text-decoration: underline;
}


#jptc_all_content .jptc_tweet_avatar{
	padding-bottom:0;
}

#jptc_all_content{
	position: fixed;
	*position:absolute; 
	box-shadow: 3px 3px 3px #496668;
	-moz-box-shadow: 3px 3px 3px #496668;
	-webkit-box-shadow: 3px 3px 3px #496668;
	background-color: #fff;
	width: 45%;

	left: 27%;
	top: 15%;
	z-index: 10000;
	display:none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-top:  1px solid #496668;
	border-left: 1px solid #496668;
	padding-bottom:25px;
}

#jptc_all_box{	
	overflow-y:scroll;
	height: 320px;
	padding: 25px 25px 0 25px;
}

.jptc_all_content_header{
	font-weight:bold;
	padding: 5px 0 5px 5px;
	background-color:#eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

#jptc_close_popup_btn{
	color: #469CED;
	font-size: 11px;
	margin-right: 5px;
	font-weight: bolder;
	cursor: pointer;
	float: right;
	margin-right: 15px;
	z-index:10000;
}

#jptc_all_content .jptc_tweet{
	min-height:50px;
	margin-bottom:30px;
}

#jptc_all_content .jptc_tweet .jptc_tweet_content{

}


.jptc_follow_btn{
	position: relative;
	top: 20px;
}

/*IE 8 Fixes*/
.ie #jptc_show_all_tweets{
	
}

.ie #jptm_controls{
	left:76%;
}

.ie #jptm_controls span{
	cursor:pointer;
	font-weight:bold;
	background-color: #fff;
	color: #666;
	padding: 3px 1px;
}
