﻿body {
    font-size:                      0.8em;
}

* {
	font-family:                    Tahoma;
}

h1 {
	font-size:                      1.2em;
}

h2 {
	font-size:                      1.0em;
}

#header, #topbar, #sidebar {
    display:                none;
    visibility:             hidden;
    height:                 0px;
    width:                  0px;
}

/* ------------------ Risc colours */

.risc_save {
	background-color:               #9fc264;
}

.risc_danger {
	background-color:               #d62c2f;
	color:                          #FFFFFF;
}

.tdG {
	background-color:               #19a219;
	font-weight:                    bold;
}

.tdO {
	background-color:               #FFCC00;
	font-weight:                    bold;
}

.tdR {
	background-color:               Red;
	font-weight:                    bold;
}
