.signupFooterLinks a{
	font-size:12px;
	color:#43555b;
	float:right; 
	padding:0px 8px;
	border-right:solid 1px #43555b;
}
a.comment{ color:#f26522; font-weight:bold; }
a.network{ color:#8e8e8e; font-weight:bold; }

a.close{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:20px;
	background:url(../images-general/link_xClose.gif) no-repeat;
	background-position:5px 5px;
	background-color:#C3C3C3;
	cursor:pointer;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #B3B3B3;
	
}
a.close:hover{
	background-position:-12px 5px;
	background-color:#B5B5B5;
}

a.editProfile{
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:30px;
	background:url(../images-general/btn_edit.gif) no-repeat;
	background-position:5px 10px;
}
a.editProfile:hover{
	background-position:-22px 10px;	
}
.bar1 a{
	display:block;
	background:none;
	padding:2px 12px 2px 18px;
}
.bar1 a:hover{ background:#E2E2E2; text-decoration:none; }
.bar1 a.selected { font-weight:bold; color:#f26522; }



/********** BAR 1 **********/
a.bar1_closed, a.bar1_open{
	font-size:12px;
	font-weight:bold; 
	padding:6px 12px;
	xbackground-color:#555555;
	display:block;
	border-top:solid #dcdcdc 1px;
	cursor:pointer;
}
a.bar1_closed{
	background:url(../images-general/bar1_arrowClosed.gif) top right no-repeat;
	background-color:#f2f2f2;
	color:#80888b;
}
a.bar1_closed:hover{
	background-color:#fcfcfc;
	color:#000;
	text-decoration:none;
}
a.bar1_open{
	background:url(../images-general/bar1_arrowOpen.gif) top right no-repeat;
	background-color:#fcfcfc;
	color:#000;
}
a.bar1_open:hover{
	background-color:#f2f2f2;
	text-decoration:none;
}


/********** BAR 2 **********/
a.bar2_closed, a.bar2_open{
	font-size:11px;
	font-weight:bold;
	color:#fff;
	display:block;
	border-top:solid 1px #fff;
	padding:3px 3px 3px 30px;
	background:#C3C3C3 top left no-repeat;
}
a.bar2_closed{
	background-image:url(../images-general/bar2_arrowClosed.gif);
}
a.bar2_open{
	background-image:url(../images-general/bar2_arrowOpen.gif);
}
a.bar2_closed:hover, a.bar2_open:hover{
	background-color:#B5B5B5;
	text-decoration:none;
}

