/* News Articles Custom Styles */
.articleTitle { font-size : 32px; line-height:38px; font-weight: normal; color : #006600; }


    @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .articleTitle {
  	  font-size : 26px; line-height:28px; 
    }}
    

.articleTable { background-color: #3e4245; margin: 0px }
.articleTopCell { background-color: #000000; color: #ffffff; font-weight: bold; padding: 10px; height: 25px }
.articleTopCell .NormalBold { color: #000000; }
.articleContentCell { color: #000000; background-color: #3e4245; }
.articleTextCell { color: #000000; padding: 20px; background-color: #3e4245; }
.articleIconCell { background-color: #3e4245; width: 20px; }
.articleFooterCell { color: #3e4245; padding: 3px; background-color: #C9EEF5; height: 25px }
.articleFooterCell .NormalBold { color: #000000; }
.featuredTopCell { background-color: #CAF9D2; color: #000000; font-weight: bold; padding: 6px; height: 25px }

.cardTitle { background-color: #f6f6f7; padding: 10px; }
.courseCardTitle { background-color: #f6f0ec;  padding: 10px; }

a:link.Normal.MenuTop {
    text-decoration:    underline;
}

a:visited.Normal.MenuTop  {
    text-decoration:    underline;
}

a:active.Normal.MenuTop   {
    text-decoration:    underline;
}

a:hover.Normal.MenuTop    {
    text-decoration:    underline;
    color: #ff0000;
}

a:link.Normal.MenuTopSelected {
    text-decoration:    underline;
    color: #ff0000;
}

a:visited.Normal.MenuTopSelected  {
    text-decoration:    underline;
    color: #ff0000;
}

a:active.Normal.MenuTopSelected   {
    text-decoration:    underline;
    color: #ff0000;
}

a:hover.Normal.MenuTopSelected    {
    text-decoration:    underline;
    color: #ff0000;
}
img {
border: 0px none;
}


.cardBox {
	background:#3e4245;
	margin:40px auto;
}

.effect1{
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
	border-collapse: separate;
}

a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, .ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a50000), color-stop(100%,#a50000));