body {
	font-size: 0.8em;
	background-color: #eeeeee;
}

p { text-align: justify; }

table {
	font-size: 1em;
	font-family:Tahoma,Arial,sans-serif;
}

div {
	font-size:1em;
	font-family:Tahoma,Arial,sans-serif;
}

table.numbers {
	font-size: 0.8em;
	text-align: center;
}

table.numbers a {
	text-decoration: none;
	color: black;
}

td.number_on {
	width: 20px;
	height: 18px;
	background-color: #EEEEEE;
	border: 1px solid black;
}

td.number_off {
	width: 20px;
	height: 18px;
	background-color: #AAAAAA;
	border: 1px solid black;
}

#box {
	width: 640px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 25px;
	border: 1px solid #dddddd;
}

#main {
	background-color: white;
}

#breadcrumb {
	display: inline;
}

#title {
	margin: 0px;
}
h1 {
	margin-top: 0px;
}

#about {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#blog {
	float: left;
	width: 420px;
	padding-right: 20px;
}

#right {
	float: right;
	width: 200px;
}


#footer {
	text-align: left;
	color:#000;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #444;
	padding-top: 4px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#licence {
	float:right;
	padding-top: 2px;
	padding-bottom: 10px;
}

img {
	border: 1px solid #999;
}

img.noborder {
	border: 0px;
}

table.calendar {
	background-color: #ddd;
	border: 1px solid #999;
}

th.month {
	text-align: center;
	font-size: 1.0em;
	padding: 3px; 
	color: #555;
	border-bottom: 1px solid #999;
}

td.day {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 3px;
	color: #555;
}

td.day:hover{
	background-color:#fff;
	color:#204A67! important;
}
p.smallcenter {
	text-align: center;
	font-size: 12px;
}

p.smallright {
	text-align: right;
	font-size: 12px;
}

input {
	display: inline;
}
