h1.chat{
	background-image:		url(/images/wap/icon_chat.gif);
}
/*
	Chat
*/
.roster ul {
	list-style-type: 	none;
	padding:			0;
	margin:				0;
}

.roster ul li {
	background: 	url(/images/wap/sabc/chat/bullet.green.gif) left center no-repeat;
	padding-left:	2ex;
	font-style: 	bold;
}

.roster ul li.available {
	background: 	url(/images/wap/sabc/chat/bullet.green.gif) left center no-repeat;
    color:			green;
}

.roster ul li.unavailable {
	background: 	url(/images/wap/sabc/chat/bullet.red.gif) left center no-repeat;
    color:	 		red;
}

.roster ul li.busy {
	background: 	url(/images/wap/sabc/chat/bullet.red.gif) left center no-repeat;
    color: 			red;
}

.roster ul li.busy {
	background: 	url(/images/wap/sabc/chat/bullet.red.gif) left center no-repeat;
    color: 			orange;
}

.roster ul li.closedEnvelope {
	background: 	url(/images/wap/sabc/chat/bullet.mail.png) left center no-repeat;
}

.chatContact{
	color:		blue;
}

.chatContact2{
	color:		red;
}
/*
	End Chat
*/