body {	
	background: #DFE6F9 url('../img/master-bg.jpg') repeat-x;	
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 793px;	
}

#header {
	height: 163px;
	background: transparent url('../img/header.png') no-repeat;
	position:relative;
}

#content {}
	.content-border-top {
		height:21px;
		background: transparent url('../img/header-border.jpg') no-repeat;
		line-height:21px;		
	}	
	.content-border-left {
		width: 29px;
		background: #ffffff url('../img/left-border.jpg') repeat-y;
	}
	.content-border-right {
		width: 29px;
		background: #ffffff url('../img/right-border.jpg') repeat-y right;
	}
	.content-border-bottom {
		height:42px;
		background: transparent url('../img/footer-border.jpg') no-repeat;
	}
	.content-body {
		background-color: #ffffff;		
		/*height: 350px;
		min-height: 350px;*/						
	}
		#content-for-layout {
			text-align: left;			
		}	
	
	.content-body table.spaced {border-spacing: 1px;}
	.content-body table.spaced td { padding:4px; border:1px solid #ffffff;} 
	.content-body table.spaced table {border-spacing: 0px;} /* reset */
	.content-body table.spaced td td { padding:0px; border:0px solid #ffffff;} /* reset */	
	
	.content-body table.inner-spaced {border-spacing: 1px !important;}
	.content-body table.inner-spaced td { padding:4px !important; border:1px solid #B9CCF9 !important;} 	
	
	.content-body table.spaced-small {border-spacing: 2px;}
	.content-body table.spaced-small td { padding:1px; border:1px solid #ffffff;} 
	.content-body table.spaced-small table {border-spacing: 0px;} /* reset */
	.content-body table.spaced-small td td { padding:0px; border:0px solid #ffffff;} /* reset */
	
	#top-menu {
		/*border:1px solid #d3d3d3;*/
		font-size: 8pt;
		color: #4792E6;
		line-height: normal;
		text-decoration: none;
		font-weight: bold;		
	}

#footer {}

.left-aligned {text-align:left;}
.center-aligned {text-align:center;}
.right-aligned {text-align:right;}

.cake-sql-log tr {border:1px solid black;}
.cake-sql-log td {padding:3px;}

