/* 
    Document   : WizardSteps
    Created on : Jan 7, 2010, 11:15:37 AM
    Author     : avk
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* Colors in theme */
.WizardSteps div {
	border-width: 2px 0 2px 0;
	border-style: solid;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 6px 48px 6px 12px;
	display:inline;
}

.dj_ie .WizardSteps div{
	margin: 0
}

.WizardSteps div {
	color: #333;
}

.WizardSteps div.WizardSteps-First{
	border-left: 2px solid;
}

.WizardSteps div.WizardSteps-Last {
	border-right: 2px solid;
	background-image: none;
}

.WizardSteps div.WizardSteps-Selected {
	color: #FFF;
}
