﻿body {
}
.box-friends {
	border: 2px solid #F7941D;
	padding: 8px;

}
.box-friends h1{
	color: #376F91;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
.box-friendsText{
	color: #376F91;
	font-size: 10px;
}
table.box-friendsText
{
	width:100%;
	text-align:center;
}
.box-friendsText td
{
	width:25%;
	text-align:center;
}
.box-friendsText a{
	color: #376F91;
}
.box-friendsText a:hover{
	color: #6798BA;
}
.box-friendsText a:visited{
	color: #376F91;
}
.box-friendsText a:visited:hover{
	color: #6798BA;
}
.highlightBlue {
	color: #376F91;
	font-weight: bold;
}
.friendPad {
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}
table.box-teamFriendsText
{
	width:100%;
	text-align:center;
	border: 1px solid #376F91;
}
.box-teamFriendsText td
{
	width:25%;
	text-align:center;
}
.box-teamFriendsText a{
	color: #376F91;
}
.box-teamFriendsText a:hover{
	color: #6798BA;
}
.box-teamFriendsText a:visited{
	color: #376F91;
}
.box-teamFriendsText a:visited:hover{
	color: #6798BA;
}
.box-teamFriendsHeader
{
	font-weight: bold;
	/*background-image: url(/images/tab-bg.gif);*/
	background-image: url(/images/header-gradient2.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 25px;
	color:#FFFFFF;
}
