/*JUITTER PLUGIN CSS*/
#juitterContainer{width:252px; height:451px; overflow-x: auto; overflow-y: scroll;} /*Juitter container*/
#juitterContainer .twittList{margin:0;padding:0;width:235px;} /* UL that will contain the list of tweets */
/* Bellow the list of tweets "<li>" */
#juitterContainer .twittLI{list-style:none;background:#FFFFFF;margin:0;padding:5px 0 0 0;border-bottom:dashed 1px #CAF8C9;padding:5px;clear:both;font-size:11.5px;font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;/*height:55px;*/} 
#juitterContainer .twittList A{color:#006600;} /*Links inside the tweets list */
/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;margin-right:5px;padding:1px;width:11px;;height:11px;}
#juitterContainer .jRM{float:right;clear:both} /*read it on twitter link*/
#juitterContainer .extLink{} /*CSS for the external links*/
#juitterContainer .hashLink{} /*CSS for the hash links*/
/*end of Juitter CSS*/

body {
	margin:0; 
	padding:0; 
	vertical-align:top; 
	background:#ffffff;
	background-image:url(images/bg-stripe.gif);
	/*background-repeat:repeat-x*/
}


table {
	background-repeat: no-repeat;
	background-position: top center;
}

img {
	border:0;
}


