/* PROGRESS BAR STYLES */
#statusBar {
    width: 825px;
    height: 42px;
    margin: 0;
}
#statusBar div {
    width: 82px;
    height: 14px;
    float: left;
    padding: 8px 0 8px 0;
    text-transform: uppercase;
    font-size: 9.0pt;
    text-align: center;
    background-color: #909090;
}
#statusBar div.dark {
    background-color: #606060;
}
#statusBar div.leftd {
    width: 6px !important;
    height: 30px;
    padding: 0;
    overflow: hidden;
    background: url("../line_left.gif") no-repeat left center;    
}
#statusBar div.right {
    width: 6px !important;
    height: 30px;
    padding: 0;
    overflow: hidden;
    background: url("../line_right.gif") no-repeat left center;
}
#statusBar div.rightd {
    width: 6px !important;
    height: 30px;
    padding: 0;
    overflow: hidden;
    background: url("../line_right_dark.gif") no-repeat left center;
}
#statusBar div.ll {
    width: 9px !important;
    background: url("../line_arrow_light_light.gif") no-repeat left center;
}
#statusBar div.dl {
    width: 9px !important;
    background: url("../line_arrow_dark_light.gif") no-repeat left center;
}
#statusBar div.dd {
    width: 9px !important;
    background: url("../line_arrow_dark_dark.gif") no-repeat left center;
}
#statusBar a:link, #statusBar a:visited {
	color: #ffffff;
	text-decoration: none;
}
#statusBar a:hover {
	color: #d9d9d9;
	text-decoration: none;
}

/* PROGRESS BAR STYLES END */
