/* Main Text Styles */

Body { background-colour: white; color: navy; font-family: 
Verdana; font-size: 8pt; 
; background-color: #FFFFC0
} 

p { color: navy; font-family: "Verdana"; font-size: 
8pt; } 

p.fi { color: blue; font-family: "verdana"; font-size: 8pt; } 

strong.hyperlink { font-family: "Verdana"; color: navy; font-size: 8pt; font-weight: normal; font-style: 
italic; }

/* Heading Styles */

h1 { color: #000000; font-family: "Verdana"; font-size:
14pt; font-weight: bold; } 

h2 { color: #800000; font-family: "Verdana"; font-size:
12pt; font-weight: bold; } 

h3 { color: #800000; font-family: "Verdana"; font-size:
10pt; font-weight: bold; } 

/* Link Styles */ 

a:link { font-family: Verdana; 
font-size: 8pt; text-decoration: none; font-weight: normal; color: #800000; }

a:visited { font-family: 
"Verdana"; font-size: 8pt; text-decoration: none; font-weight: normal; color: #800000; }

a:hover { font-family: 
"Verdana"; font-size: 8pt; text-decoration: underline; font-weight: normal; color: #800000; }

h5 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: bold; color: #990000}
div { color: navy; font-family: "Verdana"; font-size: 8pt; }
tr { color: navy; font-family: "Verdana"; font-size: 8pt; }

a.loginname { font-family: Verdana;
font-size: 8pt; text-decoration: none; font-weight: bold; color: #FFFFFF; }

a.loginname:visited { font-family: Verdana;
font-size: 8pt; text-decoration: none; font-weight: bold; color: #FFFFFF; }

a.loginname:hover { font-family: Verdana;
font-size: 8pt; text-decoration: underline; font-weight: bold; color: #FFFFFF; }


/*status background colors */
/*1.red - booked */
.status1 { background-color: #FF4040; }
/*2.amber - booked provisional*/
.status2 { background-color: #FFCB4D; }
/*3.green - available*/
.status3 { background-color: #80FF80; }
/*4.blue - maintenance*/
.status4 { background-color: #8080FF; }
/*5.grey - proposed maintenance*/
.status5 { background-color: #C0C0C0; }
/*6.pink - spare*/
.status6 { background-color: #FF80FF; }
