#body {
	background-image: url(../img/bg.png);
}
div.modalMatch {
	background-image: url(../img/bg.png) !important;
}
label.modalMatch {
	color: #000000;
	font-weight: bold;
}
.menuItem:hover {
	text-decoration: underline;
}
.accordion-navigation {
	/*color: red;*/
}
.text {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.35);
	border-width: 1px;
	margin-top: 20px;
}
.text a {
	color: darkgray;
}
.text a:hover {
	text-decoration: underline;
	text-shadow: 0px 2px 3px #666;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.row {
	margin-top: 20px;
}
.logo {
	background: #474747;
	box-shadow:
		0 1px 2px #fff,
		0 -1px 1px #666,
		inset 0 -10px 10px rgba(0,0,0,0.5),
		inset 0 10px 20px rgba(255,255,255,0.8);
	-moz-box-shadow:
		0 1px 2px #fff,
		0 -1px 1px #666,
		inset 0 -10px 10px rgba(0,0,0,0.5),
		inset 0 10px 20px rgba(255,255,255,0.8);
	-webkit-box-shadow:
		0 1px 2px #fff,
		0 -1px 1px #666,
		inset 0 -10px 10px rgba(0,0,0,0.5),
		inset 0 10px 20px rgba(255,255,255,0.8);
}
.indent { 
	margin-left: 15px;
}
.padtop {
	margin-top: 10px;
}
.panel.callout {
	background-color: rgba(236, 250, 255, 0.5);
}
.red {
	color: red;
	font-family: "Courier New";
}
.setereservering.sal1 {
	width: 600px;
	height: 392px;
	background-color: darkgrey;
}
.setereservering.sal1.rad {
	width: 40px;
	height: 392px;
	float: left;
}
.setereservering.sal1.mellomrom {
	width: 20px;
	height: 392px;
	float: left;
}
.setereservering.sal1.plass {
	width: 40px;
	height: 28px;
	background-color: lightgreen;
	border: 1px solid black;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}
.setereservering.sal1.plass.selected {
	background-color: cyan;
	border: 1px solid white;
}
.setereservering.sal1.plass.disabled {
	border: 0px;
	background-color: darkgrey;
}
.setereservering.sal1.plass:hover {
	background-color: white;
}
.setereservering.sal1.plass.disabled:hover {
	background-color: darkgrey;
}
.setereservering.sal1.plass.reserved {
	background-color: darkred;
}