﻿.user-menu
{
	color: #888;
	float: right;
	font-size: 95%;
	margin-right: 4px;
}

/* Logged into Application */
.user-menu .button-link
{
	color: #888;
    cursor: hand;
    text-decoration: none;
    /* Styling for asp:Buttons to resemble hyperlinks */
    background-image: none;
    background-color: transparent;
    border: none 0 transparent;
    font-weight: normal;
    overflow: auto;
    padding: 1px;
    vertical-align: middle;
    _white-space: nowrap; /* Fix IE6 button widths */
}

.user-menu .button-link:hover
{
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}





/*----------------------------------------------------------------------------------------------------
PRINT STYLES
----------------------------------------------------------------------------------------------------*/
@media print
{

.user-menu
{
	display: none;
}

} /* END: print styles */