/* style2019.css */

/* reset */
body, form, td, tr, input { 
	margin-top: 0px; margin-bottom: 0px; 
	font-family:Helvetica,Arial,sans-serif;
	}

body { font-size: 16px; }
table { border-collapse:collapse; }

textarea { margin: 16px; width:90% ;}
h3 { width: 100%; text-align: center; }
td { padding-left:10px; }
td.btn { line-height: 2.5; height: 3em ; }
td.lbl { color: white; }
td.lbl { text-align: right; padding-right: 10px;
	font-size: 16px; font-weight: bold;}
input { width: 100%; padding-top:12px; padding-bottom:12px; font-size: 16px;}
input.fs { width: 100%; padding-top:8px; padding-bottom:8px; font-size: 24px; }
input.map { width: 25% ; padding-top:4px; padding-bottom:4px;}
input.mpd { width: 90% ; padding-top:8px; padding-bottom:8px; padding-right: 10px;  font-size: 24px;}

table { margin-left: auto; margin-right: auto; table-layout: fixed; }
table { table-layout: fixed; }

.los { color: red; }
.dlvry,.pkup{
	background-color: white; 
	border-style:solid;
	border-width:1px;
	margin-right : 1em;}

#title_line { color:#ccc; background-color: #666 ; }
#action_line { color:#ccc; background-color: black; font-size: larger; }
#detail_line { color:#ccc; background-color: black; font-size: smaller; }

/* for the pickup and deliver button pages and arrived at */
.btnclass { background-color: black; }
.bolbtn { 	background-color: #e8e8e7; 
		border: solid;
		border-width: 1px;
		width:100%;
		height:3em;
		text-align: center;
}
A {
	color: #110;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

/* for login, menu etc */
.pages { background-color: white; color: #333 }

/* for msgs.html */
.message { background-color: white; color: #333 }
#msgtbl td { border-bottom: solid; border-width: 1px; border-color:#333; }
#messages { width: 100%; border: solid; border-width: 1px; border-color:#333; background-color: #e8ece8; }

/* for the joblist jobs etc */
.joblist { background-color: white; color: #333; }
.joblist td.lbl { color: black; }
.joblist .tpad { color: white; }
.joblist .jobtbl { margin-left : 0 ; }
.btn, input.btn, input{ font-size:16px; }
table.btntbl { width: 100%; }
tr.tpln{background-color:silver;}
td.btln{border-bottom:solid; border-width:1px;}

