@import url("../dashboard.css");
h4.my-profile,
h4.my-account
{
	text-indent: -99999px;
	display: block;
	width: 154px;
	height: 20px;
	background-repeat: no-repeat;
}

h4.my-profile
{
	background-image: url('../../img/dashboard/my-profile-hdr.gif');
}
h4.my-account
{
	background-image: url('../../img/dashboard/my-accounts-hdr.gif');
}
div#dashboard-container ul#dashboard-nav li.open-applications
{
	margin-left: 0px;
	z-index: 150;
}
div#dashboard-container ul#dashboard-nav li.open-applications a
{
	background-image: url('../../img/dashboard/open-applications-btn.png');
	
}
div#dashboard-container ul#dashboard-nav li.apply
{
	z-index: 125;
}
div#dashboard-container ul#dashboard-nav li.apply a
{
	background-image: url('../../img/dashboard/apply-btn.png');
	
}
div#dashboard-container ul#dashboard-nav li.application-archive
{
	z-index: 100;
}
div#dashboard-container ul#dashboard-nav li.application-archive a
{
	background-image: url('../../img/dashboard/application-archive-btn.png');

}
div#apply ul li div.applyButtonDivEl
{
	float: right;
	padding-bottom: 10px;
	text-align: center;
	width: 100px;
}
div#apply ul li div.applyCopyDivEl
{
	padding-left: 155px;
}
ul.list_style	
{
	list-style-type: none;
	margin-top: -20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
ul.list_style li
{
	margin: 18px 20px;
	padding: 20px 0px 2px 0px;
	border-top: 1px solid #CCCCCC;
}
ul.list_style li h4
{
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.list_style li a img
{
	float:left;
	padding-right: 10px;
}
ul.list_style li p
{
	margin-top: 0px;
}

div#profile,
div#my-accounts
{
	overflow:auto;
	padding: 0 20px;
}
div#my-accounts
{
	padding-bottom: 20px;
}
div#my-accounts div#yff,
div#my-accounts div#charities
{
	width: 156px;
	float: left;
	margin: 10px 20px;
	text-align: center;
}

div#newUsers,
div#returningUsers
{
	width: 300px;
	min-height: 300px;
	
	position: relative;
	float: left;
	
	background-image: url('../../img/layout/fade-middle.png');
	background-repeat: no-repeat;
	background-position: center top;
}
div#returningUsers
{
	width: 320px;
}
div#returningUsers fieldset div.input input#UserEmail,
div#returningUsers fieldset div.input input#UserPassword
{
	width: 150px;
}
div#returningUsers fieldset div.text label,
div#returningUsers fieldset div.password label
{
	display: block;
	width: 100px;
	float:left;
}
div#returningUsers fieldset a.forgot-password
{
	left: 100px;
	position: relative;
}
div#returningUsers fieldset div#bottom-checkboxes img.login-help
{
	cursor: pointer;
}

div#newUsers h3,
div#returningUsers h3
{
	height: 30px;
	
	font-size: 14px;
	
	background: url('../../img/layout/portal-header.png') 0 0 repeat-x;

	padding: 5px 0 0 10px;
}
div#newUsers h4,
div#returningUsers h4,
div#newUsers p,
div#returningUsers p
{
	margin-top: 0px;
	padding: 0 10px;
	/*
	margin-top: 2px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 12px;
	line-height: 13pt;
	*/
}
div#newUsers h4,
div#returningUsers h4
{
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}

div#newUsers div#registerButtonDivEl,
div#returningUsers div.submit
{
	padding: 30px 0px 0px 0px;
	text-align: center;
}
div#newUsers div#registerButtonDivEl input[type="button"],
div#returningUsers div.submit input[type="submit"]
{
	height: 31px;
	width: 89px;
	text-indent: -99999px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;

	display: block;
	float: left;
	overflow: hidden;

	/* For IE 7 since text-indent doesn't work... */
	font-size: 0;
	line-height: 0;
}
div#newUsers div#registerButtonDivEl input[type="button"]
{
	background-image: url('../../img/applicants/register_button.gif');
}
div#returningUsers div.submit input[type="submit"]
{
	background-image: url('../../img/applicants/log_in_button.gif');
}
div#returningUsers
{
	margin-left: 24px;
}
div#returningUsers fieldset
{
	border: none;
	padding: 0 10px;
}
/*
div#returningUsers fieldset div
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#returningUsers fieldset div.input-nobg label
{
	font-weight: bold;
	width: 100px;
	float: left;
	position: relative;
	top: 4px;
}
div#returningUsers fieldset div#gams_pmgr_id
{
	height: 38px;
}
div#returningUsers fieldset div.password-prompt a
{
	display: block;
	font-size: 7pt;
	padding-top: 2px;
	padding-left: 102px;
	padding-bottom: 2px;
}*/
/*
div#returningUsers fieldset div input[type="text"]
{
}
div#returningUsers fieldset div#bottom-checkboxes div label
{
	position: relative;
	top: -2px;
}
*/
div#returningUsers fieldset div#bottom-checkboxes
{
	border-top: 2px solid white;
	margin: 12px 5px 0 5px;
	padding: 6px 5px 0 5px;
}

div.input input.phone
{
	width: 100px;
}
div.input input.ext
{
	width: 30px;
}
div.input input.zipField
{
	width: 50px;
}