		/* @group breadcrumbs */

@CHARSET "UTF-8";

*{
}

#breadcrumbs{
	margin: 0 0 20px;	
}

#breadcrumb_label{
	font-size: 0.9em;
	margin: 0 3px 0 0;
}

#breadcrumbs a.pathway,
#breadcrumbs span.pathway{
	padding: 0 15px 0 0;
	font-size: 0.9em;
	font-style: italic;
}

#breadcrumbs a.pathway{
	background: url(../img/elements/arror.png) no-repeat right center;
	text-decoration: underline;
}

#breadcrumbs span.pathway{
	margin: 0 0 0 5px;
}

/* @end */


/* to work with js deactiveded */

/* @group filter */

#filter > #options_values.inactive{
	width:0px;
	display:none;
}

.column{
	float:left;
}

.sidebar{
	width: 217px;
	padding:  0 15px 0 0;
	float:left;
}

.rightbar{
	width: 217px;
	padding:  0 15px 0 0;
	float:left;
}

.middlebar{
	width: 321px;
	float:left;
	padding:  0 15px 0 0;
}

#results.sidebar{
	margin-top: 44px;
}

#options_values h2{
	margin: 0 0 25px;
	font-size: 1.1em;
	color: #333;
}

.column h3{
	margin: 0 0 8px;
	color: #333;
	font-weight: bold;
}

.column h4{
	clear: left;
	font-style: italic;
	padding: 8px 0 0;
}

.column h4.n1{
	padding: 0px 0 0;
}


li.value, li.option, li.result{
	font-size: 0.9em;
	padding: 3px 10px 3px 0;
	list-style-type: none;
	margin: 0 0 3px;
	line-height: 1.2em;
	float:  left;
	clear:  left;
}

li.option.active,
li.option:hover{
	background: #e0eef5;
	margin-left: -10px;
	padding: 3px 10px;
}

li.value.active,
li.value:hover{
	background: #dde7d4;
	margin-left: -10px;
	padding: 3px 10px;
}

li.result.active,
li.result:hover{
	background: #f5f2cd;
	margin-left: -10px;
	padding: 3px 10px;
}

li.option a:hover,
li.value a:hover,
li.result a:hover{
	color: #333;
}

/* @end */


#back{
	height: 44px;
}

#backlink{
	padding: 0 0 0 25px;
	font-size: 0.9em;
	font-style: italic;
	background: url(../img/elements/back.png) no-repeat left center;
	text-decoration: underline;
}

/* @group project */

div.project{
	font-size: 0.9em;
}

.project h3{
	margin: 0 0 8px;
	font-size: 1.3em;
	color: #333;
	font-weight: bold;
}

.project_department{
	color:  #999;
	margin: 0 0 13px;
}

.project_description{
	color:  #333;
	margin: 0 0 10px;
	line-height: 1.4em;
}

.project_details{
	color: #999;	
	font-style: italic;
}

.project_details .label{
	float:  left;
	width: 150px;
}

.project_details .content{
	margin: 0 0 0 150px;
}

.add_favorites,
.rm_favorites,
.add_stuff{
	margin: 20px 0 0;
	padding: 0 0 0 25px;
	font-size: 0.9em;
	font-style: italic;
	background: url(../img/elements/plus.png) no-repeat left center;
	text-decoration: underline;
	display: block;
}

.add_stuff{
	padding: 10px 0 10px 25px;
	clear: both;
}

.rm_favorites{
	background: url(../img/elements/minus.png) no-repeat left center;
}

#projects a.rm_favorites { display:none; }
#favorites a.add_favorites { display:none; }


/* @group event */

.project_events{
	margin: 20px 0 10px;
}

.project_events .time{
	padding: 5px 35px;
	background: url(../img/elements/calender.png) left center no-repeat;
}

.project_events .description{
	margin: 0 0 0 35px;
}

/* @end */

/* @end */








