@charset "utf-8";
/* CSS Document */

#menuWrapper {
	margin:0px;
	width: 260px;
	border: 1px solid #999;
}

.block {
	position: relative;
}

a.handle {
	display: block;
	background: url('http://apps.marcustec.com/events/images/listTab_bk.gif') repeat-x;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #888;
	height:20px;
	text-align:center;
	margin:auto;
	padding:0px;
	text-decoration: none;
	color:#4a4641;
}

h1.active {
	background: url('http://apps.marcustec.com/events/images/contentbg.gif') repeat-x;
	color: #55564b;
	padding:0px;
	margin:0px;
}

.content {
	text-align:left;
	height:272px;
	*height:274px;
	background-color:#FFFFFF;
	overflow-y: scroll;
	display: none;
}

.content .inner {
	width: 230px;
	padding:5px;

}

.content a  {
	color:#993300;
	font-size:12px;
	line-height:18px;
}

.content a:hover  {
	color:#2cf722;
}

.moreInfo, a.moreInfo:active, a.moreInfo:visited {
	background: url('http://apps.marcustec.com/events/images/arrow_orange.gif') no-repeat;
	padding-left:11px;
	color:#993300;
	height:20px;
	text-decoration:underline;
	font-size:11px;
}

a.moreInfo:hover{
	color:#a99d8b;
	text-decoration:none;
}


.listImg {
	float:left;
	width:90px;
}

.listTxt {
	float:right;
	width:135px; 
	font-size:10px;
	font:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

body {
	scrollbar-base-color:#e3e3e2;
}

.listTxt  h2{
	font-size:12px;
	font-weight:bold;
	color:#4a4641;
	padding:0px;
	margin:0px
}



