#spacer_div {
	color: #333;
	border-bottom: 1px solid #B78804;
	margin: 0 15px 25px;
}
#spacer_div h4 {
	font-size: 16px;
}
#spacer_div table table {
	width: auto;
}
#spacer_div table table.tablesorter {
	width: 100%;
}
#spacer_div table table.tablesorter td {
	text-align: left;
}
#spacer_div table table#myTable {
	width: 100%;
}
#spacer_div table,
#spacer_div table td,
#spacer_div table th {
	border: medium none;
	text-align: center;
}
#spacer_div table table.bot {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#spacer_div table table.bot td {
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 1px 1px 0;
	padding-left: 10px;
}
.ki
	{
		border: 1px solid #000000;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 20px;
		height: 40px;
		width: 225px;
	}
.mandatory
	{
		color:red;
font-weight:bold;
	}
.grey
	{
		background:#999;
	}
#spacer_div .myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
#spacer_div .myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
#spacer_div .myButton:active {
	position:relative;
	top:1px;
}
.TableGen 
{
	margin:0px;padding:0px;
	width:100%;
	/*box-shadow: 10px 10px 5px #888888;*/
	border:medium none;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TableGen table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.TableGen tr:last-child td:last-child 
{
	/*-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;*/
}
.TableGen table tr:first-child td:first-child {
	/*-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;*/
}
.TableGen table tr:first-child td:last-child 
{
	/*-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;*/
}
.TableGen tr:last-child td:first-child
{
	/*-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;*/
}
.TableGen tr:hover td
{
	
}
.TableGen tr:nth-child(odd)
{ 
	background-color:#e8e0da; 
}
.TableGen tr:nth-child(even)    
{ 
	background-color:#ffffff; 
}
.TableGen td,th
{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:10px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.TableGen tr:last-child td
{
	border-width:0px 1px 0px 0px;
}
.TableGen tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.TableGen tr:last-child td:last-child
{
	border-width:0px 0px 0px 0px;
}
.TableGen tr:first-child th
{
	background:-o-linear-gradient(bottom, #10662d 5%, #03400d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #10662d), color-stop(1, #03400d) );
	background:-moz-linear-gradient( center top, #10662d 5%, #03400d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#10662d", endColorstr="#03400d");	background: -o-linear-gradient(top,#10662d,03400d);
	background-color:#10662d;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.TableGen tr:first-child:hover th
{
	background:-o-linear-gradient(bottom, #10662d 5%, #03400d 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #10662d), color-stop(1, #03400d) );
	background:-moz-linear-gradient( center top, #10662d 5%, #03400d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#10662d", endColorstr="#03400d");	background: -o-linear-gradient(top,#10662d,03400d);
	background-color:#10662d;
}
.TableGen tr:first-child td:first-child{
	/*border-width:0px 0px 1px 0px;*/
}
.TableGen tr:first-child td:last-child
{
	border-width:0px 0px 1px 1px;
}
a
{
	text-decoration:none;
}