/* CSS Document */



/*--- Breadcrumbs Start --------------------*/

#breadcrumb {
        font-size: 70%;
        color: #0083D7;
        margin-bottom: 8px;
        border-top: 2px dotted #CCCCCC;
        border-bottom: 2px dotted #CCCCCC;
        text-align: left;
        background-color:#FFFFFF;
        padding:0px 0px 4px 0px;
        width: 100%;
        text-indent: 2px;
}

#breadcrumb a {
        font-weight:normal;
        text-decoration: none;
        color: #666666;
        background-color:#FFFFFF;
}

#breadcrumb a:hover {
        color: #0083D7;
        background-color:#FFFFFF;
        text-decoration: underline;
}

.currentpage {
        color: #0083D7;
        background-color:#FFFFFF;
}

/*--- Breadcrumbs End --------------------*/
/*--- Logout Start --------------------*/
#logout {
font-size: 70%;
color:#D6006E;
text-align:right;
float: right;
position: relative;
text-indent: 15px;
background-image: url(../images/sfw_logout.gif);
background-repeat:no-repeat;
}
/*--- Logout End --------------------*/