@charset "UTF-8";
.left-col div {
	height: 35px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.left-col   div.current {
	height: auto;
	overflow: auto;
	border: 1px solid #004A80;
	background-image: url(../images_layout/headline_rx-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #F7F7F7;
}
.left-col div.current table td {
	color: #99402E;
	background-image: none;
}
.left-col div p {
	font-size: 13px;
	padding-right: 14px;
	padding-left: 14px;
	line-height: 20px;
	margin-bottom: 14px;
}
.left-col table {
	width: 100%;
	margin-bottom: 10px;
}
.left-col table td {
	padding-right: 14px;
	padding-left: 14px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	background-image: url(../images_layout/gal_rx-bottom.gif);
	background-position: left bottom;
}
.left-col table td.office {
	text-align: right;
}
.left-col .alt table td {
	background-color: #FFFFFF;
	background-image: none;
}
.left-col   div   input.submit {
	margin-left: auto;
	border-top-color: #004A80;
	border-right-color: #004A80;
	border-bottom-color: #004A80;
	border-left-color: #004A80;
	display: block;
	margin-top: 6px;
	margin-right: auto;
}
.left-col div:hover {
	border: 1px solid #004A80;
}
.left-col table:hover td {
	color: #99402E;
	cursor: pointer;
	background-color: #F7F7F7;
	background-image: url(../images_layout/headline_rx-bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.left-col div.current table:hover td {
	color: #99402E;
	background-color: transparent;
	background-image: none;
	cursor: auto;
}

