﻿body
{
    font-family: Sans-Serif;
    margin: 0;
    padding: 0;
}

h1, h2 {
    margin: 10px 0px 6px 15px;
}

p {
    margin: 5px 0 5px 20px;
}

fieldset {
    margin: 0 20px 0 20px;
}

div#header {
    margin: 5px;
    border: solid 1px black;
    border-radius: 5px;
    background-color: #A9A9F5;
    height: 58px;
}

div#header h1 {
    float: left;
}

div#header ul {
    float: right;
    list-style-type: none;
    margin-right: 10px;
}

div#header li {
    float: left;
    margin-left: 40px;
}

/* Main page */

p.status
{
	font-weight: bold;
}
span.statusGood
{
	color: #009900;
}
span.statusBad
{
	color: #990000;
}
ul.error
{
	list-style: none;
	font-weight: bold;
}
span.line
{
	color: #000099;
	display: inline-block;
	width: 5.5em;
}
span.position
{
	color: #009999;
	display: inline-block;
	width: 7em;
}
span.message
{
	color: #990000;
	font-style: italic;
}
label.formLabel
{
	font-weight: bold;
	display: block;
}
.disabled 
{
	color: grey;
}
.enabled 
{
	
}

span.unpublishedInfo, span.currentVersion, span.publishedTime
{
    font-weight: bold;    
}

/* Tables */

tr.odd 
{
	background-color: #ccffcc;
}
tr.even 
{
	background-color: #eeffee;
}
td.centered 
{
	text-align: center;
}
table 
{
	font-family: Arial;
	font-size: 0.9em;
	margin-left: 20px;
    width: 95%;
}
td 
{
	padding: 2px;
}

/* Selected box */

fieldset#selected {
    float: right;
    position: fixed;
    right: 5px;
    
    padding: 10px;
    margin-right: 10px;
    width: 300px;
}

fieldset#selected h1 {
    margin: 0 0 10px 0;
    font-size: 1em;
}

fieldset#selected input {
    margin-left: 15px;
    width: 210px;
}

fieldset#selected div.translation  {
	margin-top: 4px;
}

fieldset#selected div.translation input  {
	width: 280px;
}

.error {
    color: Red;
}

/* Status */

div#status {
    height: 25px;
    margin: 7px;
    padding: 3px;
    background: #FFFFEE;
    border: dashed 1px;
    border-radius: 3px;
}

div#status div#statusIcon img {
    display: none;
}

div#status div {
    float: left;
    padding-right: 10px;
}

div#status div#statusLastSaved {
    float: right;
}

div#status div#statusPublished {
    float: right;
    margin-right: 200px;
}

div#status div#statusIcon {
    margin-left: 4px;
    margin-top: 2px;
}

/* Toolbar */

div#toolbar {
    margin: 10px 5px 5px 20px;
}

/* Login form */

div#loginForm {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 400px;
}