/************************************************************************
 Global style sheet for Nutritionbite.com
 Jeff Chew
 ***********************************************************************/
/* standard subhead text bolded */
 
.subbold16 {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 15.5px;
    font-weight: bold;
    color: #526e9a;
}

.subbold15 {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 15px;
    line-height: 15.5px;
    font-weight: bold;
    color: #526e9a;
}

.subboldred {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 16px;
    line-height: 15.5px;
    font-weight: bold;
    color: #526e9a;
}

/* standard body text */
.bullettext {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 15.5px;
    color: #FFFFFF;
    
}
.bodytext10 {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 10px;
    line-height: 15.5px;
    color: #526e9a;
    
}
.bodytext {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 15.5px;
    color: #526e9a;
}

td {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 15.5px;
    color: #526e9a;
}

.bodytextsmall {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #526e9a;
}
/* standard body text bolded*/
.bodytextBold {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 15.5px;
    font-weight: bold;
    color: #526e9a;
}
/* standard body text bolded*/
.bodytextBold {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    line-height: 15.5px;
    font-weight: bold;
    color: #526e9a;
}

.searchhilite {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    color: #000000;
    background-color: #ffff66;
}

/* title text for admin section titles */
.titletext {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.titleTextBite {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #526e9a;
}

/* standard footer text */
.footertext {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 8.5px;
    line-height: 10px;
    color: #666666;
}

/* font style for form elements */
.formtext {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    color: #000000;
}

/* bold font for inside curved box */
.darkredtextBold {
    font-family: Verdana, Helvetica, Sans-sarif;
    font-size: 12px;
    font-weight: bold;
    color: #526e9a;
}

/* bold red font for article title */
.redtextBold15 {
    font-family: Verdana, Helvetica, Sans-sarif;
    font-size: 15px;
    font-weight: bold;
    color: #526e9a;
    
}

/* bold red font for article title */
.redtextBold {
    font-family: Verdana, Helvetica, Sans-sarif;
    font-size: 12px;
    font-weight: bold;
    color: #526e9a;
}
                                                                 
/* red font non bolded */
.redtext {
    font-family: Verdana, Helvetica, Sans-sarif;
    font-size: 12px;
    color: #526e9a;
}

/* green font  */
.greentext {
    font-family: Verdana, Helvetica, Sans-sarif;
    font-size: 12px;
    color: #1ED500;
}

/* white font bolded title text */
.whitetextBold {
    font-family: Verdana, Helvetica, Sans-sarif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

/* titleTextTimes*/
.titleTextTimes {
    font-family: Times, Serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #526e9a;
}

/******************
 standard URL link
 ******************/

A.bodytextLink, A.bodytextLink:visited, A.bodytextLink:active {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #1ED500;
    text-decoration: none;
}

A.bodytextLink:hover, A.bodytextLink:visited:hover {
    font-family: Verdana, Helvetica, Sans-serif;
    /*font-size: 12px;*/
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
A.footerTextLink, A.footerTextLink:visited, A.footerTextLink:active {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

A.footerTextLink:hover, A.footerTextLink:visited:hover {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #1ED500;
    text-decoration: none;
}

/*******************************
 standard URL link w/ Underline
 ******************************/
/*
A, A:visited, A:active {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #C40303;
    text-decoration: underline;
}

A:hover, A:visited:hover {
    font-family: Verdana, Helvetica, Sans-serif;
   font-size: 12px;
    font-weight: bold;
    color: #B4A180;
    text-decoration: underline;
}
*/
A.bodytextLinkUnderline, A.bodytextLinkUnderline:visited, A.bodytextLinkUnderline:active {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #68a21b;
    text-decoration: underline;
}

A.bodytextLinkUnderline:hover, A.bodytextLinkUnderline:visited:hover {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #99cc66;
    text-decoration: underline;
}

/************************
 Article Links URL link
 ***********************/

/* Link for Header */
A.articleHeaderLink, A.articleHeaderLink:visited, A.articleHeaderLink:active {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #526e9a;
    text-decoration: underline;
}

A.articleHeaderLink:hover, A.articleHeaderLink:visited:hover {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

/*****************************************
 white text URL link for subscriber table
 *****************************************/

A.whitetextLink, A.whitetextLink:visited, A.whitetextLink:active {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

A.whitetextLink:hover, A.whitetextLink:visited:hover {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.bodyChallengeLogo a{
	border: none;
}
.bodyChallengeLogo a:hover{
	border: none;
}