﻿.MasterHeaderTop
{
    width: 100%;
    height: 87px;
    overflow: hidden;
}
.MasterHeaderBottom
{
    width: 100%;
    height: 0px;
    overflow: hidden;
}
.MasterLogo
{
    float: left;
    width: 300px;
    height: 100px;
    background: url(images/logo.png) left top no-repeat;
}
.MasterPage
{
    margin: 0px auto 0px auto;
    width: 980px;

    background: url(images/profile_header.png) left top no-repeat white;
    margin-bottom: 30px;
    
    overflow: auto;
    

    /*background-color: #6dbdf4;*/
}

* html .MasterContent
{
    
    width: 980px; 
    
    height: 520px;
    display: block;
    background-color: white;
    
    overflow: auto;
    overflow-x: scroll;
    
    overflow-y: visible;
        
}
html>body .MasterContent
{
    
    width: 980px; 
    
    min-height: 520px;
    display: block;
    background-color: white;
    
    overflow: auto;
    overflow-x: scroll;
    
    overflow-y: visible;

}
html>/**/body .MasterContent
{
    
    width: 980px; 
    
    display: block;
    background-color: white;
    
    overflow: auto;
    
}
.iconBookmark
{
    width: 60px;
    height: 60px;
    float: left;
    background: url(images/icon_bookmarkus.png) left top no-repeat;
}
.iconMailus
{
    width: 60px;
    height: 60px;
    float: left;
    background: url(images/icon_mailus.png) left top no-repeat;
}
.iconExit
{
    width: 60px;
    height: 60px;
    float: left;
    background: url(images/icon_exit.png) left top no-repeat;
}


h1
{
    font-size:18px;
    font-weight:normal;
}

/* ------------------------------------------ menu ----------------------------------------*/

.MasterMenuHorizItemDynamic
{
    width: 247px;
    height: 42px;
    background: url(images/menu_horiz_dynamic_item.png) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}
.MasterMenuHorizItemDynamicHover
{
    width: 247px;
    height: 42px;
    background: url(images/menu_horiz_dynamic_item_hover.png) left top no-repeat;
    overflow: hidden;
    color: White;
}
.MasterMenuHorizItem
{
    width: 122px;
    height: 121px;
    background: url(images/menu_horiz_static_item.png) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}

.MasterMenuHorizItemHover
{
    width: 122px;
    height: 121px;
    background: url(images/menu_horiz_static_item_hover.png) left top no-repeat;
    overflow: hidden;
    color: White;
}

.MasterMenuHorizItemDynamic_public
{
    width: 247px;
    height: 42px;
    background: url(images/menu_horiz_dynamic_item.png) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}
.MasterMenuHorizItemDynamicHover_public
{
    width: 247px;
    height: 42px;
    background: url(images/menu_horiz_dynamic_item_hover.png) left top no-repeat;
    overflow: hidden;
    color: White;
}
.MasterMenuHorizItem_public
{
    width: 122px;
    height: 121px;
    background: url(images/menu_horiz_static_item.png) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}

.MasterMenuHorizItemHover_public
{
    width: 122px;
    height: 121px;
    background: url(images/menu_horiz_static_item_hover.png) left top no-repeat;
    overflow: hidden;
    color: White;
}
