﻿.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: 940px; 
    
    height: 800px;
    display: block;
    background-color: white;
    
    overflow: auto;
    overflow-x: scroll;
    
    overflow-y: visible;
    padding-bottom: 40px;
    padding-top: 30px;
    margin-left:20px;
}
html>body .MasterContent
{
    width: 940px; 
    
    min-height: 800px;
    display: block;
    background-color: white;
    
    overflow: auto;
    overflow-x: scroll;
    
    overflow-y: visible;
    padding-bottom: 40px;
    padding-top: 30px;
    margin-left:20px;
}
html>/**/body .MasterContent
{
    width: 940px; 
    
    display: block;
    background-color: white;
    
    overflow: auto;
    padding-bottom: 40px;
    padding-top: 30px;
    margin-left:20px;
}

.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;
}

.btn 
{
    background: url(images/image_button.png) left top no-repeat;
    width: 88px;
    height: 28px;
    border: 0;
    color: #10131e;
    
    font-family: Tahoma;
    font-size: 9pt;
}
.ControlPanel
{
    background-color: #f3f5f8;
    border: 1px solid #abb3cf;
}
.ControlPanelButtons
{
    width: 180px;
    margin: auto;
    margin-bottom: 7px;
}
.header
{
    padding-left: 5px;
	font-size: 9pt;
	font-weight:normal;
	font-family: Tahoma;
	
	text-align:center;
	height: 18px;
	padding-top: 2px;
	margin-bottom:15px;
	background: url(images/bg_header.png) left top repeat-x;
	border-bottom: 1px solid #abb3cf;
	color: #161a29;
}

/* ------------------------------------------ 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;
}
