﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #ccc;
    background-image: url('../Images/USDA/bgimg.gif');
    font-size: 15px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* USDA   
----------------------------------------------------------*/

#HeaderWrapper
{
    background: #ffffff url(../Images/USDA/Header.jpg) no-repeat left top;
    margin: 0px 0px;
    width: 920px;
    height: 115px;
    text-align: left;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

#CSAHeaderWrapper
{
    background: #ffffff url(../Images/USDA/USDAHeader_csa.jpg) no-repeat left top;
    margin: 0px 0px;
    width: 920px;
    height: 115px;
    text-align: left;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

#OFHeaderWrapper
{
    background: #ffffff url(../Images/USDA/USDAHeader_onfarm.jpg) no-repeat left top;
    margin: 0px 0px;
    width: 920px;
    height: 115px;
    text-align: left;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

#FHHeaderWrapper
{
    background: #ffffff url(../Images/USDA/USDAHeader_foodhub.jpg) no-repeat left top;
    margin: 0px 0px;
    width: 920px;
    height: 115px;
    text-align: left;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}


#FM_review_mng_HeaderWrapper
{
    background: #ffffff url(../Images/USDA/FM_review_Header.jpg) no-repeat center top;
    margin: 0px 0px;
    width: 920px;
    height: 140px;
    text-align: left;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

#USDAHeaderName
{
    padding-top: 2px;
    margin: 5px;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: none;
    height: 21px;
    overflow: visible;
    float: left !important;
}

/* Customs   
----------------------------------------------------------*/
table
{
    font: 16px Arial, Helvetica, sans-serif;
    width: 99%;
    margin-left: 0px;
}

input[type="submit"] {
    background: #dfeffc url(../Images/USDA/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    border: 1px solid #97cbf6;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2e6e9e;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0p;
}

.modal_button
{
    background: #dfeffc url(../Images/USDA/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    border: 1px solid #97cbf6;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2e6e9e;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0p;
     text-decoration: none;

}

input[type="button"] {
    background: #dfeffc url(../Images/USDA/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    border: 1px solid #97cbf6;
    font-weight: bold;
    color: #2e6e9e;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0p;
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    line-height: normal;
    font-family: Arial, Helvetica, sans-serif;
    height: 41px;
    width: auto;
}

input[type="text"]
{
    background-color: #dfeffc;
    border: 1px solid #97cbf6;
    height: 23px;
    font-size: 15px;
    font-weight: bold;

}

.TextBoxStyle
{
    background-color: #dfeffc;
    border: 1px solid #97cbf6;
    height: 23px;
    font-size: 15px;
    font-weight: bold;

}

.formatCell
{
    padding-left: 21px;
}

.formatCell label
{
    margin: 0 0 0 -21px;
}

/*input[type="checkbox"]
{
    display: none;
}

input[type="checkbox"] + label span
{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url("../Images/USDA/css_radio/check-off_5.png") no-repeat;
}

input[type="checkbox"]:checked + label span
{
    background: url("../Images/USDA/css_radio/check-on_5.png") no-repeat;
}

input[type="radio"]
{
    display: none;
}

input[type="radio"] + label span
{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url("../Images/USDA/css_radio/radio-off_3.png") no-repeat;
}

input[type="radio"]:checked + label span
{
    background: url("../Images/USDA/css_radio/radio-on_3.png") no-repeat;
}*/

.TimeInputStyle
{
    width: 62px;
    text-align: left;
    background-color: #dfeffc;
    border: 1px solid #97cbf6;
    height: 20px;
    font-size: 8px;
    font-weight: bold;
    margin: 0 -4px 0 -4px;
}

.TimeCommentsStyle
{
    width: 400px;
    text-align: left;
    background-color: #dfeffc;
    border: 1px solid #97cbf6;
    height: 20px;
    font-size: 15px;
    font-weight: bold;
}

.surveyTitle1
{
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.surveyTitle2
{
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.shadowBox
{
    border: 1px solid #45341c;
    padding: 5px;
    font-size: 14px;
    font-weight: bold; /*font-style:italic;*/ /*color: #45341c;*/
    color: red;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

.shadowBoxBlack
{
    border: 1px solid #45341c;
    padding: 5px;
    font-size: 14px;
    font-weight: bold; /*font-style:italic;*/ /*color: #45341c;*/ /*color: red;*/
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

.lblInfo
{
    text-align: center;
    font-size: 1.8em;
    color: #b03a0e;
    background-color: #fef5f1;
    border-width: 2px;
    border-color: #f34949;
    border-style: none;
}

.required
{
    color: #990000;
}

.map
{
    width: 90%;
    height: 475px;
    overflow: hidden;
    border: 2px solid #003300;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

.mapResult
{
    border: 1px solid #45341c;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

#progressbar
{
    height: 22px;
}

.tableStyleNew
{
    background: #ffffff;
    border-top: 1px solid #fff;
    color: #000000;
    padding: 8px;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    margin-left: auto;
    margin-right: auto;
}

.tableStyleNew thead tr
{
    background-image: url('../Images/pattern-head.png');
    height:20px;
}

.line
{
    background: url("../Images/USDA/bg-div.png") no-repeat scroll center bottom transparent;
}

.explainInfo
{
    padding: 3px;
    font-size: small;
    font-style: italic;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 920px;
    background: #fff url("../Images/USDA/linen.png") repeat;
    margin: 5px auto 0px auto;
    border: 0px solid #106cb9;
    padding: 0 0 2px 0;
    box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.3);
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 6px 0px 0px 0px;
    margin: 0px auto;
    text-align: left;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.underline 
{
    text-decoration: underline;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/*Below is css for menu of Portal_main.aspx */
.Menu_Main
{
    margin-left: 20px;
    font: normal Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    align-content:center;
    align-items:center;
}
.Menu_Main ul
{
    margin: 0;
    padding: 1px 1px 1px 1px;
    background: #7d7d7d url(images/gradient.png) repeat-x 0 -50px;
    line-height: 100%;
    width: 100%;
    border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    -moz-border-radius: 1.8em;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
.Menu_Main ul li
{
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px 4px 2px 4px;
    float: left;
    position: relative;
    list-style: none;
}
.Menu_Main ul li a
{
    font-weight: bold;
    color:#484848;
    display: block;
    padding: 3px 0px 3px 0px;
    border-radius: 1.1em;
    -webkit-border-radius: 1.1em;
    -moz-border-radius: 1.1em;
    text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
.Menu_Main ul .current a, .Menu_Main ul li a:hover
{
    background: #666 url(images/gradient.png) repeat-x 0 -40px;
    color: black;
    border-top: solid 1px #f8f8f8;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
    box-shadow: 0 1px 1px rgba(0,0,0, .2);
    text-shadow: 0 1px 0 rgba(255,255,255, .5);
}

/* Below is table*/

.table_odd
{
    background-color: #EAF4FD; /*#CCDDE4;*/ /*#CCEEFF;*/
    height: 25;
}


.table_head
{
    color: #16497E; /*#09B8E4;*/
}

.colorspan_color
{
    background-color: #16497E; /*#666869;*/
}
.TableUnderline_color
{
    background-color: #CCDDFF; /*#666869;*/
}

.InstructionNotes
{
    font-size: 14px;
    font-weight: bold;
    font-style:italic;
    color: #660033;
}

/*notes for the logic, will be deleted later on*/
.LogicNotes
{
    color: #CC0000;
}

.WarningNotes
{
    font-size: 13px;
    color: #660033;
}

/*update time for each page*/
.Q_updatetime
{
    display: none;
    margin-left:30px;
}

.DemoIcon {
    background: #dfeffc url(../Images/USDA/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    border: 1px solid #97cbf6;
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #2e6e9e;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0p;
}