@charset "utf-8";
/* CSS Document */

#press-menu .year {
	text-transform: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: bold;
}
#press-menu .press-month-cont,  #press-menu .press-month {
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: normal;
}

#press-menu .press-month-cont {
	font-weight: bold;
}

#press-menu .press-month {
	color:#999;
}

#wrapper #stage-content p.press-date {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	padding-bottom:.6em;
}

.press-headline {
	font-weight: bold;
	text-transform: uppercase;
}
#stage-content #press-menu ul,
#stage-content #press-menu ul ul,
#stage-content #press-menu ul li,
#stage-content #press-menu ul ul li,
#stage-content ul#press-menu,
#stage-content ul#press-menu li {
	list-style-position:inside;
	list-style-type:none!important;
	margin:0;
}
#press-menu ul ul {
	border:1px dashed #ccc;
    border-width:1px 0;
	font-size:.75em;
	line-height:1.4em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#press-menu ul ul li {
	margin:8px 0;
}

#press-menu .press-current a {
	font-weight: bold;
	color: #f3601d;
}
#press-menu .year {
	color:#000;
	font-size:120%;
	font-weight:bold;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
	margin-left: -16px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 0px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }