.marginBottom10 {
	margin-bottom: 10px;
}
a.scpLinks {
    font-size: 18px;
    /* color:#333; 
  	font-weight:600; */
    text-decoration:none;
}
a.scpLinks:hover {
  	font-size: 18px;
    /* color: #4682B4;
    font-weight:600; */
    text-decoration:underline;
    }

.center { margin-left: auto; margin-right: auto; }

.myBtnCenter
{
   width:100%;
   left: 45%;
   position: relative;
}
.thub {
	margin-left:30px;
	width:870px;
}

.scContactUs {
	margin-left:70px;
	
}

.branding-top {
	background: url(dnn_large_banner.png) no-repeat top left;
	width: 890px;
	height: 427px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 0px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	width: 170px;
	float: left;
}

.branding-bottom li.feeds {
	margin: 0;
}

.branding-bottom dl {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom dd {
	margin-left: 10px;
	height: 66px;
}
.branding-bottom dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom .commmunity {
	background: url(community_title.gif) no-repeat top left;
}
.commmunity dt {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}

.ContactUs 
{
    padding:5px;
}


.branding-bottom .marketplace {
	background: url(marketplace_title.gif) no-repeat top left;
}
.marketplace dt {
	background: url(marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(conferences_title.gif) no-repeat top left;
}
.conferences dt {
	background: url(conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(training_title.gif) no-repeat top left;
}
.training dt {
	background: url(training_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .feeds {
	background: url(feeds_title.gif) no-repeat top left;
}
.feeds dt {
	background: url(feeds_icon.gif) no-repeat;
	background-position: 50% 10px;
}
dl.bt {
	margin: 0;
	padding: 0;
	background: url(item_bt_bg.gif) no-repeat bottom;
	height: 32px;
	width: 170px;
}
div.link_adminguide {
	float:left;
	background: url(dnn_adminguide.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:660px; 
	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: 310px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 8px 47px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px #cccccc solid;
	padding: 2px 5px;
	margin-right:5px;
	width: 200px;
	float:right;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}

td.padding1 { padding: 0,0,0,7px } 


.davestyle
{ font: Arial; font-size: 2;  }




/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3 
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight   "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20   (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 )   ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ))   'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

.FrmHyprLnk a:link,.FrmHyprLnk a:visited,.FrmHyprLnk a:hover,.FrmHyprLnk a:active {color:red;font-size:7}

/*******************************/
/* Home Page Slider            */
/*******************************/

#slider {text-align:center}
/*.nav {
    display: block;
    padding: 0px;
    width: 808px;
    clear: both;
    height: 32px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    white-space:nowrap;
    background-color: #2E72B7;
    text-align:center;
}
*/a.navbtn {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 12px;
    font-style: normal;
    line-height: 32px;
    text-decoration: none;
    display: block;
    padding:0px;
    padding-left:8px;
    padding-right:8px;
    color: #FFFFFF;
    background-color: #2E72B7;
    float: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
    height: 32px;
}
a.navbtn:hover {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 12px;
    font-style: normal;
    line-height: 32px;
    text-decoration: none;
    display: block;
    padding:0px;
    padding-left:8px;
    padding-right:8px;
    color: #FFFFFF;
    background-color: #5595D5;
    float: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
    cursor: pointer;
    height: 32px;
}
.slideshow {
    display: block;
    padding: 0px;
    width: 808px;
    clear: both;
    height: 202px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom:-25px;
    margin-left: auto;
    overflow: hidden;
    background-repeat: no-repeat;
	z-index: 0;
}
.slideshowcontent *, .slideshowcontent p {
    color: #FFF ;
    font-family: Arial, Helvetica, sans-serif ;
    line-height:normal ;
    padding:0 ;
    margin:0 ;
	font-weight:400;
	text-align:center;
	font-size:17px;
}

/* Slider Heading     */
.slideshowcontent h1, .slideshowcontent h1 a {
    color: #FFF ;
	font-size:24px;
    line-height:24px;
	text-align:center;
	font-weight:400;
	text-decoration:none
	margin-top: 20px;
}

slideshowcontent h1, .slideshowcontent h1 a:link {
  color: #FFF ;
	font-size:24px;
    line-height:24px;
	text-align:center;
	font-weight:400;
	text-decoration:none
	margin-top: 20px;
}

slideshowcontent h1, .slideshowcontent h1 a:hover {
   color: #FFF ;
	font-size:24px;
    line-height:24px;
	text-align:center;
	font-weight:400;
	text-decoration:none
margin-top: 20px;
}

slideshowcontent h1, .slideshowcontent h1 a:visited {
   color: #FFF ;
	font-size:24px;
    line-height:24px;
	text-align:center;
	font-weight:400;
	text-decoration:none
margin-top: 20px;
}

.slideshow table {
    height:202px;
    width:808px;
}
.slideshowcontent {
    clear: both;
    width: 808px !important;
}
.slideshowcontent a {
    color:#FFF;
    text-decoration:none;
}
/*
#billingmanager {
    background-image: url(/Portals/0/slide/newslides/invoicemanagement_bg.png);
}
#shoppingcart {
    background-image: url(/Portals/0/slide/shoppingcart_bg.png);
}
#onlinepayment {
    background-image: url(/Portals/0/slide/businessregistration_bg.png);
}
#businessdirectory {
    background-image: url(/Portals/0/slide/businessdirectory_bg.png);
}
#ecommerce {
    background-image: url(/Portals/0/slide/ecommerce_bg.png);
}
#ecommercesuite {
    background-image: url(/Portals/0/slide/ecommercesuite.png);
}
*/
#billingmanager {
    background-image: url(/Portals/0/slide/newslides/billingmanager.png);
}
#shoppingcart {
    background-image: url(/Portals/0/slide/newslides/shoppingcart.png);
}
#onlinepayment {
    background-image: url(/Portals/0/slide/newslides/businessregistration.png);
}
#businessdirectory {
    background-image: url(/Portals/0/slide/newslides/businessdirectory.png);
}
#ecommerce {
    background-image: url(/Portals/0/slide/newslides/hosting.png);
}
#ecommercesuite {
    background-image: url(/Portals/0/slide/newslides/ecommercesuite.png);
}
a.freetrial {
    background-color:#393;
    background-image:url(/Portals/0/slide/arrow.png);
    background-repeat:no-repeat;
    background-position:8px center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFF;
    line-height: 32px !important;
    display: block;
    height: 32px;
    width: 192px;
}
a.freetrial:hover {
    background-color: #666666;
	font-size: 12px;
	text-decoration:none;
}

a.freetrial:visited {
    color: #FFF;
	font-size: 12px;
}
a.buynow {
    background-color:#39C;
    background-image:url(/Portals/0/slide/arrow.png);
    background-repeat:no-repeat;
    background-position:8px center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #FFF;
    line-height: 32px !important;
    display: block;
    height: 32px;
    width: 192px; 
}
a.buynow:hover {
    background-color: #666666;
	 font-size: 12px;
	 text-decoration:none;
}

a.buynow:visited {
     color: #FFF;
	 font-size: 12px;
}

a.myForumLink, a.myForumLink:link, a.myForumLink:visited, a.myForumLink:active 
{
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration: none;
} 
a.myForumLink:hover  
{
	font: normal normal 11px Arial, Helvetica, sans-serif;
	color:#FF0000;
	text-decoration:underline;
} 

ulist {list-style: disc !important;}

/*
.Forum_ToolbarLink, a.Forum_ToolbarLink:link, a.Forum_ToolbarLink:visited {background-color:#2a98cc !important; color:#fff; text-shadow:1px 1px 1px #0e557b; border:1px #238fc2 solid !important; border-bottom:1px #0e6c99 solid !important;}
a.Forum_ToolbarLink:hover{border: 1px solid #0e557b !important; background-color:#157dae !important;}

td.Forum_LastPostText a.Forum_LastPostText {background-color:#2a98cc !important; color:#fff; text-shadow:1px 1px 1px #0e557b; border:1px #238fc2 solid !important; border-bottom:1px #0e6c99 solid !important;}
td.Forum_LastPostText a.Forum_LastPostText:hover {border: 1px solid #0e557b !important; background-color:#157dae !important;}
*/

/* 


.btn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}





/* DNN Button Text Fix */
/* Primary Action */

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
    border-color: #0D569E; /*dark blue*/
    background: #3792ED;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%); /* FF3.6  */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358eea), color-stop(100%,#2170cd)); /* Chrome,Safari4  */
    background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%); /* Chrome10 ,Safari5.1  */
    background: linear-gradient(top, #358eea 0%,#2170cd 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;
}

    .dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover {
        border-color: #0D569E;
        background: #6cb6f3; /* Old browsers */
        background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%); /* FF3.6  */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2)); /* Chrome,Safari4  */
        background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* Chrome10 ,Safari5.1  */
        background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* W3C */
        color: #fff;
    }

    .dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active {
        border-color: #0D569E;
        background: #1f66be; /* Old browsers */
        background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%); /* FF3.6  */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f66be), color-stop(100%,#3085e0)); /* Chrome,Safari4  */
        background: -webkit-linear-gradient(top, #1f66be 0%,#3085e0 100%); /* Chrome10 ,Safari5.1  */
        background: linear-gradient(top, #1f66be 0%,#3085e0 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        color: #fff;
    }

    .dnnPrimaryAction[disabled], .dnnPrimaryAction[disabled]:hover, .dnnPrimaryAction[disabled]:active {
        background: #ccc !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #aaa !important;
        text-shadow: none;
    }

/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span {
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6  */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4  */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10 ,Safari5.1  */
    background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10  */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10  */
    background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px #ffffff;
    color: #333;
}

    .dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
    .dnnFormItem input[type="reset"]:hover,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    ul.dnnAdminTabNav li a:hover,
    .dnnLogin .LoginTabGroup span:hover {
        background: #fefefe; /* Old browsers */
        background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6  */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4  */
        background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10 ,Safari5.1  */
        background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10  */
        background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10  */
        background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
        color: #555;
    }

    .dnnFormItem button:active,
    .dnnFormItem input[type="button"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnSecondaryAction:active,
    a.dnnSecondaryAction:active,
    ul.dnnAdminTabNav li a:active {
        border-color: #999;
        background: #c6c6c6; /* Old browsers */
        background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6  */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4  */
        background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10 ,Safari5.1  */
        background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10  */
        background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10  */
        background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    }



.lead {
margin-bottom: 20px;
font-size: 21px;
font-weight: 200;
line-height: 30px;
color: #1D90FF;
background: #FFFFFF;
}


/* Feedback Form */
div#dnn_ctr396_Feedback_divFeedbackForm {
width: 100% !important;
}


/*Custom Skin CSS*/
    .bs-docs-example {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
    .bs-docs-tooltip-examples {
    text-align: center;
    margin: 0 0 10px;
    list-style: none;
    }
    .bs-docs-tooltip-examples li {
    float: left;
    margin: 10px;
    list-style: none;
    }
    .bs-docs-example:after {
    content: "Example";
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #9da0a4;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
    }

/* RegPro Form Styles */

    .SC-RegForms {
        font-size: 16px;
    }

    .SC-RegForms input[type=text],input[type=password],select,textarea {
        background: #f5f5f5;
        color: gray;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: none;
        padding: 13px 10px;
        width: 270px;
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: inset 0 2px 3px rgba( 0, 0, 0, 0.1 );
        clear: both;
    }
    .SC-RegForms input:focus,select:focus,textarea:focus {
    background: #fff;
    box-shadow: 0 0 0 3px #fff38e, inset 0 2px 3px rgba( 0, 0, 0, 0.2 ), 0px 5px 5px rgba( 0, 0, 0, 0.15 );
    outline: none;
}




    /* Base for label styling */
.SC-RegForms [type="checkbox"]:not(:checked),
.SC-RegForms [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.SC-RegForms [type="checkbox"]:not(:checked)   label,
.SC-RegForms [type="checkbox"]:checked   label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
.SC-RegForms [type="checkbox"]:not(:checked)   label:before,
.SC-RegForms [type="checkbox"]:checked   label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
.SC-RegForms [type="checkbox"]:not(:checked)   label:after,
.SC-RegForms [type="checkbox"]:checked   label:after {
  content: '✔';
  position: absolute;
  top: 0; left: 4px;
  font-size: 14px;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
.SC-RegForms [type="checkbox"]:not(:checked)   label:after {
  opacity: 0;
  transform: scale(0);
}
.SC-RegForms [type="checkbox"]:checked   label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.SC-RegForms [type="checkbox"]:disabled:not(:checked)   label:before,
.SC-RegForms [type="checkbox"]:disabled:checked   label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.SC-RegForms [type="checkbox"]:disabled:checked   label:after {
  color: #999;
}
.SC-RegForms [type="checkbox"]:disabled   label {
  color: #aaa;
}
/* accessibility */
.SC-RegForms [type="checkbox"]:checked:focus   label:before,
.SC-RegForms [type="checkbox"]:not(:checked):focus   label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
.SC-RegForms label:hover:before {
  border: 1px solid #4778d9!important;
}


#dnn_banner {
   background: none;
  /* height: 500px; */


/* Forum Changes */
  
div#dnn_ctr381_Forum_Container_DNNForum_lstDateFilter {
    display: none !important;
}

td > div.Forum_NormalTextBox {
    display: none;
}  

  
div#contact_details_text > span {
    display: block;
    text-align: left;
    }


/*SOCIAL MEDIA SLIDER*/
div#socialMedia.out {
	right: -3px;
}
div#socialMedia.in {
	  right: -82px;
}
div#socialMedia {
  position: fixed;
  top:75%;
  border-radius: 15px 15px 0 0;
  width: 120px;
  height: 40px;
  text-transform: uppercase;
  background-color: #7ab55c;
  color: white;
  border: solid 1px #64970a;
  border-top: 0px;
  z-index: 999;
  -ms-border-radius: 0px 0px 3px 3px;
  font-size: 14px;
  transform: rotate(-90deg);
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.3);
}


.socialLinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.socialLinks li {
	font-size: 0;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.socialLinks li:last-child .tableslide {
	border-bottom: 0 none;
}
.tableslide {
	height: 40px;
	background-image: url(images/socialMediaSprite.png);
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	border-right: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}
.tableslide:hover{
	background-image: url(images/socialMediaSprite_hover.png);
	}
.tableslide:last-child {
	border-bottom: 0 none;
}
.chat {
	width: 40px;
	background-position: 0 0;
}
.email {
	width: 40px;
	background-position: 0 -41px;
}
.facebook {
	width: 40px;
	background-position: 0 -82px;
}
.twitter {
	width: 40px;
	background-position: 0 -123px;
}
.googleplus {
	width: 40px;
	background-position: 0 -164px;
}
.linkedin {
	width: 40px;
	background-position: 0 -205px;
}
.youtube {
	width: 40px;
	background-position: 0 -247px;
}
.socialLinks a,
.socialLinks a:link,
.socialLinks a:active,
.socialLinks a:visited {
	text-decoration: none;
	color: #b8b8b8;
	font-size: 12px;
	line-height: 16px;
	white-space:nowrap;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 13px 0px 12px 10px;
	width: 205px;
}
.socialLinks a:hover {
	background: #565656 !important;
	color: #fff;
	text-decoration:none;
	transition: all .45s ease-in-out;
	-moz-transition: all .45s ease-in-out;
	-webkit-transition: all .45s ease-in-out;
	-o-transition: all .45s ease-in-out;
}
@media (max-width: 767px) {
#socialMedia{
	display:none!important;
}
}	
.body>#footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: .9em;
    /* margin-top: 0px; */
    padding: 70px 0 0;
    position: relative;
    clear: both;
}

  ..lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
    color: #1D90FF;
    background: none; !important;
}
.isotope-item {
  width:25% !important;
}

  
  
  /* re-style the dnn login */

.LoginPanel {
	width: auto !important;
	float: none !important;
	display: flex !important;
	padding: 0 !important;
	max-width: 100% !important;
	justify-content: center;
}

.LoginPanel > div {
	min-width: 300px;   
	max-width: 500px;
}

/* style the form item wrapper */

.LoginPanel .dnnForm .dnnFormItem {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

/* style the form label */

.LoginPanel .dnnFormItem > .dnnLabel {
	margin-top: 0;
}

.LoginPanel .dnnFormItem > .dnnLabel label {
	display: block; 
}

.LoginPanel .dnnLabel {
	display: block;
	float: none;
	position: relative;
	width: auto;
	padding-right: 0;
	margin-right: 0;
	overflow: visible;
	text-align: left;
}

/* boostrap fix - remove the yellow background from the checkbox field */
.dnnCheckbox .mark {
	background: none !important;
}

/* give the Remember Me checkbox a smaller text size */
.dnnLoginRememberMe {
	font-size: 15px;
}

/* style the login panel text input fields */
.LoginPanel .dnnLoginService input[type="text"], 
.LoginPanel .dnnLoginService input[type="password"] {
	width: 100% !important;
	min-width: 100%;
	margin: 0;
	border-radius: 1px;
	padding: 10px;
}

/* hide the empty label beside the Reset Password button */
.LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
	display: none;
}

.LoginPanel ul.dnnActions {
	margin: 0 !important;
	padding: 0 !important;
}

/* primary action buttons - also used in dnn modal popups */

.dnnPrimaryAction, 
.dnnFormItem input[type="submit"], 
a.dnnPrimaryAction {
	background: #015488;
	border: none;
	color: #ffffff;
	text-shadow: none;
	font-weight: 400;
	box-shadow: none;
	border-radius: 1px;
	font-size: 15px;
	padding: 10px 20px;
}
.dnnPrimaryAction:hover, 
.dnnFormItem input[type="submit"]:hover, 
a.dnnPrimaryAction:hover {
	background: #1B6EA2 !important;
	text-decoration: none !important;
}

/* secondary action buttons - also used in dnn modal popups */

.dnnSecondaryAction, 
.dnnFormItem input[type="submit"], 
a.dnnSecondaryAction {
	background: #f5f5f5;
	border: none;
	color: #555;
	text-shadow: none;
	font-weight: 400;
	box-shadow: none;
	border-radius: 1px;
	font-size: 15px;
	padding: 10px 20px;
}
.dnnSecondaryAction:hover, 
.dnnFormItem input[type="submit"]:hover, 
a.dnnSecondaryAction:hover {
	background: #f1f1f1 !important;
	text-decoration: none !important;
}


.lead {
    background: none !important;
}







