/*

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@
@@
@@ WIZARD.CSS
@@
@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

*/

.steps_table
{
	border: 2px solid #cccccc;
}

/*
########################################################################################################################
##
## CURRENT STEP
##
########################################################################################################################
*/

.current_step
{
	font-weight: bold;
	font-size: 18px;
	color: #FD4B11;
}

.current_step_description
{
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}

/*
########################################################################################################################
##
## FILLED OUT STEP
##
########################################################################################################################
*/

.filled_out_step a
{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

.filled_out_step_description a
{
	color: #666666;
	font-size: 12px;
}

/*
########################################################################################################################
##
## UNFILLED STEP
##
########################################################################################################################
*/

.unfilled_step
{
	font-size: 18px;
	font-weight: bold;
	color: #cccccc;
}

.unfilled_step_description
{
	color: #C0C0C0;
	font-size: 12px;
}

/*
########################################################################################################################
##
## ARROWS
##
########################################################################################################################
*/

.step_arrows
{
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}


