/* new_template.css
	Author: T McBride 2015-01-20
	Css enhancements for the new template
	TODO: Merge these into the standard css once we swith over
*/

body.omax_body
{
	background: none;
	background-color: #FFFFFF !important;
}

#omaxPageOuter
{
	/*display: table;*/
	/*disabled (display commented out) by ABD - caused page to jitter from right to left on page load*/
	width: 100%;
	margin-top: 80px;
}

#omaxPageLeftMargin
{
	/*display: table-cell;*/
	display: none;
	/*disabled (display set to none) by ABD - caused page to jitter from right to left on page load - TODO remove element from layout?*/
}

#omaxPageRightMargin
{
	/*display: table-cell;*/
	display: none;
	/*disabled (display set to none) by ABD - caused page to jitter from right to left on page load - TODO remove element from layout?*/
}

#omaxPageWrapper
{
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	/*background-color: #F5F5F5 !important;*/
	/*display: table-cell;*/
}

#login
{
	position: static !important;
	left: 0 !important;
	top: 0 !important;
	float: none !important;
}

#contentarea
{
	padding: 0px 0em 0em 0em !important;

}
