/*JUITTER PLUGIN CSS*/

#juitterContainer{
    width: 200px;
    font-weight: normal;
	font-family: Arial, Trebuchet, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border-left: solid 1px #cecece;
}

#juitterContainer .extLink{
}

#juitterContainer .hashLink{
}

#juitterContainer .jRM{
	float: right;
	/*read it on twitter link*/
	clear: both;
}

/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar{
	float: right;
	border: solid 1px #72A714;
	background: #FFF;
	margin-right: 5px;
	padding: 2px;
	width: 30px;
	height: 30px;
}

/* Bellow the list of tweets "<li>" */
#juitterContainer .twittLI{
	list-style: none;
	background: #FFFFFF;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: solid 0px #000000;
	padding: 3px;
	clear: both;
	/*height: 100px;*/
}

#juitterContainer .twittList{
	margin: 0;
	/* UL that will contain the list of tweets */
	padding: 0;
}

#juitterContainer .twittList A{
	/*Links inside the tweets list */
	color: #029AFE;
	font-weight: normal;
}

#juitterContainer .twittList SPAN.time{
	color: #777;
	font-size: 0.9em;
}

#juitterContainerr a:link {
    font-weight: normal;
    color: #029AFE;
    text-decoration: none;
}

#juitterContainer a:visited {
	font-weight: normal;
	color: #029AFE;
	text-decoration: none;
}

#juitterContainer a:hover {
	font-weight: normal;
	color: #ff6600;
	text-decoration: underline;
}


/*end of Juitter CSS*/