html, body, form {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(images/body.gif) repeat-x top left;
	font: 0.9em Tahoma, Geneva, sans-serif;
	color: #333;
}
h1 {
	font-size: 1.4em;
	
}
input, select, textarea, .textBox {
	padding: 1px;
	border: 1px solid #777;
	font-family: Tahoma, Geneva, sans-serif;
}
select { padding: 0; }
.nowrap { white-space: nowrap; }
.klear { clear: both;}
.labelCont {
	float:left;
	width:950px;
	height:auto;
}
.lablspan {
	float:left;
	width:100%;
	clear:both;
	padding:5px 0;
}
#wrap {
	padding: 10px 15px;	
}

#wrap #print-box {
	margin: 0;
	width: auto;
}

#wrap .nameBox {
	font-weight: normal;
	border: none;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

#wrap button {
	background: #fff url(images/button.gif) repeat-x bottom left;
	height: 24px;
	line-height: 25px;
	border: 1px solid #777;
	margin: 0;
	color: #111;
	font: 13px Tahoma, Geneva, sans-serif;
	cursor: pointer;
	padding: 0 5px;
	width: auto;
	overflow: visible;
}
#wrap button img { /*float: left;*/ padding-right: 5px; margin-top: -1px; }
#wrap button u { text-decoration: none; padding-top: 1px; /*float: left; */text-align: left; }
#wrap button.w80 { width: 80px !important; width: 90px; }
#wrap button.w120 { width: 120px !important; width: 130px; }
#wrap button.h { height: auto; background-color: #b4b4b4; background-position: left top; }
#wrap button.h u { width: 100px !important; width: 110px; }
#wrap button.l u { line-height: 99%; padding-bottom: 1px; }


#topBar .topButtons {
	float: right;	
}


#title {
	clear: both;
	padding: 10px 0;
	float: left;
}
#title .crumb {
	float: left;
	line-height: 24px;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 5px;
}
#title h1 {
	margin: 0;
	padding: 0;
	float: left;
}


#content {
	clear: both;
	padding: 5px;
	background-color: #ffd699;
	border: 1px solid #aaa;
}
#content .buttons {
	float: left;	
}
#content .pagination {
	float: right;
}
#content .pagination .leftcol {
	padding-right: 5px;
}
#content .pagination a {
	background: #fff url(images/button.gif) repeat-x bottom left;
	height: 22px;
	line-height: 22px;
	border: 1px solid #777;
	padding: 0;
	margin: 0 1px;
	color: #111;
	display: block;
	float: left;
}
#content .pagination a.navbox:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}
#content .pagination a.navbox_curr {
	color: #000;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
	font-size: 1.1em;
}
#content #numRecords {
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	font-size: 1.1em;
}
#content #numRecords.dining {
	clear: both;
}
#content .topSearch {
	float: left;
	clear: both;
}
#content .topSearch .tblsearch {
	border: none;
	padding: 5px;
	float: left;
	width: auto;
}
#content .topSearch .right {
	float: right;
	margin-right:0;
	*margin-right:35px;
}
#content .topSearch .left, #content .topSearch .tblsearch input, #content .topSearch .tblsearch label, #content .topSearch .tblsearch select, #content .topSearch .tblsearch #tblDateSearch, #content .topSearch button, #content .topSearch .tblsearch #tblDateSearch img {
	float: left;
}
#content .topSearch .tblsearch #tblDateSearch {
	padding: 0;
	position: relative;
	display: none;
	visibility: visible;
}
#content .topSearch .tblsearch #tblDateSearch img {
	padding: 4px 2px;
}
#content .topSearch .tblsearch label{
	padding: 0 5px;
	line-height: 24px;
}
#content .topSearch .tblsearch button {
	margin-left: 5px;
}
#content .topSearch .tblsearch input {
	padding: 3px 1px;
	border:none;
}
#content .topSearch .tblsearch select {
	padding: 2px 1px;
	width: 100px;
}

#content .topJobCard {
	clear: both;
	text-align: right;
	display: none;
}

#content .styleTable {
	border-collapse: collapse;
	border-color: #aaa;
	background: #fff;
	margin: 3px 0;
	float: left;
	clear: both;
}
#content .styleTable td, #content .styleTable th { border: 1px solid #aaa; }
#content .styleTable td.jobcard { display: none; }

#content .styleTable.print {
	border-collapse: inherit;
	border-color: #000;
}
#content .styleTable.print td, #content .styleTable.print th { border: 1px solid #000; }
