.foo {}

/* Colour Swatches */
/* WebJet Red: #DC140A */
/* PlanIt Blue: #2970BE */
/* Light blue highlight: #EFF3FF */
/* Light red highlight: #FFBFC3 */

/* ---------------------------------------------
   Friends Control Styles
   --------------------------------------------- */
.friends-insert-panel
{
	width : 100%;
	border-style : none;
}

.friends-detail-view
{
	width : 100%;
	border-style : none;
}

DIV.FriendsEditPanel
{	
	border: 2px solid #DC140A;
	background-color: #FFEDED;
	padding: 4px 4px 4px 4px;
	overflow: hidden;
}

DIV.FriendsEditPanel DIV.FieldLine
{
	margin-bottom: 2px;
}

DIV.friends-container DIV.FieldLine SPAN.Label
{
	font-family: Arial;
	font-size: 10px;
	color: Gray;
}

DIV.FriendsEditCommandButtons
{
	text-align: center;
	padding: 2px 2px 2px 2px;
}
INPUT.FriendsNewCommandButtons
{
	padding-left: 0;
	padding-right: 0;
	width:78px;
	height:26px;
}

DIV.FriendsEmpty
{
	font-family: Arial;
	color: #555555;
}

DIV.FriendsAddNewPanel
{
	background-color: #EFF3FF;
	border-top: 1px solid #2A77C5;
}
	DIV.FriendsAddNewPanel:Hover
	{
		background-color: #FFF2D6;
	}

DIV.FriendsAddNewHeading
{
	cursor: pointer;
	padding: 2px 4px 2px 4px;
}

SPAN.FriendsAddNewCommandText
{
	font-size: 9pt;
	color: #005BBF;
}

DIV.FriendsAddNewFields
{
	clear: right;
	padding: 3px 3px 3px 3px;
}

DIV.FriendsAddNewFields DIV.FieldLine
{
	margin-bottom: 2px;
}

DIV.FriendsAddNewFields DIV.FieldLine DIV.FieldLabel
{
	width: 45px;
	float: left;
}
