table.table_cross {
	width: 520px!important;
	width/**/: 540px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 20px 0px;
}
table.table_cross th {
	width: 80px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding: 10px 5px 10px 5px;
	background-color: #aedeb0;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 2px solid #6fbc72;
}
table.table_cross td {
	border-bottom: 1px solid #EDEDED;
	padding: 10px 5px 10px 5px;
	font-size: 12px;
	color: #333333;
}
table.table_cross tr.over td {
	background-color: #ffe8e1;
}
table.table_cross tr.out td {
	background-color: none;
}

div#greeting {
	width: 540px;
	height: 190px!important;
	height/**/: 200px;
	position: relative;
	background-image: url(../images/bg_doctor.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 10px 0px;
}
div#greeting p {
	width: 340px;
	height: 90px;
	line-height: 1.8em;
	font-size: 12px;
	color: #232323;
	position: absolute;
	left: 188px;
	top: 25px;
}
