/* Minification failed. Returning unminified contents.
(426,5): run-time error CSS1035: Expected colon, found 'position'
(579,21): run-time error CSS1038: Expected hex color, found '#0f90'
 */
@charset "UTF-8";
html, body
{
    height:100%;
    margin:0;
}
body
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin:0; 
	padding:0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(50%,#2A5B0B), color-stop(100%,transparent)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, transparent 0%,#2A5B0B 50%,transparent 100%); /* Chrome10+, Safari5.1+ */
    background-image: -webkit-linear-gradient(to bottom,#2A5B0B,#fff); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    background-image: -moz-linear-gradient(to bottom,#2A5B0B,#fff); /* For Firefox (3.6 to 15) */
    background-image: -o-linear-gradient(to bottom,#2A5B0B,#fff); /* For old Opera (11.1 to 12.0) */ 
    background-image: linear-gradient(to bottom,#2A5B0B,#fff); /* Standard syntax; must be last */
    /*background-size: 100% 75%;*/
    background-repeat: no-repeat;
    background-color: #fff;
    /*overflow: hidden;
    overflow-y:scroll;*/
    display:block;
    border-left:1px solid #2A5B0B;
    border-right:1px solid #2A5B0B;
}
#wrapper
{
    width: 996px;/*765px;*/
    margin: 0 auto 0;
    position: relative;
    /*min-height:100%;*/
    background-color: #fff;
}
#topnav
{
    height: 35px;
    border: 1px solid #396921;
    background-color: #396921;
}
    #topnav ul
    {
       margin-top: 10px;
       margin-left:-42px;
    }
#topnav ul li
{
    text-decoration: none;
    display: inline;
}
    #topnav ul li a.topnavmenu
    {
        border-top-left-radius: 12px; border-top-right-radius:12px; border:1px solid #396921;
        padding: 7px 20px; margin: 0px 0px 0px 0px;text-decoration:none;border-bottom:none;
        background-color:#BDC352;
        color: #396921;
        font-size: 12px;
        font-weight:bold;
    }
    /*#topnav ul li:last-child
    {
        float:right;
        overflow:hidden;
        border-right:none;
    }*/
#content
{
    /*border: 3px solid red;*/
    background-color: #ffffff;
    padding: 0px 0px 5px 0px;
}
.pageheader
{
    /*background: url("../Images/masthead_logo.gif") no-repeat;*/
    /*background: url("../Images/AMS-logo2.png") no-repeat;*/
    width: 996px;/*765px;*/
    height: 70px;
    background-color: #396921;
}

.BodyTextBlack
{
    font-size: 11px;
    font-family: Verdana;
    color: #000000;
    font-weight: normal;
}

.BodyTextBlackBold
{
    font-size: 11px;
    font-family: Verdana;
    color: #000000;
    font-weight: bold;
}

div.masthead
{
    /*background: url("../Images/Farm-Bill_masthead_final_KT.jpg") no-repeat;*/
    float: left;
    width: 100%;
    height: 40px;
    background-color: #396921;
}

div.eauthmasthead
{
    /*background: url("../Images/eAuth_masthead_banner.jpg") no-repeat;*/
    float: left;
    width: 765px;
    height: 52px;
    background-color: white;
}

nav
{
    float: left;
    width: 765px;
    height: 15px;
    background-color: #ffd800;
}

article
{
    float: left;
    /*width: 765px;*/
    background-color: white;
}

    article section
    {
        float: left;
        /*width: 765px;*/
        margin: 0 0 10px 0;
        background-color: white;
    }

aside
{
    float: left;
    width: 255px;
    background-color: #bd1a1a;
}
.space
{
    float: left;
    width: 765px;
    height: 10px;
    background-color: white;
}

#footer
{
    /*background: url("../Images/footerleftcorner.gif") no-repeat scroll -1px bottom transparent;*/
    background-color: #396921;
    border-bottom: 1px solid #3f3e3e;
    border-top: 1px solid black;
    clear: left;
    height: 50px;
    width: 996px;
    padding-top: 5px;
    /*margin-top:-53px;*/
    margin-left: auto;
    margin-right: auto;
}
#footer a
{
     font-size: 9pt;
     color: white;
}

.whiteblock
{
    background-color: white;
}

#center-in-bar
{
    color: #000080;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    margin: 0 10px;
    text-align: center;
    /*width: 765px;*/
}

.content-wrapper
{
    /*-moz-border-radius: 5px;
    border-radius: 5px;*/
    background-color: White;
    padding: 10px 0px 0px 0px;
}

.rounded-borders
{
    background-color: #FFFFFF;
    border: 1px solid #A3AA9D;
    border-radius: 5px 5px 5px 5px;
    /*margin: 52px 7px;    */
    margin: 0px 7px 0px 7px;
}

    .rounded-borders h1
    {
        background-color: #E5E5DD;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #000000;
        font-size: x-small;
        height: 17px;
        margin: 0 auto;
        padding: 7px 4px 4px 15px;
    }

    .rounded-borders h2
    {
        color: #000000;
        font-size: 11px;
        padding: 15px 0 0 119px;
        text-align: left;
    }

/*.sharp-borders {
    background-color: #CCCCFF;
    margin: 5px 5px 5px 5px;
    width: 717px;
    border: 1px solid #3f3e3e;
}*/

.sharp-borders
{
    background-color: #CCCCFF;
    border: 1px solid #FFFFFF;
    margin: 36px auto 20px;
    padding: 30px 0;
    width: 717px;
}
    .sharp-borders h1
    {
        text-align: center;
        color: black;
        margin: 0 auto;
        padding: 5px 5px 5px 5px;
        font-size: small;
        font-weight: normal;
    }
    .sharp-borders h2
    {
        color: black;
        font-size: small;
        text-align: center;
    }

.bottom-rounded-borders
{
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
}

.answerbox
{
    /*background-color: #FFFFFF;*/
    border: 1px solid #CECFBA;
    color: #000000;
    height: auto;
    margin: 10px auto;
    padding: 10px 50px;
    text-align: left;
    font-size: 10px;
    width: 510px;
}

.answerbox p
{
    font-family: verdana;
    font-size: 11px;
    margin: 5px auto;
    text-align: center;
}

.answerbox p strong
{
    font-size: x-small;
    color: #ff0066;
}

.sharp-borders ul.shallow-circle
{
    list-style-type: circle;
    margin: 20px 20px 39px;
}

.message-buttons
{
    margin: 0 auto;
}

    .message-buttons button
    {
        border: hidden;
        background-color: transparent;
    }

    .message-buttons a
    {
        border: hidden;
        background-color: transparent;
        background-image: url("~/Images/button_i_agree.gif");
    }

a.cancel-button
{
    background: url("~/Images/button_i_agree.gif") no-repeat top left;
    display: block;
    width: 150px;
    height: 150px;
}

#loginForms
{
    width: 676px;
}

fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend
    {
        display: none;
    }

    fieldset ol
    {
        padding: 0;
        list-style: none;
    }

    fieldset ol li
    {
        padding-bottom: 5px;
    }

.userprofilefields
{
    background-color: white;
    color: black;
    height: auto;
    margin: 0 auto;
    padding: 0 4px;
    text-align: left;
}

    .userprofilefields h2
    {
        background: none repeat scroll 0 0 #9ABA59;
        font-size: small;
        padding: 4px;
        text-align: left;
        border-style: solid;
        border-width: 1px;
    }

    .userprofilefields .editor-label
    {
        font-size: x-small;
        font-weight: bold;
        padding: 4px 0 0 4px;
    }

    .userprofilefields .editor-field
    {
        font-size: x-small;
        padding: 4px 0 0 4px;
    }


a
{
    color: #000099;
    text-decoration: none;
}


.warning
{
    color: #000000;
    font-family: Verdana;
    font-size: x-small;
}


    .warning li
    {
        margin: 10px;
    }


.editor-fieldset
{
    float: left;
}

.editor-fieldset-one
{
    float: left;
    height: 60px;
    width: 767px;
}

.break
{
    clear: both;
}

.container
{caption-side
    position: relative;
    height: 100%;
    width: 100%;
}

#navigation
{
    font-size: 0.72em;
    width: 180px;
}

    #navigation ul
    {
        margin: 0px;
        padding: 0px;
    }

    #navigation li
    {
        list-style: none;
    }

ul.top-level
{
    background: #A3AA9D;
}

    ul.top-level li
    {
        border-bottom: #fff solid;
        border-top: #fff solid;
        border-width: 1px;
    }

#navigation a
{
    color: #fff;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    text-decoration: none;
    width: 100%;
}

    #navigation a:hover
    {
        text-decoration: underline;
    }

#navigation li:hover
{
    background: #9ABA59;
    position: relative;
}

ul.sub-level
{
    display: none;
}

li:hover .sub-level
{
    background: #9ABA59;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 75px;
    top: 5px;
}

ul.sub-level li
{
    border: none;
    float: left;
    width: 300px;
}
/*Seconda Level*/
#navigation .sub-level
{
    background: #9ABA59;
}

    /*Third Level*/
    #navigation .sub-level .sub-level
    {
        background: #9ABA59;
    }
/*RESET STYLES*/
li:hover .sub-level .sub-level
{
    display: none;
}

.sub-level li:hover .sub-level
{
    display: block;
}

.webGrid
{
    margin: 4px;
    border-collapse: collapse;
    width: 98%;
    background-color: #B4CFC3;
}

.header
{
    background-color: #C1D4E6;
    font-weight: bold;
    color: #000080;
    font-size: 0.70em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.webGrid th, .webGrid td
{
    border: 1px solid #C0C0C0;
    padding: 5px;
    width: auto;
    font-size: 0.75em;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.alt
{
    background-color: #E4E9F5;
    color: #000;
}

.gridHead a:hover
{
    text-decoration: underline;
}

.description
{
    width: auto;
}

.select
{
    background-color: #71857C;
}

.menuheader
{
    font-size: small;
    font-family: Verdana,'Times New Roman',Helvetica,sans-serif;
    font-weight: bold;
    border: 1 solid #0f90;
    background-color: White;
    color: #000080;
}

.currencyCol
{
    text-align: right;
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(../Images/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 300px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 300px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../Images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../Images/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
