﻿/* Styles that apply to the body */
html, body
{
    height: 100%;
}
body
{
    background-image: url(../eezl/images/bg_image.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #9ACD32;
    padding: 0;
    margin: 0;
    font-size: 0.75em;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #000;
}
#wrapper
{
    margin: 0 auto 0 auto;
    width: 780px;
    background: #fff;
    color: #000;
}
#container
{
    position: relative;
    height: 420px;
    min-height: 420px;
    margin: 0 auto 0 auto; /* margin-bottom: -50px; */
    width: 760px;
    padding: 0px 0px 0px 0px;
    background: white;
    color: #000;
    border-left: 0px solid #228B22;
    border-right: 0px solid #228B22;
}
#banner
{
    background-image: url(../eezl/images/banner_image.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: white;
    color: #228B22;
    height: 87px;
    border-top: 0px;
    padding: 15px 0 7px 0;
    margin: 0;
}
#topnav
{
    margin: 0px auto 0 auto;
    background: #9ACD32;
    border-bottom: 0px solid white;
    color: #fff;
    padding: 4px 0 4px 0;
    font: bold 95% "Trebuchet MS" ,arial, helvetica, sans-serif;
    font-size: 120%;
    font-weight: 800;
}
#main
{
    float: left;
    width: 760px;
    background: #fff;
    color: #000;
    padding: 0px 0 0px 0;
    margin: 0px 0 0px 0;
}
/* Styles the content to be generated by CSM */
#content
{
    float: left;
    width: 550px;
    font-size: 100%;
    padding: 0 0 30px 0;
    margin: 0;
    border-left: 1px solid #ffffff;
}
a, a:visited
{
    color: #228B22;
    background: inherit;
    text-decoration: none;
}
a:active
{
    background: inherit;
    color: #228B22;
    text-decoration: none;
}
a:hover
{
    color: #9ACD32;
    background: inherit;
    text-decoration: underline;
}
h1
{
    background: transparent;
    color: #000;
    font-weight: 900;
    font: normal 190% 'Verdana, georgia, Sans-Serif';
    padding: 2px 0 0 0;
    margin: 14px 0 0 0;
}
h2
{
    background: inherit;
    color: #228B22;
    font-weight: 700;
    margin: 20px 0 10px 0px;
    padding: 0;
    font: normal 160% "Trebuchet MS" , 'arial narrow' , Georgia, Arial, Verdana, Helvetica, sans-serif;
    clear: both;
}
h3, h4, h5
{
    background: inherit;
    color: #228B22;
    font-weight: 700;
    margin: 20px 0 10px 0px;
    padding: 0;
    font: normal 160% "Trebuchet MS" , 'arial narrow' , Georgia, Arial, Verdana, Helvetica, sans-serif;
}
h6
{
    /*background: inherit;*/
    color: #228B22;
    font-weight: 700;
    margin: 25px 0 0 18px;
    padding: 0;
    font: normal 100% "Trebuchet MS" , 'arial narrow' , Georgia, Arial, Verdana, Helvetica, sans-serif;
}
form.form
{
    margin: 10px;
    padding: 5;
    border: 1px solid #228B22;
    background-color: #FFFFFF;
}
.dropdown
{
    font-style: normal;
    width: 120;
    padding: 6px;
    font: normal 1em Verdana, arial, helvetica, sans-serif;
    border: 1px solid #9ACD32;
    display: inline;
    color: #000000;
}
.textarea
{
    font-style: normal;
    width: 240px;
    padding: 4px;
    font: normal 1em Verdana, arial, helvetica, sans-serif;
    border: 1px solid #9ACD32;
    display: block;
    color: #000000;
}
/* main content image styles */
img
{
    border: 0px solid #9ACD32;
    padding: 7px;
    background-color: transparent; /* float: left; */
    margin: 7px;
}
/*img.float-left { border: 2px solid #9ACD32; padding: 7px; background-color: #FFF; float: left; margin: 7px; } img.float-right { border: 2px solid #9ACD32; padding: 7px; background-color: #FFF; float: right; margin: 7px; }*//* diary elements */img.arrowleft
{
    float: left;
    width: 48px;
    height: 30px;
    padding: 2px 0 0 0;
    margin: 5px 0 5px 20px;
}
img.arrowright
{
    float: left;
    width: 48px;
    height: 30px;
    padding: 2px 0 0 0;
    margin: 5px 0 5px 20px;
}
.diarydate
{
    float: right;
    font-size: 150%;
    font-weight: 900;
    color: #228B22;
    margin: 0px 25px 0px 0px;
}
/* diary table */
table
{
    border-collapse: collapse;
    width: 100%;
    vertical-align: top;
    float: left;
}
td.mainbg
{
    background: #ffffff;
}
table.table
{
    border-collapse: collapse;
    margin: 0px;
    float: left;
    width: 265px;
}
.diary_header
{
    background: #9ACD32;
    height: 18px;
    padding-left: 12px;
    padding-right: 12px;
    color: #ffffff;
    font-size: small;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 2px #FFF;
}
tr
{
    height: 22px;
}
td
{
    padding: 2px 2px 2px 2px;
    border-left: 1px solid #FFF;
    border-bottom: solid 1px #ffffff;
    font-size: small%;
    font-family: Verdana, arial, helvetica, sans-serif;
    color: #000;
    vertical-align: middle;
}
tr.row-1
{
    background: #F8F8F8;
}
tr.row-2
{
    background: #EFEFEF;
}
/* end of diary table */
.black
{
    background: inherit;
    color: #9ACD32;
}
.blue
{
    background: inherit;
    color: #228B22;
}
#banner h1 a, h1 a:visited
{
    background: inherit;
    color: #228B22;
    font-weight: 900;
    margin: 0 0px 0 0px;
    text-decoration: none;
}
#banner h6 a, h6 a:visited
{
    background: inherit;
    color: #000;
    font-weight: 900;
    margin: 0 0px 0 15px;
    text-decoration: none;
}

/* Styles the top navigation */
#topnav ul
{
    list-style-type: none;
    text-align: right;
    margin: 2px 0 2px 0;
    padding: 0px;
}
#topnav li
{
    display: inline;
    text-align: center;
    margin: 0px;
}
#topnav li a
{
    padding: 4px 11px 4px 10px;
    color: #fff;
    background: #9ACD32;
    border-right: 1px solid white;
    text-decoration: none;
    letter-spacing: 1px;
}
#topnav li a:hover, #navigation li
{
    background: #9ACD32;
    color: #228B22;
}
#topnav li a.current
{
    background: #9ACD32;
    color: #228B22;
}
#topnav li a.end
{
    border-right: 0;
}
/* This is the main body. Holds the left navigation and the CSM Content */
#content p
{
    line-height: 1.2em;
    padding: 0 6px 0 20px;
    margin: 12px 0 0 0;
}
#content ul
{
    margin: 6px 0 0 0;
    padding: 12px;
    list-style: none;
}
#content li
{
    margin: 0 0 0 22px;
    padding: 0;
    list-style: circle;
    list-style-position: outside;
}
#content img
{
    border: 1px solid black;
    background-color: transparent;
    padding: 0px;
    margin: 7px;
}
/* Styles the left navigation*/
.leftnavtitle
{
    margin: 12px 0 0 10px;
    color: #228B22;
    font-weight: 700;
    font-size: 140%;
}
#logoimg
{
    float: left;
    background-image: url(../eezl/images/logo.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 74px;
    height: 53px;
    padding: 0;
    margin: 0 0 0 20px;
}
#leftnav
{
    float: left;
    width: 200px;
    min-height: 500px; /* ??? */
    height: 100%;
    padding: 0;
    margin: 0;
    background: #ffffff;
}
#leftnav p
{
    line-height: 1.2em;
    padding: 0 0 10px 0;
    margin: 4px 6px 36px 6px;
    border-bottom: 1px dashed #d0d0d0;
    font: normal 98% "Trebuchet MS" , Verdana, georgia, Sans-Serif;
    color: #666;
}
.navcontainer ul
{
    margin: 7px 0 16px 0;
    padding: 0;
    list-style-type: none;
    font-size: 98%;
}
.navcontainer li
{
    margin: 0 0 3px 6px;
}
.navcontainer a
{
    display: block;
    padding: 4px 2px 4px 26px;
    border-bottom: 1px dashed gray;
    width: 150px;
    background: #fff;
    color: gray;
}
.navcontainer a:link, .navlist a:visited
{
    color: gray;
    background: #ffffff;
    text-decoration: none;
    background-image: url(../eezl/images/bullet1.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}
.navcontainer a:hover
{
    border-bottom: 1px dashed #9ACD32;
    background: #ffffff;
    color: #9ACD32;
    background-image: url(../eezl/images/bullet2.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}
.active a:link, .active a:visited, .active a:hover
{
    border-bottom: 1px dashed #9ACD32;
    background: #ffffff;
    color: #9ACD32;
    font-weight: 900;
    background-image: url(../eezl/images/bullet2.png);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}
#footer
{
    height: 50px;
    position: relative;
    float: left;
    margin: 0 auto 0 auto;
    width: 760px;
    background: #228B22;
    color: #ffffff;
    font: normal 98% "Trebuchet MS" ,arial, helvetica, sans-serif;
    padding: 0px 0 0px 0;
    border-top: 1px solid #9ACD32;
    border-bottom: 0px solid #228B22;
}
#footer_left
{
    background: #228B22;
    color: #fff;
    font-weight: bold;
    width: 35%;
    padding: 0 0 0 5px;
    margin: 15px 0 0 0;
}
#footer_left a, #footer_right a:visited
{
    background: #228B22;
    color: #fff;
    padding: 0 8px 0 8px;
    text-decoration: underline;
}
#footer_left a:hover, #footer_right a:hover
{
    background: #228B22;
    color: #9ACD32;
}
#footer_right
{
    float: right;
    text-align: right;
    font-weight: bold;    
    background: #228B22;
    color: #fff;
    width: 55%;
    padding: 0 5px 0 0;
    margin: 15px 0 0 0;
}
#footer_right a, #footer_right a:visited
{
    background: #228B22;
    color: #fff;
    padding: 0 8px 0 8px;
    text-decoration: underline;
}
.font-family a:hover
{
    background: #228B22;
    color: #9ACD32;
}
.clearfooter
{
    height: 50px;
    clear: both;
}
