@charset "utf-8";
/* CSS Document */
#userblock
{
	position:relative;
	padding-left:5px;
	margin-bottom:10px;
	width:150px;
	height:180px;
	z-index:1;
	overflow: auto;
	background-color: #FFFFFF;
	border:inset #006699;
	text-decoration: none;
	vertical-align:top;
}
#userblock a { text-decoration:none;	}
#userblock a:hover { text-decoration:none; background:#DDD;	}
#eventblock 
{
	position:relative;
	padding-left:5px;
	margin-bottom:10px;
	width:150px;
	height:120px;
	z-index:1;
	overflow: auto;
	background-color: #FFFFFF;
	border:inset #006699;
	text-decoration: none;
	vertical-align:top;
}
#eventblock a { text-decoration:none;	}
#eventblock a:hover { text-decoration:none; background:#DDD;	}

#sidebar, #event_sidebar
{
	display: none;	/*position:relative;
	padding-left:5px;
	margin-bottom:10px;
	width:150px;
	height:200px;
	z-index:1;
	overflow: auto;
	background-color: #FFFFFF;
	border:inset #006699;
	text-decoration: none;
	vertical-align:top;*/
}

#sidebar a, #event_sidebar a 
{
	text-decoration:none;
}

#sidebar a:hover, #event_sidebar a:hover
{
	text-decoration:none; background:#DDD;
}

