button.tilausnappi {
	margin-right: 10px;
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #e5e5e5 url('calendar_down.png') no-repeat 3px center;
	padding: 6px;
	padding-left : 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
	border-width: 1px;
	white-space: nowrap;
	display: block;
	border-style: outset;
}

button.tilausnappi:hover,
button.tilausnappi:active {
	border-style: inset;
	background: #cccccc url('calendar_down.png') no-repeat 3px center;
}

span.kalenterinimi {
	font-weight: bold;
	font-size: 115%;
	margin-left: 0px;
	min-width: 150px;
}

table {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	background-image: url(/yhteiset/bluegradient.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0;
}

table.tr {
}

table td {
	padding-top: 10px;
	padding-bottom: 10px;

	border-right: none;
	border-left: none;
	
	border-bottom-color: #aaaaaa;
}

