/* Dash board chart */
.chartWrapperSmallCenter {
    width: 275px;
    border: solid 1px silver;
    float: left;
    display: inline-block;
    margin: 0px 10px 10px 0px;
}
.chartWrapperSmallCenter img {
    width: 275px !important;
    height: 275px !important;
}

.goldMoneyChartTitle {
    position: relative;
    padding: 5px 0 0 10px;
}

.chartSmall img {width:630px;}

/* Center banner ad */
.ModBannersC table{margin: 0 auto;}

/* move home page 3 columns up closer to slider*/
.DnnModule-1840 {margin-top:-30px;}

/* Product Tour */

.tourImgLeft {
    width: 580px;
    float: right;
    padding:10px;
}

.tourImgLeft img {max-height:320px }

.tourTextRight {
    width: 260px;
    float: left;
    padding: 15px;
    background-color: rgba(255, 255, 255, .5);
    margin-top: 12px;
    height: 280px;
    margin-left: 20px;
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}


/* My Account Navigation */

.ModInciteMQManageAccountC .dnnTooltip{ display:inline; }
td > .dnnTooltip label a span {
padding-right: 20px;
display: inline;
}

.nav_btn_large {
   position:relative;
   width:300px;
   height:90px;
   border: 1px solid #DFE2E1;
   float:left;
   margin-right:20px;
   margin-bottom: 20px;
   vertical-align: top;

   background-color:rgba(255, 255, 255, 0.85); 
   
   -moz-border-radius: 10px; 
   -webkit-border-radius: 10px; 
   border-radius: 10px; 
   
   -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
   -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
   box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
  
   padding: 10px 10px 20px 10px;
}

.nav_btn_large ul { 
   overflow: hidden; /* fixes bullets from bleeding into images floated to the left */
   padding-left: 20px;
 }

.nav_btn_large:hover {
   background-color:rgba(239, 247, 241, 0.85); 
}

.nav_img {
   margin: 0px 5px 5px 0px; 
   width: 100px; 
   height: 100px; 
   float:left;
   display:inline-block;
}
.nav_img img{ 
   width: 100px; 
}
.nav_go {
   /*position: absolute; 
   bottom: 0.3em; 
   right: 0.3em;
   display:inline-block;*/
   text-align:right;
}

/* SPECIFIC SECTION OVERRIDES */

.dnnFormHelp span, .UDT_Caption .SubHead {padding-right:1.4em; color:#006732; font-weight:bold;}
a.dnnFormHelp, .dnnForm .dnnFormItem a.dnnFormHelp, .dnnTooltip label a.dnnFormHelp {display:inline;}

.offer {
   width:270px;
   border-right: 1px solid #DFE2E1;
   display:inline-block;
   margin-right:20px;
   vertical-align: top;
   padding-right:15px;
}

.landingText {
   font-size:18px;
   line-height: 1.5;
}

.imgBlog {
    padding:5px;
    margin:0px 10px 10px 10px;
    border:1px solid silver;
}

.medium.mint_button {
    color: white;
    font-size: 16px;
}

.testimonials {
    clear:both;
}

.featureTable {
    font-size: 1.0em;
    line-height: 90%;
}

.featureTableHeader {
    /* background-color: #f0f7f2; */
    height:45px;
    vertical-align:bottom;
}

.featureTable .featureSectionHeader {
    background-color: #f0f7f2;
    border:1px solid gray;
    height:30px;
}

.featureTable .featureSectionHeader td {
    border:1px solid gray;
}

.featureLabel {
    padding-left:15px;
}
.featureTable td {
    padding-top:5px;
}

.featureRow {
    border-bottom: dotted thin silver;
}

.featureImgCell {
    vertical-align:middle;
    text-align:center;
}
.featureImg {
    height:20px;
    width:20px;
    text-align: center; 
    vertical-align: middle;
    text-indent: -9999px;
    margin: auto;
}
.featureIncluded{
    background: url("/Portals/Metals/images/feature_check.png") no-repeat scroll 0 0 transparent;
    background-size:20px 20px;
}
.featureNotIncluded{
    background: url("/Portals/Metals/images/feature_no.png") no-repeat scroll 0 0 transparent;
    background-size:20px 20px;
}
/* Special Offer Box */

.DnnModule-1437 h3 {
    font-size: 2.0em;
    line-height: 1;
}

#letter {
    font-family:"Times New Roman";
}

.embedVideo {
    border: 4px solid silver;
    padding:1px;
    margin:0px 10px 10px 0px;
    width:300px;
    float: left;
}

/ * ******************* MODULE OVERRIDES ********************* */
/* Form and List Overrides */

.requiredLabel span {
    color:red;
}
.UDT_Buttons .Normal { 
    display:none;
}

.UDT_Buttons .UDT_Default { 
    background: url("/Portals/Metals/images/next_button.png") no-repeat scroll 0 0 transparent;
    width: 260px;
    height: 72px;
    display:block;
    color:transparent;
    margin-top:15px;
}

.UDT_Buttons a.UDT_Default:link {
    font-size:0px;
}
.UDT_Buttons .UDT_Cancel {
    background: none;
    display: none;
    height: 0px;
    margin-top: 0px;
    width: 0px;
}

.UDT_Buttons a.UDT_Cancel:link {
    font-size:0px;
}

.UDT_Caption .SubHead {
    font-size:1.2em;
}

.UDT_Input {
    margin-bottom:8px;
}

.UDT_Input .NormalTextBox {
    font-size:1.2em;
}

/* ------------ Blog ----------------- */

DnnModule-Blog h1 {
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #AAA;
}

/* --------------- REPORTS --------------------------*/
.DNN_Reports_Grid_AlternatingRow { background-color:#e6e6e6;}



























