﻿.owisheader
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-image: url(Images/header.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 83px;
    width: 100%;
}

.owisheader .owis
{
    font-weight: bold;
    font-size: 2.2em;
    line-height: 150%;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    color: #f9f9f9;
}

.owisheader .owner
{
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px 0px 10px;
    color: #f9f9f9;
    font-size: 1.2em;
}

.owisheader .title
{
    position: absolute;
    top: 0px;
    left: 65px;
}

.owisheader .logo
{
    position: absolute;
    top: 0px;
    left: 0px; /*float: left;*/
}

div.hideSkiplink
{
    position: absolute;
    top: 38px;
    left: 65px;
}

/*asp:Menu*/

.menu ul.level1.static
{
    list-style: none;
    list-style-position: outside;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 3;
}

.menu ul.level2.dynamic
{
    list-style: none;
    list-style-position: outside;
    list-style-image: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index: 3;
    cursor: pointer;
    background: #F5F5F5;
    border: 1px solid lightGrey;
}

.menu a.level1.static
{
    color: #F9F9F9;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.2em;
    font-weight: bold;
}

.menu a.static
{
    color: #F9F9F9;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.2em;
    font-weight: bold;
}

.menu a.level1.static img.icon
{
    vertical-align: middle;
    padding: 0 6px 0 0;
    border-style: none;
}

.menu a.static img.icon
{
    vertical-align: middle;
    padding: 0 6px 0 0;
    border-style: none;
}

.menu ul.level1.static img.horizontal-separator
{
    vertical-align: middle;
}

.menu a.level2.dynamic
{
    color: #3D784C;
    text-decoration: none; /*padding: 10px;*/
    margin-top: 10px;
    white-space: nowrap;
    font-size: 1.2em;
    font-weight: normal;
}

.menu ul.level2.dynamic li.dynamic
{
    padding: 5px 10px 5px 10px;
}

.menu ul.level1.static li.static:hover
{
    /*todo*/
    cursor: pointer;
    background: url(Images/background.png) repeat-x; /*for non-css3 browsers */ /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07470B', endColorstr='#FFFFFF'); /* for IE */
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.9) 50%, rgba(210,222,210,0.7) 70%, rgba(176,193,175, 0.5) 80%, rgba(7,71,11,0.2) 97%); /* for webkit browsers */
    background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0.9) 50%, rgba(210,222,210,0.7) 70%, rgba(176,193,175, 0.5) 80%, rgba(7,71,11,0.2) 97%); /* for firefox 3.6+ */
    background: -ms-linear-gradient(bottom, rgba(255,255,255,0.9) 50%, rgba(210,222,210,0.7) 70%, rgba(176,193,175, 0.5) 80%, rgba(7,71,11,0.2) 97%); /* for IE10 */
}

/*
.menu a.level1.static.highlighted
{
    color: #3D784C;
    text-decoration: none;
    border-style: none;
}

.menu a.static.highlighted
{
    color: #3D784C;
    text-decoration: none;
    border-style: none;
}
*/

.menu a.level2.dynamic.highlighted
{
    font-weight: bolder;
}

.menu ul li a:active
{
    color: #cfdbe6;
    text-decoration: none;
    border-style: none;
}


/*
User Menu*/

.hlogin
{
    cursor: pointer;
    text-decoration: none !important;
    padding: 5px 8px 8px 8px;
    margin-top: -5px; /*height: 28px;     line-height: 10px;*/
    position: relative;
    border-bottom: 0px;
    border-top: 0px;
    z-index: 6;
}

.hlogin:hover
{
    background-color: #F5F5F5;
    color: #3D784C !important;
}

.hlogin:hover .hlogin-arrow
{
    border-color: #3D784C transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px 4px 0;
    display: inline-block;
    font-size: 0;
    height: 0;
    left: 4px;
    line-height: 0;
    padding-top: 1px;
    position: relative;
    top: -1px;
    width: 0;
}

.hlogin-arrow
{
    border-color: #F5F5F5 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px 4px 0;
    display: inline-block;
    font-size: 0;
    height: 0;
    left: 4px;
    line-height: 0;
    padding-top: 1px;
    position: relative;
    top: -1px;
    width: 0;
}

.hlogin-clk
{
    background-color: #F9F9F9 !important;
    color: #3D784C !important;
    border-bottom: 0px;
    border-top: 0px;
}

.hlogin-popup
{
    margin-top: 23px;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #9A9A9A;
    display: none;
    font-weight: normal;
    position: absolute;
    padding: 0.5em;
    right: -1px;
    box-shadow: 0 1px 5px #CCCCCC;
    min-width: 150px;
    z-index: 5;
    text-align: left !important;
}

.hlogin-popup a
{
    text-decoration: none;
    font-weight: normal;
    color: #3D784C !important;
}

.hlogin-popup a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

.hlogin-popup-title
{
    position: relative;
    height: 18px;
    padding: 3px 5px 3px 10px;
    background: #CFCFCF; /*for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#CFCFCF'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#CFCFCF)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #F9F9F9, #CFCFCF); /* for firefox 3.6+ */
    color: #494949;
    font-weight: bold;
    font-size: 0.9em;
}

.hlogin-popup-content
{
    padding: 0.4em;
    color: #666666;
    font-size: 0.9em;
    width: auto;
    max-height: 200px;
    overflow-y:auto;
}

.hlogin-userprofile
{
    height: 24px;
    width: 24px;
    border: 1px solid #58871B;
    border-top: 1px solid #197209;
    vertical-align: middle;
}

.notification
{
    background: #4F7E20;
    opacity: 0.8;
    color: #F5F5F5;
    border-radius: 4px;
}

.notification-new
{
    background: #f58400;
    opacity: 1.0;
    border-radius: 4px;
}

