/* CSS styles for use with AWDbug debuggin helper 
	Aaron Wallentine, 2008

*/

/*@ debug elements
============ */

.debug, #debug-global-message
{
 background: #666;
 color: #EEE;
 padding: 0.5em;
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 margin: 0.5em;
 position: relative;
 border: 1px solid #999;
 clear: both;
}

.debug a.hide-me {
	position: absolute;
	top: 0.25em;
	right: 0.5em;
}

.debug a, #debug-global-message a
{
 color: orange;
}

.debug a:hover, #debug-global-message a:hover
{
 color: yellow;
 font-weight: bold;
}

pre.debug
{
 white-space: pre-wrap;
}

.debug h1
{
 font-weight: bold;
 font-size: 1em;
 border-bottom: 1px dotted;
 margin: 0 0 0.5em 0;
}

#debug-global-message {
	position: fixed;
	bottom: 1.8em;
	right: 0.5em;
	z-index: 90;
}