body {
    font-family: sans-serif;
    font-size: 10pt;
    background: #ffffff;
    color: Black;
    margin: 0;
    padding: 0;
}


table {
    font-size: 100%;
    background: White;
}

th {
    text-align: left;
}

a {
    text-decoration: none;
    color: #002bb8;
    background: none;
}
a:visited { color: #5a3696; }
a:active { color: Orange; }
a:hover { text-decoration: underline; }

a.broken {
	color: red;
}

img {
    border: none;
    vertical-align: middle;
    margin: 0;
}

p {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-align: justify;
}

hr {
    height: 1px;
    color: #aaaaaa;
    background-color: #aaaaaa;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: Black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #aaaaaa;
}
h1 { font-size: 188%; }
h2 { 
    font-size: 150%; 
    border-bottom: none;
}
h3, h4, h5, h6 { 
    border-bottom: none;
    color: grey;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul { 
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.3em 0 0 1.5em;
    padding:0;
}
ol {
    line-height: 1.5em;
    margin: 0.3em 0 0 3.2em;
    padding:0;
    list-style-image: none;
}
li { margin-bottom: 0.1em; }
dt { 
    font-weight: bold; 
    margin-bottom: 0.1em;
}
dl{
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}
dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: 0.1em;
}

legend {
    background: White;
    padding: 0.5em;
    font-size: 95%;
}
form {
    border: none;
    margin: 0;
}

input, textarea {
    border: 1px solid #2f6fab;  
    color: Black;
    background-color: white;
    padding: 0.1em;
    overflow: auto;
}

textarea {
    width: 100%;   
}

input[type="radio"], input[type="checkbox"] { border:none; }

input[type="submit"] {
	background-color: #f3f3f3;
}

select {
    border: 1px solid #2f6fab;  
    color: Black;
    vertical-align: top;
}
abbr, acronym {
    border-bottom: 1px dotted Black;
    color: Black;
    background: none;
    cursor: help;
}
q {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
}

code {
    font-family: typewriter;
    background-color: #f9f9f9; 
}

pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}

.preview {
    border: solid 2px black;
    padding: 5px;
}

.footer {
    margin-top: 50px;
	padding-top: 5px;
	border-top: 1px solid #aaaaaa;
}

.lastEditor {
	font-weight: bold;
}

.version_date {
	display: block;
	font-size: 80%;
	color: #bbbbbb;
	margin-top: -15px;
	margin-bottom: 10px;
}

pre.changes {
	font-family: sans-serif;
	display: block;
	background-color: white;
	padding: 0px;
	border: none;
}

#meta {
	float: left;
}

#metaeditor {
	position: relative;
	left: 20px;
}

#revisions {
	position: relative;
	top: 20px;
	clear: left;
}
/*
#diff {
	position: relative;
	top: 30px;
	margin-top: 30px;
}*/

#admin_user_box {
	float: left;
	z-index: 1;
	margin-right: 50px;
}

#admin_group_box {
	z-index: 0;
}

#change_groups {
	clear: left;
	margin-top: 50px;
}

	
/* ---------------------------- Diff rendering --------------------------*/
table.diff {
  background-color: #fff;
  width: 100%;
  position: relative;
  top: 30px;
  margin-top: 30px;
}
td.diff-blockheader {
  font-weight: bold;
}
table.diff th {
  border-bottom: 1px solid #8cacbb;
  font-size: 120%;
  width: 50%;
  font-weight: normal;
  text-align: left;
}
table.diff td {
  font-family: monospace;
  font-size: 100%;
}
td.diff-addedline {
  background-color: #ddffdd;
}
td.diff-deletedline {
    background-color: #ffffbb;
}
td.diff-context {
    background-color: #f5f5f5;
}
td.diff-sign {
  max-width: 20px;
}
span.diffchange {
  color: red;
}