@charset "utf-8";
/* CSS Document */

.loginTagBorder{
	width:260px; 
	height:60px; 
	background-color:#000000; 
	float:right; 
	margin-right:5px; 
	margin-top:5px; 
	opacity:.5;
	filter:alpha(opacity=50);
}
.loginTagBorder:Hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.loginTagBackground{
	opacity:.50;
	filter:alpha(opacity=50);
	width:250px; 
	height:50px; 
	background-color:#000000; 
	margin-left:4px; 
	margin-top:4px; 
	border-color:#333333;
	border-width:1px; 
	border-style:solid;
}
.loginTagBackground:Hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.loginTagContainer{
	margin-left:4px; 
	margin-top:4px; 
	width:240px; 
	height:40px;
}
.loginTagProfilePict{
	width:40px; 
	height:40px;
	border-color:#333333;
	border-width:1px; 
	border-style:solid; 
	float:left;
}
.loginTagDetailContainer{
	width:198px; 
	height:40px; 
	float:left;
}
.loginTagProfileName{
	width:188px; 
	height:20px; 
	margin-left:5px;
}
.loginTagProfileNameText{
	color:#FFFFFF;
}
.loginTagProfileControls{
	width:198px; 
	height:20px; 
	margin-left:5px;
}
.loginTagProfileControlSmall{
	width:55px; 
	height:20px; 
	float:left;
}
.loginTagProfileControlSmall:Hover{
	background-color:#232323;
}
.loginTagProfileMessages{
	background-image:url(/Portals/0/Graphics/Shared/Login/Message.png);
	background-repeat:no-repeat; 
	text-indent:25px;
}
.loginTagProfileLink{
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:bold; 
	font:Arial, Helvetica, sans-serif; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; bottom:5px;
}
.loginTagProfileLink:Hover{
	color:#00FFFF;
	text-decoration:underline;
}
.loginTagProfileNotifications{
	background-image:url(/Portals/0/Graphics/Shared/Login/Notification.png);
	background-repeat:no-repeat; 
	text-indent:25px;
}
.loginBtnContainer{
	width:73px; 
	height:20px; 
	float:left; 
	margin-left:5px;
}
.loginTagLoginBtn{
	width:75px; 
	height:18px; 
	margin-right:auto;
	background-image:url(/Portals/0/Graphics/Shared/Login/redbtnBg.jpg);
	opacity:.50; 
	filter:alpha(opacity=50);
	text-align:center;
}								
.loginTagLoginBtn:Hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.loginTagRegisterBtnContainer{
	width:115px; 
	height:20px; 
	float:left; 
}
.loginTagRegisterBtn{
	width:115px; 
	height:18px; 
	margin-right:auto; 
	background-image:url(/Portals/0/Graphics/Shared/Login/greenbtnBg.jpg);
	opacity:.50; 
	filter:alpha(opacity=50);
	text-align:center;
}
.loginTagRegisterBtn:Hover{
	opacity:1;
	filter:alpha(opacity=100);
}
