@charset "utf-8";
/* CSS Document */

.actionstep_table{width:840px;}

.actionstep01_not_current{ background:url(../images/actionsteps/001_not_current.gif);background-repeat:no-repeat;}
.actionstep01_current{ background:url(../images/actionsteps/001_current.gif);background-repeat:no-repeat;}

.actionstep02_not_current{ background:url(../images/actionsteps/002_not_current.gif);background-repeat:no-repeat;}
.actionstep02_current{ background:url(../images/actionsteps/002_current.gif);background-repeat:no-repeat;}

.actionstep03_not_current{ background:url(../images/actionsteps/003_not_current.gif);background-repeat:no-repeat;}
.actionstep03_current{ background:url(../images/actionsteps/003_current.gif);background-repeat:no-repeat;}

.actionstep04_not_current{ background:url(../images/actionsteps/004_not_current.gif);background-repeat:no-repeat;}
.actionstep04_current{ background:url(../images/actionsteps/004_current.gif);background-repeat:no-repeat;}

.actionstep05_not_current{ background:url(../images/actionsteps/005_not_current.gif);background-repeat:no-repeat;}
.actionstep05_current{ background:url(../images/actionsteps/005_current.gif);background-repeat:no-repeat;}

.actionstep06_not_current{ background:url(../images/actionsteps/006_not_current.gif);background-repeat:no-repeat;}
.actionstep06_current{ background:url(../images/actionsteps/006_current.gif);background-repeat:no-repeat;}

.actionstep07_not_current{ background:url(../images/actionsteps/007_not_current.gif);background-repeat:no-repeat;}
.actionstep07_current{ background:url(../images/actionsteps/007_current.gif);background-repeat:no-repeat;}

.actionstep08_not_current{ background:url(../images/actionsteps/008_not_current.gif);background-repeat:no-repeat;}
.actionstep08_current{ background:url(../images/actionsteps/008_current.gif);background-repeat:no-repeat;}

.actionstep09_not_current{ background:url(../images/actionsteps/001_not_current.gif);background-repeat:no-repeat;}
.actionstep09_current{ background:url(../images/actionsteps/001_current.gif);background-repeat:no-repeat;}

.actionstep_completed{ background:url(../images/actionsteps/completed.gif);background-repeat:no-repeat;}

.actionstepbutton{
	width:160px;
	height:45px;
	text-align:right;
	padding-top:10px;
	padding-right:5px;
	color:#0066FF;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:-1px;
	font-weight:500;
	ccursor:pointer;
}

.actionstepbutton_not_current{
	width:160px;
	height:45px;
	text-align:right;
	padding-top:10px;
	padding-right:5px;
	color:#C0C0C0;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:-1px;
	font-weight:500;
}

.actionstepbutton:hover{

	ccolor:#FF0000;
	ccursor:pointer;

}

.actionstepbutton_not_current:hover{

	ccolor:#999999;
ccursor:pointer;
}
