@charset "utf-8";


.kalenderactivitycontainer
{
	position:absolute; 
	z-index:7000; 
	float:left;
	width:400px; 
	height:auto;
	min-height:100px;
	padding:0;
	margin-left:80px;
	margin-top:-160px;
	background-color:#496787;
	border:3px solid #f5f5f5;
	opacity:0.9;
	filter:alpha(opacity=90)
	
}

.activitycontainer
{
	position:absolute; 
	z-index:6000; 
	float:left;
	width:204px; 
	height:175px;
	padding:0;
	margin-left:15px;
	margin-top:35px;
}

/* Aktiviteter small */
.aktiviteterkalenderdivsmall
{
	width:204px; 
	height:175px;
	background:transparent url(gfx/cal_bg.png) no-repeat right top;
	paddint:0;
	margin:0;
}

.aktivitetertablesmall
{
	width:196px;
	height:auto;
}

.aktivitetertoptextsmall
{
	color:#496787;
	font-size:13px;
	text-decoration:none;
	padding-top:-10px;
	text-align:center;
	font-weight:bold;
	height:36px;
	font-family:Arial, Helvetica, sans-serif;
}

.aktivitetertoptextsmall a:link, .aktivitetertoptextsmall a:visited
{
	color:#496787;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}

.aktivitetertoptextsmall a
{
	text-decoration:underline;
	position:relative;
	z-index:7002;
}

.aktivitetertoptextsmall a:hover
{
	text-decoration:underline;	
}

.aktiviteterdageoverskriftsmall
{
	color:#f5f5f5;
	width:25px;
	text-align:center;
;
}

.aktivitetstablecellssmall
{
	color:#616b76;
	border:1px solid #496787;
	height:17px;
	text-align:center;
	vertical-align:center;
	font-size:12px;
	background-color:#efefef;
	font-weight:bold;
}

#caltopdate td
{
	height:36px;
	margin-top:-15px;
}

.aktivitetstablecellssmalltoday
{
	color:#f5f5f5;
	border:1px solid #a2adbc;
	height:17px;
	text-align:center;
	vertical-align:center;
	font-size:12px;
	background-color:#496787;
	font-weight:bold;
	width:24px;
}


.aktivitetstablecellssmalltoday a:link, .aktivitetstablecellssmalltoday a 
{
	text-decoration:none;
	color:#496787;
	background-color:#f5f5f5;
}

.aktivitetstablecellssmallactivity
{
	color:#496787;
	border:1px solid #f5f5f5;
	height:17px;
	width:24px;
	text-align:center;
	vertical-align:center;
	font-size:12px;
	background-color:#7e9aba;
	font-weight:bold;
}

.aktivitetstablecellssmallactivity a:link, .aktivitetstablecellssmallactivity a 
{
	text-decoration:none;
	color:#f5f5f5;
}

.aktivitetstablecellssmall a
{
	font-size:12px;
}

.aktivitetscellsempty
{
	border:1px solid #a2adbc;
	background-color:#f0f8ff;
}

.calclosebtn
{
	position:absolute;
	float:right;
	right:12px;
	height:16px;
	width:16px;
	font-weight:bold;
	color:#496787;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	display:inline-block;
	margin-top:9px;
	cursor:pointer;
	z-index:7002; 
}

.calclosebtnactivity
{
	position:absolute;
	float:right;
	right:-6px;
	height:16px;
	width:100px;
	font-weight:bold;
	color:#f5f5f5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	display:inline-block;
	margin-top:9px;
	cursor:pointer;
	z-index:7002; 
}
.calclosebtnactivity:hover
{
	text-decoration:underline;	
}

.activityddisplayedcontent
{
	padding:15px;
	padding-top:30px;
	font-size:14px;
	color:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
}

.activityddisplayedcontentdesc
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
