
.Wizard{
	height:				30px;

	margin-bottom:		12px;

	line-height:		30px;
	background-color:	#ECECEC;
	/*background-image:url(/images/wizard/bg.gif);*/
}

.Wizard DIV{

	height:				30px;
	line-height:		30px;
			
	font-family:		arial,sans-serif;
	font-weight:		bold;
	font-size:			18px;

	padding-left:		7px;
	padding-right:		8px;


	float:left;

}

.Wizard DIV B{
	padding-right: 20px;
	padding-left: 5px;
}

.WizFocus{	background:url(/images/wizard/focus.gif) no-repeat  left;
			color: #0CB100;
}
.WizTodo{	background:url(/images/wizard/todo.gif) no-repeat  left;
			color: #A6A6A6;
}

.WizDone{	background:url(/images/wizard/done.gif) no-repeat  left;
			color: #A6A6A6;
			/*text-decoration: line-through;*/
}

.WizHeader{
	font-size:12px;
	margin-top:8px;
	font-weight:bold;
	color: #008800;
}