p.image {
    text-align:center;
}

img.refArrow {
    position:relative;
    top:10px;
    margin-right:8px;
    width:13px; 
    height:26px;
}

img.refArrowHorizontal {
    position: relative;
    top: 1px;
    margin-right: 8px;
}

img.refIcon {
    position: relative;
    top: 4px;
    margin: 0 3px;
}

img.refStep {
    position: relative;
    top: 4px;
    margin-right: 8px;
}

table.legend {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
    margin: 0 auto;
    width: 525px;
}

table.legend th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.legend td {
    vertical-align: top;
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.legend td h4 {
    margin: 0;
}

table.legend td.text-middle {
    vertical-align: middle;
}

table.legend td.text-tooltip {
    font-size: 10px;
    font-weight: bold;
}

table.sublegend {
    margin-top: 5px;
    margin-bottom: 10px;    
}

table.sublegend td {
    border-width: 0;   
}

span.stepHeading {
    position: relative;
    top: 12px;
    font-size: 14px;
    font-weight: bold;
}

.referenceVertical {
    position: relative;
    top: -10px;
}

.subheader {
    height: 40px;
    text-align:center; 
    background:url(../nx-ref/Images/pending/subheader.jpg) no-repeat;
    vertical-align: middle;
}

.horizontalArrow {
    float: left;
    height: 35px;
}

.blue {color:blue;}
