/* TAB */
#tabsimgtop {
		width:210px;
		height:44px;
		background:url(img/tab_twitter.gif) no-repeat top left;
		}
#tabbottom {
	width:182px;
	height:10px;
	background:url(tab-bottom.gif) no-repeat;
	}

	#tabs {
		display: block;
		float: left;
		width: 182px;
	}
	.panel {
		border: solid 0px #ececec;
		font-family:arial, tahoma;
		font-size:11px;
		border-top: none;
		/*background:#f2faff;*/
		background-color:#e3f6ff;
		padding: 0px;
		width: 182px;
		padding-bottom:10px;
		overflow: auto;
		clear: left;
		
	}
	
		.panel ul {
			margin:0px; padding:0px;			
			}
		.panel li {
			margin:0px; padding:0px;
			color:#666;
			padding:7px;
			}
		.panel li a {
			color:#66C;
			text-decoration:none;
			
			}
		.panel li a:hover {
			color:#333;
			text-decoration:none;
			}
			
		.panel .twititle {
			font:bold 11px Arial, Helvetica, sans-serif;	
			}
		
		
	.tab_bdr {
		padding: 0px;
		width: 182px;
		border: 0px;
		border: 1px solid #eee;
		border-width:0 0px 0 0px;
		height: 4px;
		margin:0px;
		background:#f2faff;
		background-color:#e3f6ff;
		clear: left;
		font-size: 0px;
	}
	.tab {
		font-family: arial, tahoma;
		font-size: 12px;
		background:#eff4f5;
		background-color:#e3f6ff;
		color: #3a6a9c;
		cursor: pointer;
		border: none;
		border-bottom: 1px solid #fff;
		height: 22px;
		padding-top: 7px;
		margin: 0px;
		width: 90px;
		float: left;
		text-decoration: none;
	}
	.tab_sel {
		font-family: arial, tahoma;
		font-size: 12px;
		/*background:#f2faff;*/
		background-color:#e3f6ff;
		color: #3a6a9c;
		cursor: pointer;
		border: none;
		border: 0px solid #e3f6ff;
		border-width:0px 0px 0px 0px;
		height: 22px;
		padding-top: 8px;
		margin: 0px;
		width:91px;
		float: left;
		text-decoration: none;
	}
	
	.posttwit {
		border-bottom:1px solid #FFF;
		padding-bottom:10px;
		}
	
	.followtwit {
		color:#333;	
		}
	
	.followtwit a {
		color:#06C;
		text-decoration:none;
		}
	.followtwit a:hover {
		color:#03C;
		text-decoration:underline;
		}
		
.tabcontent {
	width:auto;
	}
	
	.tcLeft {
		width:40px;
		float:left;
		}
	.tcLeft img {
		width:28px; height:28px;
		border:2px solid #fff;
		}	
		
	.tcRight {
		width:125px;
		float:left;
		}
