/* ART */

body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	background: #ffffff;
}
img {
    behavior: url(/javascripts/pngbehavior.htc);
}
form {
	display: inline;
}
textarea, input[type="text"] {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}
div#magic_modules {
	position: absolute;
}
div.rag {
	float: left;
}
div.editable {
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 24px;
}
div.edit_buttons {
    position: relative;
    top: 0px;
    left: 0px;
    width: 810px;
}
div.editable_outline {
    border: 1px dashed #00ff00;
    padding: 1px;
}
div.editable_outline_active {
    border: 2px solid #00ff00;
    padding: 0px;
}
div.add_before {
    margin-bottom: 24px;
}
div#main {
    z-index: 1;
}
div#spinner {
    z-index: 2;
    position: fixed;
    top: 24px;
    left: 660px;
}
div#spinner span {
    background: #ff4912;
}
.fullheight {
    height: 100%;
}
div.page_header_footer {
    font-size: 11px;
    line-height: 14px;
    color: #ff6e00;
}
div.page_header_footer a, div.page_header_footer a:visited {
    text-decoration: none;
    color: #ff6e00;
}

/* ECONOMY */

/* Flash messages */

#view-page-draft-badge, #view-page-newer-draft-badge, #flash-message {
    position: absolute;
    top: 0;
    left: 12px;
    background-color: #ff0;
    opacity: 0.9;
    filter: alpha(opacity=90);
    padding: 4px;
    z-index: 1000;
    line-height: 15px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
#view-page-draft-badge {
    color: #f00;
}
#view-page-newer-draft-badge {
    color: #030;
}
