html {
	background-color: rgb(100%, 70%, 60%);
	font-family: sans-serif;
	font-size: 100%;
}

body {
	font-family: sans-serif;
	background-color: rgb(100%, 70%, 60%);
	font-size: 100%;
}

div {
	font-size: 100%;
}

div.main {
	background-color: rgb(100%, 90%, 80%);
	margin: 1em;
	padding: 1em;
}

div.cal {
	margin-top: 1ex;
	padding-top: 1ex;
	border-bottom: solid thin black;
}

div.tab0 {
	margin-top: 0ex;
	color: rgb(80%,80%,80%);
	padding: 0.3ex;
	border-bottom: solid thin black;
}

div.tab1 {
	margin-top: 0ex;
	padding: 0.3ex;
	border-top: solid thin black;
	border-left: solid thin black;
	border-right: solid thin black;
}

img {
	border: none;
}

img.foto {
	border: solid white thick;
	margin-right: 1ex;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

input {
	font-size: 90%;
}
p.err {
	color: rgb(100%, 0%, 0%);
	font-weight: bold;
}

p.error {
	font-weight: bold;
	border: thick solid red;
}

p.foot {
	text-align: center;
	font-size: 80%;
}

p.right {
	text-align: right;
}

p.help {
	text-align: left;
	font-size: 80%;
	background-color: rgb(100%, 95%, 90%);
	width: auto;
	white-space: normal;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
}

table.login {
	text-align: right;
	font-size: 80%;
}

td {
	vertical-align: top;
	white-space: nowrap;
	padding: 0.1ex;
	margin: 0.1ex;
}

td.chk {
	vertical-align: middle;
	text-align: center;
}

td.help {
	text-align: left;
	font-size: 80%;
	background-color: rgb(100%, 95%, 90%);
	width: auto;
	white-space: normal;
	height: auto;
}

td.help>p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.5ex;
	margin-bottom: 0;
	white-space: normal;
}

td.img {
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
}

td.lang {
	text-align: right;
	font-size: 80%;
}

td.logo {
	text-align: left;
	vertical-align: middle;
}

td.user {
	text-align: right;
	font-size: 80%;
}

td.wrap {
	white-space: normal;
}

th.day {
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

th.hour {
	font-weight: normal;
	font-size: 80%;
}

tr.sel {
 background-color: rgb(100%, 70%, 60%);
}