body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 10px 3px 0 30px;
	text-align: left;
	box-sizing: border-box;
}
.floating {
	width: 900px;
	float: left;
	padding: 5px;
	border-width: 3px;
	border-style: solid;
	border-color: #ccc;
	margin: 5px;
	position: relative;
}
.floating_saved {
	border-color: #00c800;
}
.floating_unsaved {
	border-color: #c80000;
}
.floating_saving {
	border-color: #c8c800;
}
.floating_cover {
	background-color: #fff;
	background-image: url('../images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100000;
}
.boxtitle {
	padding: 5px;
	background-color: #e0e0e0;
	font-size: 16px;
	font-weight: bold;
}
#visitbill_update {
	padding: 3px;
	background-color: #fff2a8;
	
}
.body_login {
	background-color: #bbb;
}
.login_wrap {
	width: 220px;
	margin: 50px auto 0 auto;
	border: 1px solid #777;
	padding: 30px;
}
.login_input input[type=text], .login_input input[type=password] {
	width: 200px;
}
.login_submit {
	padding-top: 20px;
	width: 200px;
	text-align: right;
}
.login_info {
	padding-top: 15px;
}
.form_input_long {
	width: 300px;
}
.form_textarea {
	width: 600px;
	height: 300px;
}
.article_list {
	padding: 3px 0;
}
.article_show {
	line-height: 16px;
}
.hl {
	background-color: #ff0;
	padding: 3px 0;
}
a {
	color: #00f;
	text-decoration: none;
}
.branch_open {
	font-weight: bold;
}
ul.results, ul.results ul {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0;
}
ul.results li, ul.results li ul li {
	padding: 2px 0;
}
.personal {
	color: #f00;
}
.header {
	border-bottom: 1px solid #ccc;
}
.loggedin {
	padding: 3px 0;
}
.searchform {
	padding: 8px 0;
	margin: 0;
}
.textsearch {
	width: 240px;
}
.mainwrap {
	width: 940px;
	min-height: 600px; 
	height:auto !important; 
	height: 600px;
	border: 1px solid #e0e0e0;
	padding: 10px;
	text-align: left;
}
.clear {
	clear: both;
}
.sectionnavi {
	padding-bottom: 3px;
	clear: both;
}
.shortcuts a {
	display: block;
	padding: 2px 10px 2px 0;
	float: left;
}
.numfield {
	width: 80px;
	text-align: right;
}
.numfield_short {
	width: 50px;
	text-align: right;
}
.select_patient {
	width: 101px;
}
.supplyinfofield {
	width: 130px;
}
textarea.rxfield {
	width: 450px;
	height: 40px;
}
input.rxfield {
	width: 450px;
}
.datetime {
	width: 120px;
}
.date {
	width: 74px;
}
.descriptionfield {
	width: 720px;
	height: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.visitsumtotal {
	font-weight: bold;
}
#procedure_ajax, #supplies_ajax, #rx_ajax {
	max-height: 200px !important;
	overflow-x: hidden;
	overflow-y: auto;
}
#procedure_ajax table tr td, #supplies_ajax table tr td, #rx_ajax table tr td {
	vertical-align: top;
}
table.report, table.report td, table.report th {
	border-collapse: collapse;
	border: 1px solid #000;
}

tr.datarow:hover {
	background-color: #f0f0f0;
}
tr.datarow td.highlight {
	background-color: #c8aaaa;
}
input.expirehighlight {
	background-color: #c8aaaa;
}
input.expirehighlight_expired {
	background-color: #c80000;
}
tr.datahighlight {
	background-color: #c8aaaa;
}
tr.dataarchived {
	opacity: .5;
	filter: alpha(opacity=50);
}

ul.mainbranches {
	list-style: none;
	padding: 15px 0;
	margin: 0;
}
ul.mainbranches li {
	list-style: none;
	float: left;
}
ul.mainbranches li a {
	padding: 3px 8px;
	border: 1px solid #aaa;
	background-color: #fefefe;
	color: #333;
	display: block;
}
ul.mainbranches li a:hover {
	background-color: #f0f0f0;
}
ul.mainbranches li.branchopen a {
	background-color: #777;
	color: #fff;

}
.resultcolumn {
	width: 29%;
	min-width: 370px;
	float: left;
	padding-right: 5px;
}
div.result {
	padding: 4px 4px 1px 4px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
div.result:hover {
	background-color: #f0f0f0;
}
div.resulttitle a {
	font-weight: bold;
	color: #00f;
}
div.resultingres {
	font-size: 11px;
	padding: 3px;
}
div.resultbranch {
	font-size: 11px;
	padding: 0px 3px 3px 3px;
	color: #777;
}
@media screen and (max-width: 760px) {
	.resultcolumn {
		width: 100%;
		clear: both;
	}
	body {
		margin: 8px;
	}
	.shortcuts {
		display: none;
	}
}
.joinlink {
	background-color: #00f;
	color: #fff;
}

#ajax_postoffices a {
	display: block;
	float: left;
	padding: 2px 5px;
}
#ajax_postoffices a:hover {
	background-color: #f0f0f0;
}

.newsupplyfields td {
	padding-bottom: 10px;
}
.input_supply {
	width: 200px;
}
textarea.input_supply {
	height: 40px;
	font-size: 10px;
}