@charset "utf-8";
/* CSS Document */

/* reset styles */
* { padding:0; margin:0; }
body { font-size:62.5%; }
fieldset { padding:10px; }
textarea { font-family: Arial, Helvetica, sans-serif; }
a { outline: none; text-decoration:underline; color:#333; }
a img, img { border:none; }
p { padding:5px 0; }
body {
    background-color:#FFF;
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#333;
}
td { vertical-align:top; }

/* LAYOUT AND POSITIONING */
#wrapper_outer {
    width:982px;
    margin:0 auto;
}
    #shadow_left, #shadow_right { 
        width:41px; 
        height:692px; 
        float:left; 
        background-repeat:no-repeat; 
    }
    #shadow_left    {    background-image:url(../images/shadow_left.jpg); }
    #shadow_right    {    background-image:url(../images/shadow_right.jpg); }
    #wrapper_inner {
        width:900px;
        float:left;
    }
        #header {
            width:900px;
            height:110px;
            position:relative;
        }
            #logo { margin:14px 0 0 42px; }
            #search_panel {
                background:#EBEBEB url(../images/search_panel_corner.gif) no-repeat top left;
                width:250px;
                height:82px;
                position:absolute;
                right:8px;
                top:6px;
                padding:8px 15px;
            }
        #sub_header {
            height:26px;
            clear:both;
        }
        #left_panel {
            width:150px;
            float:left;
            padding:7px;
        }
        #right_panel {
            float:left;
            width:232px;
            padding:42px 6px 6px 0px;
        }
            #right_panel .pic { margin:0; }
        #content {
            float:left;
            min-height: 500px;
            height: auto !important;
            height: 500px;
            padding:7px;
            font-size:12px;
        }
        #content.home_page    {    width:886px; font-size:11px; }
        #content.text_page    {    width:702px; padding:7px 7px 7px 27px; }
        #content.pic_page    {    width:450px; padding:7px 20px 7px 27px; }
        #footer {
            clear:both;
            padding:5px 8px 0;
            height:30px;
        }
                #footer.extra { margin-bottom: 110px; }

/* FORMATTING AND ELEMENTS */
#nznf {
    padding:10px 17px;
    border-bottom:1px solid #F5F5F5;
}
.pic {
    border:1px solid #CCCCCC;
    padding:10px;
    background-color:#FFF;
}
.pic.left  { margin:3px 18px 10px 0; }
.pic.right { margin:3px 0 10px 18px; }
#content.text_page p { 
    line-height:16px;
    padding:7px 0 10px 0;
}
h1, #adv_search h2 {
    font-size:20px;
    font-weight:normal;
    color:#666;
    padding:5px 0;
}
h2 {
    font-size:14px;
    color:#666;
    font-weight:bold;
    padding:10px 0 7px 0;
}
h3 {
    font-size:12px;
    color:#666;
    font-weight:bold;
    padding:10px 0 7px 0;
}
#content ul {    list-style-type:disc;    }
    #content li {    margin:5px 0 5px 20px; }
#content ul.list {
    list-style-type:none;
    margin:5px 10px 10px 0px;
}
    #content ul.list li {
        background:transparent url(../images/bullet1.gif) no-repeat 0 5px;
        padding:0 0 0 15px;
        line-height:16px;
        margin:5px 0 5px 15px;
    }
.change_meal {
    background:transparent url(../images/salad.jpg) no-repeat 537px 60px;
}
    .change_meal dt {
        width:370px !important;
    }
.scroller {
    height:105px;
    width:488px;
    overflow:auto;
}

/* navigation */
#nav { margin-bottom:10px; }
#nav, #nav ul { list-style-type:none; }
#nav a:hover { color:#FFAE1E !important; }
    /* First Level */
    #nav li a {
        display:block;
        border-bottom:1px solid #F5F5F5;
        text-decoration:none;
        font-size:17px;
        color:#666;
        padding:4px 5px;
    }
    
    #nav li.sel a {
        color: #102454;
    }
    #nav li ul {
        display: none;
    }
    #nav li.sel ul {
        display: block;
    }
    
    /* Second Level */
    #nav li ul li a, #nav li ul li a, #nav li.sel ul li a {
        font-size:12px;
        font-weight:bold;
        padding:4px 5px 4px 17px;
        background:transparent url(../images/bullet_menu_left.gif) no-repeat 5px 6px;
        border:none;
        color:#666 ;
    }
    
    #nav li ul li.sel a {
        background:#182C59 url(../images/bullet_menu_left_blue.gif) no-repeat 5px 6px;
        color:#FFF;
    }
    
    #nav li ul li ul, #nav li.sel ul li ul {
        display:none;
    }
    
    #nav li ul li.sel ul {
        display:block;
    }
    
    /* Third Level */
    #nav li ul li ul li a, #nav li ul li.sel li a {
        font-size:11px;
        font-weight:normal;
        padding:4px 5px 4px 29px;
        background:transparent url(../images/bullet_menu_left_small.gif) no-repeat 17px 6px;
        border:none;
        color:#666;
    }
    
    #nav li ul li ul li.sel > a {
        background:#182C59 url(../images/bullet_menu_left_small_blue.gif) no-repeat 17px 6px;
        color:#FFF;
    }
    
    /* Fourth Level */
    #nav li ul li ul li ul {
        padding-left:15px !important;
    }
    
    /* Override */
    #nav li.override > a {
        background-color: transparent !important;
        color: #666 !important;
    }
    #nav li ul li ul li.override > a { background:transparent url(../images/bullet_menu_left.gif) no-repeat 17px 6px; }
    #nav li ul li.override > a { background:transparent url(../images/bullet_menu_left.gif) no-repeat 5px 6px; }
    #nav li.override > a { background:transparent; }
    
    .readmore {
        clear: both;
        font-weight:bold;
        color:#192D5B;
        float:right;
        text-decoration:underline;
    }
    
/* footer */
#footer, #footer a {
    color:#666;
    font-size:10px;
    text-decoration:none;
} 
#footer a:hover {    text-decoration:underline; }
#footer_nav     {    list-style-type:none; }
#footer_nav li     {    float:left; }
#footer_nav li a {    padding:0 4px; border-right:1px solid #666; }
#copyright         {    width:465px; float:right; text-align:right; }
    
/* search panel */
#search_panel, #search_panel a {
    color:#666;
}
    #search_panel h2 {
        font-size:12px;
        font-weight:bold;
        padding:0;
    }
    #search_panel .input, #blogCommentForm .input {
        width:182px;
        height:16px;
        padding:3px 2px;
        margin: 0 0 7px 0;
        border:1px solid #CCCCCC;
        background-image:url(../images/input_bg.jpg);
        background-repeat:repeat-x;
    }
    #search_panel .button {
        margin:0 0 -8px 0;
    }
    #search_panel .radio {
        margin:0 7px 0 0;
    }
    #search_panel label {
        margin:0 35px 0 0;
        line-height:10px;
    }
    #search_panel .advanced {
        text-align:right;
        padding-top:5px;
    }

/* home page navigation */
#home_nav {
    list-style-type:none;
    margin:0 2px;
    width:605px;
}
    #home_nav li {
        float:left;
    }
    #home_nav li a {
        display:block;
        height:26px;
        width:135px;
        background: transparent url(../images/home_menu.gif) no-repeat 0 0;
        margin:0 0 0 5px;
        font-size:18px;
        color:#666;
        text-align:center;
        text-decoration:none;
        line-height:24px;
    }
    #home_nav li a.long {
        background-image:url(../images/home_menu_long.gif);
        width:175px;
    }

/* mailing list */
#mailing_list {
    background-color:#F5F5F5;
    height:14px;
    width:260px;
    float:right;
    margin:0 8px 0 0;
    padding:6px 10px;
}
    #mailing_list img {    padding:0 7px 0 0; }

/* home page blocks */
#home1 {
    background:transparent url(../images/home_center.jpg) no-repeat 0 0;
    width:576px;
    height:256px;
    padding:0 10px;
}
    #home1 h2 {
        font-size:42px;
        line-height:46px;
        font-weight:normal;
        color:#666;
        width:260px;
        padding:7px 0 0 0;
    }
    #home1 p {
        width:230px;
    }
    #home1 .calendar {
        background:transparent url(../images/icon_calendar.gif) no-repeat 0 0;
        font-size:18px;
        width:170px;
        padding:0 0 0 50px;
        color:#666;
    }
    #home1 p { padding:7px 0; }
    #home1 a { color:#666; }

#home2 {
    background:transparent url(../images/meal_planner_home.jpg) no-repeat 0 0;
    width:261px;
    height:256px;
    padding:0 10px;
    margin:0 0 0 8px;
    color:#001649;
    position:relative;
}
    #home2 h2 {
        font-size:42px;
        line-height:46px;
        font-weight:normal;
        color:#001649;
        width:150px;
        padding:7px 0 0 0;
    }
    #home2 p {
        width:150px;
        padding:14px 0 0 0;
    }
    #home2 .start_here {
        display:block;
        width:134px;
        height:40px;
        position:absolute;
        bottom:15px;
        left:14px;
        text-decoration:none;
    }

#home3, #home4, #home5, #home_news {
    margin:7px 8px 7px 0;
    width:173px;
    padding:0 10px;
    min-height: 245px;
    height: auto !important;
    height: 260px !important;
}
#home3 h2, #home4 h2, #home5 h2, #home_news h2 {
        height:32px;
        border-bottom:3px solid #FFF;
        font-size:18px;
        font-weight:normal;
        color:#FFF;
        padding:0 10px;
        margin:0 -10px;
        line-height:32px;
}
#home4 li, #home5 li, #home_news li     {    margin:0;    }
#home3 img, #home5 p img     {    padding:0 0 0 7px; }

#home3 { background-color:#EEF5F9; }
    #home3 h2 { background:#146CAA url(../images/blue_corner.gif) no-repeat 0 0; }
    #home3 .blue_txt {    font-size:12px; margin:17px 0 0 0; }
    #home3 .input {
        width:56px;
        height:18px;
        border:1px solid #CCCCCC;
        text-align:right;
        padding:1px 2px;
    }
    #home3 .input.ft { width: 25px; }
    #home3 .input.pds { width: 40px; }
    #home3 label {
        margin:0 10px 0 5px;
        color:#666;
    }
    #home3 .button  {
        display:block;
        width:146px;
        margin:10px auto;
    }
    #home3 #metric-bmi a, #home3 #imperial-bmi a { color: #146CAA }
    #home3 #metric-bmi p, #home3 #imperial-bmi p { padding: 0px 0px 10px 0px; }
    
#home4 { background-color:#EFF7F1; }
    #home4 h2 { background:#18913C url(../images/green_corner.gif) no-repeat 0 0; }
    #home4 img {
        border:1px solid #CCCCCC;
        padding:4px 3px;
        background-color:#FFF;
        margin:5px 0;
    }
    #home4 p a {
        color:#18913C;
        font-weight:bold;
    }
    #home4 ul {
        list-style-type:none;
        margin:0 0 10px 0;
    }
        #home4 ul li {
            background:transparent url(../images/arrow_up_green.jpg) no-repeat 0 3px;
            padding:0 0 4px 13px;
        }
        #home4 ul li a {
            text-decoration:underline;
        }

#home5 { background-color:#FFF9EF; }
    #home5 h2 { background:#FFAF1E url(../images/yellow_corner.gif) no-repeat 0 0; }
    #home5 ul { list-style-type:none }
    #home5 ul li { padding:5px 0; }
    #home5 ul li img { padding:0 3px 0 0; }

#home_news { 
    background-color:#F2F3F6; 
    margin:7px 0 7px 1px;
    width:261px;
}
    #home_news h2 { background:#192D5B url(../images/navy_corner.gif) no-repeat 0 0; }
    #home_news ul {
        list-style-type:none;
        margin:0px;
    }
    #home_news a {
        text-decoration:none;
    }
    #home_news li {
        clear:both;
        padding:5px 0 5px 15px;
        background:transparent url(../images/arrow_up_navy.jpg) no-repeat 0 8px;
    }
    #home_news li.news_pic {
        padding:10px 0pt 15px;
        background:none;
    }
    #home_news li img {
        float:left;
        margin:0px 5px 0 0;
        border:1px solid #CCCCCC;
        padding:4px 3px;
        background-color:#FFF;
    }

#home3 h2 a, #home4 h2 a, #home5 h2 a, #home_news h2 a { color: white; text-decoration: none; }

/* table eMark */
.eMark {
    border-bottom:1px solid #CCC;
    border-right:1px solid #CCC;
}
.eMark td, .eMark th {
    padding:8px 13px;
    border-left:1px solid #CCC;
    border-top:1px solid #CCC;
}
.eMark th {
    text-align:left;
    font-weight:normal;
}
.eMark td {
}
.eMark .blue     { background-color:#C4DAEA; }
.eMark .green     { background-color:#C5E3CE; }
.eMark .yellow     { background-color:#FFEBC7; }

/* prettyform */
.prettyform {
    line-height:16px;
    padding:10px;
}
.prettyform .note {
    font-size:11px;
    line-height:14px;
    padding:0;
}
.prettyform h2 {
    font-size:20px;
    color:#666;
    font-weight:normal;
}
.prettyform .box {
    font-size:11px;
    padding:6px 8px 8px 8px;
    margin:5px 0;
    line-height:14px;
    clear:both;
}
    .prettyform dd {
        width:120px;
        padding:10px 20px 10px 0;
        float:left;
        text-align:right;
        clear:both;
    }
        .prettyform dd label {
            font-weight:bold;
        }
        .prettyform dd label .note {
            font-weight:normal;
            font-size:10px;
        }
    .prettyform dt {
        padding:10px 0;
        width:280px;
        float:left;
    }
        .prettyform p.description {
            padding:0 !important;
        }
        .prettyform .radio {
            margin-right:5px !important;
        }
        .prettyform .input {
            width:180px;
            border:1px solid #CCCCCC;
            height:14px;
            padding:3px;
            background-image:url(../images/input_bg.jpg);
            background-repeat:repeat-x;
        }
        .prettyform textarea.input {
            height:auto;
        }
        .prettyform select {
            height:21px !important;
            padding:0 !important;
            width:190px !important;
        }
        .prettyform .input.short {
            width:90px !important;
        }
        .prettyform .input.extrashort {
            width:50px !important;
        }
        .prettyform .input.long {
            width:300px !important;
        }
        .prettyform .multi {
            margin:5px 0;
        }
        .prettyform .button {
            float:right;
        }
        .prettyform .button.inline {
            float:none;
            margin:-9px 0 -11px 0;
        }
        .prettyform .button.back {
            float:left;
        }
        .prettyform .grey_button {
            background:#F2F2F2 url(../images/btn_grey_bg.gif) repeat-x 0 bottom;
            border:1px solid #DFDFDF;
            padding:1px 5px;
        }
.prettyform.wide dt {
    width:400px;
    padding:5px 0;
}
.prettyform.wide dd {
    width:110px;
    padding:5px 5px 5px 0;
    font-size:12px;
}
.prettyform.narrow {
    padding:0;
}
    .prettyform.narrow dt {
        width:215px;
        padding:5px 0;
    }
    .prettyform.narrow dd {
        width:145px;
        padding:5px 20px 5px 0;
    }
    .prettyform.narrow .input {
        width:205px !important;
    }
    .prettyform.narrow .input.short {
        width:50px !important;
    }
    .prettyform.narrow .input.longer {
        width:75px !important;
    }
    .prettyform.narrow .input.shortest {
        width:25px !important;
    }
    div.prettyform .errors { list-style-type:none !important; }
    div.prettyform .errors li { margin:0 !important; padding:0 !important; color:#CC0000; }
    
    div.prettyform dt label { display:block; padding:10px 0 5px 0; }
    
.searchform dd, .searchform dt {
    padding:2px 10px 2px 0;
}

/* colour panels */
.green_panel    { background-color:#D5EBDC; }
    .green_panel.padded        { padding:5px 10px; }
    .green_panel h2 span     { color:#18913C; }
    .green_panel .box         { background-color:#B9DEC4; color:#18913C; float:left; width: 110px; position:absolute; top:525px }
    .green_panel .button     { clear:both; }

.blue_panel        { background-color:#D5E4F0; }
    .blue_panel h2 span     { color:#146CAA; }

.yellow_panel    { background-color:#FFF1D6; }
    .yellow_panel h2 span     { color:#FFAF1E; }

.grey_panel {
    background-color:#F0F0F0;
    padding:5px 20px;
    margin:10px 0;
}
    .grey_panel .prettyform { padding:0; }
    .grey_panel .prettyform label { padding:2px 10px 2px 20px; }

/* advanced search */
#adv_search {
    background-color:#EBEBEB;
    padding:0 20px 10px;
    margin:0 0 10px 0;
    clear:both;
}
    #adv_search .prettyform {
        padding:0;
    }
    #adv_search .prettyform dd {
        width:160px;
    }
    #adv_search .prettyform dt {
        width:340px;
    }
    #adv_search .prettyform select.input {
        width:230px !important;
    }

/* search results */
.search_criteria {
    background-color:#EBEBEB;
    padding:5px 10px;
    margin:0 0 2px 0;
}
.search_table {
    border-right:1px solid #DBDBDB;
    border-bottom:1px solid #DBDBDB;
    margin:0 0 10px;
}
    .search_table th {
        background-color:#666;
        color:#FFF;
        text-align:center;
        font-weight:normal;
        font-size:12px;
        border-left:1px solid #FFF;
        border-bottom:2px solid #FFF;
        padding:5px 10px;
    }
    .search_table td {
        border-left:1px solid #DBDBDB;
        border-top:1px solid #DBDBDB;
        padding:8px 10px;
    }
    .search_table .icon {
        float:right;
    }
    .search_table a {
        color:#146CAA;
    }

/* frame with shadow */
.frame {
    background:transparent url(../images/frame_body.jpg) repeat-y 0 0;
    width:474px;
    margin-left:-5px;
    line-height:16px;
}
    .frame_top {
        background:transparent url(../images/frame_top.jpg) no-repeat 0 0;
        height:17px;
    }
    .frame_bottom {
        background:transparent url(../images/frame_bottom.jpg) no-repeat 0 0;
        height:15px;
    }
    .frame p {
        padding:5px 23px 5px 15px;
    }
    .frame h3 {
        font-size:12px; 
        font-weight:bold;
        margin:15px 16px 3px 8px;
        padding:5px 7px;
    }
    .frame .no_top_margin     { margin-top:0; }
    .frame h3.blue         { background-color:#D5E4F0; color:#146CAA; }
    .frame h3.green     { background-color:#D5EBDC; color:#18913C; }
    .frame h3.yellow    { background-color:#FFF1D6; color:#FFAF1E; }
    .frame h3.navy         { background-color:#D1D5DE; color:#001649; }
    .frame h3.grey         { background-color:#EBEBEB; color:#181512; }
    .frame .btn_meal_plan {
        padding:10px 0 2px 8px;
    }

/* meal planner toolbar */
#mp_toolbar {
    background:transparent url(../images/meal_plan_tool_bg.gif) repeat-x 0 0;
    height:28px;
}
    #mp_toolbar ul {
        list-style-type:none;
    }
    #mp_toolbar ul li {
        float:left;
        margin:0;
        padding:0;
    }
    #mp_toolbar ul li a {
        display:block;
        text-decoration:none;
        color:#181512;
        border-right:1px solid #5493BE;
        line-height:20px;
        padding:0 10px;
        margin:4px 0 3px 0;
        font-size:11px
    }
    #mp_toolbar ul li:last-child a { border: none; }
    #save_mp     {    background:transparent url(../images/icon_save.jpg) no-repeat 10px 6px; }
    #save_mp a     {    padding-left:33px !important; }
    #print_mp     {    background:transparent url(../images/icon_printer.jpg) no-repeat 10px 4px; } 
    #print_mp a {    padding-left:40px !important; }
    .mp_toolbar_btn { padding:1px 6px; }
    #mp_toolbar a .btn {
        padding:1px 5px;
        border:1px solid #146CAA;
        color:#FFF;
        background:transparent url(../images/btn_mp_tolbar_active.gif) repeat-x 0 0;
    }
    #mp_toolbar a .inactive { 
        background-image:url(../images/btn_mp_tolbar_inactive.gif) !important; 
        border-color:#82AFCE !important;
    }
    
/* meal planner tabs */
#tabs {
    margin-bottom:-8px;
    padding:7px 0 0 10px;
}
    #tabs ul {
        list-style-type:none;
    }
    #tabs li {
        float:right;
        margin:0;
        border-bottom:1px solid #DBDBDB;
    }
    #tabs li a {
        display:block;
        margin:0 0 0 1px;
        height:17px;
        width:80px;
        background:transparent url(../images/tab_grey.gif) no-repeat right 0;
        text-align:center;
        font-size:11px;
        text-decoration:none;
        line-height:17px;
    }
    #tabs li.light a {
        background:transparent url(../images/tab_light_grey.gif) no-repeat right 0;
    }

/* meal planner headings */
.mp_heading {
    background-color:#DBDBDB;
    height:22px;
    line-height:22px;
    text-transform:uppercase;
    font-size:13px;
    padding:0 10px;
    margin:10px 0 1px 0;
    position:relative;
}
    .mp_heading a.toggle {
        position:absolute;
        right:10px;
        height:19px;
        font-size:11px;
        text-transform:lowercase;
        line-height:20px;
        background:transparent url(../images/arrow_down_grey.gif) no-repeat right 9px;
        padding:0 20px 0 0;
    }
    .mp_heading.expanded a.toggle {
        background:transparent url(../images/arrow_up_grey.gif) no-repeat right 9px;
    }
    .mp_heading img {
        padding:5px 5px 0 0;
    }
    .toggle {
        float: right;
        cursor: pointer;
    }
/* meal planner table */
.mp_table {
    border-left:1px solid #EDEDED;
    border-bottom:1px solid #EDEDED;
}
.mp_table.sub {
    border-bottom:none;
}
.mp_table td {
    padding:4px 10px;
    border-right:1px solid #EDEDED;
}
.mp_table tr.odd td {
    background-color:#F3F3F3;
}
.mp_table .sub1 td {
    font-weight:bold;
}
.mp_table th {
    padding:4px 3px;
    background-color:#666666;
    color:#FFF;
    font-weight:normal;
    text-transform:uppercase;
}
.mp_table th.table_footer {
    text-transform:lowercase;
    text-align:right;
    padding:3px 30px 5px 30px;
    font-size:11px;
}
.mp_table th.table_footer a {
    color:#FFF;
}
.mp_table .black, .mp_table .green, .mp_table .blue, .mp_table .yellow, .mp_table .navy, .mp_table .light_grey     {    
    border-left:1px solid #FFF; 
}
.mp_table .black         { background-color:#000; }
.mp_table .green         { background-color:#18913C; }
.mp_table .blue         { background-color:#146CAA; }
.mp_table .yellow         { background-color:#FFAF1E; }
.mp_table .navy         { background-color:#001649; }
.mp_table .light_grey    { background-color:#CCC; }

.mp_table.meal_sel {
    border-right:1px solid #EDEDED;
    margin-bottom:10px;
}
    .mp_table.meal_sel td {
        border:none;
        border-bottom:1px solid #EDEDED;
    }
.link_btn {
    display:block;
    width:70px;
    background-color:#666;
    color:#FFF;
    font-size:11px;
    text-align:center;
    text-decoration:none;
    margin:0 auto;
    padding:0 3px 1px 3px;
}

/* meal plan tally */
#mp_tally, #mp_tally_small {
    display:block;
    width:100%;
    height:120px;
    background-color:#DBDBDB;
    border-top:3px solid #999999;
    z-index:100;
    padding:2px 0 0 0;
}
body > #mp_tally, body > #mp_tally_small {
    position:fixed;
    bottom:0;
}
#mp_tally_wrapper {
    margin:0 auto;
    width:880px;
}
#mp_tally .buttons {
    cursor:pointer;
    width:150px;
    float:left;
}
#mp_tally .buttons img {
    padding:0 0 3px 0;
}
#mp_tally .sums {
    width:700px;
    float:left;
    margin:0 0 0 20px;
}

.total_table {
    width: 100%;
    border-collapse: collapse;
}

.total_table td, .total_table th {
    padding:4px 5px;
}
    .total_table td {
        background-color:#8BC89D;
        font-size:13px;
        border-bottom:1px solid #DBDBDB;
    }
    .total_table th {
        background-color:#51AC6C;
        border-bottom:1px solid #DBDBDB;
        border-left:1px solid #DBDBDB;
        font-weight:bold;
    }
    
    .total_table.blue td { background-color:#7DA9CE; }
    .total_table.blue th { background-color:#5290BF; }
    
    .total_table.yellow td { background-color:#FACF81; }
    .total_table.yellow th { background-color:#F9BD45; }

.tally_table {
    border-bottom:1px solid #18913C;
    border-right:1px solid #18913C;
    width: 100%;
    border-collapse: collapse;
}    
    .tally_table td, .tally_table th {
        padding:3px 5px;
        background-color:#FFF;
        border-top:1px solid #18913C;
        border-left:1px solid #18913C;
    }
    .tally_table th { 
        font-weight:normal; 
        text-align:left;
    }
    .tally_table td { 
        text-align:center;
    }
    .tally_table .headings td, .tally_table .headings th {
        background-color:#18913C;
        color:#FFF;
        text-align:center;
    }
    
    .tally_table.blue { border-bottom:1px solid #5290BF; border-right:1px solid #5290BF; }
    .tally_table.blue td, .tally_table.blue th { border-top:1px solid #5290BF; border-left:1px solid #5290BF; }
    .tally_table.blue .headings td, .tally_table.blue .headings th { background-color:#5290BF; }
    
    .tally_table.yellow { border-bottom:1px solid #F9BD45; border-right:1px solid #F9BD45; }
    .tally_table.yellow td, .tally_table.yellow th { border-top:1px solid #F9BD45; border-left:1px solid #F9BD45; }
    .tally_table.yellow .headings td, .tally_table.yellow .headings th { background-color:#F9BD45; }
    
    .tally_table .headings th     {    
        text-align:left;
        font-weight:bold;
    }
#mp_tally_small {
    display:hidden;
    height:15px;
}
    #mp_tally .toggle_display, #mp_tally_small .toggle_display {
        display:block;
        margin:0 auto 3px auto;
        width:250px;
        text-align:center;
        font-size:10px;
        font-weight:bold;
        text-decoration:none;
    }
    .toggle_display {
        cursor:pointer;
    }

/* food groups table */
#mp_fg_table {
    margin:10px 0;
}
    #mp_fg_table .main_heading th, #mp_fg_table .main_heading td {
        color:#FFF;
        padding:4px 10px;
        font-weight:normal;
        font-size:13px;
        border-right:1px solid #FFF;
        border-bottom:4px solid #FFF;
    } 
        #mp_fg_table .main_heading th {
            background-color:#666;
            text-align:left;
            text-transform:uppercase;
        }
        #mp_fg_table .main_heading td {
            background-color:#828282;
            text-align:center;
        }
    #mp_fg_table .sub1 th, #mp_fg_table .sub1 td, #mp_fg_table .sub2 th, #mp_fg_table .sub1 td {
        padding:4px 10px;
        font-size:12px;
    }
    #mp_fg_table .sub1 th, #mp_fg_table .sub1 td {
        color:#FFF;
        border-bottom:1px solid #FFF;
    }
        #mp_fg_table .sub1 th {
            background-color:#146CAA;
            text-transform:uppercase;
            text-align:left;
            border-right:1px solid #FFF;
        }
        #mp_fg_table .sub1 td { 
            background-color:#C4DAEA; 
        }
    #mp_fg_table .sub2 th {
        background-color:#EBEBEB;
        color:#666;
        font-weight:bold;
        text-align:left;
    }
    #mp_fg_table td {
        padding:3px 10px;
        font-size:12px;
    }

/* pagination */
.pagination {
    margin:10px 0;
    text-align:right;
}
    .pagination a {
        padding:0 5px;
    }
    .pagination a.current {
        text-decoration:none;
    }

/* layout for picture on the right, e.g. as in a product details page */
.right_pic {
    float:right;
    width:280px;
    text-align:right;
}
.content_details {
    float:left;
    width:400px;
}

/* product details */
.right_pic img {
    margin-bottom:10px;
}
.right_pic a.enlarge {
    background:transparent url(../images/icon_zoom.gif) 0 2px no-repeat;
    padding:0 0 3px 20px;
}

.product_table th, .product_table td {
    padding:4px 10px;
    vertical-align:top;
}
.product_table th {
    background-color:#EBEBEB;
    color:#333;
    text-align:right;
    border-bottom:1px solid #FFF;
}

/* layout for seach page */
#search-results form {
    font-weight: bold;
    vertical-align: middle;
}

#search-results input[type=text] {
    background-image: url(../images/input_bg.jpg);
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    height: 16px;
    width: 182px;
    margin: 0px 0px 0px 7px;
    padding: 3px 2px;
    vertical-align: middle;
}
#search-results input[type=submit] {
    background-color: transparent;
    text-indent: -9999px;
    font-size: 0px;
    padding-top: 10px;
    border: 0px;
    background-image:url(/asset/images/btn_search_big_white.jpg);
    background-repeat: no-repeat;
    height: 35px;
    width: 79px;
    vertical-align: middle;
}
#search-results div { 
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 5px 0px;
    color: #333333;
    background-color: #EBEBEB;
}
#search-results ul.search { list-style-type: none !important; }
    #search-results ul.search li {
        background: transparent url(../images/arrow_up_navy.jpg) no-repeat scroll 0 8px;
        clear: both;
        padding: 5px 0 5px 15px;
    }
        #search-results ul.search li a {
            color: #146CAA;
        }

#product-gallery ul {
    list-style: none;
}

blockquote { margin-left: 20px; }

#tip { display: none; }
#print_header { display: none; }

/* blog & news */

.pageComments .pageComment {
    padding: 5px;
    border-top: 1px solid #cccccc;
}
                
.pageComments .pageComment p {
    padding-left: 5px;
}
                
.pageComments .pageComment .comment_date {
	color: #666666;
}

.blog-item, #articlelist .article {
	background: #EBEBEB;
	margin: 10px 0px;
}

.blogTitle, .blogContent, .blogImage, .article h2 {
	padding: 0px 10px;
}

.article h2, .article .date, #articlelist .article p {
    padding: 5px 10px;
}

.blogFooter {
	padding: 5px 10px;
}

.blog-item h2 a {
	text-decoration: none;
}

        .blog-item .blogDate
        {
            font-size: 0.9em;
            text-transform: uppercase;
            float: right;
            padding: 0px;
            font-weight: bold;
            position: relative;
            top: -19px;
        }

        .blog-item .blogFooter
        {
            clear: both;
            font-size: .8em;
            background: #CCCCCC;
        }
        
        #articlelist .article .readmore {
            background: #CCCCCC;
        }

#blogCommentForm .input, #blogCommentForm #submit {
    margin-bottom: 8px;
}

#blogCommentForm textarea.input {
    height: 64px;
}

#recentPosts .recentPost {
    clear: both;
}

#recentPosts .recentPost .recentPost-image {
    width: 80px;
    margin: 10px 0px;
    float: left;
}

#recentPosts .recentPost .recentPost-content {
    float: left;
    width: 170px;
    padding-left: 10px;
    margin: 10px 0px;
}

.blogContent img {
    padding: 10px;
    margin: 5px;
    border: 1px solid #CCCCCC;
    background-color: #FFF;
    clear: right;
}
 
.scalable, .zend_form button {
    width: auto;
    margin: 2px 0px 2px 4px;
    border: 1px solid #ccc;
    background: #efefef url('/assets/clients/images/form/button_grey_bg.jpg') repeat-x 0 100%;
    padding: 1px 8px;
    color: #666;
    font: bold 12px Arial, Helvetica, sans-serif;
    overflow: visible;
    cursor: pointer;
    white-space: nowrap;
    text-transform: capitalize;
}

        .paginationControl {
            font-size: 0.8em;
            padding: 10px 0px;
        }

/* pre-defined */
.hide        {    display:none; }
.float        {    float:left; }
.float_right{    float:right; }
.clear        {    clear:both; }
.center     {    text-align: center; }
.bold         {    font-weight:bold; }
.blue_txt    {    color:#146CAA; }
.green_txt    {    color:#18913C; }
.no_border    {    border:none !important;    }
.no_margin    {    margin:0px;    }
.onlyprint        {    display:none; }

/* Clearfix */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END: Clearfix */