
.noticeWarningDone {
	position: absolute;
	/*display: block;*/
	padding: 10px;
	border: 2px solid #f2f2f2;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdffff), to(#f7f8f8));
	background: -webkit-linear-gradient(#fdffff, #f7f8f8);
	background: -moz-linear-gradient(#fdffff, #f7f8f8);
	background: -ms-linear-gradient(#fdffff, #f7f8f8);
	background: -o-linear-gradient(#fdffff, #f7f8f8);
	background: linear-gradient(#fdffff, #f7f8f8);
	-pie-background: linear-gradient(#fdffff, #f7f8f8);
	/*font-size: 117%;*/
	font-weight: bold;
	behavior: url(/css/clinic/PIE.htc);
	width: 220px;
	margin: auto;
	text-align: center;
	cursor: pointer;
	top: 10px;
	right: 10px;
}

.noticeWarningDone:hover {
	text-decoration: underline;
}

.notice-warning {
	color: white !important;
	font-weight: bold !important;
	border: 3px solid #ff6000 !important;
	background-color: #ff911b !important;
}

.notice-warning + tr {
	/*color: white !important;*/
	/*font-weight: bold !important;*/
	border: 3px solid #ff6000 !important;
	/*background-color: #ffabab !important;*/
}


.notice-tag-block {
	margin: 0.6em 0;
}


.notice-tag-block {
	margin: 0.6em 0;
}


.notice-tag {
	font-weight: normal;
	color: black;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 3px 7px;
	margin: 0 10px 0 0;
	letter-spacing: 0.15em;
	/*filter:alpha(opacity=40);*/
	/*-moz-opacity: 0.4;*/
	/*opacity: 0.4;*/
}

.notice-tag-check {
	filter:alpha(opacity=1);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/*
.notice-tag:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
*/


.notice-tag-urgently {
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #ff6000;
	background-color: #ff911b;
}

.notice-tag-callback {
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #ff6000;
	background-color: #ff911b;
}

.notice-tag-today {
	font-weight: bold;
	color: #ffffff;
	border: 2px solid #ff6000;
	background-color: #ff911b;
}

.notice-tag-nextday {
	font-weight: normal;
	color: #000000;
	border: 2px solid #bfbfbf;
	background-color: #bfbfbf;
}

.notice-tag-business {
	font-weight: normal;
	color: #000000;
	border: 2px solid #bfbfbf;
	background-color: #bfbfbf;
}
