/* Global --------------------------------------- */
body { font-family: arial; background-color: #f4f4f4; }

/* Header */
	div#header {display: none; }

/* Content bg */

	/* Headings */
	h2 { font-size: 20px; color: #000; border-bottom: 2px solid #333; margin-bottom: 20px; padding-bottom: 6px; }
	
	/* Tables */
	table { width: 100%; font-size: 15px; }
	th { text-align: left; border-bottom: 1px solid #d4cf7e;  color: #000; }
	tr { border-bottom: 1px solid #333; }
	
	/* New buttons */ 
	a#add-element { display: none; }

	.ui-tabs-nav { display: none; }
	.ui-tabs .ui-tabs-hide { display: none; }
	#tabs { display: none; }


/* Sections --------------------------------------- */
/* Links */
ul#links { display: none;}

/* Notes */
div.note { display: none; }
	
p#footer { margin: 0 auto; color: #666; }