@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: #000000;
	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: #000000;
	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
{
	position:relative;
	padding-left:5px;
	margin-bottom:10px;
	z-index:1;
	overflow: auto;
	background-color: #000000;
	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;
}

div.slider {
	width: 150px;
	height: 17px;
	background-color: #F00;
	background-image: url(../../../includes/shmoogle/img/slider_bg.jpg);
	text-align: left;
}
div.slider div.knob {
	width: 6px;
	height: 16px;
	background-color: #000;
	background-image: url(../../../includes/shmoogle/img/slider_knob.jpg);
}
div.toggler{
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color: #0076B1;
	color: #666;
}
.gmnoprint { color: #000000; }
