body {
    margin: 0px;
    padding: 0px;
    font: 11px Arial, Helvetica, sans-serif;
    color: #656565
}
#wrapper {
    margin: 0px;
    padding: 0px;
    min-width: 1000px
}
#contentwraper {
    margin: 0px;
    padding: 0px;
    overflow: auto;
    background: #666
}
#loginwrapper {
    margin: 0px auto;
    padding: 0px;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#loginwrapper #left {
    position: absolute;
    top: 58px;
    left: 20px;
    font-size: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
}
#loginwrapper #logincopyright {
    padding-top: 15px;
    text-align: center;
    color: #656565
}
.logofront {
    margin: 0px auto;
    padding-top: 20px;
    width: 100%;
    text-align: center
}
.logofront img {
    text-align: center !important
}
.login {
    margin: 15px auto;
    padding: 18px 20px;
    background-image: url(../Images/login-bg.jpg);
    background-position: center;
    background-repeat: no-repeat
}
.login div {
    margin: 0px auto;
    padding-top: 10px;
    width: 316px
}
.login-input {
    width: 96%;
    height: 37px;
    margin-bottom: 20px;
    padding: 0 9px;
    color: #656565;
    border-radius: 4px;
    border: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.usericon {
    background-image: url(../Images/user-icons.jpg);
    background-position: right 8px;
    background-repeat: no-repeat
}
.passwordicon {
    background-image: url(../Images/passowrd-icon.jpg);
    background-position: right 9px;
    background-repeat: no-repeat
}
.lt-ie9 .login-input {
    line-height: 35px
}
.login-submit {
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    cursor: pointer;
    background-image: url(../Images/login-button.png);
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    border: none
}
.login-help {
    text-align: center
}
.login-help >a {
    font-size: 13px;
    color: #7a7a7a;
    text-decoration: none
}
.login-help >a:hover {
    text-decoration: underline
}
#top {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 72px;
    background-image: url('../Images/menu-bg.jpg');
    background-position: right top;
    background-repeat: repeat-x
}
#top .left {
    width: 10%;
    padding: 0px;
    margin: 0px;
    float: left;
    height: 72px;
    background-image: url('../Images/logo.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    left: 0px;
}
#top .right {
    height: 72px;
    width: 88%;
    padding: 0px;
    margin: 0px;
    float: left
}
#top .right .upper {
    height: 36px;
    width: 100%;
    padding: 0px;
    margin: 0px
}
#top .right .upper .slogan {
    width: 30%;
    padding-top: 11px;
    padding-left: 9px;
    margin: 0px;
    float: left;
    color: #444;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: lighter
}
#top .right .upper .userdetails {
    width: 30%;
    padding-right: 15px;
    margin: 0px;
    float: right;
    text-align: right;
    font: 12px Arial, Helvetica, sans-serif;
    display: inline
}
.userdetails ul {
    margin: 0px;
    padding: 0px
}
.userdetails ul li {
    margin: 0px;
    margin: 0 5px;
    float: right;
    display: inline-table
}
.userdetails ul li #user {
    width: 13px;
    text-align: left
}
.userdetails ul li #username {
    padding-top: 10px;
    width: auto
}
.userdetails ul li #homebtn {
    width: 18px;
    padding-top: 7px
}
.userdetails ul li #logoutbtn {
    width: 16px;
    padding-top: 7px
}
#top .right .upper .userdetails .username,
#top .right .upper .userdetails .username a {
    color: #036268;
    text-decoration: none
}
#top .right .bottom {
    height: 40px;
    width: 100%;
    padding: 0px;
    margin: 0px
}
.menu,
.menu * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 0px
}
.menu li {
    position: relative;
    font-family: 'Carrois Gothic', sans-serif;
    font-size: 12px;
    background-image: url(../Images/strib.jpg);
    background-position: right;
    background-repeat: repeat-x;
    cursor: default
}
.menu li.last {
    background-image: none;
}
.menu li li {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.menu li li.last {
    border-bottom: 1px solid #d9d9d9;
}
a.sub,
.menu li li a.sub:hover,
a.sub:hover {
    background-image: url(../Images/arrow.gif);
    background-position: right 13px;
    background-repeat: repeat-x
}
.menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}
.menu >li {
    float: left
}
.menu li:hover >ul,
.menu li.sfHover >ul {
    display: block
}
.menu a {
    display: block;
    position: relative;
    margin-right: 2px;
}
.menu a.current {
    color: #74ab00
}
.menu ul ul {
    top: 0;
    left: 100%
}
.menu ul {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    min-width: 8em;
    *width: 8em;
    text-align: right
}
.menu a.first {
    padding: 0.4em 0.9em 0.4em 0.1em;
    text-decoration: none;
    zoom: 1;
    /* IE7 */
}
.menu a.active {
    background-image: url(../Images/active-menu.jpg);
    background-position: 0 0;
    background-repeat: repeat-x
}
.menu li a {
    padding: 0.5em 0.9em;
    text-decoration: none;
    zoom: 1;
    /* IE7 */
}
.menu a {
    color: #fff
}
.menu ul li a {
    color: #000
}
.menu a:hover {
    color: #fff;
    background-image: url(../Images/active-menu.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
    color: white
}
.menu li {
    white-space: nowrap;
    *white-space: normal;
    -webkit-transition: background .2s;
    transition: background .2s
}
.menu ul li {
    background: #fff;
    border-bottom: 1px solid white;
    border-top: 1px solid #d9d9d9;
    text-align: left;
    font-size: 12px;
    line-height: normal;
    color: #000
}
.menu li li:hover,
.menu li li a:hover,
.menu li li.sfHover {
    background: #007c8b;
    color: #fff;
    -webkit-transition: none;
    transition: none
}
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em
}
.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #dFeEFF;
    border-top-color: rgba(255, 255, 255, .5)
}
.sf-arrows >li >.sf-with-ul:focus:after,
.sf-arrows >li:hover >.sf-with-ul:after,
.sf-arrows >.sfHover >.sf-with-ul:after {
    border-top-color: white;
    color: white
}
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    border-left-color: rgba(255, 255, 255, .5)
}
.sf-arrows ul li >.sf-with-ul:focus:after,
.sf-arrows ul li:hover >.sf-with-ul:after,
.sf-arrows ul .sfHover >.sf-with-ul:after {
    border-left-color: white;
    color: white
}
#footer {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 58px;
    background-image: url('~/Images/footer-left.jpg');
    background-position: bottom;
    font: 12px Arial, Helvetica, sans-serif;
    z-index: -1;
    position: relative
}
#footer .left {
    width: 48%;
    padding: 0px;
    margin: 0px;
    float: left;
    vertical-align: text-bottom;
    position: absolute;
    top: 22px;
    left: 15px
}
#footer .right {
    position: relative;
    height: 43px;
    width: 48%;
    padding: 0px;
    margin: 0px;
    float: right;
    background-image: url('../Images/fotter-right.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    text-align: right;
    padding: 15px 22px 0 0;
    z-index: 3;
    font: 17px Arial, Helvetica, sans-serif;
    color: #007c8b;
    font-weight: bold
}