
.main {
	position: relative;
	background: url(../../images/newface-bg01.jpg) no-repeat;
	padding-bottom: 40px;
}

.main h2 {
	position: relative;
	left: -38px;
}

table {
	background-color: #f6ede6;
	margin:0 20px 20px;
}

div.weekly table th {
	background: url(../../images/week-bg05.gif) repeat-x;
	height: 42px;
	width: 75px;
	color: #603813;
}

div.weekly table th.thum {
	background-image: none;
	height: auto;
	width: auto;
	padding: 10px;
	position:relative;
}

*html div.weekly table th.thum img.icon {
	position: absolute;
	bottom: 15px;
}

*+html div.weekly table th.thum img.icon {
	position: absolute;
	bottom: 15px;
}

div.weekly table th.sat {
	background: url(../../images/week-bg03.gif) repeat-x;
}

div.weekly table th.sun {
	background: url(../../images/week-bg04.gif) repeat-x;	
}

div.weekly table th,
div.weekly table td {
	border: 1px solid #c6a66d;
	vertical-align: middle;
	text-align: center;
}

div.weekly table td {
	color: #610000;
	_height: 100px;
}

div.weekly table td.absent {
	color: red;
}

div.weekly table td.desc {
	text-align: left;
	background-color: #9b0433;
	color: #fff;
	padding: 3px 5px 1px;
	_height: auto;
}

div.weekly table td.desc span.text-info{
	padding-left: 15px;
}




