/*
Dev Notes
Version 1.0; Released 6/23/09
http://iamnotagoodartist.com/2009/06/dev-notes/
*/

.devnotes {
	position: fixed;
	width: 225px;
	top: 0;
	left: 0;
	margin: 0 7px;
	z-index: 10;
	font-family: Tahoma, Geneva, sans-serif;
}

.devnotes p { margin: 5px 0; }
.devnotes div { display:none; }
.devnotes .devnotes_visible { display: block; }

.devnotes a {
	font-weight: bold;
	height: 16px;
	line-height: 20px;
	font-size: 14px;
	color: black;
	text-decoration: none;
	cursor: pointer;
	padding-left: 2px;
}

.devnotes a:hover { text-decoration: underline; }

.devnotes_textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 219px;
	height: 300px;
	border: 1px solid #a1a1a1;
	padding: 2px;
}

.devnotes_button {
	border: 1px solid #a1a1a1;
	background-color: #e8e8e8;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 2px 5px;
	cursor: pointer;
}

.devnotes_button:hover {
	background-color: #f4f4f4;
	border: 1px solid #c9c9c9;
}
