.edn_article p img{margin:0 0 0 10px;}
.edn_category_menu_wrapper li.active a.edn_category{color: #b52025!important;font-weight:normal!important;}
.edn_articleTitle a{color: #b52025;}
.edn_articleTitle a:hover{color: #504e4e;}
.edn_category_menu_wrapper li{text-align:left}
.edn_articlecount{background-color: #b52025!important;color: #fff!important;}
.edn_printButton{display:none!important;}
/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

a#dnn_dnnTERMS_hypTerms{display:none}
a#dnn_dnnPRIVACY_hypPrivacy{display:none}

/* Request Quote and Demo buttons */
.requestbutblue {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #00539b));
	background:-moz-linear-gradient(top, #007dc1 5%, #00539b 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #00539b 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #00539b 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #00539b 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #00539b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#00539b',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #00539b;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 24px;
    margin-bottom: 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #00539b;
}
.requestbutblue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00539b), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #00539b 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #00539b 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #00539b 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #00539b 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #00539b 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00539b', endColorstr='#007dc1',GradientType=0);
	background-color:#00539b;
}
.requestbutblue:visited {
	color:#ffffff;
}

/* Hide Search */
.dnnSearchBoxClearText {display:none !important;}

.EasyDNNSkin_Ozone .eds_headerContainer .eds_headerBackground .eds_header .eds_searchContainer #dnn_dnnSearch_ClassicSearch .searchInputContainer > input {
    color: black !important;
}

.applinkcolormain {
   color: #14347f !important;
   margin-left:15px;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.applinkcolormain:hover {
   color: #b52025 !important;
}

.applinkcolor {
   color: #14347f !important;
   margin-left:5px;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}

.applinkcolor:hover {
   color: #b52025 !important;
}

.appreadmorebut {
  display: inline-block;
  border-radius: 4px;
  color: #0069bb !important;
  font-family: Roboto Condensed;
  font-size: 12px;
  background-color: #ffffff;
  line-height: 1.1;
  font-weight: normal;
  border: 1px solid #0069bb;
  text-align: center;
  padding: 7px 18px;
  height: auto;
  float: right;
}

.appreadmorebut a {
  color: #14347f !important;
}

.applicationsummary {
  font-family: Roboto Condensed;
  font-size: 15px;
}

.applicationtitle {
  color: #0069bb;
  font-family: Roboto Condensed;
  font-size: 22px;
}

.applicationtitle a {
  color: #0069bb !important;
}
.applicationtitle a:hover {
  color: #333 !important;
}







