@charset "utf-8";
/* CSS Document */

h3.outpatient {
	margin: 8px 0px 5px 0px;
	padding: 0px;
}

img.outpatient {
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
}

div.outpatient {
	margin: 5px 0px;
	padding: 0px;
/*	display: none;*/
}
div.outpatient table {
	margin: 0px auto;
	width: 500px;
}
div.outpatient table tr th,
div.outpatient table tr td {
	font-size: 12px;
	font-weight: normal;
}
div.outpatient table tr th {
	background-color: #cccccc;
}
div.outpatient table tr th.do {
	background-color: #99ccff;
}
div.outpatient table tr td {
	background-color: #e9e9e9;
}
div.outpatient table tr td.emp {
	background-color: #FFFFFF;
}

div.outpatient p.link {
	padding: 0px 0px 0px 30px;
}

div.outpatient p.message {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
	font-size: 12px;
}

p.comment {
	margin: 10px 0px 0px 0px;
	padding: 3px;
	font-size: 12px;
	color: #FF0000;
}

.tex2{
	color:#990000;
}

