body {
}

.feed_item {
	padding: 2px 0px 0px 2px;
	background:url(http://qwisk.com/sbmedia/images/minibrowser/feed_item_bg.png)  repeat-x #dfe1e2;
	border-bottom: 1px solid #b2bbc2;
	font-family: "helvetica";
	width:203px; 
	overflow:hidden;
}

.feed_item td {
	font-size: 12px;
	color: #556;
}

.feed_item td a {
	color: #44494E;
	text-decoration: none;
	font-weight: bold;
}

td.feed_item_details {
	color: #7e868f;
	padding: 0;
	height: 14px;
}
div.feed_item_ts {
	color: #7e868f;
	float: left;
}
div.feed_item_ic_reply {
	background:url(http://qwisk.com/sbmedia/images/feed/reply.png)  no-repeat 0px -2px;
	float:right;
	display:none;
	width:15px;
	height:15px;
	cursor:pointer;
}

.feed_item_children {
	margin: 2px 2px 2px 39px;
	background: #cfdded;
}

img.icon_tiny {
	width: 16px;
	padding: 2px;
	float: left;
	background: #fff;
	margin-right: 4px;
	border: 0;
}

.feed_item_children a {
	text-decoration: none;
}
div.msg_children_col {
	min-height:18px;
    height:auto !important;
    height:18px; 
	background: #cfdded;
}
div.msg_children_exp {
	border-left:  1px solid #666666;
	border-bottom:1px solid #666666;
	border-top:   1px solid #999999;
	border-right: 1px solid #999999;
}

div.collapsed {
	background:url(/sbmedia/images/feed/expand.png)  no-repeat 5px 5px;
	float:right;
	width:20px;
	height:20px;
}
div.expanded {
	background:url(/sbmedia/images/feed/collapse.png)  no-repeat 5px 5px;
	float:right;
	width:20px;
	height:20px;
}

img.icon_profile,img.profile_pic {
	border: 1px solid #CCD5E0;
	border-right: 1px solid #B2BBC2;
	border-bottom: 1px solid #B2BBC2;
	padding: 2px;
	width: 28px;
	background: #FFF;
}

img.icon_app {
	text-align: center;
	margin: 2px 0px 0px 10px;
	width: 14px;	
	border:0;
}

div.overflow {
	display:none;
}

div.child_msg_collapse {
	float: left;
	padding-right: 1px;
}

div.child_msg_expand {
	min-height:19px;
    height:auto !important;
    height:19px; 
	padding: 2px;
}
div.child_inpt_expand {
	min-height:19px;
    height:auto !important;
    height:19px; 
	padding: 2px;	
}
span.comment_txt {
	color: #333333;
	font-size:12px;
}
textarea.msg_append_input {
	width:148px;
	height:20px;
	color:#999999;
	font-style:italic;
	overflow: hidden;
	padding: 2px;
	font-size: 12px;
}
div.submit_controls {
	display:none;
	color:#666666;
	font-size: 12px;
	text-align:center;
}

a.others {
	color: #3B9CCE;
	font-size: 12px;
	display: block;
	outline: none;
}

.img_link {
	position: relative;
	top: -17px;
	left: 0px;
	margin-bottom: -17px;
}

.img_link img {
	border: 0;
	width: 16px;
}

.media img {
	width: 135px;
	border: 1px solid rgb(204, 213, 224); 
	padding: 3px; 
	background: rgb(255, 255, 255) none repeat scroll 0% 0%; 
	overflow: hidden; 
	max-height: 135px;
}

img.feed_icon {
	height: 16px;
	border: 0;
	margin-right: 5px;
}

/**
 * Filter
 **/
#feed_filters {
	display:inline;
	margin-top: -4px;
	border: 1px solid #3B9CCE;
	width: 105px;
	padding: 1px;
	color: #444;
}

#feed_filters option {
	padding: 1px 0px 0px 5px;
}



/**
 * Profile page
 **/
#feed_container {
	margin: 0 20px;
}


/* Custom tooltip styling */ 

#diag_tl { 
    background:url(/sbmedia/images/toolbar/lt.png); 
    height:10px;  
    width:10px; 
}  
#diag_t { 
    background:url(/sbmedia/images/toolbar/t.png); 
    height:10px;    
}
#diag_tr { 
    background:url(/sbmedia/images/toolbar/rt.png); 
    height:10px;  
    width:10px; 
}

#diag_l { 
    background:url(/sbmedia/images/toolbar/l.png);  
	width:10px;
}
#diag_c {   
	padding:5px 5px 5px 10px;
	color:white;
	font-size: 12px;	
	font-weight: bold;
	font-family: "Arial";
}  
#diag_c a{
	text-decoration: underline;
	font-weight: normal;
	font-family: "Arial";
}
#diag_r { 
    background:url(/sbmedia/images/toolbar/r.png);  
	width:10px;
}  

#diag_bl { 
    background:url(/sbmedia/images/toolbar/lb.png); 
    height:10px;  
    width:10px; 
}  
#diag_b { 
    background:url(/sbmedia/images/toolbar/b.png); 
    height:10px;   
}
#diag_br { 
    background:url(/sbmedia/images/toolbar/rb.png); 
    height:10px;  
    width:10px; 
}
#tip { 
	position:relative;
	left: -10px;
} 
.diag_close_button {
	background-image:url(/sbmedia/images/toolbar/closesquarex.png);
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	display:inline;
	padding-left:19px;
	height:14px;
	width:14px;
}

#update {
	float: right;
	width: 32px;
	margin-right:20px;
}

#update img {
	border: 0;
}

#feed_filters {
	width: 100px;
}
