@charset "utf-8";
/* CSS Document */

body, td {
	margin: 0;
	font-size: 11px;
	color: #777;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../img/bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

a {
	color: #ac0303;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 18px;
	padding: 10px;
	letter-spacing: -1px;
	color: #ac0303;
	font-weight: normal;
	visibility: hidden;	
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	padding-left: 0;
	color: #ac0303;
}

div.welcomeText {
	font-size: 12px;
	padding: 10px;
	padding-top: 0;
	line-height: 18px;
	color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	background-image: 

}

/* --- BUTTONS --- */
.nextStep, .prevStep {
	margin-right: 25px;
	margin-left: 10px;
	margin-top: 15px;
	background-image: url(../img/btBg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #ac0303;
	height: 25px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

/*--- PROCEDURE STEPS --- */
div.steps {
	width: 100%;
	float:left;
}

div.steps ul {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	margin-bottom: 15px;
}

div.steps ul li {
	font-size: 11px;
	padding-left: 5px;
	list-style: none;
	height: 17px;
	padding-top: 3px;
	margin-right: 1px;
	background-color: #eee;
	color: #999;
	width: 100px;
	float: left;
}

div.steps ul li.selected {
	background-image: url(../img/bgNextStep.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #fff;
}

div.steps ul li.selected a {
	font-weight: bold;
	color: #fff;
}