@charset "utf-8";
/* CSS Document */
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #ffd530;
    background-color: #000;
    border-color: #373737;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #C2C2C2;
}

/* Bread Crumbs */

/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}


.alert {
    margin-right: 10px!important;
}
/* Breadcrumb Styles
 ---------------------------------------------------------------------*/
/*Remove Navbar Bootstrap Padding if this is added*/
.navbar {
    margin-bottom: 0!important;
}
.black-Grid, .black-Grid th, .black-Grid td {
    border: 1px solid #000000!important;
	border-collapse: collapse!important;
    color: #000000;
    padding: 5px!important;
}
.black-Header {
	color: #ffd530!important;
    background-color: #000;
    border-color: #373737;
}
.bold ,.Bold {
	font-weight:bold;
}
.breadCrumb
{
	margin: 0 0 5px 0;
	padding: 0!important;
	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	width: 100%;
	padding:5px;
	border:solid 1px #dedede;
	background:#fff;
	
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background: url(/Common/Images/Chevron.gif) no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}
.breadCrumb ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(/Common/Images/IconHome.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.breadCrumbHolder {
	overflow:hidden
}


.chevronOverlay
{
	display: none;
	background: url(/Common/Images/ChevronOverlay.png) no-repeat 100% 0;
	width: 13px;
	height: 20px;
}
.green {
    color: #01A200;
}
.Itl, .Italic {
	font-style:italic;
}
.news-Archive-Release {
	list-style:none;
	margin: 10px!important;
	padding-left:0!important;
}
.red {
	color:#990000;
}
.right-Content {
	padding-right:10px!important;
}
.right-Content p {
	padding-right:5px!important;
}
.right-Content h3 {
	margin-right:5px!important;
}
.right-Content img {
	padding:4px!important;
}
.right-Content table {
	margin:0 auto!important;
	max-width:96%!important;
}
.scrollable {
    overflow: auto!important;
}
.SelectedYear {
    color: #010088!important;
	font-weight:bold;
}

#slide-container {
	margin:auto;
}

/* Color Classes */
.Yellow-BG{
    background: #FFCC00!important;
    vertical-align: text-top!important;
}
.Green-BG{
    background: #339933!important;
    vertical-align: text-top!important;
}
 
/* Tabs Formatting */

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #000;
	color:#ffd530;
} 
.nav-tabs>li>a {
    border: 1px solid #ddd;
	color: #000;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #c2c2c2;
	color:#000;
}

 
@media (max-width: 767.99px) {
	.right-Content {
	   margin-left: 15px;
	}
}
@media (max-width: 480px) {
	h2 {
		font-size:1.5em;
	}
	h3 {
		font-size:1.15em;
	}
}
@media (min-width: 768px){
	#slide-container {
		width: 750px;
	}
}
@media (min-width: 992px){
	#slide-container {
		width: 970px;
	}
}
@media (min-width: 1200px){
	#slide-container {
		width: 1170px;
	}
}