body {
	width:100%;
	font-family: 'verdana',arial,helvetica,sans-serif;	
	 }
	 

p	{
		color:black;
		font-family: 'verdana',arial,helvetica,sans-serif;
	}
	

h1	{
		color:black;
		font-family: 'verdana',arial,helvetica,sans-serif;
	}

h2	{
		color:black;
		font-family: 'verdana',arial,helvetica,sans-serif;
	}
	
.edit_text {
		color:blue;
		font-family: 'verdana',arial,helvetica,sans-serif;
		font: italic bold 12px/30px Georgia, serif;
}
	
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

table.detailactualtable {
	margin: auto;
	width: 1000px;
	font-size: x-medium;
	border-collapse: collapse;
	border: 1px solid #fff; /*for older IE*/
	border-style: hidden;
}

table.detailactualtable caption {
	background-color: #f79646;
	color: #fff;
	font-size: x-large;
	font-weight: bold;
	letter-spacing: .3em;
}

table.detailactualtable thead th {
	padding: 8px;
	background-color: #fde9d9;
	font-size: large;
}

table.detailactualtable thead th#thDay {
	width: 40%;	
}

table.detailactualtable thead th#thRegular, table.detailactualtable thead th#thOvertime, table.detailactualtable thead th#thTotal {
	width: 20%;
}

table.detailactualtable th, table.detailactualtable td {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #f79646 #ccc;
}

table.detailactualtable td {
	text-align: left;
}

table.detailactualtable tbody th {
	font-weight: bold;
	text-align: left;
	font-weight: normal;
}

table.detailactualtable tfoot {
	font-weight: bold;
	font-size: large;
	background-color: #687886;
	color: #fff;
}

table.detailactualtable tr.even {
	background-color: #fde9d9;
}

.butt_container {
  height: 10px;
  position: relative;
  /*border: 3px solid green;
  */
}

.butt_center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}