/* articles list */
table.articles_list {
	width: 100%;
	margin: 15px 0;
}

table.articles_list tr.border {
	width: 454px;
	background-image: url('/common/images/interface/bottom-dotted-line.gif');
	background-repeat: no-repeat;
	height: 1px;
	line-height: 0px;
}

table.articles_list tr th {
	font-size: 10pt;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: left;
}

table.articles_list tr th a {
	color: #555555;
}

table.articles_list tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}

table.articles_list tr.alternate td {
	background: #E5DFD2;
}

table.articles_list tr th.corner_left {
	background-image: url('/common/images/interface/lawyers-bar-left-corner.gif');
}

table.articles_list tr th.corner_right {
	background-image: url('/common/images/interface/lawyers-bar-right-corner.gif');
}

table.articles_list tr th.corner_left, table.articles_list tr th.corner_right {
	width: 15px;
	height: 28px;
	background-repeat: no-repeat;
}

table.articles_list tr th.title, table.articles_list tr th.posted_date {
	background-color: #b9c9d5;
	height: 28px;
}

table.articles_list tr th.title, table.articles_list tr td.title {
	width: 318px;
	padding-right: 20px;
	vertical-align: top;

}

table.articles_list tr th.posted_date, table.articles_list tr td.posted_date {
	width: 100px;
	vertical-align: top;
}

table.articles_list tr td.title a {
	text-decoration: none;
	color: #b7684a;
	font-weight: bold;
}
/* articles list */

/* admin list */
table.articles_admin_list {
	width: 100%;
	margin: 15px 0;
}

table.articles_admin_list tr th, table.articles_admin_list tr td {
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

table.articles_admin_list tr th {
	color: #FFF;
	background-color: #777;
	text-align: left;
}

table.articles_admin_list tr.alternate td {
	background-color: #DDD;
}

table.articles_admin_list tr th.title, table.articles_admin_list tr td.title {
	width: 30%;
}

table.articles_admin_list tr th.synopsis, table.articles_admin_list tr td.synopsis {
	width: 50%;
}

table.articles_admin_list tr th.posted_date, table.articles_admin_list tr td.posted_date {
	width: 10%;
}

table.articles_admin_list tr th.link, table.articles_admin_list tr td.link {
	width: 10%;
	padding-right: 10px;
}

table.articles_admin_list tr th a:link, table.articles_admin_list tr th a:visited, table.articles_admin_list tr th a:active, table.articles_admin_list tr th a:hover {
	color: #FFF;
}
/* admin list */

/* all news list */

table.news_select tr td.name {
	width: 100%;
}

table.news_select tr td.dropdown {
	padding-right: 2px;
	text-align: right;
	vertical-align: middle;
}

table.news_select tr td.dropdown select {
	height: 16px;
	font-size: 11px;
	line-height: 11px;
}

/* all news list */


/* profile */
div.article_profile {
	margin: 15px 0;
}

div.article_profile div.posted_date {
	margin: 5px 0;
	font-weight: bold;
}
/* profile */
