﻿.BulletsAsArrows
{
	list-style-image: url(/imagesdotnet/bullets/arrow.gif);
}

.BulletsAsStars
{
	list-style-image: url(/imagesdotnet/bullets/star.gif);
}

/* Icons */

.Icon
{
	vertical-align: middle;
}

/* Text Based Styles*/
.NoWrap 
{
	white-space: nowrap;
}

/* Clear elements */

			.clearfix:after {

			content: ".";

			display: block;

			height: 0;

			clear: both;

			visibility: hidden;

			}



			.clearfix {display: inline-block;}



			/* Hides from IE-mac \*/

			* html .clearfix {height: 1%;}

			.clearfix {display: block;}

			/* End hide from IE-mac */
	
.RightInset { float: right; margin: 0 0 3px 10px;}

/** Completion Bar **/

.ProgressBarContainer
{
    height: 12px; 
    width: 175px;
}
.ProgressBarImage
{
   background: url(/imagesdotnet/progressbar.gif) top left no-repeat;
   height: 10px;
   width: 100px;
   border: 1px solid #d3d3d3;
   display: block; float: left;
}
.ProgressBarText
{
vertical-align: middle;
line-height: 9px; 
font-size: 9px; 
color: #004969;
display: inline;      
}
			


