﻿body 
{
}



#steps
{
	padding: 2px;
	background-color: white;
	border: 1px solid #6666cc;
}
.active_step_1
{
	color: white;
	background: #6666cc no-repeat;
}
.deactive_step_2
{
	color: white;
	background-color: #ccccff;
}
.performed_step_3
{
	color: white;
	background-color: #CCCCCC;
}

.hideColumn
{
	display:none;
}