﻿HR
{
color: White;
}

#MB_overlay
{
    position: fixed;
    z-index: 9999;
    background-color: #000 !important;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.Affiliation
{
  padding: 3px;
  margin: 1px;
}

.Affiliation:hover
{
    cursor: hand;
    background-color: lightgoldenrodyellow;
    margin: 1px;
    padding: 2px;
    border: black solid 1px;
}

.Affiliation > Label
{

}

.Affiliation > IMG
{
    /*border: black solid 1px;*/
}

.Affiliation:hover > Label
{
    /*color: Orange;*/
    /*text-decoration: underline;*/
}
.StepCompleted
{
    color: Green;
    font-family: Verdana;
    vertical-align: middle;
    margin-left: 2px;
}
.togglers
{
    vertical-align: top;
    text-align: left;
}
.RegistrationBox DIV Label
{
    font-family: Arial;
    color: #557A98; /*#02013b;*/
    font-size: 10pt;
    font-weight: bold;
}


A#uservoice-feedback-tab
{
	z-index: 100001;
	border-bottom: #ffffff 1px outset;
	position: fixed;
	border-left: #ffffff 1px outset;
	margin-top: -45px;
	width: 25px;
	display: block;
	background: url('images/My4D Dashboard.png') #ffffff no-repeat -2px 50%;
	height: 80px;
	border-top: #ffffff 1px outset;
	top: 110px;
	right: 0px;
	border-right: medium none;
}

UL.SmallRedDot LI
{
    background: url('images/red_bull.gif') no-repeat 0px 5px;
    padding: 0px 0px 2px 7px;
}
UL.processdoc
{
    list-style-type: none;
}
UL.processdoc LI
{
    padding-bottom: 5px;
}

/* fix cursor in Firefox */
.InactiveTab > LABEL
{
    cursor: pointer;
}
.ActiveTab > LABEL
{
    cursor: pointer;
}