body {
	font: Arial, Helvetica, sans-serif;
}

table.grid, table.grid th, table.grid td {
	border-collapse: collapse;
	border: 1px solid #000;
	vertical-align: top;
}

table.grid {
	margin: 20px 0px;
}

table.grid th, table.grid td {
	width: 13%;
}

table.grid th {
	background: #FFAD01;
}

table.grid th.cal_top {
	background: #FF8000;
	font-size: 16pt;
}

table.grid td {
	background: #FFF;
}

table.cell, table.cell tr, table.cell td
{
	border-collapse:collapse;
	border: 0px solid #000;
	vertical-align: top;
	width:auto;
}

#today{
	background-color:#FFFF00;
}

.top_nav {
	float: right;
}
.top {
	background-color : #FF8000;
	color: #000;
	border: 1px solid #000;
}

.nav {
	background-color : #FCD588;
	color: #000;
	border: 1px solid #000;
}
.top A, .nav A, .cal_top A, .bottom A {
	color: #036;
	text-decoration: none;
}
.nav A, .cal_top A {
	color: #c60;
}

.bottom {
	clear: left;
	background-color : #B0E0E6;
	color: #000;
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.top h1 {
	margin: 0em;
	padding: 0em;
}
.content {
	padding: 10px;
}
.content .item {
	padding: 2px;
}
h1 {
	font-size: 18pt;	
}
h2 {
	font-size: 16pt;	
}
h3 {
	font-size: 14pt;	
}
h4 {
	font-size: 12pt;
	margin: 0em;
	padding: 0em;
}
input {
	font-size: 10pt;
}
.element {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
form {
	margin: 0em;
	padding: 0em;
}
.morning {
	background: #ffc;
}
.noon {
	background: #fcc;
}
.afternoon {
	background: #cff;
}
.evening {
	background: #ccf;
}
.midnight {
	background: #ccc;
}
div#timelayer {
	position:absolute;
	visibility:hidden;
}

form.top_form {
	margin: 0px;
	padding: 0px;
}
.time {
	font-size: 8pt;
}
.title {
	font-size: 10pt;
	font-weight: bold;
	text-align:left;
}
.venue {
	font-size: 8pt;
}
.location {
	font-size: 8pt;
}
.edit {
	font-size: 8pt;
}
.day ul {
	margin: 5px;
	padding: 0px 15px;
}
#day_ocupado {
	background-color:#FF0000;
}
.day_of_month {
	text-align: right;
	
	font-size: 14pt;
	font-weight: bold;
	color:#999;
}
.day_of_month_mini {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color:#000;
}
/* Added v0.2.0 */
.error {
	background: #fcc;
}
td, th {
	vertical-align: center;
}
.sidebar {
	width: 300px;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	float:right;
}
.warning
{
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
a.mini {
text-decoration:none;
color:#FFFFFF;
}
