<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * 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 &lt;div&gt; tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */

/*---Glow Animation---*/
.glow {
  color: #58595c;
  animation: glow .4s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 12px #fff, 0 0 14px #ffffff, 0 0 16px #ffffff, 0 0 18px #ffffff, 0 0 20px #ffffff;
  }
  
  to {
    text-shadow: 0 0 12px #fff, 0 0 14px #fbae47, 0 0 16px #fbae47, 0 0 18px #fbae47, 0 0 20px #fbae47, 0 0 22px #fbae47;
  }
}

/* Summit Background Image Table */
table.summit-table { 
   background: url("https://www.macc-mn.org/Portals/1/2023 Summit Web Header Whitespace.png");
   background-size: 100%;
   background-repeat: no-repeat;
   background-position: left bottom;
 }

/* Thicker Summit HR */
hr.summit {
  border: 1px solid DimGrey;
}

Read more: https://html.com/attributes/table-background/#ixzz7J26hSCVA
.branding-top {
	background: url(dnn_large_banner.png) no-repeat top left;
	width: 900px;
	height: 428px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 0px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin: 1em 0;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.commmunity, .marketplace, .conferences, .training {
	list-style: none;
	display: block;
	float: left;
  cursor: pointer;
}
.branding-bottom li.training {
	margin: 0;
}
.branding-bottom .feature-block {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
}
.branding-bottom .feature-icon {
	margin: 0;
	height: 66px;
	margin-bottom: 1em;
}
.feature-text {
	margin: 0 10px 20px 10px;
	font-size: 115%;
	text-align: center;
    color: #3e81b5;
    height: 75px;
}
.branding-bottom li {
  margin: 0 20px 0 0;
  width: 210px;
}
.branding-bottom li.training {
  margin: 0;
}
.feature-block li {
  list-style: none;
}
.feature-icon {
  width: 180px;
 }
.branding-bottom .commmunity {
	background: url(community_title.gif) no-repeat top left;
}
.commmunity .feature-icon {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .marketplace {
	background: url(marketplace_title.gif) no-repeat top left;
}
.marketplace .feature-icon {
	background: url(marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(conferences_title.gif) no-repeat top left;
}
.conferences .feature-icon {
	background: url(conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(training_title.gif) no-repeat top left;
}
.training .feature-icon {
	background: url(training_icon.gif) no-repeat;
	background-position: 50% 10px;
}

/*
 Styling for the specific ask macc button
*/
a.button:link {color:#ffffff;}
a.button:visited {color:#ffffff;}
a.button:hover {color:#ffffff;}

.buttonaskmacc {
  display: inline-block;
  border-radius: 50px;
  background-color: #fbae47;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonaskmacc span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonaskmacc span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonaskmacc:hover span {
  padding-right: 25px;
}
.buttonaskmacc:hover span:after {
  opacity: 1;
  right: 0;
}
/*
 Styling for the specific ask macc button 1
*/
a.button:link {color:#ffffff;}
a.button:visited {color:#ffffff;}
a.button:hover {color:#ffffff;}

.buttonaskmacc1 {
  display: inline-block;
  border-radius: 50px;
  background-color: #67c8c7;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  width: 155px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonaskmacc1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonaskmacc1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonaskmacc1:hover span {
  padding-right: 25px;
}
.buttonaskmacc1:hover span:after {
  opacity: 1;
  right: 0;
}
/*
 Styling for the specific ask macc button 2
*/
a.button:link {color:#ffffff;}
a.button:visited {color:#ffffff;}
a.button:hover {color:#ffffff;}

.buttonaskmacc2 {
  display: inline-block;
  border-radius: 50px;
  background-color: #39707e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 26px;
  padding: 10px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonaskmacc2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonaskmacc2 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonaskmacc2:hover span {
  padding-right: 25px;
}
.buttonaskmacc2:hover span:after {
  opacity: 1;
  right: 0;
}
/*
 Styling for the specific ask macc button 3
*/
a.button:link {color:#ffffff;}
a.button:visited {color:#ffffff;}
a.button:hover {color:#ffffff;}

.buttonaskmacc3 {
  display: inline-block;
  border-radius: 50px;
  background-color: #67c8c7;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 25px;
  padding: 10px;
  width: 270px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonaskmacc3 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonaskmacc3 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonaskmacc3:hover span {
  padding-right: 25px;
}
.buttonaskmacc3:hover span:after {
  opacity: 1;
  right: 0;
}

/*
 Styling for the specific ask macc button 4
*/
a.button:link {color:#ffffff;}
a.button:visited {color:#ffffff;}
a.button:hover {color:#ffffff;}

.buttonaskmacc4 {
  display: inline-block;
  border-radius: 50px;
  background-color: #ef4629;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 25px;
  padding: 10px;
  width: 185px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonaskmacc4 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonaskmacc4 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonaskmacc4:hover span {
  padding-right: 25px;
}
.buttonaskmacc4:hover span:after {
  opacity: 1;
  right: 0;
}
/*
 Styling for the specific ask macc button 5
*/
a.button:link {color:#ffffff;}
a.button:visited {color:#ffffff;}
a.button:hover {color:#ffffff;}

.buttonaskmacc5 {
  display: inline-block;
  border-radius: 50px;
  background-color: #fbae47;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 26px;
  padding: 10px;
  width: 250px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonaskmacc5 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonaskmacc5 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonaskmacc5:hover span {
  padding-right: 25px;
}
.buttonaskmacc5:hover span:after {
  opacity: 1;
  right: 0;
}
/*
 Styling for the specific ask macc button 4eventbrite-widget-modal-trigger-820436486617
*/
a.button:link {color:#ffffff;}
a.button:visited {color:#ffffff;}
a.button:hover {color:#ffffff;}

#eventbrite-widget-modal-trigger-820436486617 {
  display: inline-block;
  border-radius: 50px;
  background-color: #ef4629;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 25px;
  padding: 10px;
  width: 185px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
#eventbrite-widget-modal-trigger-820436486617 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
#eventbrite-widget-modal-trigger-820436486617 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
#eventbrite-widget-modal-trigger-820436486617:hover span {
  padding-right: 25px;
}
#eventbrite-widget-modal-trigger-820436486617:hover span:after {
  opacity: 1;
  right: 0;
}

/*
 Styling for the specific ask macc button 5
*/
a.button:link {color:#ffffff;}
a.button:visited {color:#ffffff;}
a.button:hover {color:#ffffff;}

.buttonaskmacc5 {
  display: inline-block;
  border-radius: 50px;
  background-color: #fbae47;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 25px;
  padding: 10px;
  width: 225px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonaskmacc5 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonaskmacc5 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonaskmacc5:hover span {
  padding-right: 25px;
}
.buttonaskmacc5:hover span:after {
  opacity: 1;
  right: 0;
}
/*
 Styling for the specific ask macc button 6
*/
a.button:link {color:#ffffff;}
a.button:visited {color:#ffffff;}
a.button:hover {color:#ffffff;}

.buttonaskmacc6 {
  display: inline-block;
  border-radius: 40px;
  background-color: #fbae47;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  width: 175px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.buttonaskmacc6 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.buttonaskmacc6 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.buttonaskmacc6:hover span {
  padding-right: 25px;
}
.buttonaskmacc6:hover span:after {
  opacity: 1;
  right: 0;
}
div.sideways {
  text-orientation: mixed;
  writing-mode: vertical-lr;
}
ul.bt {
	margin: 0 -1em;
	padding: 0;
	background: url(item_bt_bg.gif) no-repeat bottom;
	height: 32px;	
}
ul.bt li {
  margin: 0 1em;
  list-style-type: none;
}
.action-btn {
  height: 26px;
}
p.small {
  line-height: 1;
}
 /*
 Table offset - DJ Futures WoA
*/
.tableoffset{
            /* Make element to relative to its normal position */
            position: relative;
            /* This set coordinates of the element and align it to center */
            left: -1%;
        }

.engage-action {
	background: url(engage_btn.png) no-repeat bottom;
}
.shop-action {
	background: url(shop_btn.png) no-repeat bottom;
}
.connect-action {
	background: url(connect_btn.png) no-repeat bottom;
}
.learn-action {
	background: url(learn_btn.png) no-repeat bottom;
}
div.link_manuals {
	float:left;
	background: url(dnn_manuals.png) no-repeat top left;
	width: 316px;
	height: 137px;
	cursor: pointer;
}
div.link_proedition {
	float:right;
	background: url(dnn_proedition.png) no-repeat top left;
	width: 514px;
	height: 137px;
	cursor: pointer;
}
div.link_main {
	margin: 260px 30px 0px 30px;
}

#LoginInfo
{
	width:545px; 
	float:left;
}
#LoginInfo h3
{
	background-color: #f7f7f7;
	color: #8f0000;
	padding: 2px 0px;
}
#LoginInfo dd, #LoginInfo dt 
{
	display:inline;
}
#LoginInfo dt
{
	font-weight:bold;
	color: #333;
}
#LoginInfo p.LoginNotes
{
	font-size: .8em;
}
#LoginInfo div.LoginBlock {
	float: left;
	width: 255px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 5px 15px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px #cccccc solid;
	padding: 2px 5px;
	position:relative;
	width:330px;
}
#QuickLinks h2, #QuickLinks p
{
	margin: 5px 5px;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}

#TelerikInside
{
	background: white url('telerikInside.jpg');
	border: 1px #cccccc solid;
	padding: 20px 5px 10px 130px;
	margin-bottom: 5px;
	width: 205px;
	height: 140px;
	border-style:none;
}

#TelerikInside h2
{
	font-weight: bold;
}

#RightColumnInfo
{
	float:right;
	width:340px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#qlCol1, #qlCol2
{
	margin: 5px 5px 15px;
	padding-left: 12pt;
	float: left;
	position:relative;
}




























































































</pre></body></html>