/* ------------------------------------------------------------
  =Colors
  - Happy Green - #7d9f26
  - Medium Green - #74851c
  - Dark Green - #51600b
  - Dark Blue - #042f5e
  - Tan - #f0ede2

CSS classes to modify when changing themes color

.main_navigation ul li -- right border on main navigation
#header #nav ul li -- right border on main navigation
#header #nav ul li:hover -- main nav hover color
#header #nav ul ul -- drop down nav color
#header #nav ul ul li a:hover -- drop down nav hover color

Images locations
/images/widget_background.png
/images/layout/content/content-top-tile.png
/images/layout/header/logo.png
/images/layout/header/header_watermark.png
------------------------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html
{
    font: 12px Arial, Helvetica, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
ol, ul { list-style: none; }

/* =Initial Page Structure
------------------------------------------------------------ */
body
{
    position: relative;
    margin: 0;
    line-height: 1.6;
}
#header
{
    position: relative;
    background: #f0ede2 url(../images/layout/header/header-light-bg.gif) left top repeat-x;
    z-index: 2;
}
#header .wrapper
{
    width: 956px;
    background:url(../images/layout/header/header_watermark.png) 170px bottom no-repeat;
    height: 110px;
}
.sub #header
{
    position: relative;
}
#content
{
    position: relative;
    background: #444 url(../images/layout/content/content-top-tile.gif) repeat-x left top;
    z-index: 0;
}
.sub #content
{
    position: relative;
}

/* =Basic Element Styles
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
    font-family: georgia, serif;
}
h1
{
    font-size: 22px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5
{
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0px;
    font-weight: bold;
    color: #043366;
}
h6
{
    font-size: 12px;
    font-weight: bold;
}

.spacer { padding-top: 15px; }

input, textarea, select
{
    font-family: "Helvetica Neue" , Arial, Helvetica, sans-serif;
    line-height: normal; /* Used to normalize the height between labels and inputs in Firefox */
    font-size: 12px;
    color: #222;
}
input.inactive
{
    color: #a9a9a9;
}
img, a img
{
    border: 0;
    vertical-align: middle;
}
a
{
    color: #3a73ab;
    text-decoration: none;
}
a:visited
{
    color: #29547D;
}
a:hover
{
    color: #29547D;
    text-decoration: underline;
}

/* =Main Menu Navigation 
------------------------------------------------------------ */
.main_navigation
{
    width: 975px;
    height: 52px;
    position: absolute;
    top: 110px; 
    z-index: 1;
    text-align: center;
}
.main_navigation ul
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    margin: auto;
    width: auto;
}
.main_navigation ul li
{
    border-right: 1px solid #f0ede2;
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 10px 40px 10px 40px;
    height: 32px;
}
.main_navigation ul li a
{
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.main_navigation ul li a:hover {color: #fbaf36;}

/* =Utilities
------------------------------------------------------------ */
.clear { clear: both; }

.autoclear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.autoclear { display: inline-block; }
.autoclear { display: block; }

/* =Content
------------------------------------------------------------ */

#content .full-wrapper
{
    /*background: url(../images/assets/site-bg2.jpeg) no-repeat 50% 120px;*/
}
#content .outer-wrapper
{
    background: url(../images/layout/footer/footer-tile-smaller.png) repeat-x -50% bottom;
}
#content .wrapper
{
    min-height: 600px;
    padding-bottom: 120px;
}

.narrowwrapper
{
    width: 253px !important;
    position: static; /* padding-left:25px;*/
}

/* Start - Menu Navigation Page */

.menuNavigationButton
{
    clear: both;
    float: right;
    margin: auto 0;
    padding-top: 20px;
    width: 173px;
}

/* End - Menu Navigation Page */

.dashboardTable .modulebgblue .modulebody input, .dashboardTable .modulebgblue .modulebody
{
    display: none;
}
.dashboardTable, .modulebgblue, .modulebody
{
    float: left;
    clear: both;
}

/* Change Password table */
#changePassword
{
}
#changePassword td
{
    padding: 8px;
    margin-top: 10px;
}

/* Product/Location configuration screen */
#ProductLocationConfigurationTable td .input
{
    vertical-align: top;
}
#ProductLocationConfigurationTable td .value
{
    vertical-align: bottom;
}
#ProductLocationConfigurationTable td
{
    width: 200px;
    padding: 0px 5px;
    margin-top: 10px;
    color: #555;
}

/* User Info screen */
#UserInfoTable
{
    width: 660px;
}
#UserInfoTable td
{
    padding: 5px;
    margin-top: 10px;
    color: #555;
    white-space: nowrap;
}
#UserInfoTable td.input
{
    width: 150px;
}
#UserInfoTable td .value
{
}


/* =Menu Styles 
----------------------------------- */

#header #nav ul li
{
    position: relative;
    float: left;
    position: relative;
    border-right: 1px solid #f0ede2;
    list-style-type: none;
}
#header #nav ul li:hover
{
    cursor: pointer;
    background-color: #3399ff;
}
#header #nav ul li a
{
    display: block;
    text-decoration: none;
}

#header #nav ul li.selectedItem{background-color: #3399ff;}

#header #nav ul li a:hover { color:White; }
#header #nav ul ul
{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    width: 145px;
    background: #042f5e;
    border: 1px solid #183657;
    text-align: left;
    border-top: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#header #nav ul li.last ul
{
    right: 0;
    left: auto;
}
#header #nav ul li:hover ul
{
    display: block;
}
#header #nav ul ul li
{
    border-right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
#header #nav ul ul li a
{
    background: transparent;
    padding: 10px 17px;
    font-size: 12px;
    line-height: 1;
}
#header #nav ul ul li a:hover
{
    background: #3399ff;
    color:White;
}

/* Menu Styles - End */