@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#Steps_Panel_Container {
	position: absolute;
	left: 0;
	top: 0;
	cursor: default;
	width: 961px;
	height: 31px;
	z-index: 1;
	overflow: hidden;
	/*color: #333;*/
}

#Steps_Panel_Container a:active {
	display: block;
	font-size:14px;
	font-weight:bold;
	padding: 5px 0px;
	text-align:center;
	height: 15px;
	text-decoration: none;
	/*color:#000;*/
}

#Steps_Panel_Container a {
	display:block;
	font-size:14px;
	font-weight:bold;
	padding: 5px 0px;
	text-align:center;
	height: 15px;
	text-decoration: none;
	/*color:#333;*/
}

#Steps_Panel_1 {
	position:absolute;
	left:5px;
	top:0px;
	width:261px;
	height:31px;
	z-index:4;
}
#Steps_Panel_2 {
	position:absolute;
	left:240px;
	top:0px;
	width:261px;
	height:31px;
	z-index:3;
}
#Steps_Panel_3 {
	position:absolute;
	left:475px;
	top:0px;
	width:261px;
	height:31px;
	z-index:2;
}
#Steps_Panel_4 {
	position:absolute;
	left:695px;
	/*rigth:0px;*/
	top:0px;
	width:261px;
	height:31px;
	z-index:1;
}

#Steps_Panel_1.Active, #Steps_Panel_2.Active, #Steps_Panel_3.Active {
	cursor: pointer;
}
#Steps_Panel_1.Inactive, #Steps_Panel_2.Inactive, #Steps_Panel_3.Inactive {
	cursor: default;
}
#Steps_Panel_4.Active {
	cursor: pointer;
}
#Steps_Panel_4.Inactive {
	cursor: default;
}


#Steps_Panel_1.Active a:hover, #Steps_Panel_1.Active a:focus
{
	display: block;
	padding: 5px 0px;
	height: 31px;
	/*color:#000;*/
}

#Steps_Panel_2.Active a:hover, #Steps_Panel_2.Active a:focus
{
	display: block;
	padding: 5px 0px;
	height: 31px;
	/*color:#000;*/
}

#Steps_Panel_3.Active a:hover, #Steps_Panel_3.Active a:focus
{
	display: block;
	padding: 5px 0px;
	height: 31px;
	/*color:#000;*/
}

#Steps_Panel_4.Active a:hover, #Steps_Panel_4.Active a:focus
{
	display: block;
	padding: 5px 0px;
	height: 31px;
	/*color:#000;*/
}