@charset "UTF-8";
/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */

/* Tags */
html {
    /* This little hack sets the font size relative to pixel widths
     * 10px = 1.0em instead of 16px = 1.0em
     */
    font-size: 62.5%;
    background-color: #FFFFFF;
}

::selection {
    color: black;
    background-color: #CDE7BB;
}

::-moz-selection {
    color: black;
    background-color: #CDE7BB;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
    color: #333333;
}

form {
    margin:0px;
}

fieldset {
    margin: 0.5em 0;
    border: 1px solid #6A963A;
}

legend {
    font-weight: bold;
}

h1 {
    font-size: 2.2em;
    font-weight: normal;
}

h2 {
    font-size: 2.0em;
    font-weight: normal;
    padding: 0.4em 0.5em 0.2em 0em;
}

h3 {
    font-size: 1.8em;
    line-height: 2.0em;
    color: #6A963A;
    margin: 0.5em 0;
}

h4 {
    color: #6A963A;
    font-size: 1.6em;
    font-weight: normal;
    margin: 0 10px 15px 0;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.2em;
    margin: 0.5em;
}

img {
    border: 0pt none;
}

a {
    color: #575757;
    cursor:pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* file type anchor enhancements (non-IE) */
a[href$="pdf"],
a[href$="doc"],
a[href$="ppt"],
a[href$="xls"]{
    padding-right: 22px;
}

a[href$="pdf"] {
    background: transparent url('/images/mintel-base/file_type_icon/file_type_pdf.gif') no-repeat scroll right center;
}

a[href$="doc"] {
    background: transparent url('/images/mintel-base/file_type_icon/file_type_rtf.jpg') no-repeat scroll right center;
}

a[href$="ppt"] {
    background: transparent url('/images/mintel-base/file_type_icon/file_type_ppt.jpg') no-repeat scroll right center;
}

a[href$="xls"] {
    background: transparent url('/images/mintel-base/file_type_icon/file_type_xls.jpg') no-repeat scroll right center;
}

table {
    width: 100%;
}

p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 1.0em;
}

li {
    font-size:1em;
    margin: 0;
    margin-bottom:0.05em;
    margin-top:0.05em;
    margin-left:0em;
    padding:0;
    padding-bottom:0.2em;
}

ul {
    margin: 0;
    padding: 0 2em;
    list-style-image:url(/images/bullet.gif);
}

area {
    cursor: pointer;
}

checkbox{
    float: left;
    width:2em;
}

button {
    margin: 0;
    padding: 0.2em;
    white-space: nowrap;
}

.clickable {
    cursor: pointer;
    cursor: hand;
}
/* Styles for basic site layout */

div#main_content {}

/* Single style for putting a loading image as the background for a container */
.loading {
    background-image: url('/images/ajax-loading-balls.gif') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #FFFFFF;
}

table.body_table {
    background-color: #CCCCCC;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table.body_table tr {
    padding: 0.2em 0;
}

table.body_table td.base-column {
    vertical-align: top;
    padding: 0.4em 0;
}

.padder {
    margin-left: 0.4em !important;
    margin-right: 0.4em !important;
}

/* Styles for success/failure status messages */
div.status {
    margin-top: 1em;
    padding: 1em;
    text-align: left;
    font-weight: bold;
    
    border-width: 1px;
    border-style: solid;
    
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    background-image: none;
    background-color: #FFFFFF;
    
    color: #000000;
    
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    
}

div.status ul {
    list-style-image: none;
    margin-left: 2em;
}

div.status ul li {
    padding-left: 1em;
}

div.problem {
    background-color: #FFF6BF;
    border-color: #FFD324;
}

div.problem.heading-msg {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    color: black;
    text-align: center;
    font-weight: normal;
}

div.ok {
    background-color: #E0ECFF;
    border-color: #A5C9FF;
    color: #113355;
}

ul.unstyled {
    margin: 0;
    padding: 0;
}

ul.unstyled li {
    list-style: none;
    list-style-image: none;
}

.highlighted {
    font-size: 1.2em;
    font-weight: bold;
    background-color: #FFFFCC;
}

/* Page structure */
#minwidth {
    width:100%;
}

#container {
    float:right;
    width:100%;
    display:inline;
    margin-left:-307px;
    padding: 0px;
}

.base-column .leftcolumnHeader {
    line-height: 9px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: url(/images/corners/white_on_grey_circle.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
}

.base-column .leftcolumnHeader div {
    width: 9px;
    height: 9px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url(/images/corners/white_on_grey_circle.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
}

.base-column .leftcolumnFooter {
    line-height: 9px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: url(/images/corners/white_on_grey_circle.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom right;
}

.base-column .leftcolumnFooter div {
    height: 9px;
    width: 9px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: url(/images/corners/white_on_grey_circle.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom left;
} 

#middlecolumn {
    background-color: #DEE5D8;
    padding: 1em;
    padding-top: 0.5em;
    
    /* These values will set a minimum height in the browser.
       They are meant to be adjusted by the setFooterPosition function in base.js
       
       includes IE6 hack for min height
    */
    min-height: 850px;
    height: auto !important;
    height: 850px;
}

.middlecolumnHeader {
    height: 28px;
    overflow-x: hidden;
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(/images/dash_headerbg.gif);
    margin: 6px 0 0px 0px;
    color:#6a963a;
    font-weight: normal;
    font-size:1.1em;
}

.middlecolumnHeader p {
    margin: -10px 0 0 5px;
}

#print_footer {
    display: none;
}

#footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid #6A963A;
    font-size: 1em;
    text-align: left;
    height: 25px;
    color: #666;
    padding: 15px 0px;
}

#footer a {
    color: #666;
}

#footer div {
    padding:0px 0px 0px 10px;
}

#footer form {
    margin: 0;
    text-align: right;
    float: right;
    padding-right:15px;
    width: 200px;
}

.page-settings {
    text-align: right;
    margin-bottom: 0.5em;
}

/* End page structure */

/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
/*As you can see, a few declarations in here are only*/
.clear, .clear_left, .clear_right{
    position:       relative;
    float:          none   !important;
    height:         0px    !important;
    line-height:    1px    !important;
    font-size:      1px    !important;
    margin:         0      !important;
    padding:        0      !important;
    overflow:       hidden !important;
}

.clear{
    clear:   both   !important;
}

.clear_left{
    clear:   left   !important;
}

.clear_right{
    clear:  right  !important;
}

.invisible {
    position: absolute;
    top:0;
    left:0;
    width:1px;
    height:1px;
    visibility:hidden;
    display:none;
}

/* Dark green title with white text and rounded corners */
.topGreenCorner
{
    line-height: 9px;
    background-color: #6a963a;
    background-image: url(/images/corners/green_on_green_circle.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    text-align: left;
}

.topGreenCorner div
{
    width: 9px;
    line-height: 9px;
    background-color: #6A963A;
    background-image: url(/images/corners/green_on_green_circle.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
}

.topGreenCornerText
{
    text-align: left;
    color:#fff;
    font-size:1.5em;
    line-height: 1.5em;
    padding-left:1.0em;
    padding-bottom:0.4em;
    padding-right: 0.4em;
    background-color: #6a963a;
}

.topGreenCornerText a
{
    color: #FFFFFF;
}

.left-side,
.right-side {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
}

.topGreenCornerText .left-side a,
.topGreenCornerText .right-side a {
    color: white !important;
    text-decoration: none !important;
}


.left-side {
    float: left;
    text-align: left;
}

.left-side span {
}

.right-side {
    float: right;
    text-align: right;
}

.right-side a:hover,
.right-side a.selected:hover {
    border-bottom: 1px solid #FFFFFF;
}

.right-side a.selected {
    border-bottom: 1px dotted #FFFFFF;
}

.right-side span {
    float: right;
    padding-left: 0.5em;
}

.right-side span a {
    padding-left: 1.2em;
    color: #FFFFFF !important;
    background-image: url('/images/mintel-base/file_type_icon/file_type_pdf.gif');
    background-position: left;
    background-repeat: no-repeat;
}

.right-side img {
    float: right;
    padding-left: 0.5em;
}

/* White title box-top with rounded corners */
.topWhiteCorner
{
    line-height: 9px;
    background-color: #ffffff;
    background-image: url(/images/corners/white_on_green_circle.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    text-align: left;

}

.topWhiteCorner div
{
    line-height: 9px;
    width: 9px;
    background-color: #ffffff;
    background-image: url(/images/corners/white_on_green_circle.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
}

.topWhiteCornerText
{
    text-align: left;
    color:#000;
    font-weight: bold;
    font-size:1.2em;
    padding-left:10px;
    padding-right: 1.0em;
    padding-bottom: 0.4em;
    margin-bottom: 0.3em;
    background-position: 0% 0%;
    background-repeat: repeat-x;
    
    border-bottom: 1px dotted #CCCCCC;
}

/* These Styles add an image to the white text boxes (like on the homepages) */
.titlebar.topWhiteCornerText {
    font-size: 1.6em;
    font-weight: normal;
}

.topWhiteCornerText.tomato {
    background-image: url(/images/home_tomato.gif);
}

.topWhiteCornerText.blueberry {
    background-image: url(/images/home_blueberries.gif);
}

.topWhiteCornerText.lemon {
    background-image: url(/images/home_lemon.gif);
}

.topWhiteCornerText.orange {
    background-image: url(/images/orange_aboutmintel.gif);
}

.topWhiteCornerText.green-orange {
    background-image: url(/images/orange_requestinfo.gif);
}

.topWhiteCornerText.coconut {
    background-image: url(../images/home_coconut.gif);
}

.topWhiteCornerText a
{
    color: #6A963A;
}

.bottomWhiteCorner 
{
    line-height: 9px;
    background-color: #ffffff;
    background-image: url(/images/corners/white_on_green_circle.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom right;
    text-align: left;
}

div.bottom-link {
    clear: both;
    
    margin: 0;
    padding: 0;
    padding-top: 0.2em;
    
    border: none;
    border-top: 1px dotted #CCC;
    
    text-align: right;
}

div.bottom-link.document,
div.document {
    font-size: 1.3em;
    font-weight: bold;
}

.bottomWhiteCorner div 
{
    width: 9px;
    line-height: 9px;
    background-color: #ffffff;
    background-image: url(/images/corners/white_on_green_circle.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom left;
}

.no-background {
    background-image: none !important;
}

/** paginator styles **/

ul.paginator { 
    display: block;
    padding: 0;
}

ul.paginator li {
    display: block;
    float: left;
    border: 1px solid white;
    background: #6A963A;
    color: white;
    margin-left: 0.2em;
    text-align: center;
}

ul.paginator li a {
    color: white;
    display: block;
    padding: 0.1em 0.3em;
    text-decoration: none;
}

ul.paginator li.selected 
{
    background: #fede00;
}

ul.paginator li.selected a
{
    color: #777;
}

ul.paginator li span.selected, 
ul.paginator li a:hover {
    background: #fede00;
    display: block;
    color: #777;
    text-decoration: none;
}

ul.paginator li.separator {
    border: 0;
    color: #6A963A;
    background: transparent;
    font-weight: bold;
}

#page_controls {
    margin: 0.3em 0;
}

#page_controls div {
}

#page_controls div.dashboard_controls {
    float: left;
    text-align: left;
    overflow: hidden;
    width: 5%;
}

#page_controls div.dashboard_controls div {
    font-weight: bold;
    font-size: 1.4em;
    padding: 0;
}

#page_controls div.view_controls {
    float: right;
    text-align: right;
    padding: 0.2em 0;
}

#page_controls a {
    
}

/* Breadcrumbs */
div.breadcrumb {
    width: auto;
    padding: 0.3em 0;
}

div.breadcrumb span.current {
    font-weight: bold;
}

div.breadcrumb a {
    text-decoration: underline;
}

div.breadcrumb a:hover {
    color: #FFFFFF;
}

img.clickable {
    vertical-align: middle;
}

html {
    height: 100%;
    min-height: 100%;
}

/* auto complete search styles (if enabled) */
div.autocomplete {
  position:absolute;
  background-color: #FFFFFF;
  border:1px solid #6A963A;
  border-top: 1px solid #ffffff;
  margin:0;
  padding:0;
  z-index: 99;
  width:250px !important;
  right: 0 !important;
  left: auto !important;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

div.autocomplete ul li {
    color: #333333;
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
}

div.autocomplete ul li:hover {
    background-color: #DEE5D8;
}

div.autocomplete ul li.label,
div.autocomplete ul li.label:hover {
    background-color:#6A963A;
    color: white;
}

div.autocomplete ul li span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    line-height: 1.5em;
}

div.autocomplete ul li ul {
    
}

div.autocomplete ul li ul li,
div.autocomplete ul li ul li:hover {
    cursor: pointer;
    background-color: #FFFFFF;
}

div.autocomplete ul li ul li.filter-result {
    cursor: pointer;
    background-color: #FFFFFF;
}

div.autocomplete ul li ul li.filter-result:hover {
    background-color: #DEE5D8;
}

/* content category image styles */
img.thumbnail {
    border: 0;
    background-image: url("/images/blank_report_icon.gif");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    width: 52px;
    height: 39px;
}

img.foodservice-snapshots {
    background-image: url("/images/content_categories/foodservice-snapshots.jpg");
}

img.restaurant-horizon-reports {
    background-image: url("/images/content_categories/restaurant-horizon-reports.jpg");
}

img.health-track-reports {
    background-image: url("/images/content_categories/health-track-reports.jpg");
}

img.webinars {
    background-image: url("/images/content_categories/webinars.jpg");
}

img.foodservice-balance-sheets {
    background-image: url("/images/content_categories/foodservice-balance-sheets.jpg");
}

img.top-ten-lists {
    background-image: url("/images/content_categories/top-ten-lists.jpg");
}

img.monthly-reports {
    background-image: url("/images/content_categories/monthly-reports.jpg");
}

img.lto-tracker {
    background-image: url("/images/content_categories/lto-tracker.jpg");
}

