﻿.progress-outer

{

	
}



.progress-inner

{

	background:transparent url(../img/progress_bg.gif) repeat-x scroll 0 0;
	border:1px solid #999999;
	height:10px;
	margin:0 -1px;
	overflow:hidden;
	position:relative;

}



.progress-indicator

{

	background:transparent url(../img/progress.gif) repeat-x scroll 0 0;
	height:10px;
	width:0;
}



.green .progress-indicator

{

    background-image:url(../img/progress_green.gif);

}  

.yellow .progress-indicator

{

    background-image:url(../img/progress_yellow.gif);

} 

.orange .progress-indicator

{

    background-image:url(../img/progress_orange.gif);

} 

.red .progress-indicator

{

    background-image:url(../img/progress_red.gif);

}    

.solidblue .progress-indicator

{

    background-image:url(../img/progress_solidblue.gif);

} 

.solidblue .progress-inner

{

    border-color:#626562;

}  

.solidblue .progress-outer

{

    border-color:#626562;

}        

.lightblue .progress-indicator

{

    background-image:url(../img/progress_lightblue.gif);

    height:9px;

}     

.lightblue .progress-inner

{

    background-image:url(../img/progress_bg_lightblue.gif);

	height:9px;

} 

.xp .progress-indicator

{

    background-image:url(../img/xp.gif);

    height:9px;

}     

.xp .progress-inner

{

	height:9px;

} 

.vista .progress-indicator

{

    background-image:url(../img/vista.gif);

}    

.vista .progress-outer

{

	border-top-color:#B2B2B2;

	border-bottom-color:#B2B2B2;	

}

.vista .progress-inner

{

	border-left-color:#B2B2B2;

	border-right-color:#B2B2B2;

	background-image:url(../img/vista_bg.gif);

} 

.safari .progress-indicator

{

    background-image:url(../img/safari.gif);

	height:12px;

}    

.safari .progress-outer

{

	border-top-color:#696969;

	border-bottom-color:#696969;	

}

.safari .progress-inner

{

	border-left-color:#696969;

	border-right-color:#696969;

	background-image:url(../img/safari_bg.gif);

	height:12px;

} 














