﻿/* Farming Footprints CSS Document */

/* Main Colours 
Logo Green - #5d9732
Logo Blue - #79bde9
Dark Green - #005847
Light Blue Tint - #dfebf8
*/

/* Farming Footprints Typography - should include h1, h2, h3*/

body
{
    margin: 0;
    padding: 0;
    font: 0.8em Verdana, arial, sans-serif;
    color: #005847;
}

h1
{
    font: 1.8em Verdana, arial, sans-serif;
    color: #5d9732;
}

h2
{
    font: 1.4em Verdana, arial, sans-serif;
    color: #5d9732;
}

h3
{
    font: 1.2em Verdana, arial, sans-serif;
    color: #5d9732;
}

h4
{
    font: 1.0em Verdana, arial, sans-serif;
    color: #5d9732;
}

a
{
    color: #005847;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    text-decoration: none;
}

/* We need a Table Header, Row, And rollover - http://www.w3schools.com/html/html_tables.asp */

/* Farming Footprints Grid View*/

.customClass
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    width: 100%;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-color: #FFFFFF;
    border-collapse: collapse;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.customClass th
{
    color: #ffffff;
    border: 1px solid #ffffff;
    border-color: #FFFFFF;
    text-align: left;
    padding: 3px;
    margin: 0;
    background-color: #79bde9;
    cursor: default;
}

.customClass tr:hover
{
    background-color: #dfebf8;
    color: #005847;
}

.customClass tr:link
{
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

.customClass td
{
    border: 1px solid #999999;
    padding: 3px;
    margin: 0;
}

/* Farming Footprints Layout - should include header, logo, nav, menu, nav plus any divs such as block for login/help*/

#header
{
    top: 0px;
    left: 0px;
    height: 200px;
    width: 1200px;
    background-image: url(images/ff_header.jpg);
    background-repeat: no-repeat; 
}

/* Farming Footprints Logo */

#logo
{
    margin-left: 20px;
    height: 165px;
    width: 80px;
    background-image: url(images/ff_farming_footprints_logo.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

/* Farming Footprints Menu - */

#AspNet-Menu, #welcomeMenu
{
    margin-left: 220px;
    width: 1000px;
    height: 30px;
    padding: 0px;
}

ul.AspNet-Menu li, ul.welcomeMenu li
{
    margin: 0 1.5em 1.5em 1.5em;
    float: left;
    list-style: none;
    display: inline;
}

#AspNet-Menu-Link a, #welcomeMenu a
{
    padding: 2px 5px 2px 5px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #5d9732;
    font-weight: bold;
}

#AspNet-Menu-Link a:hover, #welcomeMenu a:hover
{
    background-color: #79bde9;
    color: #fff;
}

#AspNet-Menu-Link a:active, #welcomeMenu a:active
{
    background-color: #5d9732;
    color: #fff;
}

#welcomeMenu
{
    margin-left: 225px;
}

/* Farming Footprints Main Nav*/

#main, #welcomeMain
{
    margin-left :215px;
    min-height: 765px;
}

#welcomeMain
{
    margin-left: 200px;
    min-height: 0px;
}

#main div, #welcomeMain div
{
    margin-left: 5px;
}

#main h3, #welcomeMain h3
{
    margin-left: 5px;
}

#h3Clear
{
    margin-left: 0px !important;
}

/* Farming Footprints Image Plate - This can be replaced with any images supplied by Farmway */


#pic_box
{
    width: 557px;
    height: 161px;
    background-image: url(images/ff_image_plate.jpg);
    float: left;
}


/* Farming Footprints Side Nav */

#nav, #welcomeNav
{
    float: left;
    left: 0px;
    width: 200px;
    min-height: 765px;
}

#welcomeNav
{
    min-height: 440px;
}

ul.nav, ul.welcomeNav
{
    margin: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-decoration: none;
    color: #005847;
}

ul.nav li, ul.welcomeNav li
{
    display: inline;
    margin: 0 1.5em 1.5em 1.5em;
    font-weight: bold;
}

ul.nav a, ul.welcomeNav a
{
    display: block;
    border-left: #fff 8px solid;
    padding: 5px 5px 5px 15px;
    text-decoration: none;
    color: #5d9732;
}

.tvAdmin-HoverNodeStyle
{
    background-color: #FFFFFF;
    border-left: #79bde9 8px solid;
    text-decoration: none;
}

ul.nav a:active
{
    background-color: #dfebf8;
    border-left: #79bde9 8px solid;
    text-decoration: none;
}

ul.navExpanded
{
    margin: 0px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    text-decoration: none;
    color: #005847;
}

ul.navExpanded li
{
    display: inline;
    margin: 0 1.5em 1.5em 1.5em;
    font-weight: bold;
}

ul.navExpanded a
{
    display: block;
    border-left: #fff 8px solid;
    padding: 5px 5px 5px 15px;
    text-decoration: none;
    color: #5d9732;
}

ul.navExpanded a:hover
{
    background-color: #FFFFFF;
    border-left: #79bde9 8px solid;
    text-decoration: none;
}

ul.navExpanded a:active
{
    background-color: #dfebf8;
    border-left: #79bde9 8px solid;
    text-decoration: none;
}

/* Farming Footprints Green Gradient Box  */

#grad_box
{
    margin-left: 0px;
    padding-top: 5px;
    width: 15em;
    border: 1px solid #005847;
    height: 90px;
    background-image: url(images/ff_green_grad.jpg);
    background-repeat: repeat-x;
    float: right;
}

#grad_h1
{
    font: 1.2em Verdana, arial, sans-serif;
    font-weight: bold;
    color: #005847;
    padding-left: 5px;
    display: block;
}

#grad_h2
{
    font: 1.0em Verdana, arial, sans-serif;
    color: #005847;
    padding-left: 5px;
    display: block;
}

#padlock_img
{
    width: 51px;
    height: 51px;
    margin-right: 10px;
    background-image: url(images/ff_ghg_padlock.png);
    background-repeat: no-repeat;
    background-position: bottom;    
    float: right;
    display: block;
}

#welcomeText
{
    clear: both;
    padding-top: 20px;
}

#bodyText
{
    float: left;
    width: 750px;
}

#footer, #welcomeFooter
{
    clear: both;
    left: 0px;
    width: 1200px;
    height: 70px;
    padding-top: 20px;
    background-image: url(images/ff_footer.jpg);
    background-repeat: no-repeat;
    font: .9em Verdana, arial, sans-serif;
    color: #fff;
    text-align: center;
}

#welcomeFooter
{
    min-height: 0px;
}

.footer a
{
    color: #fff;
    text-decoration: none;
}

.footer a:hover
{
    color: #fff;
    text-decoration: none;
}

.footer a:active
{
    color: #005847;
}

/* Farm Setup */

.farmPanel
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 280px;
}

.fieldPanel
{
    position: absolute;
    top: 210px;
    left: 592px;
    width: 600px;
    height: 220px;
    margin-left: 0px !important;
}

.farmUsersPanel
{
    position: absolute;
    top: 455px;
    left: 590px;
    width: 400px;
    height: 200px;
}

.farmUsersButtonPanel
{
    position: absolute;
    top: 15px;
    left: 220px;
    width: 200px;
    height: 200px;
}

.farmDetailsPanel
{
    position: relative;
    top: -100px;
    left: 0px;
    width: 500px;
    height: 100px;
}

.farmCropPanel
{
    position: relative;
    top: 0px;
    left: 520px;
    width: 480px;
    height: 100px;
}

.farmCropInputPanel
{
    position: relative;
    margin-top: 55px;
    left: -5px !important;
    width: 1010px;
}

.farmCropInputPanel div
{
    margin-left: 0px !important;
}

.farmButtonPanel
{
    border: solid 2 black;
    position: relative;
    top: 60px;
    left: 0px;
    width: 200px;
    height: 50px;
}

.regionSelection
{
    position: absolute;
    top: 200px;
    left: 415px;
}


/* Field Data Entry */

.fieldDataEntryPersonalDetails1
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 600px;
    height: 50px;
}

.fieldDataEntryPersonalDetails2
{
    position: relative;
    top: -55px;
    left: 500px;
    width: 600px;
    height: 50px;
}

.fieldDataEntryDetailsPanel
{
    position: relative;
    top: -105px;
    margin-left: -5px !important;
    width: 450px;
    height: 100px;
}

.fieldDataEntryCropPanel
{
    position: relative;
    left: 455px;
    width: 525px;
    height: 105px;
}

.fieldDataEntryCropInputPanel
{
    position: relative;
    top: -30px;
    left: 0px;
    width: 1000px;
}

.fieldDataEntryButtonPanel
{
    border: solid 2 black;
    position: relative;
    top: -100px;
    left: 0px;
    width: 200px;
    height: 50px;
}

.cropInputEntry_Panel
{
    height: 40px;
}

.cropInputEntry_InputSelector
{
    border: solid 2 black;
    position: relative;
    top: 0px;
    left: 0px;
    width: 107px;
    height: 80px;
}

.cropInputEntry_Compound
{
    border: solid 2 black;
    position: relative;
    top: -80px;
    left: 170px;
    width: 440px;
    height: 30px;
}

.cropInputEntry_Straight
{
    border: solid 2 black;
    position: relative;
    top: -80px;
    left: 150px;
    width: 800px;
    height: 30px;
}

.cropInputEntry_RateAndDate
{
    border: solid 2 black;
    position: relative;
    top: -110px;
    left: 640px;
    width: 400px;
    height: 30px;
}

.statusSelection div
{
    margin-left: 0px !important;
}

.cropSelection
{
    position: absolute;
    top: 249px;
    left: 415px;
}

/* Data Export */
.dataExportFieldDataEntryGrid
{
    border: solid 2 black;
    position: relative;
    top: -247px;
    left: 451px;
    width: 536px;
    height: 210px;
}

.dataExportFieldDataEntryGrid div
{
    margin-left: 0px !important;
}

/* Raise Query */

.RaiseQueryLeftPanel
{
    border: solid 2 black;
    position: relative;
    top: 10px;
    left: 0px;
    width: 200px;
    height: 0px;
}

.RaiseQueryRightPanel
{
    border: solid 2 black;
    position: relative;
    top: 10px;
    left: 280px;
    width: 200px;
    height: 0px;
}

.RaiseQueryBottomPanel
{
    border: solid 2 black;
    position: relative;
    top: 60px;
    left: 0px;
    width: 200px;
    height: 200px;
}

.RaiseQueryButtonPanel
{
    border: solid 2 black;
    position: relative;
    top: 170px;
    left: 0px;
    width: 200px;
    height: 200px;
}
