﻿.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. */

SampleLoginStatus 
{
    margin-bottom: 1em;
    color: #003366;

}

SampleLoginStatus a.AspNet-LoginStatus,
SampleLoginStatus a:link.AspNet-LoginStatus
SampleLoginStatus a:visited.AspNet-LoginStatus
SampleLoginStatus a:active.AspNet-LoginStatus
{
    color: #003366;
}

#SampleLoginStatus a:hover.AspNet-LoginStatus
{
    color: White;
}

/* ------------------------------------------------------------------- */
/* Specific to this sample web site. */
/* These rules are probably not useful in your site. */

SampleLoginStatus .LoginStatus-Skin
{
    font-family: Arial;
    font-size: 12px;
   
    text-decoration: none;
    text-align: center;    
    color: #003366;
}