table.numberPad {
	border-collapse: initial;
}

/* Keyboard default size **********************************************************/
table.numberPad.keyboardInputSize1,
table.numberPad.keyboardInputSize1 * {
	font-size:20px !important;
}
table.numberPad,
table.numberPad * {
	font-size:26px ;
}
table.numberPad.keyboardInputSize3,
table.numberPad.keyboardInputSize3 * {
	font-size:32px;
}
table.numberPad.keyboardInputSize4,
table.numberPad.keyboardInputSize4 * {
	font-size:38px !important;
}
table.numberPad.keyboardInputSize5,
table.numberPad.keyboardInputSize5 * {
	font-size:44px !important;
}

/* Keyboard background ************************************************************/
table.numberPad thead tr th {
	background-color: #537ca8;
    padding: 5px;
}

/* Keyboard buttons ***************************************************************/
table.numberPad tbody tr td table tbody tr td {
    font-family: 'Arial Unicode MS', Arial, 'Lucida Sans Unicode', 'Trebuchet MS', sans-serif;
	-moz-box-shadow:inset 0 1px 0 0 #ffffff;
	-webkit-box-shadow:inset 0 1px 0 0 #ffffff;
	box-shadow:inset 0 1px 0 0 #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	/*-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
	border-radius:6px;
	cursor:pointer;
	color:#171717;
	text-decoration:none;
	text-shadow:0 1px 0 #ffffff;
}
table.numberPad tbody tr td table tbody tr td:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
table.numberPad tbody tr td table tbody tr td:active {
	position:relative;
	top:1px;
}

/* Head buttons *******************************************************************
table.numberPad thead tr th {
	padding: 5px;
}*/

table.numberPad thead tr th span,
table.numberPad thead tr th strong,
table.numberPad thead tr th small,
table.numberPad thead tr th big {
	background-color: #ededed;
}

table.numberPad thead tr th span:hover,
table.numberPad thead tr th strong:hover,
table.numberPad thead tr th small:hover,
table.numberPad thead tr th big:hover {
	background-color:#dfdfdf;
}

/* Panel border radius ************************************************************/
table.numberPad,
table.numberPad thead tr th {
    /*-webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;

    border: none;
}
