/* Texas Land Bank Styles */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #FBF6DB;
	}
#container {  /* this div wraps around the entire page table. It has the bgstripes bg 
				and could potentially replace the page table 
				==> NOTE: bgstripes bg style not needed now in table TDs */
	margin: 0 auto;
	width: 840px;
	position: relative;
	background: url(../../images/bgstripes.jpg) repeat-y top left;
	}
	
#pageTop {  /* this contains the top bg image */
	background: url(../images/bgtop.jpg) no-repeat top left;
	width: 840px;
	height: 15px;
	}
#loginRow { /* this contains 3 divs. The div on the right contains the login form */
	width: 100%;
	line-height: 1.1;  /* this is a hack to correct an IE6 bug re. displaying height of floated div w/ bg color */
	}


	#loginRowLeft {  /* This one contains the 800 number  */
		width: 240px;
		float: left;
		height: 20px;
		padding: 10px 20px 20px 0px; 
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		text-align: right;
	}
	#loginRowMidRightContainer {  /* This div has to wrap around the middle & right login row divs, to prevent IE6 bug re. displaying heights of floated divs w/ bg color... Don't ask. Has gold border on left, top & right sides */
		height: 49px;
		float: left;
		background-color: #cad0ab;
		border-left: 1px solid #b28f10;
		border-top: 1px solid #b28f10;
		border-right: 1px solid #b28f10;
}
	#loginRowMiddle {  /* contains the little tinyHome div */
		width: 234px;
		float: left;
		height: 39px; 
		padding: 5px;
		}
		#tinyHome {  /* this is used as a span style to add padding & bg color around the "home" text */
			background-color: #b34910;
			padding: 1px 3px 1px 3px;
			font-size: .7em;
			font-weight: bold;
			color: #fff;
			}
			#tinyHome a {
				display: block;
				margin-left: -9999px;
				}
			#tinyHome a:hover {
				display: block;
				margin-left: -9999px;
				text-decoration: none;
				}
	#loginRowRight { /* contains the login form. has green background */
		width: 260px;
		float: left;
	    height: 49px;
		padding-top: 3px;
	}
	
	form#acctAccessForm {  /* styles the account access form */
		color: #464646;
		font-size: .9em;
		}
		form #acctAccessForm input {
			width: 100px;
			height: 1em;
			float: left;
			margin-bottom: 2px;
			margin-top: 0;
			}
		label {
			display: block;
			float: left;
			margin-bottom: 2px;
			margin-top: 2px;
			text-align: right;
			width: 90px;
			padding-right: 4px;
			}
		input#button {
	position: absolute;
	top: 50px;
	right: 105px;
	width: 50px;
	height: 20px;
	margin-top: 2px;
	background-color: #cad0aa;
	color: #464646;
	border: none;
			}

a {
	color: #0054a6;
	text-decoration: none;
	font-size: 1em;
	}
	a:visited {
		color: #0054a6;
		}
	a:hover {
		text-decoration: underline;
		}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	text-align: right !important;
	background-image: url(../images/smallstar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	padding: 7px 0px 0px 30px;
	width: auto;
	float: right;
	clear: both;
	overflow: hidden;
}	

.ehl {
	font-family: Verdana, sans-serif;
	font-size: .6em;
}
	
.eh2 {
	font-family: Arial, sans-serif;
	font-size: .9em;
}
	
.ecol {
	font-family: Arial, sans-serif;
	font-size: .8em;
}

.footer {
	font-size: .8em;
	padding: 0 0 0 70px;
}

.padR {
	margin-left: 0;
	margin-right: 40px;
}
.padL {
	margin-left: 35px;
	margin-right: 0;
}


.clear {
	clear: both;
	}
	
