/* ===== DEVELOPMENT ===== */
/*
 * Derek Clayton
 *   www.DerekClayton.com
 * February 2010
 * (c) Copyright Derek Clayton 2008-2010
 * asapCMS Copyright 2008-2010 Derek Clayton and DerekClayton.com, All rights Reserved.
 * Use of this code, in whole or in part, is expressly forbidden without the prior written permission of DerekClayton.com.
 */

/* ===== SITE ADMIN ===== */
.editbutton a {
	/* Placement */
	position: absolute;
	width: 0px;
	height: 16px;
	padding: 1px 1px 1px 18px;
	z-index: 95;
	overflow: hidden;
	/* Text */
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Background */
	background-image: url("../../asap_admin/asap_images/page_white_edit.png");
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-color: #ffffff;
	border: 1px solid #aaaaff;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
}
.editbutton a:hover {
	text-decoration: none;
	font-size: 10px;
	padding-right: 5px;
	z-index: 96;
	/* Background */
	width: auto;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity: 1.0;
}
.block_editbar {
	/* placement */
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	/* background */
	background-color: #ffffff;
	border-bottom: 1px solid #aaaaff;
	/* text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444466;
	font-size: 11px;
	font-weight: normal;
	z-index: 97;
}

.story_edit:hover {
	/*background-color: #fff0ff;*/
	/*border: 2px dashed #ff00ff;*/
}
.editbar_user { float: left; width: 250px; margin: 2px 0px 0px 5px; }
.editbar_menu { float: left; margin: 0px 0px 0px 25px; }
.editbar_menu a img { margin: 0px 0px 1px 5px; }
.editbar_menu a img:hover { margin: 1px 0px 0px 5px; }
.editbar_logo { float: right; margin: 2px 2px 0px 0px; }

.editbar_buglist {
	position: absolute;
	left: 433px;
	top: 2px;
	width: 22px;
	height: 22px;
	overflow: hidden;
	background: none;
	border: none;
}
.editbar_buglist:hover {
	width: auto;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #aaaaff;
	padding: 2px 2px 2px 2px;
}

.debug {
	/* placement */
	position: absolute;
	right: 10px;
	min-width: 25px;
	max-width: 650px;
	width: 50px;
	height: 12px;
	float: right;
	clear: right;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	/* background */
	background-color: #fff0ff;
	border-top: 1px solid #ccc0cc;
	border-bottom: 1px solid #ccc0cc;
	border-left: 5px double #aa44aa;
	/* text */
	font-family: 'Courier New';
	color: #aa44aa;
	font-size: 11px;
	font-weight: normal;
	text-shadow: none;
	z-index: 98;
	-moz-box-shadow: #222222 5px 5px 15px;
	-webkit-box-shadow: #222222 5px 5px 15px;
}
.debug:hover {
	cursor: pointer;
	width: auto;
	height: auto;
	z-index: 99;
	border-left: none;
}

.debug_page {
	/* placement */
	position: fixed;
	left: 0px;
	top: 20px;
	min-width: 25px;
	max-width: 650px;
	width: 50px;
	height: 12px;
	float: right;
	clear: right;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	/* background */
	background-color: #fff0ff;
	border-top: 1px solid #ccc0cc;
	border-bottom: 1px solid #ccc0cc;
	border-right: 5px double #aa44aa;
	/* text */
	font-family: 'Courier New';
	color: #aa44aa;
	font-size: 11px;
	font-weight: normal;
	text-shadow: none;
	z-index: 98;
	-moz-box-shadow: #222222 5px 5px 15px;
	-webkit-box-shadow: #222222 5px 5px 15px;
}
.debug_page:hover {
	cursor: pointer;
	width: auto;
	height: auto;
	z-index: 99;
	border-left: none;
}
