﻿BODY  {
margin: 0px;
font-family: Arial;
font-size: 12px;
}
INPUT {
font-family: Arial;
font-size: 9pt;
border: 1px #000 dotted;
}


// DIVs

#ERRORdiv {
text-tranfrom: uppercase;
font-weight: bold;
font-size: 1.5 em;
width: 100%;
text-align: center;
}

#loginPanel {
width: 700px;
height: 20px;
font-size: 10pt;
background-color: #eee;
padding: 3px;
}

#loginPanel a {
color: #f00;
text-decoration: none;
border-bottom: 1px #f00 dashed;
}
#loginPanel a:hover {
color: #f00;
text-decoration: none;
border-bottom: 1px #f00 solid;
}

#loginPanel a.logout {
color: #faa;
font-size: 10px;
text-decoration: none;
border-bottom: 1px #faa dashed;
}
#loginPanel a.logout:hover {
color: #000;
text-decoration: none;
border-bottom: 1px #000 solid;
}

#adminPanel {
width: 700px;
height: 20px;
font-size: 10pt;
background-color: #ddd;
padding: 3px;
}

#adminPanel a {
color: #f00;
text-decoration: none;
border-bottom: 1px #f00 dashed;
}
#adminPanel a:hover {
color: #f00;
text-decoration: none;
border-bottom: 1px #f00 solid;
}

#underLined {
border-bottom: 1px #eee solid;
padding: 3px;
width: 600px;
}

#title {
font-size: 15pt;
font-family: Arial;
font-weight: bold;
margin-bottom: 5px;
color: #f00;
}

#time {
font-size: 9pt;
font-family: Arial;
margin-bottom: 5px;
color: #aaa;
}

#text {
margin: 5px;
}

#actions {
font-size: 8pt;
color: #aaa;
}

#actions a {
font-size: 8pt;
color: #aaa;
border-bottom: #333 1px dotted;
text-decoration: none;
}

#actions a:hover {
font-size: 8pt;
color: #000;
border-bottom: #000 1px solid;
text-decoration: none;
}

.leftadd {
float: left;
width: 100px;
}

.button {
border: 1px #000 solid;
cursor: pointer;
font-family: Arial;
font-size: 0.5 em;
color: #000;
background-color: #eee;
text-transform: uppercase;
}

.cancel_button {
border: 1px #aaa solid;
cursor: pointer;
font-family: Arial;
font-size: 0.5 em;
color: #aaa;
background-color: #eee;
text-transform: lowercase;
}

.log_pass_entered {
color: #fff;
}
.log_pass_entered a {
color: #fff;
border-bottom: 1px #fff dotted;
text-decoration: none;
}
.log_pass_entered a:hover {
color: #fff;
border-bottom: 1px #fff solid;
}
.borderreddown {
border-bottom: 1px #ddd dashed
}
.active {
color: #f00;
}
.inactive {
color: #333;
}
.listed {
margin-bottom: 10px;
text-transform: uppercase;
font-weight: bolder;
}
#roomdescr {
float: right;
width: 200px;
padding: 5px;
background-color: #eee;
border: 1px #360 solid;
font-size: 10pt;
line-height: 1.5;
}

.roomleft {
margin-bottom: 5px;
margin-top: 5px;
line-height: 1.5;
}
.roomleft .roomname {
font-weight: bolder;
font-size: 11pt;
}
.roomleft .roomname a {
text-decoration: none;
}

#ERRORdiv {
color: #f00;
font-size: 17pt;
font-family: Arial;
font-weight: bolder;
}