#rheader
{
	background-color: #99b3cc;
}

.rtbutton
{
	background-color: white;
	border: 1px solid black;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	text-align: center;
	font-weight: normal;
	color: #666;
}

.rtbutton:hover
{
	background-color: #ffc;
	cursor: pointer !important;;
}

.kbuttonunsel
{
	background-color: white;
}

.kbuttonsel
{
	color: black;
	background-color: #d8efd8;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5),
		0 -2px 6px 0 rgba(10, 37, 64, 0.35) inset;
	font-weight: bold;
}


