/* if you're embedding this widget using iframe, body margin and padding should be set to 0 */

#gm-kamp {
	width:250px;
	height:383px;
	background:url('../images/kamp/top.gif') left top no-repeat #fff;
	padding-top:29px;
	position:relative;
	overflow:hidden;
}

.gm-kamp-header {
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#27496f;
	margin-bottom:9px;
	margin-left:12px;
}
	.gm-kamp-header span {
		color:#cd9547;
	}

.gm-tab {
	margin:0;
	padding:0;
	padding-left:11px;
	height:21px;
	margin-bottom:13px;
}
	.gm-tab li {
		margin:0;
		padding:0;
		display:inline;
		float:left;
	}
	.gm-tab a {
		text-decoration:none;
		font-family:Tahoma;
		font-size:10px;
		color:#f7f7f7;
		background:url('../images/kamp/tab.gif') left top no-repeat;
		width:53px;
		height:16px;
		padding-top:5px;
		text-align:center;
		display:block;
		text-transform:uppercase;
		padding-right:2px;
		outline-style:none;
	}
		.gm-tab a:hover {
			background-position:0 -21px;
		}
		.gm-tab a:active, .gm-tab a.active {
			background-position:0 -42px;
		}

.gm-calendar {
	margin:0;
	padding:0;
	margin-left:11px;
	width:232px;
	list-style-type:none;
	display:none;
}
	.gm-calendar li {
		display:inline;
	}
	.gm-calendar a {
		text-decoration:none;
		display:block;
		border-bottom:1px solid #d7d7d7;
		height:52px;
		background:url('../images/kamp/cal-item-bg.gif') left top repeat-x;
		cursor:pointer;
		cursor:hand;
	}
		.gm-calendar a.active, .gm-calendar a:hover {
			background-position:0 -52px;
		}
		.gm-calendar a span {
			display:block;
		}

	.gm-cal-box {
		width:52px;
		height:40px;
		background:url('../images/kamp/cal-box.gif') no-repeat;
		text-align:center;
		margin:6px 13px 7px 3px;
		float:left;
	}
		.gm-cal-month {
			font-family:Tahoma;
			font-size:9px;
			color:#fff;
			text-transform:uppercase;
			height:13px;
			padding-top:1px;
		}
		.gm-cal-day {
			font-family:Tahoma;
			font-size:16px;
			color:#cd9547;
			padding-top:2px;
		}
		.gm-cal-event-box {
			padding-top:8px;
			float:left;
			width:164px;
			overflow:hidden;
		}
			.gm-cal-event {
				font-family:Tahoma;
				font-size:13px;
				color:#373737;
				text-decoration:underline;
				width:164px;
				overflow:hidden;
				white-space:nowrap;
			}
			.gm-cal-time {
				font-family:Tahoma;
				font-size:11px;
				color:#888888;
				padding-top:2px;
			}

.gm-oversikt {
	position:absolute;
	bottom:0;
	display:block;
	height:35px;
	background:url('../images/kamp/oversikt.gif') no-repeat;
	outline-style:none;
	padding-left:44px;
	padding-top:18px;
	font-family:Tahoma;
	font-size:11px;
	color:#656565;
	text-decoration:none;
	width:206px;
}
