
#panel-container{
	position:relative;
	top:10px;
	height:350px;
	width:auto;
	overflow:hidden;
	line-height:130%;
	
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
	width:138px !important;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background:url(../../js/load_twitter/img/bg_scroll.gif) no-repeat;
	position: relative;
}

.jspDrag
{
	background: #d5b5b4;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}




.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 9px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


#newsBlock{ position:relative; width:155px; height:408px; margin:0 auto; }

#newsBlock h3.title{ height:20px;}

#newsBlock h3.title a{ }

#news-ticker{
	width: auto;
	height: auto;
	overflow: auto;
	margin:0;
	padding:10px 0;
	
	
	width:155px;
	
	margin:auto;
	border:solid #d5b5b4;
	border-width:1px 0;
}





#news-container{
	height:346px;
	width:auto;
	overflow:hidden;
	line-height:130%;
	font-size:88%;
	
	
}


#news-container dt{ border-top:dotted 1px #d5b5b4; padding-top:10px; color:#fe3266;}
#news-container dd{ padding:3px 0 10px 0; color:#bb797e;}
#news-container dd a{color:#bb797e;}

#news-container dd a:hover{color:#7fcef4;}




#twitterBlock{ position:relative; width:155px; height:400px;  margin:auto;}

#twitterBlock h3.title{ height:30px;}

#twitterBlock h3.title a{ }

#twitter-ticker{
	width: auto;
	height: auto;
	overflow: auto;
	margin:0;
	padding:10px 0;
	
	
	width:155px;
	
	margin:auto;
	border:solid #d5b5b4;
	border-width:1px 0;
}





#tweet-container{
	height:358px;
	width:auto;
	overflow:hidden;
	line-height:130%;
	font-size:88%;
	
	
}

#twitIcon{
	position:absolute;
	top:-25px;
	left:-10px;
	width:64px;
	height:64px;
}

#top-bar{
	height:45px;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;
	
	-moz-border-radius:6px 6px 0 0;
}

.tweet{
	border-top:dotted 1px #d5b5b4;
	padding:10px 0;
	color:#bb797e;
	width:auto;
	overflow:hidden;
	
}

.tweet .avatar,
.tweet .user,
.tweet .time{
	float:left;
	font-size:8px;
	font-weight:normal !important;
}

.tweet .data{
	float:left;
	width:100px;
	line-height:120%;
	text-align:left;
	
}

.tweet .data a,
.tweet .data a:link,
.tweet .data a:visited,
.tweet .data a:active{ color:#7fcef4;text-decoration:underline !important;}
.tweet .data a:hover		{  color:#fe3266;text-decoration:underline !important;}

.tweet .user{
	font-weight:bold;
	padding-right:10px;
	display:none;
}

.tweet .time{
	
	white-space:nowrap;
	display:none;
}

.tweet .avatar { padding-top:5px;}
.tweet .avatar a{ background-color:transparent;}
.tweet .avatar img{
	width:32px;
	height:32px;

	margin:0 5px 0px 0;
}

.tweet .txt{
padding:2px 0 0 0;
	clear:both;
}



#twitter-ticker a,#twitter-ticker a:visited {
	
	text-decoration:none;
	outline:none;
}

#twitter-ticker a:hover{
	text-decoration:underline;
}

#loading{
 position:relative;
 top:45%;
 left:49%;
}

/* The styles below are only necessary for the demo page */

#twitter-ticker p{
	padding-top:7px;
}



.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width:110px !important;

	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right:0px;
	top:0;
	height: 100%;
	background: #dcdcdc;
	
}
.jScrollPaneDrag {
	position: absolute;
	background: #a0a0a0;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}




