@import "general.css";
@import "login.css";
/*index CSS mainly is for the Left panel and Right Panel
*/

#lhs{
	width:590px;
	height:520px;
	}

#rhs{
	float:right;
	width:305px;
	margin-right:6px; 
	border-left:1px solid rgb(204,204,204);
	padding-left:26px;
	}



#tabs{
	width:580px;
	height:25px;
	border-collapse: collapse;
	}

.tab{
	font:13px Arial,sans-serif;
	width:auto;
	text-align:center;
	padding:2px 8px;	
	}

.t_selected{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color:#FFFFFF;
	font:900 14px Arial,sans-serif;
		
	}

.t_selected a:link{
	color:#000000;
	text-decoration:none;
	}

.t_selected a:visited{
	color:#000000;	
	text-decoration:none;
	}

.t_selected a:hover{
	color:#000000;
	text-decoration:none;
	}

.t_selected a:active{
	color:#000000;
	text-decoration:none;
	}

td{
	width:20px;
	height:24px;
	background-color:#EEEEEE;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #CCCCCC;	
	}

.tab_des{
	height:450px;
	padding-top:3px;
	display:block;
	}

#sign_up{
	margin-bottom:32px;
	}

#facebook_icon{
	margin-left:55px;
	margin-bottom:16px;	
	}

.f1{
	font:12px Arial, sans-serif;
	}

.spacer{
	height:12px;
	}

.description{
	float:left;
	clear:right;
	padding:0px 12px;	
	}

.box_des{
	position:relative;
	
	}

.photo_outer{
	float:left;
	margin:3px 5px 3px 0px;
	}

.photo_outer_s{
	float:left;
	border:1px solid #999;
	margin:3px 5px 3px 0px;
	}

.photo_inner{
	float:left;
	}

.photo_des{
	font-size:13px;
	padding-left:140px;
	}

.photo_hyperlink{
	float:left;
	}

.feed_body{
	margin-left:180px;
	}
