	*							{ margin:0px; padding:0px; }
	label							{ display:block; }
	table						{ border-left:1px solid #CCC; border-bottom:1px solid #CCC; width:100%; }
	table tr th						{ border-top:1px solid #CCC; border-right:1px solid #CCC; }
	table tr td						{ border-top:1px solid #CCC; border-right:1px solid #CCC; }

	/* GLOBAL */
	#container					{ width:100%; }
	#header						{ width:100%; }
	#page						{ width:100%; clear:both; } 
	#footer						{ width:100%; clear:both; text-align:center; }

	/* NAVIGATION */
	#navigation					{ width:100%; }
	#navigation ul				{ list-style-type:none; width:100%; }
	#navigation ul li				{ float:left; }
	#navigation ul li.logout		{ float:right; }
	#navigation ul li.help			{ float:right; }

	/* BREADCRUMBS */
	#breadcrumbs				{ width:100%; clear:both; }
	#breadcrumbs ul				{ width:100%; list-style-type:none; }
	#breadcrumbs ul li				{ float:left; }

	/* LOGIN */
	#login_content				{ width:100%; } 
	#login_container			{ margin:auto; overflow:hidden; position:relative; } 
	#login_mover				{ position:relative; } 
	#password_reset, #login		{ padding:20px; }
	#password_reset				{ float:left; }
	#login						{ float:left; }

	/* SITEADMIN */
	#editcontent					{ width:100%; min-height:400px; } 
	#fileedit						{ border-width:1px; border-style:solid; border-color:#CCC; }
	#fileedit input					{ padding:0; margin:10px 10px 0 0; }
	#fileedit label					{ display:inline-block; }
	.prodocom						{ background:url('/edi/core/assets/images/prodocom.png') no-repeat bottom right; background-color: #eee; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
	#sysadmin_ul li, #siteadmin_ul li	{ list-style-type: none; }
	
	/* USERS */
	#prev_page					{ float:left; }
	#next_page					{ float:right; }

	/* OTHER */
	.center						{ text-align:center; }
	.clear						{ clear:both; }

	/* ADMIN */
	#sim_controls				{ clear:both; }
	#sim_close					{ background:url('/edi/core/assets/images/close.gif') no-repeat 0 0; height: 16px; width: 16px; }
	
	/* PASSWORD */
	.is0{ background:url('/edi/core/assets/images/progressImg1.png') no-repeat 0 0; width:138px; height:7px; margin:5px 0px 20px 20px; }
	.is10 { background-position:0 -7px; } 
	.is20 { background-position:0 -14px; } 
	.is30 { background-position:0 -21px; } 
	.is40 { background-position:0 -28px; } 
	.is50 { background-position:0 -35px; } 
	.is60 { background-position:0 -42px; } 
	.is70 { background-position:0 -49px; } 
	.is80 { background-position:0 -56px; } 
	.is90 { background-position:0 -63px; } 
	.is100 { background-position:0 -70px; } 
	
	/* DOWNLOAD SELECTED */
	.downloadall:hover { cursor:pointer; }
