.hide-articlemenu .ui-btn {
	border: 0px;
	padding: 0px !important;
}

.hide-articlemenu {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1),
		to(#f1f1f1));
	width: 100%;
	height: 40px;
	padding: 10px 5px;
	border: 1px solid #d8d5d5;
}

.hide-articlemenu .ui-btn:hover, .hide-articlemenu .ui-btn:focus {
	background-position: 0 0px;
}

.articlemenu>.articlemenulist>a, .articlemenu>.articlesection>.articlemenulist>a
	{
	width: 100%;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#ffffff));
	background-repeat: inherit;
	text-align: left;
	padding: 10px 10px 10px;
	border-radius: 0px;
	border-bottom: 1px solid #d8d5d5;
	border-top: 0px;
}

.articlemenu>.articlemenulist>a:hover, .articlemenu>.articlesection>.articlemenulist>a:hover
	{
	background-image: linear-gradient(to bottom, #e8e8e8, #e8e8e8);
	color: #000;
	font-weight: 400;
	border-left: 5px solid #d8d5d5;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.articleheader a {
	cursor: pointer;
	text-decoration: none;
}

.articlesection {
	border-top: 1px solid lightgrey;
}

.articlepanel {
	padding: 12px;
}

.articlepanel a {
	cursor: pointer;
	text-decoration: none;
}

.nameOverflow {
	overflow: hidden;
}

.padding-2 {
	padding: 2px;
}

.imgborder {
	border: 1px solid #cccc;
}

.margin-3 {
	margin: 3px;
}

.SelectedFilefalse {
	color: black;
}

