/* Template 41 - Resources */

#featured_resource {
	position: relative;
	clear: both;
	display: block;
	background-color: #e9e9e9;
	margin: 0;
	padding: 0;
	border:1px #b7b7b7 solid;
}


#featured_resource table {
	position: relative;
	display: table;
	width: 100%;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	border: none;
}

#featured_resource table tbody {
	margin: 0;
	padding: 0;
	border: none;
}


#featured_resource table tr {
	font-size: 1em;
}

#featured_resource table tbody tr {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

#featured_resource table tbody tr td {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	padding-left:0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	vertical-align: top;
}

#featured_resource table tbody tr td p {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 0.5em;
	color: #666666;
}

#featured_resource table tbody tr td h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	border: none;
	margin-bottom: 0.5em;
}

#featured_resource table tbody tr td.fr_details {
	width: 256px;
	padding-left: 24px;
}

#featured_resource table tbody tr p.author {
	font-weight: bold;
}

#featured_resource table tbody tr td.fr_date {
	width: 96px;
	padding-left: 24px;
}

#featured_resource table tbody tr td.fr_size {
	width: 80px;
	font-weight: bold;
}

#featured_resource table tbody tr td.fr_type {
	width: 77px;
	font-weight: bold;
}


#view_all {
	position: relative;
	clear: both;
	display: block;
	border:1px #b7b7b7 solid;
	background-color: #cccccc;
	padding: 2px 4px;
	font-size: 0.7em;
	text-align: right;
}




#rss_link {
	font-size: 0.6em;
	margin: 0;
	padding: 0;
	padding-left: 26px;
	padding-top: 0.5em;
	padding-bottom: 0.75em;
	border: none;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	line-height: 1.8em;
}

#rss_link * {
	vertical-align: middle;
}

