﻿body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #abc75f;
}
ul, li
{
    margin: 0;
    padding: 0;
}
p, ul, table
{
    line-height: 1.6em;
    margin-bottom: 1.6em;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #366c33;
    font-family: Arial, Helvetica, sans-serif;
}
h2
{
    padding: 0 0 10px 0;
}
h4
{
    font-size: 1.1em;
}
legend
{
    color: #000;
}

/* TEMPLATE  
----------------------------------------------------------*/

.page
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#header
{
    position: relative;
    color: #fff;
    border: #abc75f 1px solid;
}
#header a
{
    color: #fff;
    font-weight: bold;
}
#header a:hover
{
    text-decoration: none;
    font-weight: bold;
}
#topAddThis
{
    margin: 5px;
    float: left;
}
#main
{
    background: #20643d url(/Content/Images/Home/background.jpg) no-repeat scroll top;
    min-height: 384px;
    height: auto !important;
    height: 384px;
    padding-bottom: 10px;
}
#banner
{
    background: url('/Content/Images/Template/ProjectEarth_Banner.jpg') no-repeat 50% top;
    position: relative;
    width: 950px;
    height: 90px;
}
/*#banner div#logo
{
    position: absolute;
    top: 13px;
    left: 60px;
}
#banner .logoText
{
    color: #abc75f;
    font-size: 39px;
    font-family: 'Book Antiqua';
}*/
#content
{
    position: relative;
    width: 865px;
    margin: 35px auto 0;
}
#content a
{
    color: #20643D;
    text-decoration: underline;
}
#content a:hover
{
    text-decoration: none;
}
#sponsors
{
    color: #fff;
    background-color: #abc75f;
    border-top: solid 5px #fff;
    width: 950px;
    position: relative;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin-bottom: 8px;
}
#sponsors a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#sponsors a:hover
{
    text-decoration: underline;
}
#footer
{
    text-align: center;
    margin: 10px;
    padding: 0px 10px 10px 10px;
    font-size: 85%;
}
#footer a
{
    text-decoration: underline;
    font-weight: bold;
}
#footer a:hover
{
    text-decoration: none;
}
#footer div
{
    padding: 5px;
}
ul#logos
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    display: inline;
}
ul#logos li
{
    display: inline;
    list-style: none;
}
ul#logos li img
{
    padding: 5px;
    border: none 0px #fff;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    position: relative;
    display: inline;
    list-style: none;
}

ul#menu li div
{
    position: absolute;
    left: 25px;
    top: 18px;
}

ul#menu li a
{
    padding: 10px 0px 10px 25px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 2.8em;
    color: #366c33;
}

ul#menu li a:hover
{
    color: #abc75f;
    text-decoration: none;
}
/* MISC  
----------------------------------------------------------*/
#menucontainer_home
{
    position: absolute;
    right: 40px;
    top: 30px;
    background-color: Transparent;
}

#menucontainer
{
    position: absolute;
    right: 30px;
    top: 10px;
    background-color: Transparent;
}

#logindisplay
{
    background-color: #ABC75F;
    color: white;
    display: block;
    font-size: 1.1em;
    padding: 5px;
    text-align: right;
}
#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}
#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}
.badge
{
    margin: 0 0 10px 0;
    width: 288px;
    font-size: 85%;
    text-align: right;
}
.badge img
{
    display: block;
    margin: 0 0 5px 0;
}

/* SUBSECTION
----------------------------------------------------------*/
div.subsection
{
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 4px;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 12px 0 #000;
    -moz-box-shadow: 1px 1px 12px 0 #000;
    box-shadow: 1px 1px 12px 0 #000;
}
div.subsection div.interior
{
    background-color: #abc75f;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}
div.interior p.heading
{
    font-size: 125%;
    font-weight: bolder;
    margin-bottom: 0;
}
div.interior p.title
{
    margin-bottom: .85em;
}
div.interior p.description
{
    font-size: 85%;
    margin-bottom: 0;
    font-style: italic;
}
div.interior div.crop
{
    width: 60px;
    height: 60px;
    overflow: hidden;
    background-position: center center;
    cursor: pointer;
}

div.subsectionFont
{
    color: Black;
}

/* FORM LAYOUT   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

fieldset label
{
    display: block;
    float: left;
    text-align: right;
    width: 195px;
}
fieldset label.inline
{
    display: inline;
}

fieldset legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
fieldset .row
{
    margin: auto auto 10px;
    width: 700px;
}
fieldset .field
{
    margin-left: 200px;
}
fieldset .field input, fieldset .field textarea, fieldset .field select
{
    margin-left: 0px;
    resize: none;
}
input[type="text"], input[type="password"], input[type="file"], textarea, select
{
    width: 258px;
    border: 1px solid #CCC;
    margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.buttons
{
    text-align: center;
    margin: 25px 10px 10px 10px;
}
.buttons input
{
    margin: 5px;
}
fieldset .instruction
{
    font-style: italic;
    font-size: 95%;
    text-align: justify;
}
.txtFormFieldHint
{
    display: block;
    width: 258px;
    color: #333;
    padding: 5px;
}

.checkBoxList
{
    margin-left: 5px;
    list-style: none;
}
label.inline, .checkBoxList label
{
    display: inline;
    float: none !important;
    font-weight: normal;
    width: auto !important;
}
.input-validation-error
{
    border-color: Red !important;
}
.field-validation-error
{
    display: block;
    padding: 5px;
    color: Red;
}

/* Pager 
--------------------------------------------------------------*/

.pager
{
    margin: 8px 3px;
    padding: 3px;
}

.pager .disabled
{
    border: 1px solid #ddd;
    color: #999;
    margin-top: 4px;
    padding: 3px;
    text-align: center;
}

.pager .current
{
    background-color: #ABC75F;
    border: 1px solid #009;
    color: #fff;
    font-weight: bold;
    margin-top: 4px;
    padding: 3px 5px;
    text-align: center;
}

.pager span, .pager a
{
    margin: 4px 3px;
}

.pager a
{
    border: 1px solid #c0c0c0;
    padding: 3px 5px;
    text-align: center;
    text-decoration: none;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}
table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}
table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #ABC75F;
    border: solid 1px #e8eef4;
}
.noBorder
{
    border-style: none;
    border: 0;
}
.tblData
{
    border-style: none;
    border: 0;
    text-align: right;
}

#project th
{
    width: 50%;
}

/* POINTS ALERT
---------------------------------------------------*/
#alert
{
    display: none;
    background: Red;
    padding: 5px 0;
    font-size: 125%;
}
#alert .page
{
    height: 32px;
}
#alert, #alert a, #alert:hover
{
    color: White !important;
}
#alert img
{
    float: left;
    margin-left: 5px;
}

/* Link Button 
-----------------------------------------------------------------------*/

a.btnFeatureLink
{
    display: block;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    color: #fff !important;
    font-family: "Arial Narrow" , Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #223F6B;
    cursor: pointer;
    background-image: url(/Content/Images/buttons/Button_Gray_Sm.gif);
}
a.btnFeatureLink span
{
    display: block;
    width: 180px;
    padding: 8px 20px;
    cursor: pointer;
}
a.btnFeatureLink:hover
{
    background-image: url(/Content/Images/buttons/Button_Green_Sm.gif);
}

/* mega menu
-----------------------------------------------------------------------*/

li.mega div
{
    display: none;
    position: absolute;
    z-index: 9999;
    top: 30px;
    left: 0em;
    background-color: #DAE7B8;
    text-align: left;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-box-shadow: 0 5px 10px #666;
    -webkit-box-shadow: 0 5px 10px #666;
    box-shadow: 0 5px 10px #666;
}
li.hover div
{
    display: block;
}
li.mega div ul
{
    display: block;
    margin: 1px 10px 1px 10px;
    padding: 0;
}
li.mega div li
{
    display: list-item !important;
    margin: 0;
    padding: 1px 5px 1px 10px;
    white-space: nowrap;
    background: none;
    font-weight: bold;
}

li.mega div li a
{
    padding: 1px 2px 1px 2px !important;
}

li.mega > a
{
    background: transparent url('/Content/Images/template/triangle-arrow-down.png') right top no-repeat;
    padding-right: 12px;
    text-decoration: none;
}
li.mega > a:hover
{
    background: transparent url('/Content/Images/template/triangle-arrow-down_over.png') right top no-repeat;
}
