div.steps {
	height:30px;
	float: right;
	width: 203px;
	text-align: right;
	margin-bottom: 15px;
}
	div.steps div.step_divide { background: url("/img/divider_steps.gif") no-repeat left top; height:30px; width:1px; float:left; margin:0 6px; }
	div.steps div.rstep1 	{	background: url("/img/step_1.gif") no-repeat left 0px; width:59px; height:30px; float:left; }
	div.steps div.rstep1on 	{	background: url("/img/step_1.gif") no-repeat left -45px; width:59px; height:30px; float:left; }
	div.steps div.rstep2 	{	background: url("/img/step_2.gif") no-repeat left 0px; width:59px; height:30px; float:left; }
	div.steps div.rstep2on 	{	background: url("/img/step_2.gif") no-repeat left -45px; width:59px; height:30px; float:left; }
	div.steps div.rstep3 	{	background: url("/img/step_3.gif") no-repeat left 0px; width:59px; height:30px; float:left; }
	div.steps div.rstep3on 	{	background: url("/img/step_3.gif") no-repeat left -45px; width:59px; height:30px; float:left; }

#grant_app_content {
	clear: both;
	margin-bottom: 25px;
}

.tableDataRowEven td,
.tableDataRowOdd td {
	padding:5px 12px;
	width:340px;
}

	.tableDataRowEven td {
		background-color: #f5f5f5;
	}

	.account_dashboard .tableDataRowEven td {
		background-color: #ffffff;
	}


#page_account .tableDataRowEven td,
#page_account .tableDataRowOdd td {
	width: auto;
}




.res_button {
}
	.res_button a {
		background-color: #4686c6 !important;
		padding: 5px 5px 3px 5px !important;
		font: bold 11px/normal helvetica, Geneva, sans-serif !important;
		color: #ffffff !important;
		text-transform: uppercase !important;
		border-bottom: 2px solid #cccccc !important;
		border-right: 2px solid #cccccc !important;
	}

table.account_dashboard {
	margin: 12px 0 30px 0;
}

	table.account_dashboard th {
		background-color: #f5f5f5;
		padding:10px 12px 10px 12px;
		color: #0b4171;
		font: bold 12px/normal helvetica, Geneva, sans-serif;
	}

#page_researchersignin #content_researcher_signin {
	margin: 0 0 45px 0;
}

.details {
	font-style: italic;
	font-size: 11px;
	padding-top: 15px;
}