﻿.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.gif) left top no-repeat;
}
.MasterPage
{
    margin: 0px auto 0px auto;
    width: 980px;
    min-height: 830px;
    background: url(images/profile_header.jpg) left top no-repeat white;
    margin-bottom: 30px;
    /*background-color: #6dbdf4;*/
}


.MasterContent
{
    float:left;
    width: 980px; 
    display: block;
    
    overflow: hidden;
}
.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.gif) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}
.MasterMenuHorizItemDynamicHover
{
    width: 247px;
    height: 42px;
    background: url(images/menu_horiz_dynamic_item_hover.gif) left top no-repeat;
    overflow: hidden;
    color: White;
}


.MasterMenuHorizItem
{
    width: 122px;
    height: 121px;
    background: url(images/menu_horiz_static_item.gif) left top no-repeat;
    overflow: hidden;
    color: black;
}

.MasterMenuHorizItemHover
{
    width: 122px;
    height: 121px;
    background: url(images/menu_horiz_static_item_hover.gif) left top no-repeat;
    overflow: hidden;
    color: black;
}

.MasterMenuHorizItemDynamic_public
{
    width: 247px;
    height: 42px;
    background: url(images/menu_horiz_dynamic_item.gif) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}
.MasterMenuHorizItemDynamicHover_public
{
    width: 247px;
    height: 42px;
    background: url(images/menu_horiz_dynamic_item_hover.gif) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}
.MasterMenuHorizItem_public
{
    width: 122px;
    height: 121px;
    background: url(images/menu_horiz_static_item.gif) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}

.MasterMenuHorizItemHover_public
{
    width: 122px;
    height: 121px;
    font-size: 9pt;
    background: url(images/menu_horiz_static_item_hover.gif) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}

.CenterMenuHorizItemDynamic_public
{
    width: 170px;
    height: 24px;
    text-align:left;
    background: url(images/cmenu_horiz_dynamic_item.png) left top no-repeat;
    overflow: hidden;
    color: #9f810c;
}
.CenterMenuHorizItemDynamicHover_public
{
    background: url(images/cmenu_horiz_dynamic_item_hover.png) left top no-repeat;
}
