.breadcrumbdarkblue 
{
    font-size: 14px;
}

#toprightnav {
    height: 28px;
}

#toprightnav ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    height: 25px;
}

#toprightnav ul li {
    float: left;
    margin: 0;
    padding: 0;
}


#toprightnav ul li div.border {
    border-right: 1px solid #777777;
}


.white {
    color:#fff;
    font-size:12px;
    font-weight:bold;
}

a.white:hover
{
    color:#fff;
    text-decoration:underline;
}

.darkblue  {
    color:#006699;
    font-size:12px;
    font-weight:bold;
}

a.darkblue:hover 
{
    color:#006699;
    text-decoration:underline;
}

#workspace_switcher
{
	margin:0 15 4 0;
	padding:0px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#widgetpanelcontrol {
    height: 12px;
    margin: auto;
    text-align: center;
    width: 100%;
}

/* footer */
#footer {
 margin:auto;
 margin-top: 25px;
 width:100%;
 height:50px;
}


#footer #bmcfplogo {
 float:left;
 margin-left:30px;
 height:40px;
 width:150px;
}

#footer #bmcsoftwarelogo {
 float:right;
 margin-right:30px;
 width: 65px;
 height:40px;
}


.preference
{
    background-image: url('/MRimg/prefs_base.jpg');
    background-repeat: repeat-x;
    float: left;
    height: 25px;
}

.login_help
{
    background-image: url('/MRimg/login_base.jpg');
    background-repeat: repeat-x;
    float: left;
    height: 25px;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}

