/* files\stylesheets\screen\account.css */
p.note
{
	font-size: 90%;
}
div#navigation
{
	display: none;
}
p.navigation a.previous
{
}
p.navigation a.next
{
        float: right;
}
a:link,a:active,a:visited,a:hover
{
	color: #285386;
}
ul.action
{
	float: left;
	margin: 0;
	margin-bottom: 0.2em;
	width: 100%;
}
ul.action li
{
	float: left;
	list-style: none;
	padding-right: 0.5em;
}
.action a:link, .action a:active, .action a:visited, .action a:hover
{
	background: #FFFFFF;
	padding: 0.1em;
	color: #AA0000;
	text-decoration: underline;
}
p.guesthouse
{
	margin-top: -0.5em;
	padding-top: 33px;
	text-align: right;
}
p.guesthouse a
{
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 1em;
	padding-top: 51px;
	margin-top: -50px;
	margin-left: 0.3em;
	text-decoration: none;
	color: #333333;
}
p.guesthouse a:hover
{
	color: #666666;
}
p.guesthouse a[rel="new"]
{
	float: left;
	background-image: url("/files/images/icons/newbooking24px.png");
	background-position: left center;
	margin-left: -6px;
	padding-left: 24px;
	padding-top: 1px;
	height: 25px;
	font-weight: bold;
	margin-top: -14px;
}
p.guesthouse a[rel="bookings"]
{
	background-image: url("/files/images/icons/bookings.png");
}
p.guesthouse a[rel="rooms"]
{
	background-image: url("/files/images/icons/rooms.png");
}
p.guesthouse a[rel="allocation"]
{
	background-image: url("/files/images/icons/allocation.png");
}
p.guesthouse a[rel="summary"]
{
	background-image: url("/files/images/icons/summary.png");
}
p.guesthouse a[rel="reports"]
{
	background-image: url("/files/images/icons/reports.png");
}
p.guesthouse a[rel="users"]
{
	background-image: url("/files/images/icons/users.png");
}
p.guesthouse a[rel="config"]
{
	background-image: url("/files/images/icons/config.png");
}
form div
{
	float: left;
	width: 25%;
	margin-right: 2em;
}
form div:first-child
{
	width: 40%;
}
form div.full
{
	width: 100%;
	margin: 0;
}
form textarea
{
	border: 1px solid #AAAAAA;
}
form.element textarea
{
	font-family: monospace;
}
form input
{
	border: 1px solid #AAAAAA;
	padding: 2px;
}
form .required input
{
	background-color: #FFFFCC;
}
form p.submit
{
	text-align: center;
}
form p.submit input
{
	margin-left: 1em;
}
form p.error
{
	color: #AA0000;
}
form div.info
{
	font-size: 80%;
	width:20%;
	float: right;
}
form p.changestate
{
	font-size: 150%;
	text-align: center;
	width: 70%;
}
form p.changestate strong
{
	font-weight: normal;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background: #bfddef;
}
form p.changestate select
{
	font-size: 100%;
	background: #bfddef;
}
form p.button
{
	text-align: center;
}
p.success
{
	color: #00AA00;
}
table
{
	margin-bottom: 1em;
}
table tr td
{
	padding: 0.2em;
}
table tr:nth-child(even)
{
	background: #E0E0E0;
}
table tr:first-child
{
	background: none;
}
table tr td.number
{
	text-align: center;
}
table tr td.amount
{
	white-space: nowrap;
}
table tr th
{
	white-space: nowrap;
}
table tr.checkedin
{
	background: #A0FFA0;
}
table tr:nth-child(even).checkedin
{
	background: #81E081;
}
div.text
{
	border: 1px solid #AAAAAA;
	padding: 1em;
	overflow: auto;
}
table.rooms tr
{
	background: none;
}
table.rooms tr td
{
	width: 30px;
	height: 30px;
	text-align: center;
}
table.rooms tr td.room
{
	width: 80px;
	height: 80px;
	border: 1px solid #000000;
}
table.rooms tr td.room[colspan="2"]
{
	width: 120px;
}
table.rooms tr td.room[colspan="3"]
{
	width: 160px;
}
table.rooms tr td.room[colspan="4"]
{
	width: 200px;
}
table.rooms tr td.room[rowspan="2"]
{
	height: 120px;
}
table.rooms tr td.room[rowspan="3"]
{
	height: 160px;
}
table.rooms tr td.room[rowspan="4"]
{
	height: 200px;
}
table.rooms tr td.backroom
{
	border: 1px solid #646363;
}
table.rooms tr td.backroom a:link, table.rooms tr td.backroom a:active, table.rooms tr td.backroom a:visited, table.rooms tr td.backroom a:hover
{
	color: #646363;
}
table.rooms tr td.bathroom
{
	border: 1px solid #646363;
}
table.rooms tr td.bathroom a:link, table.rooms tr td.bathroom a:active, table.rooms tr td.bathroom a:visited, table.rooms tr td.bathroom a:hover
{
	color: #646363;
}
table.rooms tr td.corridor
{
	background: #B0B0B0;
}
table.rooms img
{
	float: none !important;
	margin-left: 2px !important;
}
table.rooms tr td.checkedin
{
	background: #A0FFA0;
}
table.rooms tr td.confirmed
{
	background: #A0A0FF;
}
table.rooms tr td.leaving
{
	border: 3px solid #F0A000;
}
table.rooms tr td.conflict
{
	border: 3px solid #A03030;
}
form.allocation 
{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
table.allocation
{
	font-size: 95%
}
table.allocation tr td.sunday
{
	background: #ffc0c0;
}
table.allocation tr th.sunday
{
	background: #ffc0c0;
}
table.allocation tr th.today
{
	border: 1px solid #aa0000;
}
table.allocation th
{
	margin-top: 2em;
	width: 1.5em;
}
table.allocation tr.month
{
	height: 2em;
	vertical-align: bottom;
}
table.allocation tr td
{
	text-align: center;
}
table.allocation tr td:first-child,
table.allocation tr th:first-child
{
	text-align: left;
}
table.bookings
{
	width: 100%;
}
table.bookings tr td
{
	width: 8%;
}
table.bookings tr td:nth-child(1)
{
	width: 9%;
}
table.bookings tr td:nth-child(3)
{
	width: 30%;
}
table.bookings tr td:nth-child(4)
{
	width: 18%;
}
table.bookings tr td:nth-child(6)
{
	width: 18%;
}
table.bookings tr td:nth-child(7)
{
	width: 17%;
}
table.summary tr td,table.summary tr th
{
	padding-left: 0.6em;
	padding-right: 0.6em;
}
table.summary tr td p
{
	margin: 0;
}
table.summary tr td:first-child, table.summary tr td:last-child
{
	font-weight: bold;
}
table.summary tr.blocked td
{
	font-weight: bold;
	color: red;
}

table.summary tr td.over
{
	font-weight: bold;
	color: #ee0000;
}
table.summary tr td.full
{
	font-weight: bold;
	color: #ffbb00;
}
table.summary span.total
{
	font-size: 80%;
	padding-left: 0.4em;
	margin-right: -1em;
}
table tr td.exception
{
	border: 2px solid red;
	font-size: 90%;
}
table.requests
{
	width: 100%;
	font-size: 95%;
}
table.requests tr.responsetimes
{
	font-size: 90%;
}
table.requests tr td span.from
{
	font-size: 90%;
}
table.requests tr.slow
{
	background: #ffd0d0;
}
table.requests tr td.xhtml
{
	font-weight: bold;
	color: green;
}
table.requests tr td.html
{
	font-weight: bold;
	color: blue;
}
table.requests tr td.notfound, table.requests tr td.redirect
{
	font-weight: bold;
	color: orange;
}
table.requests tr td.error
{
	font-weight: bold;
	color: red;
}
table.calendar tr
{
	background: none;
}
table.calendar tr td
{
	text-align: center;
	width: 4em;
}
table.calendar tr td.title
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
	background: #4c88be;
	color: #ffffff;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding-left: 0.8em;
	padding-right: 0.8em;
}
table.calendar tr td a
{
	border: 1px solid #e0e0e0;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	display: block;
	width: 3em;
	text-align: center
}
table.calendar tr td a:hover
{
	border: none;
	background: #4c88be;
	color: #ffffff;
}
table.calendar tr td.selected a,
table.calendar tr td.selected a:link,
table.calendar tr td.selected a:active,
table.calendar tr td.selected a:visited,
table.calendar tr td.selected a:hover
{
	border: none;
	background: #396fab;
	color: #ffffff;
}
table.users tr th
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}
table.users tr td
{
	text-align: center
}
table.users tr td:first-child, table.users tr td:nth-child(2)
{
	text-align: left
}
form span.warning
{
        background: #e18700;
        color: #ffffff;
	padding: 2px;
}
form span.alert
{
        background: #d70000;
        color: #ffffff;
	padding: 2px;
}
