/*******************************************************/
/* 
Author: Mark Leppke
Department: User Experience
Project: Application Template
Description: Basic Template for Commercial Web Applications
Revisions by: Matt Soltvedt
Version: 3.4
*/

/****************** Template Structure  ******************/

	
/* brandBar */
.brandBar {
	position: relative; /* I.E. has problems with absolutely positioned images in a div with no specified position type. */
	margin-bottom: -5px;
}
.brandBar img {
	/*margin-top: 17px;*/
}
	
/* login */
.login { margin-left: -3px; }	


/*                                                */
/****************** Main Content ******************/
/*                                                */
	
	
/* Tables */

table {  margin: 0px;  }

.dataTable td {
	padding: .3em 6px .3em 0px;
	vertical-align: bottom;
}

/* table element fixes */

th img {
	margin: 0px 0px;
}


/* Forms and Fields*/
.auto_width {
	width: auto;
}
img {
	vertical-align: text-top;
}
	
.clear {
	display: inline;
}
