﻿@charset "UTF-8";

/* .resource-page table {
	border-collapse: collapse;
	width: 1200px;
	font-size: 1.1em;
	margin: 0 auto;
	background-color: #7d7d87;
	border-radius: 10px;
	margin-bottom: 20px;
}

.resource-page th {
	background: #f8f4ed;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.resource-page td {
	border-bottom: 1px solid #bbbdc0;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.resource-page td a{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

.resource-page td * {
	padding: 0px 0px;
}

.resource-page tr.alt td {
	background: #7d7d87;
}

.resource-page .abc-head{
	display: inline;
	margin-right: 10px;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.resource-page a {
	text-decoration: none;
	color: #fff;
}
.resource-page li a{
	text-decoration: none;
	color: #fff;
}
.resource-page li {
	text-decoration: none;
	color: #D3D5DB;
}
.resource-page p {
	color: #fff;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.resource-page tr trhead{
	margin: 0px;
	padding: 0px;
}

.resourcesnavcontainer {
	height: 25px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #fff;
} */


.resource-page table {
	border-collapse: collapse;
	width: 1200px;
	/* [disabled]margin: 24px; */
	font-size: 1.1em;
	margin: 0 auto;
    background-color: #7d7d87;
}

.resource-page th {
	background: #f8f4ed;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.resource-page td {
	border-bottom: 1px solid #bbbdc0;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.resource-page td a{
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	
}

.resource-page td * {
	padding: 0px 0px;
}

.resource-page tr.alt td {
	background: #7d7d87;
}

.resource-page tr.over td, .resource-page tr:hover td {
	background: #333;
    color: #fff;
	
}

.resource-page tr.over td, .resource-page tr:hover td .sub_pagetitle {
	background: #333;
	
}


.resource-page .abc-head{
	display: inline;
	margin-right: 10px;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.resource-page a {
	text-decoration: none;
	color: #fff;
	
}
.resource-page li a{
	text-decoration: none;
	color: #fff;
}
.resource-page li {
	text-decoration: none;
	color: #D3D5DB;
}
.resource-page p {
	color: #fff;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.resource-page tr trhead{
	margin: 0px;
	padding: 0px;
}

.resource-page tr:nth-of-type(odd) {
  background-color:#7d7d87;
} 
.resourcesnavcontainer {
	height: 25px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #fff;
}

