﻿/* Color Scheme: */
/*
    Green: #008C43;
    Gray: #828284;
*/
body 
{
    font-family: Arial;
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
    background-color: #F8F8F8;
}

a
{
    color: #008C43;
    text-decoration: none;
    font-family: Arial;
}
a:hover
{
    color: Green;
    text-decoration: underline;
}

img
{
    border: none;
}

h1 /* Page titles */
{
    margin-top: 0px;
    margin-bottom: 22px;
    font-size: 3.12em;
    line-height: 29px;    
    font-family: Times New Roman;
    text-transform: uppercase;
}

h2 /* Newsitem titles on the frontpage */
{
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: 1em;
}

/* Settings for the main container */
#MainContainer
{
    margin: 0px auto;
    padding-top: 5px;
    width: 988px;    
    background-color: White;    
}

/* Settings for the header */
#Header
{    
    background: url(/Images/Icons/essencius_logo_small.gif) no-repeat top left;    
    overflow: hidden;        
}
#Header #TopMenu
{
    position: relative;    
    width: 900px;
    height: 60px;    
    margin: 0px 44px;
}
#Header #TopMenu ul
{
    position: absolute;
    top: 10px;
    right: 0px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#Header #TopMenu ul li
{
    float: left;
    margin: 0px 11px;
    padding-bottom: 12px;
    font-family: Arial;
    font-size: 0.88em;
    line-height: 1.3em;
    text-transform: uppercase;    
    color: #008C43;    
}
#Header #TopMenu ul li.selected
{
    /*background: transparent url(/Images/Icons/TopMenuSelectedDot.gif) no-repeat scroll center bottom*/
}
#Header #TopMenu ul li span
{
    cursor: pointer;
}
#Header #TopMenu .SubMenuDivLayer
{
    background-color: White;
    position: absolute;
    z-index: 20000;    
}
#Header #TopMenu .SubMenuDiv
{
    position: absolute;
    top: 38px;
    right: 0px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    /*height: 18px;*/    
}
#Header #TopMenu .SubMenuDiv .SubMenuText
{
    display: none;
    margin-left: 22px;
}
#Header #TopMenu .SubMenuDiv .SubMenuText a
{
    font-family: Arial;
    font-size: 0.88em;
    color: #828284;
    text-decoration: none;
    text-transform: uppercase;
}
#Header #TopMenu .SubMenuDiv .selected a
{
    color: #008C43;
}

.FrontpageLink
{    
    height: 30px;
    width: 175px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background-color: Transparent;    
}

/* Settings for the content */
#MainContent
{    
    margin: 11px 22px 0px 22px;
    color: #828284;
}
#MainContent p
{
    margin-top: 0px;
    margin-bottom: 12px;    
}

#MainContent #ContentHeader
{    
    margin-left: 22px;    
}

#MainContent .ContentLeftColumn, #MainContent .ContentRightColumn, #MainContent .ContentLeftColumnAlt, #MainContent .ContentRightColumnAlt
{        
    margin-left: 22px;
    float: left;
    font-family: Arial;    
    /*line-height: 17px;*/
    overflow: hidden;    
}
#MainContent .ContentLeftColumn
{    
    width: 348px;    
    margin-top: -3px;
}
#MainContent .ContentLeftColumnAlt
{
    width: 530px;
    /*height: 330px;*/
}
#MainContent .ContentRightColumn
{    
    width: 530px;
}
#MainContent .ContentRightColumnAlt
{    
    width: 348px;
    /*height: 333px;*/
    margin-top: -3px;
}

/* Settings for the footer */
#Footer
{
    position: relative;
    clear: both;    
    padding-top: 12px;    
    padding-bottom: 5px;
    font-family: Times New Roman;
    font-size: 0.96em;
    font-weight: bold;
    text-align: center;
    color: #828284;
}
#Footer .FooterLogo
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 988px;
    height: 15px;    
}

.ui-dialog-content
{
    margin: 0px;
}