/*****
	Copyright: Merandex Technology Solutions
	Sep 2011
	All rights reserved
*****/

/****
Website layout
****/

body {
	background: white;
}


div#Dashboard {
	width: 100%;
/*	height: 100%;*/

}

div#content {
	font: normal 11pt tohoma, arial, helvetica;
/*	height: 100%;*/
/*	min-height: 600px; */
/*	min-width: 727px;		/* stop <table> in Dashboard from wrapping in very small widths */
}

div#CenterContent {
	margin: 0 0 0 10px;
}

/* Class that sets the with and auto margins to center on the page */
.center {
	width: 727px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;		/* put some padding on the right side so it looks better */

}

/* to center a table, I need the width to be auto */
table.center {
	width: auto;			/* override .center definition */
}

a img {
	border: 0;
}

a.nodecoration {
	text-decoration: none;
}

.ui-layout-south {
	overflow: hidden;		/* no scrollbars for the footer	*/
	/* top right bottom left	*/
	padding: 0 0 10px 0;
}

.LoadingImage {
	display: block;
	margin: auto;
}

p.PageTitle { font: normal bold 14pt tohoma, arial, helvetica; margin: 5px 0 5px 0; }

	