﻿/* <!-- */
/* General styles */
body
{
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background-image: '/CFDImages/SiteImages/PlantMix.jpg';
    min-width: 964px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
}
#fixed
{
    margin: 0 auto;
    width: 964px; /* you can use px, em or % */
    text-align: center;
}
/* Header styles */
#header
{
    clear: both;
    float: left;
    width: 100%;
}
#header
{
}

/* 'widths' sub menu */
#layoutdims
{
    clear: both;
    background: #eee;
    border-top: 4px solid #000;
    margin: 0;
    padding: 6px 15px !important;
    text-align: right;
}
/* column container */
.colmask
{
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */ /* overflow: hidden;  This chops off any overhanging divs */
}
/* common column settings */
.colright, .colmid, .colleft
{
    float: left;
    width: 100%;
    position: relative;
}
.col1, .col2, .col3
{
    float: left;
    position: relative; /* overflow: hidden; */
}
/* Full page settings */
.fullpage
{
    background: #ffffff; /* page background colour */
}
.fullpage .col1
{
    width: 100%; /* page width minus left and right padding */
    left: 0px; /* page left padding */
}
/* Footer styles */
#footer
{
    clear: both;
    float: left;
    width: 100%;
}
/* --> */

/* Link Styles */
.DimNoUnderLine:link
{
    color: #000000;
    text-decoration: none;
}
.DimNoUnderLine:visited
{
    color: #000000;
    text-decoration: none;
}
.DimNoUnderLine:hover
{
    color: #ff0000;
    text-decoration: none;
}
.DimNoUnderLine:active
{
    color: #000000;
    text-decoration: none;
}
/* End Link Styles */

a.NextPrev:link
{
    color:  #000000;
    font-weight: 300;
    text-decoration: none;
}
a.NextPrev:hover
{
    color: #000000;
    font-weight: 300;
    text-decoration: underline;
}
a.NextPrev:visited
{
    color: #000000;
    font-weight: 300;
    text-decoration: none;
}
a.NextPrev:active
{
    color: #aaaaaa;
    font-weight: 300;
    text-decoration: none;
}
a.NextPrevDisabled
{
    
}

