﻿body, input, button, select, textarea
{
    font-family: tahoma;
    font-size: 8.5pt;
}

body
{
    margin-top: 0px;
    padding-top: 23px;
}

form
{
    margin: 0px;
}

.MembershipBarPlaceholder
{
    height: 22px;
    border-bottom: solid 1px silver;
    background-color:White;
}

div.MembershipBar
{
    font-family: Tahoma;
    font-size: 8.5pt;
    position: absolute;
    height: 0px;
    border-style: none;
    top: 2px;
    right: 10px;
    background-color: transparent;
}
table.LoginDialog
{
    border: solid 1px silver;
    float: right;
    position: relative;
    z-index: 10000;
    margin-right: 4px;
    background-color: #F5F5F5;
    color: #000000;
    margin-right: 0px;
}

table.LoginDialogCollapsed
{
    color: Black;
    background-color: transparent;
    border: 1px solid transparent;
    height: 20px;
    margin-top:0px;
}

table.LoginDialog input#UserName, table.LoginDialog input#Password
{
    width: 90px;
}
table.LoginDialog td#LoginControls
{
    padding: 2px 2px 2px 2px;
}

table.LoginDialog td#Anchor
{
    padding-left: 4px;
}

div.MembershipBar input, div.MembershipBar button
{
    font-family: tahoma;
    font-size: 8.5pt;
}

div.MembershipBar a
{
    color: #336699;
    text-decoration: none;
}

div.MembershipBar a:hover
{
    text-decoration: underline;
}

.MembershipManager table.ViewSelector
{
    visibility: hidden;
}

div.HelpBar
{
    width: 250px;
    background-color: white;
    border: solid 1px gray;
    padding: 4px;
}

div.HelpBar div.Title
{
    font-weight: bold;
    background-color: Navy;
    color: White;
    padding: 2px 4px 2px 4px;
    margin-bottom: 4px;
}

div.HelpBar iframe
{
    width: 250px;
    height: 280px;
    overflow:auto;
}

div.HelpBar div.Buttons
{
    margin-top: 4px;
    border-top: solid 1px silver;
    padding-top: 4px;
}

div.HelpBar div.Buttons button
{
    margin-right: 4px;
}

div.HelpLink
{
    position:relative;
    top: -2px;
	background-color: transparent;
}

