@charset "utf-8";
/* CSS Document */

/* FUNDAMENTAL ADMINISTRATION STYLING */
.administration_top_bar { height:20px; background:#ddd; border-bottom:1px solid #323232; }
.administration_panel { position:relative; height:160px; padding:10px; background:#ddd; margin:0px; border-bottom:1px solid #323232; display:none; }
.administration_panel a { text-decoration:none; color:#000; }
.administration_status_bar { height:18px; padding:2px 5px; background:#ccc; border-bottom:solid #000 1px; border-top:solid #fff 1px; }
.administration_status_bar a { text-decoration:none; color:#222; font-weight:bold; }
.administration_status_bar a img { margin-bottom:-2px; margin-right:3px; }
	#admin_options { position:relative; width:740px; height:160px; background:#fff; border-top: #333 1px solid; border-left: #333 1px solid; border-bottom: #fff 1px solid; border-right: #fff 1px solid; }
	#admin_site_options { position:absolute; top:5px; left:0px; width:240px; height:150px; border-right:1px solid #cccccc; }
	#admin_page_options { position:absolute; top:5px; left:250px; width:240px; height:150px; border-right:1px solid #cccccc; }
	#admin_links_options { position:absolute; top:5px; left:500px; width:240px; height:150px; }
	
	.sub_panel_option { position:relative; margin:50px auto; display:none; width:720px; padding:10px; background:#fff; border: #ccc 10px solid; z-index:1; }
		.option { }
		.admin_panel_heading { font-size:18px; text-align:center; }
		.admin_label { display:inline-block; width:80px; margin-bottom:3px; text-align:right; padding-right:8px; font-size:10px; }
		.admin_input { width:400px; font-size:11px; margin-bottom:3px; }
		.admin_button { width:100px; font-size:11px; margin-bottom:3px; }
		.admin_textarea { font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:3px; }

.editable_div { position:relative; min-height:500px; border:2px dashed #F99;  }
	.edit_link { position:absolute; top:0; right:0; }
	.settings_link { position:absolute;  top:0; right:50px; }