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

table.resources_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.resources_list tr th {
	font-size: 10pt;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: left;
}

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

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

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

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

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

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

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

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

table.resources_list tr td.title {
	line-height: 1.4em;
}

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

table.resources_list tr td.category {
	padding-top: 8px;
	line-height: 1.2em;
}

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

/* homepage list */
ul.resources_homepage_list {
	padding: 0;
	margin: 0 20px;
	list-style: none;
}

ul.resources_homepage_list li {
	padding: 0;
	margin: 10px 0;
}
/* homepage list */

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

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

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

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

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

table.resources_admin_list tr th.synopsis, table.resources_admin_list tr td.synopsis {
	width: 60%;
}

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

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

/* header */
div.categories_bar {
	clear: both;
	height: 22px;
	background: #2F2615;
}

div.categories_bar table {
	width: 100%;
	height: 22px;
}

div.categories_bar table tr td.name {
	width: 90%;
	color: #FFF;
	padding-left: 10px;
	font-size: 10pt;
	text-align: right;
}

div.categories_bar table tr td.dropdown {
	color: white;
	padding-right: 2px;
	text-align: right;
	vertical-align: middle;
}

div.categories_bar table tr td.dropdown select {
	height: 16px;
	font-size: 11px;
	line-height: 11px;
}
/* header */

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

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

/* admin form */

table.admin_form tr td ul {
	list-style: none;
}

table.admin_form tr td ul li.child {
	text-indent: 15px;
}
/* admin form */
