h1 {
	color: #3484D2;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
    color: black;
    background: #ffe762;
    border: none;
    padding: 1em;
    margin: 0;
    font-size: 14px;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form th, form td {
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: normal;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}

#login {
    width: 270px;
    margin: 0 auto;
}

#login h1 {
    text-align: center;
}

#navigation {
    background: antiquewhite;
    list-style-type: none;
}

#navigation li {
    width: 150px;
    display : inline-block;
}

#content {
    width: 800px;
    margin: 0 auto;
}

#content h1 {
    text-align: center;
}

#content #administration td {
    border: 2px solid black;
}

.no_border {
    border: none !important;
}

#administration {
    width: 965px;
    margin: 0 auto;
    background: black;
}