﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the LoginStatus control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

#LoginStatus 
{
}

#LoginStatus a.AspNet-LoginStatus,
#LoginStatus a:visited.AspNet-LoginStatus
{
	color: #464646;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
}

#LoginStatus a:hover.AspNet-LoginStatus
{
    color: #00008a;
	text-decoration: underline;
}

