﻿html, body
{
    height: 100%;
    width: 100%;
    
    padding: 0px;
    margin: 0px;
}

body
{
    color: #2f6073;
    
    font-family: 'Segoe UI', 'Tahoma', 'Verdana', 'Arial', 'Sans-Serif';
    font-size: 11pt;
    
    background-image: url('../Images/Background.gif');
    background-position: center top;
    background-repeat: repeat-y;
}

a
{
    color: #2eb1bf;
    text-decoration: none;
}

a img 
{
    border: 0px;
}

h2, h3
{
    margin: 0px;
    padding: 0px;
}

h2
{
    font-size: 30px;
    height: 60px;
}

h2 .DisplayNameControl
{
    color: #2f6073;    
    font-family: 'Segoe UI', 'Tahoma', 'Verdana', 'Arial', 'Sans-Serif';
    font-size: 30px;
    font-weight: bold;
    height: 60px;
}

h3
{
    font-size: 18px;
    
    border-color: #2f6073;
    border-style: solid;
    border-width: 1px 0px;
    
    height: 30px;
    
    margin: 15px 0px;
}

.ContainerBackgroundLeft,
.ContainerBackgroundRight
{
    z-index: -10;
    
    position: absolute;
    top: 0px;
    
    height: 100%;
    width: 50%;
}

.Container
{
    background-color: #fff;
    
    padding: 20px;
    margin: 20px auto 0px auto;
    
    width: 740px;
}

.Header
{
    border-bottom: solid 1px #2f6073;
    
    padding-bottom: 20px;   
    
    height: 67px;
}

.HeaderLogo
{
    float: left;
}

.HeaderNavigation
{
    float: left;
}

.HeaderNavigation a
{
    float: left;
    
    display: block;
    
    height: 32px;
    width: 92px;
    
    padding-top: 12px;
    margin-top: 13px;
    margin-left: 15px;
    
    background-image: url('../Images/BackgroundNavigation.gif');
    background-repeat: no-repeat;
    
    font-size: 14px;
    font-weight: bold;
    
    text-align: center;
}

.HeaderAccount
{
    float: right;
    
    margin-right: 20px;
    margin-top: 26px;
}

.HeaderAccount a
{
    color: #2f6073;
}

.HeaderAccount img
{
    margin-right: 8px;
    vertical-align: middle;
}

.Content
{
    padding-top: 20px;
}

.PeopleOnPulse
{
    margin: 15px 0px;
}

.PersonOnPulse
{
    float: left;
    
    margin: 0px auto;
    
    height: 92px;
    width: 92px;
    
    text-align: center;
}

.PersonOnPulse a
{
    color: #2f6073;
    cursor: pointer;
}

.PersonOnPulse .DisplayPictureControl,
.PersonOnPulse .DisplayPictureControl img
{
    height: 52px ! important;
    width: 52px ! important;
    margin: auto;
}

.PersonOnPulse .DisplayPictureControl img
{
    border: 1px solid #2f6073;
}

.PersonOnPulse .DisplayNameControl,
.PersonOnPulse .PresenceStatusControl
{
    float: left;
    margin-top: 8px;
}

.PersonOnPulse .PresenceStatusControl img
{
    vertical-align: top;
}

.PersonOnPulse .DisplayNameControl
{
    font-size: 12px;
    font-weight: bold;
    
    display: block;
    
    width: 55px;
    
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    
    
    text-align: left;
}

.FloatClear
{
    clear: both;
    overflow: hidden;
}