/*

	Copyright(c) 2009 HelloHello Network

	@File		points.css
	@Author		Phillip Tanner
	@Contact 	phillip.tanner@hellohello.net
	@Modified	11/28/2009 6:22:34 PM
	@Company	HelloHello Network

	No parts of this or any other network file(s) may be modified
	without prior consent from administration. All files are the
	explicit property of HelloHello Network

*/

.pointsColumn{
	font-size: 9pt;
	font-weight: bold;
}

.pointsItem{
	font-size: 8pt;
	padding: 5px;
}

.pointsItemADD{
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
	color: #0083ca;
}

.pointsItemREM{
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
	color: #ca3400;
}

.pointsMember{
	color: #0086d6;
}

.pointsMember a{
	color: #006196;
	text-decoration: none;
}

.pointsMember a:hover{
	color: #006196;
	text-decoration: underline;
}

.pointsOwnFriend{
	font-family: "Arial";
	font-size: 8pt;
	padding: 5px;
	color: #3b5998;
}

.pointsOwnFriend_name{
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	color: #3b5998;
}

.pointsOwnFriend_name a{
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	color: #3b5998;
	text-decoration: none;
}

.pointsOwnFriend_name a:hover{
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	color: #3b5998;
	text-decoration: underline;
}

.pointsOwnFriend_options{
	font-family: "Arial";
	font-size: 8pt;
	padding: 5px;
	color: #3b5998;
	text-align: right;
}

.pointsOwnFriend_options a{
	font-family: "Arial";
	font-size: 8pt;
	padding: 5px;
	color: #3b5998;
	text-align: right;
	text-decoration: none;
}

.pointsOwnFriend_options a:hover{
	font-family: "Arial";
	font-size: 8pt;
	padding: 5px;
	color: #3b5998;
	text-align: right;
	text-decoration: underline;
}