﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
	width: 1280px;
	height: 720px;
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}


/* Info screen */
#InfoScreen {
	padding: 20px 40px;
}

#InfoScreen .leftCol {
	float: left;
	margin-bottom: 15px;
}

#InfoScreen .rightCol {
	float: left;
	width: 400px;
	display: inline-block;
	margin-bottom: 15px;
}

#InfoScreen .topRight {
	border: 1px #e2e2e2 solid;
	padding: 10px 20px 10px 20px;
	height: 202px;
}

#InfoScreen .logo {
	position:absolute;
	left: 980px;
	top: 30px;
}

/* Calendar */
.Calendar > table {
	border: 1px #e2e2e2 solid;
	width: 400px;
	height: 680px;
	overflow: hidden;
}

.Calendar.small > table {
	height: 288px;
}

.Calendar td {
	    vertical-align: top;

}

.Calendar.today-highlight .day > tr:first-child {
	font-size: 1.5em;
} 

.Calendar .day > tr table td:first-child {
	max-width: 90px;
	padding-right: 5px;
} 

.Calendar .day > tr:first-child table td:first-child {
	max-width: 125px;
	padding-right: 7px;
} 

.Calendar .day > tr:first-child h3 {
	-webkit-margin-before: 0.1em;
	-webkit-margin-after: 0;
} 

.Calendar .day > tr:not(:last-child) > td {
	border-bottom: 1px #e2e2e2 dotted;
}

.Calendar .day > tr > td:first-child {
	padding-left: 5px;
}

.Calendar h3 {
	-webkit-margin-before: 0.3em;
	-webkit-margin-after: 0.2em;
	display: inline-block;
    width: 100%;
    text-align: center;
}

/* Guards */
#Guards .name {
	padding-top: 5px;
}

#Guards .name td {
	width: 120px;
	text-align: center;
    vertical-align: text-top;
    line-height: 1.1em;
}

#Guards .headline {
	width: 120px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}

#Guards img {
	display: block;
	margin-left: auto;   
	margin-right: auto;
}

#Guards .guard {
	width: 165px;
	display: inline-block;
}

#Guards table {
	margin-left: -10px;
}

#Guards .guard:not(:last-child) {
	margin-right: 20px;
}

#Guards h2 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
    margin-top: 0;
    margin-bottom: 0px;
}

/* Messages */
#Messages {
	border: 1px #e2e2e2 solid;
	padding: 10px 5px 10px 20px;
	height: 370px;
}

#Messages h2 {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0.3em;
}

#Messages ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
	height: 346px;
	overflow: hidden;
}

#Messages li {
	padding-bottom: 4px;
	font-size: 1.4em;
	/*font-weight: bold;*/
}

/* Clock */
#Clock {
	position:absolute;
	left: 1015px;
	top: 140px;
    display: inline-block;
}

#Clock span {
    font-weight: bold;
    font-size: 1.5em;
}

#Clock span {
    font-weight: bold;
    font-size: 1.3em;
}

#Clock #time {
    font-size: 2.5em;
}
#Clock #date {
    margin-left: 27px;
}
