@charset "utf-8";
/* CSS Document */
#user_tools{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a4a4a4;
	background:url(../img/user_tools_bg.gif) 0 0 repeat-x;
	height:25px;
	padding:7px 12px 0 12px;
}
#user_tools div.left{
	float:left;
}
#user_tools div.right{
	float:right;
}
#user_tools div#news{
	padding-left:20px;
}
#user_tools a{
	color:#2971a7;
	text-decoration:none;
}
#user_tools a.grey{
	color:#a4a4a4;
}
#user_tools a:hover.grey{
	color:#2971a7;
}
#user_tools a:hover{
	text-decoration:underline;
}
#user_tools span.split{
	color:#CCCCCC;
}
#user_tools span.special, #user_tools a.special{
	color:#ff6633;
}
#user_tools a.friends_online{
	background:url(../img/ico/friends_online.gif) 0 2px no-repeat;
	padding-left:17px;
}
#user_tools a.mail{
	background:url(../img/ico/mail.gif) 0 4px no-repeat;
	padding-left:15px;
}
#user_tools div#langs img{
	padding-left:2px;
	padding-bottom:1px;
	vertical-align:text-bottom;
}
#user_tools input{
	border:1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#user_tools span.red_borders{
	color:#ff6600;
}
#user_tools span.red_borders input{
	border-color:#ff6600;
}
