/*

	EI Associates Projects Cascading Style Sheets (CSS) library
	(c) 2007 EI Associates. All Rights Reserved
	Developed by AppWare, LLC. (www.appware.biz)
	Module: projects.css
	Modified: 20-Jul-2207
	Created: 12-Jul-2007

*/




/*	HTML tags */
	body {
		background: #ccc url(http://www.eiassoc.com/res/images/bgs/projects_page_bg.gif) repeat-x;
		color: #444;
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 8pt;
		margin-top: 14px;
		padding: 0;
		text-align: center;
	}

	table {
		padding: 0;
		width: 100%;
	}

	a {
		color: #444;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	img {
		border: none;
	}

	form {
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: 600;
	}

	input, select, textarea, button {
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 8pt;
		font-weight: 400;
	}





/*	Page blocks */
	div.main {
		margin: auto;
		text-align: left;
		width: 750px;
	}

	div.hdr {
		background: #ccc url(http://www.eiassoc.com/res/images/bgs/projects_page_hdr_bg.gif) no-repeat;
		color: #e51837;
		font-size: 13pt;
		font-weight: 600;
		height: 76px;	/* bg image height is 91px */
		padding: 15px 0 0 15px;
		width: 735px;	/* bg image width is 750px */
	}

	div.hdr img {
		float: left;
		padding-right: 6px;
		max-height: 64px;
	}

	div.bdy {
		background: #fff;
		padding: 20px 40px 20px 40px;
		width: 670px;
	}

	div.ftr {
		background: #ccc url(http://www.eiassoc.com/res/images/bgs/projects_page_ftr_bg.gif) no-repeat;
		height: 96px;
		padding: 0 10px 0 0;
		text-align: right;
		width: 740px;	/* bg image width is 750px */
	}




/*	Page navigation */
	div.nav {
		background: #cecece url(http://www.eiassoc.com/res/images/bgs/projects_page_nav_bg.gif) no-repeat;
		color: #444;
		height: 24px;	/* bg image height is 24px */
		width: 750px;	/* bg image width is 750px */
	}

	div.nav a {
		color: #444;
		font-weight: 600;
		text-decoration: none;
	}

	div.nav a:hover {
		text-decoration: underline;
	}

	div.nav ul {
		margin: 0;
		padding: 0;
	}

	div.nav li {
		float: left;
		height: 22px;
		line-height: 210%;
		list-style: none;
		margin-top: 1px;
		padding: 0 12px 0 12px;
	}

	div.nav li.V1 {
		border-right: 1px solid #cecece;
	}

	div.nav li.V2 {
		border-left: 1px solid #fff;
		border-right: 1px solid #cecece;
	}

	div.nav li.V3 {
		border-left: 1px solid #fff;
	}




/*	Buttons */
	.btnLogin {
		background: url(http://www.eiassoc.com/res/images/buttons/btn_login.gif) 0 0 no-repeat transparent;
		border: 0;
		cursor: pointer;
		height: 19px;
		margin: 6px 0 0 0;
		width: 61px;
	}

	.btnSave {
		background: url(http://www.eiassoc.com/res/images/buttons/btn_save.gif) 0 0 no-repeat transparent;
		border: 0;
		cursor: pointer;
		height: 19px;
		margin: 6px 0 0 0;
		width: 61px;
	}

	.btnUpdate {
		background: url(http://www.eiassoc.com/res/images/buttons/btn_update.gif) 0 0 no-repeat transparent;
		border: 0;
		cursor: pointer;
		height: 19px;
		margin: 6px 0 0 0;
		width: 61px;
	}




/*	Login block */
	div.login {
		background: #ccc url(http://www.eiassoc.com/res/images/bgs/projects_login_bg.gif) no-repeat;
		height: 161px;	/* bg image height is 211px */
		margin: 0 38px 0 162px;
		padding: 50px 60px 0 20px;
		width: 261px;	/* bg image width is 341px */
	}

	div.login td {
		text-align: right;
	}




/*	Bidder terms block */
	div.terms {
		background: #fff url(http://www.eiassoc.com/res/images/bgs/projects_terms_bg.gif) no-repeat;
		height: 215px;	/* bg image height is 235px */
		margin: 0 130px 0 130px;
		padding: 20px 0 0 0;
		text-align: center;
		width: 410px;	/* bg image width is 410px */
	}

	div.terms textarea {
		background: transparent;
		border: 1px solid #d9dad5;
		padding: 4px;
		height: 95px;
		width: 370px;
	}










	div.userForm {
	}

	div.userForm td {
	}


	div.projectForm {
	}

	div.projectForm td {
	}


	div.fileForm {
	}

	div.fileForm td {
	}





/*	Miscellaneous styles */
	p.title {
		color: #0D4592;
		font-size: 11pt;
		font-weight: 600;
		margin-top: 0;
		margin-bottom: 4px;
	}

	td.V1 {
		background: #efefef;
		border-bottom: 1px solid #e5e6e1;
		border-left: 1px solid #e5e6e1;
		border-top: 1px solid #e5e6e1;
		font-weight: 600;
		padding-left: 6px;
	}

	td.V2 {
		background: #efefef;
		border-bottom: 1px solid #e5e6e1;
		border-left: 1px solid #e5e6e1;
		border-right: 1px solid #e5e6e1;
		border-top: 1px solid #e5e6e1;
		font-weight: 600;
		padding-left: 6px;
		width: 150px;
	}

	td.V3 {
		border-bottom: 1px solid #e5e6e1;
		border-left: 1px solid #e5e6e1;
		padding-left: 6px;
	}

	td.V4 {
		border-bottom: 1px solid #e5e6e1;
		border-left: 1px solid #e5e6e1;
		border-right: 1px solid #e5e6e1;
		padding-left: 6px;
		width: 150px;
	}



