.progress-outer {
border-bottom:1px solid #000000;
border-top:1px solid #000000;
}
.progress-inner {
background:transparent url(../images/community/progressbar/progress_bg.gif) repeat-x scroll 0% 0%;
border-left:1px solid #000000;
border-right:1px solid #000000;
height:10px;
margin:0pt -1px;
overflow:hidden;
position:relative;
}
.progress-indicator {
background:transparent url(../images/community/progressbar/progress.gif) repeat-x scroll 0% 0%;
height:10px;
width:0px;
}
.green .progress-indicator {
background-image:url(../images/community/progressbar/progress_green.gif);
}
.yellow .progress-indicator {
background-image:url(../images/community/progressbar/progress_yellow.gif);
}
.orange .progress-indicator {
background-image:url(../images/community/progressbar/progress_orange.gif);
}
.red .progress-indicator {
background-image:url(../images/community/progressbar/progress_red.gif);
}
.solidblue .progress-indicator {
background-image:url(../images/community/progressbar/progress_solidblue.gif);
}
.solidblue .progress-inner {
border-color:#626562;
}
.solidblue .progress-outer {
border-color:#626562;
}
.lightblue .progress-indicator {
background-image:url(../images/community/progressbar/progress_lightblue.gif);
height:9px;
}
.lightblue .progress-inner {
background-image:url(../images/community/progressbar/progress_bg_lightblue.gif);
height:9px;
}
.xp .progress-indicator {
background-image:url(../images/community/progressbar/xp.gif);
height:9px;
}
.xp .progress-inner {
height:9px;
}
.vista .progress-indicator {
background-image:url(../images/community/progressbar/vista.gif);
}
.vista .progress-outer {
border-bottom-color:#B2B2B2;
border-top-color:#B2B2B2;
}
.vista .progress-inner {
background-image:url(../images/community/progressbar/vista_bg.gif);
border-left-color:#B2B2B2;
border-right-color:#B2B2B2;
}
.safari .progress-indicator {
background-image:url(../images/community/progressbar/safari.gif);
height:12px;
}
.safari .progress-outer {
border-bottom-color:#696969;
border-top-color:#696969;
}
.safari .progress-inner {
background-image:url(../images/community/progressbar/safari_bg.gif);
border-left-color:#696969;
border-right-color:#696969;
height:12px;
}
