#title-bar {
  background-color: #f5f5f5;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#title-bar h1 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1px;
}
#title-bar p {
  font-size: 12px;
  font-weight: 200;
  line-height: 27px;
}

#report
{
border: solid 2px black;
}
#report div
{
padding-left:10px;
padding-top:10px;
}
.edit input
{width:100px;}

.delete_record
{
	position:absolute;
	left:0px;
	width:67px;
	padding-left:15px;
}
#rpt_left
{
	width:48%;
	float:left;
	margin-right:2%;
	
}
#rpt_right
{
	width:48%;
	float:left;
	margin-left:2%;
	
}
.rpt_clear
{clear:both;}
.totals
{
	font-weight:bold;
	text-align:right;
}
.long 
{
	width:70px;
	word-wrap: break-word;
}
.longwrap{

	width:250px;
	word-wrap: break-word;
}
.extralongwrap
{
	width:350px;
	word-wrap: break-word;
}
.adminonly
{
	color: #3A87AD;
	border:1px solid #BCE8F1;
	/*border-color: #BCE8F1;*/
}
.Addresses
{
	width:100%;

}
.addrLeft
{
	float:left;
	top:10px;
	padding-left:15px;
}

.addrRight
{
	float:right;
	top:10px;
	padding-right:35px;
}
.clearaddr{clear:both;}

#topbox
{
	width:100%;

}
.topLeft
{
	float:left;
	top:10px;
	padding-left:15px;
}

.topRight
{
	vertical-align:middle;
	text-align:center;
	float:right;
	top:10px;
	padding-right:35px;
}
#footer
{
	position:relative;
	bottom:0px;
}
.leftFoot
{
	/*position:relative;
	padding-left:0.45in;
	left:0in;
	top:1.2in;
	
	position:relative;
	*/
	
	float:left;
	width:400pxin;
	z-index:4;
}
.leftFoot li
{
	font-size:10pts;
}
.rightFoot
{
	/*position:relative;
	padding-right:0.25in;
	
	left:5.25in;
	position:relative;
	
	top:1.2in;*/
	
	float:right;
	width:300px;
	z-index:6;
	
}
.rightFoot img
{
	border-bottom:1px solid black
}
.centerFoot
{
	clear:both;
	position:relative;
	text-align:center;
	padding-right:35px;
	color:orange;
	font-size:10pts;
	padding-bottom:35px;
	
}
.shortBox
{
	width:150px;
}

.highlight {background-color: #ffef99 !important; color:rgb(64, 64, 64);} 
.highlight  td{background-color: #ffef99 !important; color:rgb(64, 64, 64);} 
.highlight:hover {background-color: #CCBF7A;}
.hlButton{padding-left:5px;margin-left: 5px;}
