/* ************************* */
#twitter_box {
	border: 1px solid #444444;
	background-color: #777777;
	width: 318px;
	border-radius: 5px; 
}
/* ********** box header *************** */
#tw_header {
	height: 30px;
	color: white;
	padding: 9px;
	position: relative;
}
#avatar {
	float: left;
	width: 31px;
	height: 31px;
	border-radius: 3px;
}
#user_details {
	margin-left: 5px;
	float: left;
	position: relative;
	height: 31px;
	width: 100px;
}
#user_name {
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a#user_name:hover {
	text-decoration: underline;
}
#name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 10px;
}
#date_stamp_box {
	float: right;
}
#date {
	font-size: 14px;
	text-align: right;
}
#time {
	font-size: 10px;
	text-align: right;
}
#tw_arrows {
	float: right;
	height: 30px;
	padding: 0 0 0 7px;
	position: relative;
	width: 12px;
}
#tw_up {
	top: 0;
	display: none; /* hide at first, since start on the first post so no going 'back' */
}
#tw_down {
	bottom: 0;
}
#tw_up,
#tw_down {
	position: absolute;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
/* ********** tweet content box *************** */
#tw_tweet {
	background-color: #DDDDDD;
	min-height: 15px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding: 5px;
}
/* ********** box footer *************** */
#tw_footer {
	height: 44px;
	color: white;
	position: relative;
}
#tw_img_link {
	width: 20px;
	height: 16px;
	border: none;
}
#tw_img_link_container {
	position: absolute;
	margin: 8px 7px;
	right: 9px;
	top: 6px;
}
#tweet_back_box {
	color: #666;
	text-decoration: none;
	display: block;
	cursor: pointer;
	background: white;
	border: solid #444 1px;
	float: left;
	margin: 6px 8px;
	padding: 7px 6px;
	width: 288px;
	border-radius: 5px;
}
a#tweet_back_box:hover {
	color: black;
	/* background: #efefef; */
	/* border-color: #888; */
}
/* ************************* */
