﻿.bridgeArticles strong.category
{
	background-color: #C1DBB1;
	display: block;
	padding: 4px 2px 2px 4px;
	margin-bottom: 8px;
	cursor: pointer;
}
.bridgeArticles strong.category img
{
	margin-top: 3px;
	margin-bottom: 0;
}

.bridgeArticles table
{
	width: 100%;
	border-collapse: collapse;
}
.bridgeArticles th
{
	padding: 4px 2px 2px 2px; /* padding: 4px 2px 2px 4px; */
	font-weight: normal;
	
	text-align: left;

	background-color: #C9E1BE;
	/* background-image: url(../Images/SortAscending.gif); */
	background-position: 6px 6px;
}
.bridgeArticles th.descendingSort
{
	/* background-image: url(../Images/SortDescending.gif); */
}
.bridgeArticles th.readMoreHeader
{
	background-image: none;
}

.bridgeArticles td
{
	padding: 7px;
	border-top: solid 1px #BAD4A4;
	border-right: solid 1px #BAD4A4;
	line-height: 14px;
	vertical-align: top;
}
.bridgeArticles tr.firstRow td
{
	border-top: solid 2px #E9F5E9;
}

.bridgeArticles .authorCell
{
	width: 83px;
}
.bridgeArticles .titleCell
{
	width: auto;
}
.bridgeArticles .dateCell
{
	width: 62px;
}
.bridgeArticles .levelCell
{
	width: 70px;
}
.bridgeArticles .rateCell
{
	width: 50px;
	border-right-style: none;
}
.bridgeArticles td.descriptionCell div
{
	height: 43px;
	overflow: hidden;
}
.bridgeArticles td.readMoreCell
{
	width: 92px;
	vertical-align: middle;
	border-right: none;
}
.bridgeArticles td.readMoreCell div
{
	height: 21px;
	padding: 11px 9px;
	background-color: #C9E1BE;
}
.bridgeArticles .articlesList .nonPublicRow
{
	background-color: #FFFFFF;
}
.bridgeArticles .articlesList td
{
	padding: 5px;
	vertical-align: middle;
}
.bridgeArticles .articlesList .categoryCell
{
	width: 167px;
}
.bridgeArticles .articlesList .dateCell
{
	width: 35px;
}
.bridgeArticles .articlesList .dateCell
{
	width: 35px;
}
.bridgeArticles .articlesList .levelCell
{
	width: 80px;
}
.bridgeArticles .articlesList .rateCell
{
	width: 30px;
}
.bridgeArticles .articlesList td.rateCell
{
	border-right-style: solid;
}
.bridgeArticles .articlesList .publicCell input
{
	margin: 0;
	padding: 0;
	width: 100%;
}
.bridgeArticles .articlesList .viewCell
{
	padding: 1px 2px;
}
.bridgeArticles .articlesList .viewCell a
{
	display: block;
	padding: 2px 1px;
}
