/* breadcrumbs_blank.css - display login and no steps */

/* breadcrumbs and login */
#breadcrumbs {
margin: 0px;
padding: 0px;
width: 785px;
height: 32px;
text-align: left;
position: relative;
}

.login{
margin: 0px;
padding-left: 38px;
padding-bottom: 10px;
width: 107px;
height: 22px;
background-image: url(../images/breadcrumbs/login_bg2.gif);
background-repeat: no-repeat;
}

.login a{
color: #076496;
text-decoration: none;
}

.login a:hover{
color: #FF0000;
}

.step_one{
margin: 0px;
padding: 0px;
width: 160px;
height: 32px;
background-image: url(../images/breadcrumbs/step1_blank.gif);
background-repeat: no-repeat;
}

.step_one a{
display: block;
width: 160px;
height: 32px;
background-image: url(../images/breadcrumbs/step1_blank.gif);
background-repeat: no-repeat;
}

.step_one a:hover{
background-image: none;
}

.step_two{
margin: 0px;
padding: 0px;
width: 140px;
height: 32px;
background-image: url(../images/breadcrumbs/step2_blank.gif);
background-repeat: no-repeat;
}

.step_three{
margin: 0px;
padding: 0px;
width: 170px;
height: 32px;
background-image: url(../images/breadcrumbs/step3_blank.gif);
background-repeat: no-repeat;
}

.step_four{
margin: 0px;
padding: 0px;
width: 170px;
height: 32px;
background-image: url(../images/breadcrumbs/step4_blank.gif);
background-repeat: no-repeat;
}
