
body, tr, td {
	font-family: Verdana;
	font-size: 13px;
}

#header {
	background-image: url(../scms/upload/emotion/header.jpg);
	width: 625px;
	height: 117px;	
}

h1 {
	text-align: center;
	font-size: 18px;
}
table table {
	padding: 5px;
	margin: 5px;
}
td {
	text-align: left;
}
tr { 
	text-align: left;
}
.headerMonth {
	text-align: center;
	background-color: #9FCFFF;
}
.weekday {
	text-align: center;
	background-color: #666666;
	color: #FFFFFF;
	width: 20px;
}
.emptyDay {
	background-color: #DDDDDD;
}
.weekNumber {
	background-color: #EEEEEE;
	color: #999999;
	text-align: center;
}
.freeDay {
	color: white;
	background-color: green;
    text-align: center;
}
.freeDay a {
	color: white;
	text-decoration: none;
}
.usedDay {
        color: white;
        background-color: red;
        text-align: center;
}
.selectedDay {
        color: white;
        background-color: blue;
        text-align: center;
}
.reservedDay {
        color: white;
        background-color: rgb(255,204,0);
        text-align: center;
}
textarea, input {
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;	
}
.red {
	color: red;
}
.green {
	color: green;
}