@charset "utf-8";
body {
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	background-image: url(images/medicine.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	}
a:link {
	color:#0000FF;
	text-decoration: none;
}
a:visited {
	color:#0000FF;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: underline;
}
.header {
	font-size: 14px;
	font-weight:bold;
	color: #003366;
}
tr.normal{
}
tr.hover {
	background-color: #FFFFD5;
	cursor: auto;
}
select {
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	font-size: 12px;
}
input {
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	font-size: 11px;
}
.file {
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	font-size: 12px;
}
.browse {
	font-family: Trebuchet MS, Helvetica, Sans-serif;
	font-size: 13px;
}
.greybox{
	background-color: #DEDEDE;
}
.whitebox{
}
.whitebox_topleft{
	background: url(images/1-topleft.gif);
	width:9px;
}
.whitebox_bottomright{
	background: url(images/1-bottomright.gif);
	width:9px;
}
.notice{
	color: #FF0000;
	font-weight: bold;
}

.searchList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	width: 640px;
	height: 150px;
	overflow: auto;
}
.hideSuggestClass{
	border: 1px solid #999999;
	background-color: white;
	height: 80px;
	overflow:auto;
	display:none;
	width: 504px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
	padding: 4px;
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #CCCCCC !important;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
.intro {
	font-size: 14px;
}
