
#tb_overlay {
	position:fixed;
	width: 419px; 
	left: 0px; 
	top: 0px;
	bottom:0px;
	opacity:0.95;
	-moz-opacity:0.95;
	filter: alpha(opacity=95); 
	height:100%; 
	z-index:1000000000;
	background-color:#67a739;
	border-right: 1px solid #000000;
}
#tb_content {
/*	color:#000000; */
	color:#333;
	font-family:"Trebuchet MS",Arial,sans-serif;
	margin: 0px; 
	padding: 0px; 
	position: fixed; 
	width: 400px;	
	padding-left: 10px;
	top: 0px;
	height: 100%; 
	z-index: 2000000000;
	text-align:left;
}
/*
#tb_content a, #tb_content p, #tb_content div, #tb_content ul, #tb_content li, #tb_content h1, #tb_content h2 {
	padding:0px;
	margin:0px;
}
*/
#tb_content img {
	border:0 none;
	margin:0;
	padding:0;
	display:inline;
}

/* #tb_content a {
	color:#0084B4;
	text-decoration:none;
}*/
#tb_content a:hover {
	text-decoration:underline;
}
#tb_header {
	height:32px;
}
#tb_header h1 {
	margin:0;
	padding:0;
	border:none;
	background:none;
	font-size:100%;
}

/*
span#tb_sponsor {
	color:#BBB;
	font-family:Helvetica,sans-serif;
	font-size:24px;
	font-weight:normal;
	word-spacing:-2px;
	text-transform:none;
	line-height:normal;
}
span#tb_sponsor a, span#tb_sponsor a:hover {
	color:#BBB;
	font-family:Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	line-height:normal;
}
*/
.tb_logo img {
	margin:0px;
	padding:0px;
	margin-top:2px !important;
	margin-bottom:-3px !important;
}
.tb_x img {
	margin:0 !important;
	padding:0 !important;
	float:right !important;
	margin-top:8px !important;
}


#tb_main .tb_threaded div.tb_thread {
	display: block;
}

#tb_main ul div.tb_thread ul {
	border: 1px solid #ccc;
	background-color:#EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#tb_main ul div.tb_thread_reply {
	margin-top: 8px;
	margin-left: 0px;
}
#tb_main ul div.tb_thread_reply a {
	font-family:Helvetica,sans-serif;
	font-size:13px;
	text-transform:none;
	line-height:normal;
}
#tb_main li.tb_inthread {
	border: 0;
	padding-bottom: 0;
}
#tb_main li.tb_nested {
	padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px dashed #ccc;
	min-height: 40px;
}
#tb_main li.tb_nested div.tb_avatar {
	float:left;
	width:36px;
	height:36px;
	position:relative;
	overflow:visible;
}
#tb_main li.tb_nested div.tb_avatar a {
	float:left;
	display:block;
	width:36px;
	height:36px;
	overflow:visible;
}
#tb_main li.tb_nested div.tb_avatar img {
	width:36px;
	height:36px;
	margin:0;
	padding:0;
}
#tb_main li.tb_nested .tb_post {
	font-family:Helvetica, sans-serif;
	margin-left:45px;
	font-size:13px;
	line-height:15px;
	margin-bottom:3px;
	text-transform:none;
	line-height:normal;
}
#tb_main li.tb_nested .tb_post a, #tb_main li.tb_nested .tb_post span {
	font-family:Helvetica, sans-serif;
	font-size:13px;
	text-transform:none;
	line-height:normal;
}
#tb_main li.tb_nested .tb_post span.tb_postlink {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	margin-bottom:4px;
	margin-left:4px;
	color:#777777;
}
#tb_main li.tb_nested .tb_post span.tb_postlink a {
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:none;
	line-height:normal;
}
#tb_main li.tb_nested .tb_info {
	margin-left:45px;
	font-family:Helvetica,sans-serif;
	color:#777;
	font-size:11px;
	letter-spacing:-.1px;
	text-transform:none;
	line-height:normal;
}
#tb_main li.tb_nested .tb_info a {
	font-family:Helvetica,sans-serif;
	font-size:11px;
	text-transform:none;
	line-height:normal;
}
#tb_main li .tb_nested .tb_info a.tb_inreplyto {
	background-color:#999;
	color:#FFFFFF;
	font-weight:normal;
	font-size:11px;
	padding:0 3.6px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:none;
	line-height:normal;
}
#tb_main li .tb_nested .tb_info a.tb_inreplyto:hover {
	text-decoration:none;
	background-color:#777;
}
#tb_main li .tb_nested .tb_info a.tb_status {
	font-weight:normal;
	font-size:11px;
	font-family:Helvetica,sans-serif;
	color:#777;
	font-size:11px;
	text-decoration:none;
	text-transform:none;
	line-height:normal;
}
#tb_main li .tb_nested .tb_info a.tb_status:hover {
	text-decoration:underline;
}

/* Start "No Threads" style */
.tb_no_threads #tb_main h2 {
	font-size: 28px;
	margin:4px;
	padding:0;
	color:#333;
	text-transform:none;
	line-height:normal;
}
.tb_no_threads #tb_main p {
	margin:4px;
	padding:0;
	color:#333;
	text-transform:none;
	line-height:normal;
}
/* Ends "No Threads style */

#tb_pagination, .tb_this_thread_after #tb_pagination, .tb_new_tweets_after #tb_pagination {
	text-align:center;
	margin-top:12px;
	padding-bottom:6px;
}
.tb_this_thread #tb_pagination, .tb_no_threads #tb_pagination, .tb_new_tweets #tb_pagination {
	display:none;
}
.tb_area_load {
   	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60); 
	background-color:#fff;
	position:absolute;
	display:none;
	text-align: center;
	padding:0px;
}
#tb_notifier {
	font-size:9px;
	color:#333;
	text-transform:none;
	line-height:normal;
}


#tb_overlay, #tb_content {
	left: -420px;
}

#tb_main_out, #tb_main_container {
	left: -410px;
}

#tb_notifier { 	
	height:154px; 	
	width:58px; 	
	border-left:none; 	
	position:fixed; 	
	top:35%; 	
	left:0px; 	
	cursor:pointer; 	
    z-index:1000000000;     
    -moz-border-radius-topright:10px; 	
	-moz-border-radius-bottomright:10px; 	
	-webkit-border-top-right-radius: 5px 5px; 	
	-webkit-border-bottom-right-radius: 5px 5px; 
} 

.tb_n_load { 	
	opacity:0.6; 	
	-moz-opacity:0.6; 	
	filter: alpha(opacity=6);  
} 

.tb_n_red { 	
	background-color:#FF493C; 
} 

.tb_n_green { 	
	background-color:#fde1bf; 
} 

#tb_dynamic { 	float:right; } 
#tb_dynamic.xtweet { 	
	margin-top:16px; 	
	margin-right:6px; 
} 
#tb_dynamic.xxtweets { 	
	margin-top:18px; 	
	margin-right:6px; 
} 
#tb_dynamic.xtweets { 	
	margin-top:12px; 	
	margin-right:6px; 
} 
#tb_dynamic ul{ 	
	margin: 0; 	
	padding: 0; 	
	list-style-type: none; 	
	font-size: 100%; 	
	cursor: default; 	
	width: 15px; 
} 
#tb_dynamic ul li { 	
	margin: 0; 	
	padding: 0; 	
	list-style-type: none; 	
	position: relative; 	
	text-align: left; 	
	display: block; 	
	cursor: pointer; 	
	width: 15px; 	
	background-repeat:no-repeat; 
} 
#tb_dynamic ul li#tb_n_1 { 	height:12px; } 
#tb_dynamic ul li#tb_n_2 { 	
	height:12px; 	
	margin-bottom:6px; 
} 
#tb_dynamic ul li#tb_n_3 { 	height:64px; } 
#tb_dynamic ul li.tweet { 	background-image:url(tweet.png); } 
#tb_dynamic ul li.tweets { 	background-image:url(tweets.png); } 
#tb_dynamic .tweets_g { 	background-image:url(../images/tweet.png); width:58px; height: 200px; } 
#tb_range { 	height:127px; 	background-repeat:no-repeat; } 
#tb_waitload { 	display:none; 	position:absolute; 	top:55px; 	left:12px; } .tb_n_load #tb_waitload { 	display:inline; }
.tweets_g { 	background-image:url(../images/tweet.png); width:58px; height: 160px; } 

.tlnk:link
{
    font-family:Arial;
    font-size:11px;
    color:#383838;
    text-decoration:none;
 }
 
 .tlnk:visited
{
    font-family:Arial;
    font-size:11px;
    color:#383838;
    text-decoration:none;
 }
 
  .tlnk:hover
{
    font-family:Arial;
    font-size:11px;
    color:#383838;
    text-decoration:underline;
 }
