/* ---- Articles start page ------------*/
.ArticleRowStartPage
{
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: solid 1px #949599;
}
.ArticleLastRowStartPage
{
    padding-bottom: 14px;
}

/* ---- FileListing ------------*/
.FileExplorer
{	
	border-bottom: solid 1px #eaeaea;
	font-family: Tahoma;
}
.FileExplorerHeader
{
	padding: 3px 0 3px 0;
	background-color: #eaeaea;
}
.FileExplorerCell
{
	text-indent: 5px;
	border-right: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea;
	border-collapse: collapse;
}

/* ---- LinkPad --------------- */
.LinkPadBorder
{
	border: solid 1px #eaeaea;
}
h2.LinkPadHeader
{
	margin: 0;
	padding: 5px;
	background-color: #eaeaea;
}
.LinkPadBody
{
	padding: 5px;
	background-color: #fafafa;
}

