

.panelArea h3.title{ height:40px;background:url(../../../img/common/box_head.png) no-repeat; padding:0; margin:0;}

.panelArea .panelWrap{
	width: auto;
	height: auto;
	overflow: auto;
	overflow:hidden;
	margin:0;
	padding:0px 0;
	
}

.panelArea .panelBody{
	width:auto;
	overflow:hidden;
	line-height:130%;
	font-size:88%;
	padding:0;
	margin:0 0px 0 0px;
	height: 300px !important;
}
	





#twitterIframe{
	
	}




#twitterBlock{ position:relative;border:solid 0px #ff484b !important;}

#twitter-ticker
			{
				width: auto;
				height: 300px !important;
				overflow: auto;
				margin:0;
				
	padding:10px 0 0 0;
			}

#twitter-ticker-box{
	width:720px;
	height:auto;
	
	
border:solid 0px #ff484b !important;
	background-color:#000;
	color:#000;
	display:none;
	/*
	-moz-border-radius:10px 10px 6px 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;*/

	text-align:left;
	
	
	margin:0 !important;
	
}

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

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

#top-bar{
	height:45px;
	background:url(img/top_bar.png) repeat-x;
	border-bottom:1px solid white;
	position:relative;
	margin-bottom:8px;
	
	-moz-border-radius:6px 6px 0 0;
}

.tweet{
	padding:0px 0px 0px 0px;
	margin:0 4px 20px 0;
	
	border:0px solid #222;


	
	width:auto;
	min-height:80px;
	overflow:hidden;
	position:relative;
}

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

.tweet .avatar{ position:absolute; top:0; left:0; width:80px; height:80px; z-index:5;}

.tweet .data{

	width:100%;
	height:80px;
	position:relative;
	
	z-index:4;
	}

.tweet .btn{ position:absolute; left:100px; bottom:0; width:80px; height:25px; ;background:url(../../../../img/share/icon_tw.png) center center no-repeat #c1c1c1;}
.tweet .btn a{ display:block; height:25px;}

.tweet .time{
	
	
	color:#AAAAAA;
	white-space:nowrap;
}


.tweet .avatar img{
	width:80px;
	height:80px;

	margin:0 20px 0px 0;
	border:solid 1px #eaeaea; 
}

.tweet .txt{
padding:2px 30px 0 100px;
	clear:both;
	color:#000;
}

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

#twitter-ticker a,#twitter-ticker a:visited {
	color:#ff484b;
	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;
}






















#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:auto !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:#ddd;
	position: relative;
}

.jspDrag
{
	background: #ff484b;
	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;
}




.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;*/
}




	body.modeRed .colorBG	 { background-color:#ff484b !important;}
	body.modeOrange .colorBG { background-color:#ffa500 !important;}
	body.modeYellow .colorBG { background-color:#ffde00 !important;}
	body.modeGreen .colorBG	 { background-color:#26ff4f !important;}
	body.modeSky .colorBG	 { background-color:#00dfff !important;}
	body.modeBlue .colorBG	 { background-color:#0080ff !important;}
	body.modePurple .colorBG { background-color:#b800ff !important;}
	
	
	body.modeRed #twitter-ticker a,
	body.modeRed #twitter-ticker a:visited	 { color:#ff484b !important;}
	body.modeOrange #twitter-ticker a,
	body.modeOrange #twitter-ticker a:visited { color:#ffa500 !important;}
	body.modeYellow #twitter-ticker a,
	body.modeYellow #twitter-ticker a:visited { color:#ffde00 !important;}
	body.modeGreen #twitter-ticker a,
	body.modeGreen #twitter-ticker a:visited	 { color:#26ff4f !important;}
	body.modeSky #twitter-ticker a,
	body.modeSky #twitter-ticker a:visited	 { color:#00dfff !important;}
	body.modeBlue #twitter-ticker a,
	body.modeBlue #twitter-ticker a:visited	 { color:#0080ff !important;}
	body.modePurple #twitter-ticker a,
	body.modePurple #twitter-ticker a:visited { color:#b800ff !important;}
	



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