.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}.clearfix {display: inline-block;}/* Hides from IE-mac \*/ * html .clearfix { height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */
.clear { clear:both;} 
.left { float:left;} 
.right { float:right;}
.img-left {float: left; margin-right: 10px;} 
.img-right {float: right; margin-left: 10px;}
.dnnsprite { background-image: url('../images/AsideIcons.png'); background-color: transparent; background-repeat: no-repeat; }
.Community { background-position: -249px -5px; }
.Conferences { background-position: -188px -5px; }
.Manuals { background-position: -127px -5px; }
.Marketplace { background-position: -66px -5px; }
.Training { background-position: -5px -5px; }


ul.RotatorNav { margin:-74px 0 0 0;}
ul.RotatorNav li {margin:0;list-style:none;}

ul.sidebar-nav li { list-style-type: none;}
ul.sidebar-nav li ul li { padding-left: 20px;;}

/* Getting Started content */
.getting-started-wrap .left { width: 116px; padding-top:20px;}
.getting-started-wrap .right { width:500px;}
a#TourStart img, a#TourVideo img { margin: 3px 3px 3px -10px; vertical-align: middle;}
#dnnTourContainer { display:none; }
hr.tour { border-style: solid; border-top-width: 0; color: #ccc; margin-top: 1em; }

#Footer #dnn_Footer_LeftPane {float: left;margin: 0 20px 0 0;width: 430px;}
#Footer #dnn_Footer_RightPane {float: left;width: 510px;}

#Sponsors img{width:118px;height:58px;border:solid 1px #000;margin:0 7px 7px 0;background:url(../images/Logos.jpg) no-repeat;}
#Sponsors .aspnet img{background-position:0 0;}
#Sponsors .maxasp img{background-position:-118px 0;}
#Sponsors .telerik img{background-position:-236px 0;}
#Sponsors .exacttarget img{background-position:-354px 0;}
#Sponsors .winlive img{background-position: 0 -58px;}
#Sponsors .redgate img{background-position: -118px -58px;}
#Sponsors .appliedi img{background-position: -236px -58px;}
#Sponsors .arrowdesign img{background-position: -354px -58px;}

/* Quick Links */
.tblQuickLinks { width:100%; }
.tblQuickLinks td { line-height:22px; }
.tblQuickLinks a:link, .tblQuickLinks a:active, .tblQuickLinks a:visited{ text-decoration:underline; color:#e5e5e5; }
.tblQuickLinks a:hover {color:#d0171e;}

/* ------    Awesome Cyles site styles    ------ */
/* footer */
.left-footer { width:48%; float:left;}
.right-footer { width:48%; float:right;}

/* Home page */
/* Header Banner*/
.bannerShadow {padding-bottom: 34px; background:url(../images/Slide-Shadow.png) no-repeat 0 bottom;}
	.header-banner { background-image: url("../images/header-bg.jpg"); background-repeat: repeat-x; background-color:#830c11; min-height:200px; color:#FFF;}
		.header-banner .header-banner-image { float:left; width:280px; margin-left:50px; padding-top:13px;}
		.header-banner .header-banner-text { float:right; width:550px; margin-right:55px;}
			.header-banner .header-banner-text { font-size:16px; line-height:19px; padding-top:10px;}
			.header-banner .header-banner-text h2 { font-size:36px; text-transform:uppercase}
			.header-banner .header-banner-text .header-read-more { font-size:14px; text-align:right;}
			.header-banner .header-banner-text .header-read-more a { color:#FFF;}

/* services columns */
.home-services div { width:190px; margin-right:20px; float:left;}
.home-services div.last { margin-right:0;}

/*  home page sidebar styles*/
#RightLinks .last { background:none;}
#RightLinks li.icoAbout img { background-image: url("../images/bike-about-icon.png"); background-repeat: no-repeat;}
#RightLinks li.icoBike img { background-image: url("../images/bike-icon.png"); background-repeat: no-repeat;}
#RightLinks li.icoNews img { background-image: url("../images/bike-news-icon.png"); background-repeat: no-repeat;}

/* Subpage sidebar navigation on */
.Normal ul.sidebar-nav li { line-height:200%;}
.c_DNN6_Aside h3 { padding:0; margin:0; line-height:200%;}



/* Gradient transparent - color - transparent */ 
hr.gradientTips 
{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    margin-bottom: 20px;
    margin-top: 30px;
}
.testresult
{
    padding-right: 20px;
    height:8px;
    padding-top: 0px;
    padding-bottom: 10px !important;
    float: none !important;
}
.testresult span
{
    padding-right: 70px !important;
    height: 15px !important;
    padding-top: 0px !important;
}
.testresult.shortPass
{
    color: #CC0000;
}
.testresult.badPass
{
    color: #CC0000;
}
.testresult.goodPass
{
    color: #0658FC;
}
.testresult.strongPass
{
    color: Green;
}
/*
.Rsa_Form_Label
{
    font-family: BebasNeue, Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-top: 7px;
    font-weight: normal;
}
.Rsa_Form_TextBox, .DynamicRegistration_Password
{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.25);
    padding: 5px;
    border-radius: 8px;
    font-weight: bold;
    border: 1px solid rgba(102, 102, 102, 1);

}
.Rsa_Form_Label input:hover, .DynamicRegistration_Password input:hover {
    box-shadow: 1px 1px 4px #666666 inset;
}
.Rsa_Form_Label input:focus, .Rsa_Form_Label  textarea:focus, .DynamicRegistration_Password  input:focus{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #006699;
    border-bottom-style: solid;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #006699;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #006699;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #006699;
    border-top-style: solid;
    box-shadow: 1px 1px 3px #888888 inset, 0 0 8px #006699;
    
}
*/
.Rsa_PaymentItemRow td
{
    padding-bottom: 0px !Important;
    padding-top: 6px !Important;
    border-bottom-width: 0px !Important;
}
.Rsa_PaymentSumRow td
{
    padding-bottom: 4px !Important;
    padding-top: 10px !Important;
    border-top-width: 1px !Important;
    background: rgba(0, 0, 0, 0.25);
}

/* Lotus Skin modification by RSA */
#dnn_RightNarrowPane {
    width: 160px;
}
#dnn_LeftWidePane {
    width: 760px;
}
.top_menu_right{
    color: #FF9900;
    float: right;
    font-size: 11px;
    margin-top: 8px;
    text-align: right;
    font-weight:bold;
    width: 350px;
    position: relative;
    padding-right: 295px;
}
.top_menu_right a:link, .top_menu_right a:visited, .top_menu_right a:active {
    color: #FF9900;
}
.TopNavContainer{
    margin-top: 20px;
}
.RsaHomeTitle
{
    line-height: .8;
    display: inline-block;
    margin: 3px 60px 0 0;
}
.RsaHomeBtn{
    display: inline-block;
    margin-right: 20px;
    margin-top: 0px;
}
.c_head {  /* Reduce padding below headers on Home Page: was 30px */            
    margin-bottom: 5px;    
}
#dnn_CaptionHeader .c_head {  /* Removes padding below container in header bar */            
    margin-bottom: 0px;    
}
#dnn_TagLine  {   /* Modification to index to add social bar */
    width:auto; 
    float:left    
}
.tagline {  /* Reduces home page tagline height  */
    height: 52px;
    margin: 0;
    padding: 14px 0 0 0;
}
.tagline .wsc_social_bar {  /* css for adding social bar to index skin  */
    float: right;
    margin: 0px 0;
    max-width: 50%;
    vertical-align: top;
}
.page_caption .wsc_social_bar { /* css for adding social bar to inner skins  */
    margin: 25px 50px 15px 0;
}
#SP-Heading-container { /* Service pages - tightens up spacing on top and bottom of header graphic */
    margin-top: -13px;
    margin-bottom: 0;
}
.rsa_banner_ad_container .heading
{
    text-align:center;
    font-size: 10px;
}
.rsa_banner_ad_container td a img
{
    margin-bottom: 10px;
}
.rsa_quick_links_container {
    background-color: #FFFFFF;
    border-color: #666666;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1) inset;
    color: #888888;
    padding: 8px 0px 6px 0px;
    margin-bottom: 10px;
}
.c_head.rsa_quick_links_container .c_icon {
    background: #ff9900; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #999999 0%, #666666 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#666666)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #999999 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #999999 0%,#666666 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #999999 0%,#666666 100%); /* IE10+ */
    background: linear-gradient(to bottom, #999999 0%,#666666 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 ); /* IE6-8 */
    padding: 0 10px 0 10px;
    margin-bottom: 8px;
}
.c_head.rsa_quick_links_container h5 {
    font-family:BebasNeue, Tahoma, Verdana, Helvetica, sans-serif; 
    color: #FFFFFF;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 3px 0 3px 0;
    line-height: 26px;
    text-shadow: 0 1px 1px #666666;
   
}
.c_head.rsa_quick_links_container ul {
    margin: -7px 0 0 6px;
    padding-left: 0px;
}
.c_head.rsa_quick_links_container ul li {
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    list-style-type: none;
    text-align: top left;
    background-image: url(../images/arrow_bullet_ff9900.png);
    background-position: 3% center;
    background-repeat: no-repeat;
    width: 130px;
    line-height: 1.5em;
    padding-left: 1.2em;  /* Indent of text after bullet */
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0;
}
.c_head.rsa_quick_links_container ul li a {
    font-family: Arial;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    text-align:left;
    line-height: 1.5m;
    padding: 3px 0 3px 0;
    text-decoration: none;
}
.c_head.rsa_quick_links_container ul li a:hover {
    color: #212121;
    text-decoration: none;
}
.c_head.rsa_quick_links_container ul li:hover
{
    color: #212121;
    font-weight: normal;
    text-align: top left;
    background-image: url(../images/arrow_bullet_666.PNG);
    background-color: #cccccc;
    background-position: 3% center;
    background-repeat: no-repeat;
    cursor:pointer;
}
#Menu3Div #idCol4_html {
    background-color: #EDEDED;
    border-color: #666666;
    border-radius: 9px;
    border-style: solid;
    border-width: 2px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1) inset;
    height: 410px;
    margin-right: -20px;
    width: 250px;
}




/* DNN Default.css override by RSA */
ul.dnnAdminTabNav li.ui-tabs-active a { /* Fixes selected tab appearance */
    margin-top: -0px;
    padding: 6px 9px 12px;
}
.dnnDynReg
{
    box-shadow: 0 0 10px #999999;
    background-color: #FFFFFF;
    padding: 20px;    
    margin: 0px 0px 0px 0px;
    border-radius: 4px 4px 4px 4px;
}
.dnnDynReg hr
{
    margin: 5px 0 5px 0; 
    
}
/* Home Page Social Bar */
.tagline .wsc_social_bar .registerGroup li a, 
.tagline .wsc_social_bar .registerGroup li a .menuItem-bg-l, 
.tagline .wsc_social_bar .registerGroup li a .menuItem-wrapper-r {
    /*background: url("/Portals/_default/Skins/Lotus/images/socials_log_bg.png") repeat-x scroll 0 0 #666666;*/
    color: #FFFFFF;
    font-family: BebasNeue,Arial;
    font-size: 16px;
    font-weight: normal;
    height: 38px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    text-shadow: none;
}
.tagline .wsc_social_bar .registerGroup li.userDisplayName:first-child a .menuItem-bg-l, 
.tagline .wsc_social_bar .loginGroup .menuItem-wrapper-r, 
.tagline .wsc_social_bar .registerGroup .userDisplayName a {
    /*background: url("/Portals/_default/Skins/Lotus/images/socials_log_bg.png") repeat-x scroll 0 0 #666666;*/
    color: #FFFFFF;
    font-family: BebasNeue,Arial;
    font-size: 18px;
    font-weight: normal;
    height: 31px;
    padding: 6px 15px 1px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
}
.tagline .wsc_social_bar .registerGroup li a:hover, 
.tagline .wsc_social_bar .registerGroup .buttonGroup li a:hover .menuItem-bg-l, 
.tagline .wsc_social_bar .registerGroup .buttonGroup li.userDisplayName:first-child a:hover .menuItem-bg-l, 
.tagline .wsc_social_bar .loginGroup a:hover .menuItem-wrapper-r, 
.tagline .wsc_social_bar .language-object > a:hover {
    /*background: url("/Portals/_default/Skins/Lotus/images/socials_log_bg_hover.png") repeat-x scroll 0 0 #666666;*/
    text-decoration: none;
}
.tagline .wsc_social_bar .registerGroup li:first-child a {
    background: url("../images/socials_border_l.png") no-repeat scroll left center #666666;
    height: 38px;
    padding: 0 0 0 4px;
    position: relative;
}
.tagline .wsc_social_bar .registerGroup li:first-child a:hover {
    background: url("../images/socials_border_l_hov.png") no-repeat scroll left center #666666;
}
.tagline .wsc_social_bar .registerGroup .userDisplayName:first-child {
    background: none repeat scroll 0 0 transparent;
}
.tagline .wsc_social_bar .loginGroup .LoginLink {
    background: url("../images/socials_border_r.png") no-repeat scroll right center #666666;
    height: 38px;
    padding: 0 4px 0 0;
    text-decoration: none;
}
.tagline .wsc_social_bar .loginGroup .LoginLink:hover {
    background: url("../images/socials_border_r_hov.png") no-repeat scroll right center #666666;
}
.tagline .wsc_social_bar .registerGroup li {
    border-right: medium none;
}
.tagline .wsc_social_bar .registerGroup .userNotifications, 
.tagline .wsc_social_bar .registerGroup .userDisplayName, 
.tagline .wsc_social_bar .registerGroup .userProfileImg, 
.tagline .wsc_social_bar .loginGroup {
    background: url("../images/socials_log_divider.png") repeat-y scroll left center #666666;
}
.tagline .wsc_social_bar .registerGroup .userMessages a strong {
    background: url("../images/socials_message_icon.png") no-repeat scroll 0 0 #666666;
    margin-top: 12px;
}
.tagline .wsc_social_bar .registerGroup .userNotifications a strong {
    background: url("../images/socials_notifications_icon.png") no-repeat scroll 0 0 #666666;
    margin-top: 11px;
}
.tagline .wsc_social_bar .registerGroup li a strong {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 15px;
    width: 16px;
}
.tagline .wsc_social_bar .registerGroup a img {
    height: 25px;
    left: 1px;
    margin-top: 6px;
    position: relative;
    width: 25px;
}
.tagline .wsc_social_bar .registerGroup .buttonGroup {
    margin-right: 0;
}
/* Inner Page Social Bar fix*/
.wsc_social_bar .registerGroup li a, .wsc_social_bar .registerGroup li a .menuItem-bg-l, .wsc_social_bar .registerGroup li a .menuItem-wrapper-r {
    font-size: 16px;
}
/* RSA Profile - My Account*/
.ProfileRsaID {
    font-size: 18px; 
    color: #ffffff; 
    background-color:#FF9900; 
    width:120px; 
    height: 27PX; 
    text-align: center; 
    text-shadow: none; 
    font-family: bebasNeue;
    padding-top: 3px;
    box-shadow: 0px 0px 6px #333333;
}
.ProfileHdr{
    width: auto;
    height: 190px;
    padding: 45px 0px 0px 40px;    
    margin: -15px 0px 0px 0px;
    background: url("../images/cardboard_BG_slim.png") no-repeat scroll left top transparent;
}
.ProfileHdrLeft {
    float: left;
    width: 170px;
    padding-left: 10px;    
}
#UserProfileImg .ProfilePhoto {
    border-width: 8px;
    border-color: White;
    border-style: solid;
    box-shadow: 0px 0px 15px #333333;
}
.ProfileHdrCenter {
    float: left;
    width: 500px;
    padding-top: 2px;
}
.ProfileHdrRight {
    float: left;
}

#ProfileNameHeader
{
    font-family: bebasneue;
    font-size: 48px;
    text-shadow: none;
    line-height: 1.0;
    color: #3d3d3d;
}
#ProfileCompanyHeader
{
    font-family: bebasneue;
    font-size: 28px;
    line-height: .9;
    margin-bottom: 10px;
    text-shadow: none;
    color: White;
}
#ProfileCityStateHeader
{
    font-family: Arial;
    font-size: 18px;
    line-height: 1.5;
    text-shadow: none;
    color: #3d3d3d;
    font-weight:bold;
}
#ProfileEmailHeader
{
    font-family: Arial;
    font-size: 16px;
    line-height: 1.0;
    text-shadow: none;
    color: White;
    font-style:italic;
    font-weight:bold;
} 
#ProfileMemberLevelHeader
{
    font-family: bebasneue;
    font-size: 22px;
    line-height: 1.5;
    text-shadow: none;
    color: White;
    padding-top: 7px;
}  
#ProfileUserNameHeader
{
    font-family: Arial;
    font-size: 12px;
    line-height: 1.5;
    text-shadow: none;
    color: White;
    max-width: 200px;
} 
#ProfileMemberSinceHeader
{
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    text-shadow: none;
    color: White;
    font-weight:bold;
}   
/* Home page*/
p {
    margin: 0 0 5px;
}
.Member_Programs_Benefits_Inner_Div
{
    float:left;
    width:260px;
    margin:0 0 0 20px;
    padding:5px;
    text-align:left;
}
.Member_Programs_Benefits_Icon
{
    float:left;
    padding-right:10px;
}
.Member_Programs_Benefits_Div
{
    border:1px solid #999;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin:-25px 10px 0 0px;
    width:900px;
    height:540px;
    background-color:#fff;
    text-align:left;
    padding: 0px 8px 0px 8px;
    box-shadow: 0px 0px 5px #999;
}
.Member_Programs_Benefits_Div p
{
    margin: 0 0 5px 0;
}

/* ------    Custom RSA styles    ------ */
#content_wrapper .inner .inner_wrapper {
    margin: 15px auto auto;
}
.SaveProfitLearn
{
            float:left;
            width:269px;
            margin: 10px 0 20px 10px;
            padding: 0px 10px 0px 10px;
            text-align:left;
}
.iconFloatTest
{
            float:right;
            padding-right:10px;
}
.iconFloatTest_left
{
            float:left;
}
.programs_float_01
{
float:left;
margin:5px 0px 0px 0px;
padding:5px 0px 0px 0px;
text-align:left;
}
.programs_float_01_spacer
{
margin:10px 0px 0px 0px;
}
.programs_float_02
{
	float:left;
	padding-right:15px;
}
h2.reverse_blackBlock 
{
    background-color:#666666;
    border-radius: 6px 6px 6px 6px;
    color:#ffffff;
    padding-left: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    text-shadow: 0 0 0 black;
      background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#666666));
  background-image: -webkit-linear-gradient(top, #999999, #666666);
  background-image:    -moz-linear-gradient(top, #999999, #666666);
  background-image:      -o-linear-gradient(top, #999999, #666666);
  background-image:         linear-gradient(to bottom, #999999, #666666);
}
h2.programs_main_title
{
    margin-top: 10px;
}
h2.programs_bodyText 
{
    margin-top: 15px;
	line-height: 85%;
    color: #ff9900;
    font-weight: normal;
}
h6.programs_bodyText 
{
	line-height:120%;
	color:#ff9900
}
.clearFloat_both 
{ 
    clear: both; 
    width: 0px; 
    height: 0px; 
    margin: 0px; 
}

.programs_thumbnail {
	
	position: relative; 
}

img.programs_thumbnail_left
{
    float: left;
    margin: 0px 15px 0px 15px;
}
img.programs_thumbnail_right
{
    float: right;
    margin: 0px 15px 0px 15px;
	
}
.programs_thumbnail_left
{
    float: left;
    margin: 0px 15px 0px 15px;
}
.programs_thumbnail_right
{
    float: right;
    margin: 0px 15px 0px 15px;
	
}
.dropcap_RSNews_pageNums 
{
    color: #CCCCCC;
    display: block;
    float: left;
    font-family: bebasneue;
    font-size: 40px;
    line-height: 30px;
    margin: 8px 8px 0 0;
}
p.noTextWap
{
	overflow:hidden;
}
.noTextWrap:after 
{ 
    clear: both;
    visibility: hidden;
   }
ul.programs_list_orange
{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#F90
}
ul.programs_list_grey
{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#999
	
}
.graphic_float-right {
    float: right;
}
.graphic_float-left {
    float: left;
}
.wsc_green.styled_box_title, .wsc_green a.buttonGreen {
    background: -moz-linear-gradient(center top , #ccff33, #99cc00) repeat scroll 0 0 transparent;
    border: 1px solid #ccff66;

    /* fallback */ 
    background-color: #ccff33; 
    /*background: url(/portals/0/images/linear_bg_2.png); 
    background-repeat: repeat-x; */
    
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99cc00), to(#ccff33)); 
    
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #ccff33, #99cc00); 
    
    /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #ccff33, #99cc00); 
    /* IE 10 */ background: -ms-linear-gradient(top, #ccff33, #99cc00); 
    /* Opera 11.10+ */ background: -o-linear-gradient(top, #ccff33, #99cc00);
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    text-shadow: none;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.6);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-weight:bold;

}
.wsc_green.styled_box_title:hover, .wsc_green a.buttonGreen:hover {
    background: #99cc00;
    
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccff33), to(#99cc00)); 
    
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #99cc00, #ccff33); 
    
    /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #99cc00, #ccff33); 
    /* IE 10 */ background: -ms-linear-gradient(top, #99cc00, #ccff33); 
    /* Opera 11.10+ */ background: -o-linear-gradient(top, #99cc00, #ccff33);
    text-decoration: none;
}
a.buttonGreen {
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 5px 20px;
    color: #336600;
    font-weight: bold;
    text-decoration: none;
}
.wsc_gray.styled_box_title, .wsc_gray a.buttonGray {
    border: 1px solid #999999;
    background: -moz-linear-gradient(center top , #ededed, #adadad) repeat scroll 0 0 transparent;
    
    /* fallback */ 
    background-color: #ededed; 
    /*background: url(/portals/0/images/linear_bg_2.png); 
    background-repeat: repeat-x; */
    
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#adadad), to(#ededed)); 
    
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #ededed, #adadad); 
    
    /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #ededed, #adadad); 
    /* IE 10 */ background: -ms-linear-gradient(top, #ededed, #adadad); 
    /* Opera 11.10+ */ background: -o-linear-gradient(top, #ededed, #adadad);
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    text-shadow: none;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.6);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-weight:bold;
}
.wsc_gray.styled_box_title:hover, .wsc_gray a.buttonGray:hover {
    background: #adadad;
    
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#adadad)); 
    
    /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #adadad, #ededed); 
    
    /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #adadad, #ededed); 
    /* IE 10 */ background: -ms-linear-gradient(top, #adadad, #ededed); 
    /* Opera 11.10+ */ background: -o-linear-gradient(top, #adadad, #ededed);
    text-decoration: none;
}
a.buttonGray {
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 5px 20px;
    color: #666666;
    font-weight: bold;
    text-decoration: none;    
}
/* ------ Home Page Rotator Styles ------ */
.engage-rotator-container .engage_rsa a
{
    display: inline-block;
    margin-right: 20px;
}
.engage-rotator-container .wsc_gray a.button
{
    border-radius: 4px;
}
.engage-rotator-container .PBC {
    position: relative;
    left: 10px;
    top: 13px;
    float: left;
    margin: 10px;
}

.engage-rotator-container .PBC .banner-title {
    text-align: left;
    font-family: bebasNeue;
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.0em;
    text-shadow: 1px 1px 2px #000000;
}

.engage-rotator-container .PBC .banner-text {
        text-align: left;
        font-family: Arial;
        font-size: 18px;
        color: #cccccc;
        font-weight: normal;
        line-height: 1.2em;
        background: none;
        margin-bottom: 40px;
        text-shadow: 1px 1px 2px #000000;
}

.engage-rotator-container .freight
{
    position:relative;
    left:10px;
    top:13px;
    float:left;
    margin:10px;
}

.engage-rotator-container .freight .banner-title
{
    text-align:left;
    font-family: bebasNeue;
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.0em;
    text-shadow:1px 1px 2px #000000;
}
.engage-rotator-container .freight .banner-text
{
    text-align:left;
    font-family: Arial;
    font-size: 18px;
    color: #cccccc;
    font-weight: normal;
    line-height: 1.2em;
    background: none;
    margin-bottom: 40px;
    text-shadow:1px 1px 2px #000000;
}
.engage-rotator-container .expo
{
    position:relative;
    left:10px;
    top:13px;
    float:left;
    margin:10px 50px 10px 10px;
}
.engage-rotator-container .expo .banner-title
{
    text-align:left;
    font-family: bebasNeue;
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.0em;
    text-shadow:1px 1px 2px #000000;
}
.engage-rotator-container .expo .banner-text
{
    text-align:left;
    font-family: Arial;
    font-size: 18px;
    color: #cccccc;
    font-weight: normal;
    line-height: 1.2em;
    background: none;
    margin-bottom: 20px;
    text-shadow:1px 1px 2px #000000;
}
.engage-rotator-container .expo .expo_date
{
    font-weight: bold;
    color: #d6d6d6;
}
.engage-rotator-container .premium
{
    position:relative;
    right:10px;
    top:13px;
    float:right;
    margin:10px;
}
.engage-rotator-container .premium .banner-title
{
    text-align:left;
    font-family: bebasNeue;
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.0em;
    text-shadow:1px 1px 2px #000000;
}
.engage-rotator-container .premium .banner-text
{
    text-align:left;
    font-family: Arial;
    font-size: 18px;
    color: #cccccc;
    font-weight: normal;
    line-height: 1.2em;
    background: none;
    margin-bottom: 40px;
    text-shadow:1px 1px 2px #000000;
}

.engage-rotator-container .onlineTraining
{
    position:relative;
    right:40px;
    top:30px;
    float:right;
    margin:10px;
}
.engage-rotator-container .onlineTraining .banner-title
{
    text-align:left;
    font-family: bebasNeue;
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.0em;
    text-shadow:1px 1px 2px #000000;
}
.engage-rotator-container .onlineTraining .banner-text
{
    text-align:left;
    font-family: Arial;
    font-size: 18px;
    color: #cccccc;
    font-weight: normal;
    line-height: 1.2em;
    background: none;
    margin-bottom: 40px;
    text-shadow:1px 1px 2px #000000;
}

.engage-rotator-container .websites {
    position: relative;
    /*left:600px;*/
    right: 10px;
    top: 13px;
    float: right;
    margin: 10px;
}
    .engage-rotator-container .websites .banner-title {
        text-align: left;
        font-family: bebasNeue;
        font-size: 48px;
        color: #ffffff;
        font-weight: normal;
        line-height: 1.0em;
        text-shadow: 1px 1px 2px #000000;
    }

    .engage-rotator-container .websites .banner-text {
        text-align: left;
        font-family: Arial;
        font-size: 18px;
        color: #cccccc;
        font-weight: normal;
        line-height: 1.2em;
        background: none;
        margin-bottom: 20px;
        text-shadow: 1px 1px 2px #000000;
    }

.engage-rotator-container .DHL
{
    position:relative;
    left:10px;
    top:145px;
    float:left;
    margin:10px;
}
.engage-rotator-container .postalRates
{
    position:relative;
    left:550px;
    right:10px;
    top:0px;
    float:left;
    margin:10px;
}
.engage-rotator-container .postalRates .banner-title
{
    text-align:left;
    font-family: bebasNeue;
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.0em;
    text-shadow:1px 1px 2px #000000;
}
.engage-rotator-container .postalRates .banner-text
{
    text-align:left;
    font-family: Arial;
    font-size: 18px;
    color: #cccccc;
    font-weight: normal;
    line-height: 1.2em;
    background: none;
    margin-bottom: 50px;
    text-shadow:1px 1px 2px #000000;
}
.engage-rotator-container .RSnews
{
    position:relative;
    left:550px;
    right:10px;
    top:150px;
    float:left;
    margin:10px;
}
.bullet_vert_space li
{
    margin: 0 7% 7px 0;
    font-style: italic;
    color: #777777;
}
/* ------ IE7 Warning Style ------ */
.ieWarning
{
    position:static;
    width: 99.5%;
    top:0px;
    padding:15px 0px 15px 0px;
    background-color: Yellow;
    color: Red;
    border-color: Red;
    border-width:thin;
    border-style:solid;
    margin: 0 200px 0 0;
    z-index: 20000;
    text-align:center;
    font-size: 16px;
}
/* ------ Contact Us Page ------ */
.ContactUsSection
{
    margin: 0 0 20px 40px;
}
.ContactUsSection h3
{
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
}

.ContactUsLabel
{
    display:inline-block;
    width: 90px;
    font-weight: bold;
    color: #666666;
}
.ContactUsItem
{
    display:inline-block;
    color: #666666;
}
.ContactUsCompany
{
    font-weight: bold;
    color: #666666;
}

.rsa_boxed_no_title_container {
    background: url("../images/bg_ip.png") repeat-x scroll center top #FFFFFF;
    border: 1px solid #999999;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 0 5px #999999;
    margin: 0px 10px 20px 0;
    padding: 25px !important;
}


div#search {
    background: url("../images/searchRsa.png") repeat scroll 0 0 transparent;
    height: 25px;
    width: 232px;
    z-index: 2200;
    top: -4px;
    position: absolute;
    right: 50px;
}

#top_bar #dnn_dnnSearch_ClassicSearch input#dnn_dnnSearch_txtSearch {
    height: 18px;
    z-index: 1000;
    border: medium none;
    box-shadow: none;
    padding: 0px 30px 0 0;
    width: 160px !important;
    background: none repeat scroll 0 0 transparent;
    color: #111111;
    float: right;
    margin: 3px 3px 0px 3px;
    width: 140px;
}
#wsc_wrapper a.SearchButton {
    display: block;
    height: 25px;
    padding: 0;
    width: 20px;
    color: transparent;
    left: 0px;
}
#header_wrapper .searchInputContainer {   /* This affects that text box in the site search */
    background: none repeat scroll 0 0 transparent;
    color: #111111;
    float: right;
    margin: 1px 3px 0px 3px;
    width: 140px;
}
#header_wrapper .SearchContainer .SearchBorder {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: right;
}
#dnn_dnnSearch_ClassicSearch ul li {
    text-align: left;
}
#header_wrapper .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    background: url("../images/clearTextRsa.png") no-repeat scroll center center transparent !important;
}
#header_wrapper .searchInputContainer a.dnnSearchBoxClearText
{
    margin: 4px;
    top: 0px;
}
.TopRightmenuDividers
{
    color: #CCCCCC;
}

#header_wrapper .searchInputContainer ul.searchSkinObjectPreview {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C9C9C9;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 26px;
    width: 350px;
    z-index: 200;
}
.paneOutline
{
    border-style: dotted;
    border-width: 1px;
}
.EventListH2 
{ 
    color:#ff9900; 
    font-size: 38px; 
    font-weight:normal; 
    line-height: 0.9em;
}
.EventListH3 
{ 
    color:#999999; 
    font-size: 22px; 
    font-weight:normal; 
    line-height: 1.0em;
}
/* ------ Resources Table Styling ------ */
.DNN_Documents table
{
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
.DNN_Documents
{
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 1px solid #8C8C8C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 15px;
}
.DNN_Documents table td, .DNN_Documents table th
{
    padding: 6px 6px;
}
.DNN_Documents table .SubHead td
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
    background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
    background-color: #8C8C8C;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-left: 0px solid #A3A3A3;
    text-shadow: none;
}
.DNN_Documents table .SubHead td a
{
    color: #FFFFFF;
    text-shadow: none;
    
}
.DNN_Documents table .SubHead td:first-child
{
    border: none;
}
.DNN_Documents table tbody td
{
    color: #7D7D7D;
    border-left: 0px solid #DBDBDB;
    font-size: 12px;
    font-weight: normal;
}
.DNN_Documents table tbody tr:nth-child(odd)
{
    background: #EBEBEB;
    color: #7D7D7D;
}
.DNN_Documents table tbody td:first-child
{
    border-left: none;
}
.DNN_Documents table tbody tr:last-child td
{
    border-bottom: none;
}
/* ------ Active Forums ------ */
.activeForums td.afsubject a 
{
   font-size: 14px;
}
.activeForums af-lastpost 
{
   text-align:center;
}
/* ------ Documents Module  ------ */
.DNN_Documents .TitleHeader
{
    width: 160px;
}
.DNN_Documents .SizeHeader
{
    width: 70px;
    text-align: center;
}
.DNN_Documents .DateCell, .DNN_Documents .SizeCell
{
    text-align: center;
}
/* ------ DNN Blue Button Text Color Fix  ------ */
a:link.dnnPrimaryAction {
    color: #EFEFEF;
}
/* Expo */
.livetabslotus_orangetabs_01 .expo-hotelprice-large {
    font-family: BebasNeue;
    font-size: 60px;
    line-height: 0.9em;
    margin: 0 15px 0 0;
}
.livetabslotus_orangetabs_01 p {
     font-weight: normal;
}
/* Fix DNN Admin Tool tips */
.dnnTooltip
{
    text-shadow: none;
}

.dnnFormWarning {
    background: #feffce url(../images/warning-icn_1.png) no-repeat 10px center !important;
    border: 2px #cdb21f solid !important;
    color: #41370C !important;
    text-shadow: 0px 1px 1px #fff !important;
    background: #feffce url(../images/warning-icn_1.png) no-repeat 10px center !important;
    border: 2px #cdb21f solid !important;
    color: #41370C !important;
    text-shadow: 0px 1px 1px #fff !important;
    margin: 6px 13px;
    padding: 10px 40px;
}