.tweet,
.query {
	padding: 15px 0px 0px 58px;
	font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	color: #28B8A4;
	font-size: 16px;
}

.tweet_list {
	text-align: left;
	width: 260px;
	/*display: none;*/
	background-color: #f5f5f5 no-repeat;
	height: 335px;
	color: #333333;
	font-size:11px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 10px 10px 6px 6px;
	border-radius: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
	margin-top: 0px !important;
}

.tweet_list li a {
	color: #0C717A;
}

.tweet_list .tweet_even {
	background-color: #91E5E7;
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

/* PARTE ANTIGUA INVERSIS MARKET */

p.tut
{
	padding: 15px 0px 0px 58px;
	font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	color: #28B8A4;
	font-size: 16px;
}
#twitter-ticker
{
	text-align: left;
	width: 260px;
	display: none;
	background: url(img/slickbg.png) #f5f5f5 no-repeat;
	height: 396px;
	color: #333333;
  font-size:11px;
	-moz-border-radius: 10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#tweet-container
{
	width: 260px;
	height: 320px;
	overflow: hidden;
}
#twitIcon
{
	position: absolute;
	width: 37px;
	height: 37px;
	top: 5px;
	left: 5px;
}
#top-bar
{
	border-bottom: white 1px solid;
	position: relative;
	margin-bottom: 8px;
	height: 45px;
	-moz-border-radius: 6px 6px 0 0;
}
.tweet
{
	border-bottom: #f0f0f0 1px solid;
	border-left: #f0f0f0 1px solid;
	padding: 5px 5px 5px 15px;	
	width: auto;
  height: 50px;
	border-top: #f0f0f0 1px solid;
	border-right: #f0f0f0 1px solid;	
  background-color: #FAFAFA;
}
.tweet2
{
	border-bottom: #f0f0f0 1px solid;
	border-left: #f0f0f0 1px solid;
	padding: 5px 5px 5px 15px;	
	width: auto;
  height: 50px;	
	border-top: #f0f0f0 1px solid;
	border-right: #f0f0f0 1px solid;
	background-color: #DEDEDE;
}
.tweet .avatar
{
	float: left;
}
.tweet .user
{
	float: left;
}
.tweet .time
{
	float: left;
}
.tweet .time
{
	text-transform: uppercase;
	white-space: nowrap;
	color: #aaaaaa;
	font-size: 10px;
}
.tweet .avatar IMG
{
	border-bottom: #eeeeee 2px solid;
	border-left: #eeeeee 2px solid;
	margin: 0px 5px 5px 0px;
	width: 36px;
	height: 36px;
	border-top: #eeeeee 2px solid;
	border-right: #eeeeee 2px solid;
}
.tweet .txt
{
	clear: both;
}
.tweet .user
{
	font-weight: bold;
}
A
{
	outline-style: none;
	color: #006666;
  font-size:11px;
	text-decoration: none;
}


#main
{
	text-align: center;
	margin: 40px auto;
	width: 420px;
}
.jScrollPaneContainer
{
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.jScrollPaneTrack
{
	position: absolute;
	background: #ddd;
	height: 100%;
	top: 0px;
	cursor: pointer;
	right: 4px;
}
.jScrollPaneDrag
{
	position: absolute;
	background: #999;
	overflow: hidden;
	cursor: pointer;
}
.jScrollPaneDragTop
{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.jScrollPaneDragBottom
{
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	left: 0px;
}
