/* Definition of styles:
.l     Light background text style, general purpose
.lh    Light background highlighted text
.lalt  Light background alternate color text
.d     Dark background text style, general purpose
.dh    Dark background highlighted text
.dalt  Dark background alternate color text

.red   Red background : don't touch it.
.yellow Yellow background
.green  Green background 
*/

/* light brown, normal text */
.l {
   background:#F5FAE6;
   color: black;
}

/* light brown, highlight text */
.lh {
   background:#F5FAE6;
   color: black;
   font-weight: bold;
}

/* light brown, blue text */
.lalt {
   background:#999;
   color:#0a433a;
}

/* dark brown */
.d {
   background:#D4D8C7;
   color:black;
}

/* dark brown, highlight text */
.dh {
   background:#D4D8C7;
   color:black;
}

/* dark brown, blue text */
.dalt {
   background:#D4D8C7;
   color:#0a433a;
}

/* styles used for the room status table: don't change !!! */

.yellow {
   background:#dec870;
   color: #552e07;
}

.red {
   background:#f68262;
   color: #0a433a;
}
.green {
   background:#a0bb80;
   color: #0a433a;
}
.orange {
   background:#f6a0a0;
   color: #0a433a;
}
.gray {
   background:#a0a0a0;
   color: #000000;
}
.blue {
	background: #7A9DC8;
	color: #0a433a;
}
	
/* Ok, after that, can change */


body {
   background: #B4B688;
   margin: 0in 0in 0in 0in;
}

input {
   background-color: #B4B688;
   color:#0a433a;
}

select {
   background-color: #B4B688;
   color:#0a433a;
}

textarea {
   background-color: #B4B688;
   color:#0a433a;
}

option {
   background-color: #B4B688;
   color:#0a433a;
}



p {
   color:black;
}

td {
   color:black;
}

p.head {
   font-weight:bold;
   color:black;
}

h1 {
   text-align: center;
   color:#0a433a;
} 

h2 {
   color:#552e07;
}

a {
   font-weight:bold;
   text-decoration:none;
   color:#0a433a;
} 

a:hover {
   color:red;
}

a:active {
   background-color:red;
   text-decoration:none;
   font-weight:bold;
   color:white;
}

a:link.green {
   color:#efc021;
   text-decoration:none;
} 

a:visited.green {
   color:#efc021;
   text-decoration:none;
} 

a:hover.green {
   color:red;
   text-decoration:none;
}

a:active.green {
   text-decoration:none;
   color:white;
}
