/* Common IDs
 ********************************************************************/

html, body {
	margin: 0px;
	padding: 0px;
} 

/* headbar */

div#headbar {
	margin: 0px;
	padding: 0px;
	top: 5px;
	left: 5px;
	height: 28px;
	color: #000;
	background: #fff;
	border-bottom: 1px solid #999;
	text-align: left;
}

div#headbar-logo {
	float:  left;
}

div#headbar-controller {
	float:  right;
	padding: 4px 8px;
}

div#headbar a:link, div#headbar a:visited {
	color: #036;
	text-decoration: none;
}

div#headbar a:hover {
	color: #036;
	text-decoration: underline;
}

/* loading */

div#loading {
	text-align: center;
	margin: 0px;
	padding: 4px;
	color: #006;
	background: #fff;
	border: 1px solid #999;
	position: absolute;
	width: 300px;
	z-index: 1000;
}

/* system-message */
div#system-message {
	text-align: center;
	color: #000;
	background: url(/themes/shared/system-message-background.gif) repeat-x;
	border-bottom: 1px solid #999;
	padding: 4px 0px;
	margin: 0px;
}

div#system-message a:link, div#system-message a:visited {
	color: #036;
	text-decoration: none;
}

div#system-message a:hover {
	color: #036;
	text-decoration: underline;
}

div#note {
    padding: 6px;
    margin: 4px 20px;
    font-weight: bold;
    color: #fff;
    background: #00ab24;
    border: 1px solid #fff;
}
